Re: ipforward'ing on in kernel?

1998-05-29 Thread David Wright
On Fri, 29 May 1998, Gregory Guthrie wrote:

 [Since I got no answer last time, I am trying again on this query]
 
 The basic question is: is IP-forwarding on in the default kernel, and how
 does one tell, or does one have to build a custom kernel to do routing?
 -- In gereral, how does one tell if a feature is on in a kernel?

No it isn't. You need a custom kernel. IMHO everybody needs a custom
kernel. The installation ones are bogged down by drivers required to
support every known boot device. And you look in .config, if it's been
kept.

 
 Details:
 We want to setup a local simple router-pair, to create a LAN-remote subnet
 segment.
 
 1) To support this, we need routing enabled in the kernel. Does the default
 kernel on the 1.3.1 CDROM have this enabled?  

I doubt it.

 [...]
 
 4) We also need PPP proxyarp, is it on by default (curious about the ARPD
 not set).

I don't think there's any connection. I think defaultroute and proxyarp 
are on in PPP by default, which leads to much mystification when people
read messages about them in the logs in circumstances where they're not
used.

ppp is not built into bo installation kernels, but I guess it might be
in more recent ones as I think that's now a supported method of
installation.

Cheers,

-- 
Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
Disclaimer:   These addresses are only for reaching me, and do not signify
official stationery. Views expressed here are either my own or plagiarised.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Installing Java JDK 1.1.5 on Debian 1.1?

1998-05-29 Thread Marcus Johnson
Yeeehaa!  I tried the JDK 1.1.5v7 on Debian 1.1 and javac actually
executed out of the box, with no configuration!  Maybe that sounds like no
big deal, but I count that as an enormous victory after fumbling around
with 1.1.5v5 for quite a while. I'll report back after more testing if
there's any wierdness or anything.

ttys,

Marcus



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: ipforward'ing on in kernel?

1998-05-29 Thread Nils Rennebarth
On Fri, May 29, 1998 at 10:49:33AM -0500, Gregory Guthrie wrote:
 The basic question is: is IP-forwarding on in the default kernel
No.

 , and how does one tell
look at /boot/config-kernel-version, included in every kernel-image-xxx
package of debian. (N.B. This inlcudes kernel-image-xxx packages you build
yourself when using make-kpkg, which is one of many reasons to use this
package to build your custom kernel)

 or does one have to build a custom kernel to do routing?
Yes. You should do that for routers anyway. There are so much possibilities
and tuning to be done if you want to build a router.

 -- In gereral, how does one tell if a feature is on in a kernel?
That is next to impossible, if you are given a kernel image only.

 We want to setup a local simple router-pair, to create a LAN-remote subnet
 segment.
 
 I thought we could tell by cat /proc/ksyms | grep forward :
   00140988 ip_forward_R35268aee
   0022ae04 sysctl_ip_forward_Ra7d20d83
 
 Is this correct? seems to say yes; or do we have to rebuild a new kernel.
No, it is not. You do need a custom kernel.

N.B: I do not know, why the above symbols are in /proc/ksyms. They are
present in mine also, although I know I do not have ip forwarding enabled.
Does anyone know a better test?

   grep FORWARD /usr/src/linux/.config is the ideal command for this. 
  CONFIG_IP_FORWARD=y means it is turned ON
  # CONFIG_IP_FORWARD is not set  means it is turned OFF 
This still holds for debian, if you replace /usr/src/linux/.config
by /boot/config-`uname -r`


 What about Debian? 
 On the CDROM (1.3.1), the .config file says:
  --
 ...
  # CONFIG_IP_FORWARD is not set
 ...
 Does this correspond to the binary kernel distributed, or is it just a
 standard default spec for building new kernels?
it corresponds to the binary kernel distributed.

 4) We also need PPP proxyarp, is it on by default (curious about the ARPD
 not set).
This is not related to kernel compiling options. ARPD is in case you have a
single (non bridged) ethernet with a *lot* (more that 256) of nodes on it.

Nils

--
*-*
| Quotes from the net:  L Linus Torvalds, W Winfried Truemper   |
| Lthis is the special easter release of linux, more mundanely called 1.3.84 |
| WUmh, oh. What do you mean by special easter release?. Will it quit  |
* Wworking today and rise on easter? *


pgp6KTTkNx3gr.pgp
Description: PGP signature


do I need to ifconfig as well as netroute?

1998-05-29 Thread Ian Lynagh

Hi all!

My IP address is 192.168.37.2
My friends IP addresses are 10.x.y.z
I want to be able to ping them/have them telnet to me etc.

Is doing
route add -net 10.0.0.0 netmask 255.0.0.0 dev eth0
OK or do I need to do something with ifconfig?


At the moment things look like this:

[EMAIL PROTECTED]:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
localnet*   255.255.255.0   U 0  00 eth0
127.0.0.0   *   255.0.0.0   U 0  02 lo
[EMAIL PROTECTED]:~# route add -net 10.0.0.0 netmask 255.0.0.0 dev eth0
[EMAIL PROTECTED]:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
localnet*   255.255.255.0   U 0  00 eth0
127.0.0.0   *   255.0.0.0   U 0  02 lo
10.0.0.0*   255.0.0.0   U 0  00 eth0




ifconfig gives me this:

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
  UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
  RX packets:18 errors:0 dropped:0 overruns:0 frame:0
  TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 

eth0  Link encap:Ethernet  HWaddr 00:60:08:91:22:CB  
  inet addr:192.168.37.2  Bcast:192.168.37.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 
  Interrupt:9 Base address:0x300 


Thanks
Ian
-- 
Ian Lynagh - [EMAIL PROTECTED]
http://home.sol.no/~balchen/igloo/

We spend the first twelve months of our children's lives teaching them to walk
and talk and the next twelve telling them to sit down and shut up.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Installation

1998-05-29 Thread Bouden Mahmoud
I have a big problem installing the debian linux 1.3 from floppy.
The machine is a Compaq Deskpro 6000.
I use floppy to install linux.
The rescue disket is OK and the system display the boot: prompt.
After hitting Enter, system display some messages, then clear screen,
display MGA Matrox CopyWrite and reboot.

It does that many time.

Any help ?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: do I need to ifconfig as well as netroute?

1998-05-29 Thread Nils Rennebarth
On Fri, May 29, 1998 at 01:42:51PM +0100, Ian Lynagh wrote:
 My IP address is 192.168.37.2
 My friends IP addresses are 10.x.y.z
 I want to be able to ping them/have them telnet to me etc.
I assume, you live on the same ethernet wire ?

You want ip aliasing.
You need a free ip address in the 10.x.y.z net, say 10.1.2.3

# modprobe ip_alias
# ifconfig eth0:0 10.1.2.3 netmask 255.0.0.0 broadcast 10.255.255.255
# route add -net 10.0.0.0 dev eth0:0

The reason why route alone does not work is (and please may someone more
knowledgeable than me correct me if I am wrong!) that arp requests for the
own/other IP are not answered or generated right.


Nils

--
*-*
| Quotes from the net:  L Linus Torvalds, W Winfried Truemper   |
| Lthis is the special easter release of linux, more mundanely called 1.3.84 |
| WUmh, oh. What do you mean by special easter release?. Will it quit  |
* Wworking today and rise on easter? *


pgpjqWaI6Xber.pgp
Description: PGP signature


Re: fvwm window shadows don't move...

1998-05-29 Thread Adrian Bridgett
On Thu, May 28, 1998 at 11:19:02AM -0500, the lone gunman wrote:
 Hello:
 
 I just installed Debian/GNU 1.3.1, I've got pretty much everything
 going as I want it.
 
 On problem, though, is as follows:
   I'm using fvwm2 as a window manager under XFree86.  When I
 click and hold the left mouse button on a window handle or title
 bar, and move the mouse the window stays in place, and only the
 crosshair moves, which makes it hard to determine where the window
 will actually land.  I copied my old fvwm2rc and XF86Config files from
 my old slackware system, and on that setup, when I moved a window, the
 border of the window would move around with the crosshair, so I could
 get a better feel for where the window would land.
   Basically, I'd like to have that border back, because it's
 kinda hard to judge where a window will land with just the crosshair.
 Even better, I'd like to have the entire window move with the
 crosshair, but either way is okay.
   Anybody know how I can get this feature to work?

You probably just have XORvalue set to a bad value, try adding this to
~/.fvwm2rc:

XORvalue 16777215


 Thanks in advance,
 Eagerly awaiting Debian 2.0,

As are we all :-)

email: [EMAIL PROTECTED], http://www.poboxes.com/adrian.bridgett
Windows NT - Unix in beta-testing.   PGP key available on public key servers
Debian Linux  http://www.debian.org  The superior Linux distribution


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: NE2000 on hamm

1998-05-29 Thread Marcelo E. Laurenti
On Fri, 29 May 1998, Tomas Petersson wrote:

 Hello, I'm installing hamm. In bo there was a driver for NE2000
 networkcard, but this is not the case in the hamm installation.
 Do I have to change my card or is the another solution, can I use
 the old driver?
 
 /Tomas Petersson

Look better, I have a linux box running hamm with a ne2000


 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

--
Marcelo E. Laurenti
Escuela de Ingenieria Electronica
Fac. de Cs. Exactas e Ingenieria
Universidad Nacional de Rosario



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


WindowMaker | Menu? - Xterms

1998-05-29 Thread timothy
Anyone know how to get something like,
xterm -bg black -cr green -fg white 
to be the command that gets spawned from WindowMaker's XShells-Xterm, instead
of the ugly default xterm?
Thanks in advance,
Timothy

--
E-Mail: [EMAIL PROTECTED]
Date: 29-May-98
Time: 14:02:51

This message was sent by XFMail.
Powered by GNU/Linux 2.0.
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


LI when booting

1998-05-29 Thread Michael Roark
I know this topic is hardly fresh, but I can't find the solution
anywhere. You know the case -- installing to a large disk -- reboot and
freeze at LI. What how-to do I read to find the fix?

Any suggestions would be great.

Thanks,

Michael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: WindowMaker | Menu? - Xterms

1998-05-29 Thread Daniel Martin at cush
[EMAIL PROTECTED] writes:

 Anyone know how to get something like,
 xterm -bg black -cr green -fg white 
 to be the command that gets spawned from WindowMaker's XShells-Xterm, instead
 of the ugly default xterm?
 Thanks in advance,
 Timothy

Three solutions:
1) decide that the default xterm isn't so ugly after all.
2) Modify Xresources to make the xterm that appears with xterm be
what you want; putting the following into ~/.Xresources (and either
restarting X or running xrdb -merge ~/.Xresources) will do that:

xterm*background:   black
xterm*foreground:   white
xterm*cursorColor:  green

(You can put these lines into /etc/X11/Xresources to affect every
account on your machine)

3) Modify the menu entry - to do this, you should (as root) copy
/usr/lib/menu/default/xbase to /etc/menu/xbase and then edit it,
changing the xterm to xterm -bg black -cr green -fg white so that
a portion of that file reads:

?package(xbase):needs=x11 section=XShells  \
   longtitle=Xterm: terminal emulator for Xtitle=Xterm\
   command=xterm -bg black -cr green -fg white

You should then (as root) run update-menus.  You can also (if you
want to make this change just for your account, and not for all the
others on your system) put the modified xbase file into ~/.menu/xbase
and run update-menus as your normal (non-root) user.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: LI when booting

1998-05-29 Thread Jean Pierre LeJacq
On Fri, 29 May 1998, Michael Roark wrote:

 I know this topic is hardly fresh, but I can't find the solution
 anywhere. You know the case -- installing to a large disk -- reboot and
 freeze at LI. What how-to do I read to find the fix?

There's a problem with your lilo configuration.  Take a look at the
mini howto on lilo.

-- 
Jean Pierre



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: LI when booting

1998-05-29 Thread Jens B. Jorgensen
Here's the 'FM' for you (excerpted from /usr/doc/lilo/Manual.txt.gz):

LILO start message
- - - - - - - - -

When LILO loads itself, it displays the word LILO. Each letter is printed
before or after performing some specific action. If LILO fails at some
point, the letters printed so far can be used to identify the problem. This
is described in more detail in the technical overview.

Note that some hex digits may be inserted after the first L if a
transient disk problem occurs. Unless LILO stops at that point, generating
an endless stream of error codes, such hex digits do not indicate a severe
problem.

  (nothing)  No part of LILO has been loaded. LILO either isn't installed
or the partition on which its boot sector is located isn't active.
   L error ...   The first stage boot loader has been loaded and started,
but it can't load the second stage boot loader. The two-digit error
codes indicate the type of problem. (See also section Disk error
codes.) This condition usually indicates a media failure or a geometry
mismatch (e.g. bad disk parameters, see section Disk geometry).
   LI   The first stage boot loader was able to load the second stage boot
loader, but has failed to execute it. This can either be caused by a
geometry mismatch or by moving /boot/boot.b without running the map
installer.
   LIL   The second stage boot loader has been started, but it can't load
the descriptor table from the map file. This is typically caused by a
media failure or by a geometry mismatch.
   LIL?   The second stage boot loader has been loaded at an incorrect
address. This is typically caused by a subtle geometry mismatch or by
moving /boot/boot.b without running the map installer.
   LIL-   The descriptor table is corrupt. This can either be caused by a
geometry mismatch or by moving /boot/map without running the map
installer.
   LILO   All parts of LILO have been successfully loaded.


Michael Roark wrote:

 I know this topic is hardly fresh, but I can't find the solution
 anywhere. You know the case -- installing to a large disk -- reboot and
 freeze at LI. What how-to do I read to find the fix?

 Any suggestions would be great.

 Thanks,

 Michael

 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



--
Jens B. Jorgensen
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: I need an HTML Editor

1998-05-29 Thread Bob Hilliard
Manoj Srivastava [EMAIL PROTECTED] writes:
 Hi,
 
   The PSGMLK package for Emacs provides a context sensitive mode
  for any SGML DTD, including HTML. It parses the DTD, so it can
  offer a choice of all valid tags at any point, or all valid
  attributes of any tag. Very hard to write broken HTML using
  osgml-mode ;-).
 
   manoj

Hi,

 What is the name of the .deb file that provides the PSGMLK
package?  I can not find it in hamm or slink, and can't find a
reference in the emacs info file.  It sounds like a package I want to
have available.

Bob
-- 
   _
  |_)  _  |_   Robert D. Hilliard[EMAIL PROTECTED]
  |_) (_) |_)  Palm City, FL  USAPGP Key ID: A8E40EB9


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: WindowMaker | Menu? - Xterms

1998-05-29 Thread timothy
Cool! Thanks alot! 
Can you tell me where is the documentation for this .Xresources file?
man .xresources, man -k xresources etc don't have anything. :(

Timothy

 Three solutions:
 1) decide that the default xterm isn't so ugly after all.
 2) Modify Xresources to make the xterm that appears with xterm be
 what you want; putting the following into ~/.Xresources (and either
 restarting X or running xrdb -merge ~/.Xresources) will do that:
 
 xterm*background:   black
 xterm*foreground:   white
 xterm*cursorColor:  green
 
 (You can put these lines into /etc/X11/Xresources to affect every
 account on your machine)
 
 3) Modify the menu entry - to do this, you should (as root) copy
 /usr/lib/menu/default/xbase to /etc/menu/xbase and then edit it,
 changing the xterm to xterm -bg black -cr green -fg white so that
 a portion of that file reads:
 
 ?package(xbase):needs=x11 section=XShells  \
longtitle=Xterm: terminal emulator for Xtitle=Xterm\
command=xterm -bg black -cr green -fg white
 
 You should then (as root) run update-menus.  You can also (if you
 want to make this change just for your account, and not for all the
 others on your system) put the modified xbase file into ~/.menu/xbase
 and run update-menus as your normal (non-root) user.
--
E-Mail: [EMAIL PROTECTED]
Date: 29-May-98
Time: 15:11:32

This message was sent by XFMail.
Powered by GNU/Linux 2.0.
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: getting news from multiple servers

1998-05-29 Thread Torsten Hilbrich
On: 28 May 1998 21:27:31 - lgunman  writes:
 
 Currently, when reading USENET news, I start up my ppp connection and
 read off of my ISP's news (NNTP) server.  But, there are some
 newsgroups that are specific to my school, maintained on my school's
 NNTP news server.  I would like to read these, without having to first
 ssh to my University account and read news.  As of now, this is the
 only way, though, because if I try to access the school's NNTP server
 from home, I am not allowed to connect (I have to connect from a
 University client, in otherwords).
 
 Is there a way around this?  Optimally, I'd like have a script that
 would call up my ISP, get the newsgroups I want from that server, then
 connect with my school's server, and get those messages.
 
 When I installed Debian 1.3.1, I had inn and innfeed installed, but
 I've never used these before, and don't really know where to
 start... but I believe I can use these to accomlish what I want?
 
 Any hints or suggestions would be thoroughly appriciated.

I use suck for fetching news and wrote a shell skript which can be
called with the name of the newsserver to connect to.  It assumes the
config files in a directory /etc/suck/news-server and uses the
/var/lib/suck/news-server for storing the messages temporary.  The
batch name for each server is identical to the server name and is sent
using rpost.  The correct configuration of the newsfeeds file is
important to prevent unneccessary sending of messages.

If you want to program this by yourself use the -dt, -dm, and -dd
option of suck.

Let me know if you are interested in details.

Torsten


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Java JDK 1.15 on Debian?

1998-05-29 Thread Torsten Hilbrich
On: Thu, 28 May 1998 12:46:02 -0700 (PDT) Marcus Johnson writes:

 * I did ftp the Bryne jdk1.1.5-v5-glibc.tar files, untarred them and tried
 to set them up.  Forgive my (perhaps appalling) ignorance, but I think I'm
 not sure if I need to set a symbolic link or add to my path or maybe it
 simply won't work due to incorrect libraries, some combo of the above or
 something else, but I haven't been able to get it to execute yet. 
 
 * Without changing anything, if I'm in the /bin directory of the jdk 
 which in my case is 
 export/w1/hbe/java/jdk1.1.5v5-980311/bin/
 
 and I type javac FileName.java as in:
 bay1:~/java/jdk1.1.5v5-980311/bin % javac DBClient.java
 
 I get the following response: 
 export/w1/hbe/java/jdk1.1.5v5-980311/bin/../bin/i586/green_threads/javac:
 /export/w1/hbe/java/jdk1.1.5v5-980311/bin/../bin/i586/green_threads/java: No
 such file or directory
 
 What does this mean?  Does this tell me I need to set some symbolic link? 

Check the .../java files, which shell is used to execute the file (the
#! line).  IIRC, it uses the ksh in the original version of jdk which
is probably not installed on your system.

I will send you the java file which is used on a debian system, it
uses the normal sh for executing and should be independent on the
location where it resides.

Torsten


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


RE: Pon - when am i connected?

1998-05-29 Thread tony mollica
You can use the ip-up and ip-down scripts located in
/etc/ppp.  The ip-up script is run when a ppp connection
is successfully made.  Parameters are passed to this
script that can be used to echo the connection data 
wherever you want (tty, ttyp0, etc).  You can use
ip-down script to display a message when the connection
is brought down.  I also have a couple of lines in these
scripts to place a date/time entry into a file to keep 
track of my logons/logoffs.


-- 
tony mollica
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


NFS and /etc/exports

1998-05-29 Thread Tim O'Brien
I was wondering.. If I make a change to /etc/exports to export a 
different directory as an NFS mount, what do I have to do to get 
/etc/exports read again so the new mount will become available? 

I tried just changing the file, no results. The only thing I found that 
works is rebooting. I _know_ there's got to be another way besides that.. 

Thanks, 
Tim 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Howto install libc6?

1998-05-29 Thread Bob Hilliard
Ed Cogburn [EMAIL PROTECTED] writes:
   You shouldn't try upgrading from libc5 to libc6 using dselect.  Go to
 http://www.debian.org, Developer's Corner, and read libc5-libc6 Mini
 Howto.  Then get the upgrade script mentioned in the same place and run it
 first

Hi,
 As of yesterday afternoon, the version of autoup.sh on the
Developer's Corner was 0.23, which is obsolete.  The current version
is 0.27, and may be gotten from http://debian.vicnet.net.au/autoup/ or
http://debian.vicnet.net.au/autoup/.  There is also a README for the
autoup script in that location.  Also on that site is autoup.tar.gz,
which is a tarball of all the packages that are needed by the script.

Bob
-- 
   _
  |_)  _  |_   Robert D. Hilliard[EMAIL PROTECTED]
  |_) (_) |_)  Palm City, FL  USAPGP Key ID: A8E40EB9


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: NFS and /etc/exports

1998-05-29 Thread Michael Roark
Thus spake Tim O'Brien [EMAIL PROTECTED] :
 I was wondering.. If I make a change to /etc/exports to export a 
 different directory as an NFS mount, what do I have to do to get 
 /etc/exports read again so the new mount will become available? 
 
 I tried just changing the file, no results. The only thing I found
 that 
 works is rebooting. I _know_ there's got to be another way besides
 that.. 
 
 Thanks, 
 Tim 

Tim,

In order for the system to re-read the exports file you must kill -HUP
both the rpc.mountd and rpc.nfsd.

Michael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: LI when booting

1998-05-29 Thread C.J.LAWSON
If I understand right, you have just installed a large disk... The
problem is most probably with your bios hdd detection setup (believe it or
not) .. Try setting it to auto-detect if you have a motherboard which
would allow you to change the setting ... alternatively try different
settings NORMAL LARGE LBA in turn.

Lets know how you got on

--Jon

In any war, the first casualty is the truth.

--anon

On Fri, 29 May 1998, Michael Roark wrote:

 I know this topic is hardly fresh, but I can't find the solution
 anywhere. You know the case -- installing to a large disk -- reboot and
 freeze at LI. What how-to do I read to find the fix?
 
 Any suggestions would be great.
 
 Thanks,
 
 Michael
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


LI when booting

1998-05-29 Thread Kenneth . Scharf

I know this topic is hardly fresh, but I can't find the solution
anywhere. You know the case -- installing to a large disk -- reboot and
freeze at LI. What how-to do I read to find the fix?

Any suggestions would be great.

Thanks,

Michael

Eithor your bios does not support disks over 528mb ( 1024 cyl's), or when
fdisking your drive to create partitions fdisk and the bios did not agree
on the cylinder re-mapping (the cludge that bios uses to address more than
1024 cyls, it lies and says it has fewer cylinders but more heads).  From
what I understand, one fix is to insure that the /boot partition lies
completly in the first 1024 physical cylinders.  You can also start fdisk
giving it parameters to force the cylinder re-mapping to agree with the
bios.  (Maybe the same for LILO?)  Having a recent MB and bios, I havn't
run into this problem thou I'm using a 5.4gb ide drive.  If you are using
SCSI there may be other problems.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: NFS and /etc/exports

1998-05-29 Thread Jens B. Jorgensen
Here's the 'FM' for you (excerpted from the rpc.mountd man page):

SIGNALS
   When  receiving  a SIGHUP, mountd will re-read the exports
   file. Note that to make export changes  take  effect,  you
   have to send nfsd a SIGHUP as well.

Ie. you should run 'killall -HUP rpc.mountd nfsd'.

Tim O'Brien wrote:

 I was wondering.. If I make a change to /etc/exports to export a
 different directory as an NFS mount, what do I have to do to get
 /etc/exports read again so the new mount will become available?

 I tried just changing the file, no results. The only thing I found that
 works is rebooting. I _know_ there's got to be another way besides that..

 Thanks,
 Tim

 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



--
Jens B. Jorgensen
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: LI when booting

1998-05-29 Thread Bonard B. Timmons III
Michael Roark [EMAIL PROTECTED] writes:

 I know this topic is hardly fresh, but I can't find the solution
 anywhere. You know the case -- installing to a large disk -- reboot and
 freeze at LI. What how-to do I read to find the fix?
 
I once had this problem. Here is my (now working) /etc/lilo.conf:


boot=/dev/hda1
root=/dev/hda1
compact
install=/boot/boot.b
map=/boot/map
vga=ask
delay=20
image=/vmlinuz
   label=Linux
image=/vmlinuz.old
   label=LinuxOld
read-only


What caused my LI was that. for some reason. I put boot=/dev/hda
instead of boot=/dev/hda1. If you have the same problem, change it
like the above, don't forget to run lilo again, and then reboot to see
if it worked.

Consult the /usr/doc/lilo/Manual.txt.gz file if the above advice does
not help. Due to your large hard drive, it could also be that you have
to use the linear option.


Bake






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: NFS and /etc/exports

1998-05-29 Thread Greg Norris
I *believe* that kill -HUP pid_of_nfsd will do the trick...

On Fri, May 29, 1998 at 02:45:40PM -0500, Tim O'Brien wrote:
 I was wondering.. If I make a change to /etc/exports to export a 
 different directory as an NFS mount, what do I have to do to get 
 /etc/exports read again so the new mount will become available? 
 
 I tried just changing the file, no results. The only thing I found that 
 works is rebooting. I _know_ there's got to be another way besides that.. 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: I need an HTML Editor

1998-05-29 Thread Bonard B. Timmons III
Bob Hilliard [EMAIL PROTECTED] writes:

  What is the name of the .deb file that provides the PSGMLK
 package?  I can not find it in hamm or slink, and can't find a
 reference in the emacs info file.  It sounds like a package I want to
 have available.

psgml is yet another reason why emacs rules.

ftp://ftp.debian.org/pub/debian/dists/slink/main/binary-all/text/psgml_1.0.1-17.deb

is one possible URL for it.


Bake


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: NFS and /etc/exports

1998-05-29 Thread Ossama Othman
I think that you are better off doing a:

/etc/init.d/netstd_nfs reload

instead of kill -HUPing the daemons individually.  It would be equivalent,
but I believe using the script in /etc/init.d is more desireable.

-Ossama

__
Ossama Othman [EMAIL PROTECTED]

--- PGP Keys ---
Public:  http://astrosun.tn.cornell.edu/staff/othman/OO_PUBLIC.asc
REVOKED: http://astrosun.tn.cornell.edu/staff/othman/OO_REVOKED.asc



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: NFS and /etc/exports

1998-05-29 Thread Martin Bialasinski

 TO == Tim O'Brien [EMAIL PROTECTED] writes:

TO I was wondering.. If I make a change to /etc/exports to export a 
TO different directory as an NFS mount, what do I have to do to get 
TO /etc/exports read again so the new mount will become available? 

TO I tried just changing the file, no results. The only thing I found that 
TO works is rebooting. I _know_ there's got to be another way besides that.. 

How about /etc/init.d/netstd_nfs reload

Ciao,
Martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: I need an HTML Editor

1998-05-29 Thread Oliver Elphick
Bonard B. Timmons III wrote:
  Bob Hilliard [EMAIL PROTECTED] writes:
  
What is the name of the .deb file that provides the PSGMLK
   package?  I can not find it in hamm or slink, and can't find a
   reference in the emacs info file.  It sounds like a package I want to
   have available.
  
  psgml is yet another reason why emacs rules.
  
  ftp://ftp.debian.org/pub/debian/dists/slink/main/binary-all/text/psgml_1.0.1
  -17.deb
  
  is one possible URL for it.

If you use xemacs-20, psgml is included in it.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
   PGP key from public servers; key ID 32B8FAA1
 
 Let no man despise thy youth; but be thou an example 
  of the believers, in word, in conversation, in
  charity, in spirit, in faith, in purity.  
   I Timothy 4:12



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: jdk1.1-runtime

1998-05-29 Thread Daniel Martin at cush
-BEGIN PGP SIGNED MESSAGE-

I managed to find the old jdk 1.1.3v2 .debs which can be installed on
bo (libc5 systems).

I've put them into my public_html directory on master.debian.org -
note that although I am a debian maintainer, I do not maintain nor
never have maintened the jdk packages.

md5sums:
c875ec46c914747fd24d0e4e034c8101  jdk1.1-dev_1.1.3.v2-1.deb
e0cb8617175008fc6a09ccfbc0c52840  jdk1.1-docdemo_1.1.3.v2-1.deb
630b752a48d7842b53dce47cb7a9920a  jdk1.1-runtime_1.1.3.v2-1.deb

Each of these are available via http:
http://master.debian.org/~fizbin/jdk1.1-dev_1.1.3.v2-1.deb
http://master.debian.org/~fizbin/jdk1.1-docdemo_1.1.3.v2-1.deb
http://master.debian.org/~fizbin/jdk1.1-runtime_1.1.3.v2-1.deb

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBNW8knxveYt4Z3sD9AQFllQQAjBCzKiye8QwE6UoRisnmZNV3zPeeMd4u
mUflbfFU8koHhfyL5A5N1Edkukt3S8byFpGGLf6HvSkRYoWsSgTUSSsZy/wLtYJZ
26/QN3jJMQLm90fTClX82BBG0vGRUma8Uzr4mdqYQZHOCBwSj/f9GFWNKlMVSfXd
eFc27gLnfqk=
=ADGE
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: directory tree and .deb's

1998-05-29 Thread Bob Hilliard
G. Kaplan [EMAIL PROTECTED] writes:
 
 Can I determine the destination directory of a package from the Packages
 file. My objective is to calculate the disk storage requirement for all
 (or a preselected subset of)  packages by destination directory. Where
 can I find this information without actually installing the package.

Hi,
 You can not get this information directly from the Packages
file.  You can look at the .deb file with zless and find a listing
similar to an ls -l listing of all files and directories the packages
installs.  Calculating the disk storage requirement for a set of
packages by this method would be quite tedious.

Bob
-- 
   _
  |_)  _  |_   Robert D. Hilliard[EMAIL PROTECTED]
  |_) (_) |_)  Palm City, FL  USAPGP Key ID: A8E40EB9


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: NFS and /etc/exports

1998-05-29 Thread Ian Lynagh
In article [EMAIL PROTECTED], Jens B. Jorgensen
[EMAIL PROTECTED] writes
Here's the 'FM' for you (excerpted from the rpc.mountd man page):

SIGNALS
   When  receiving  a SIGHUP, mountd will re-read the exports
   file. Note that to make export changes  take  effect,  you
   have to send nfsd a SIGHUP as well.

Ie. you should run 'killall -HUP rpc.mountd nfsd'.

I've been doing this:

[EMAIL PROTECTED]:~# /etc/init.d/netstd_nfs stop
Stopping remote filesystem services: mountd nfsd.
[EMAIL PROTECTED]:~# /etc/init.d/netstd_nfs start
Starting remote filesystem services:.

It seems to work. Is it inferior for some reason?

Thanks
Ian
-- 
Ian Lynagh - [EMAIL PROTECTED]
http://home.sol.no/~balchen/igloo/

New studies show that 100% of all smokers die.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


low throughput on PPP link

1998-05-29 Thread Xiangyang Ha
Currently we are building two Debian boxes(2.0.30) running as routers with a
PPP link in between. Things are mostly going fine except the link throughput.
56kbps is the best it gets while we are expecting over 100kbps since we are
using the 16550A UART serial cards.

Here's the details:
== serial port settings =
/dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
Baud_base: 115200, close_delay: 50, divisor: 0
closing_wait: 3000, closing_wait2: infinte
Flags: spd_vhi skip_test session_lockout


== ppp link settings 
pppd persist passive proxyarp /dev/ttyS0 57600 (local)
pppd persist passive defaultroute /dev/ttyS0 57600 (remote)


The reason why we didn't set the speed up to 115200 in pppd is that it
will bring the link down! (while using Slackware doesn't have this situation)

We were acknowledged that a combination of 
setserial -b /dev/ttyS0 spd_vhiand 
pppd persist passive proxyarp /dev/ttyS0 38400   will achieve the full
speed
of 115200, yet the testing result we have is just slower that using 57600.

Not any clue in Robert Hart's Linux PPP HOWTO, nor in The Linux Serial HOWTO
by Greg Hankins. Any pointer?
Thanks in advance.

Xiangyang Ha



Xiangyang Ha
[EMAIL PROTECTED]  
Computer Science Department
College of Science and Technology
Maharishi University of Management
(Maharishi International University 1971-1995)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: WindowMaker | Menu? - Xterms

1998-05-29 Thread Daniel Martin at cush
[EMAIL PROTECTED] writes:

 Cool! Thanks alot! 
 Can you tell me where is the documentation for this .Xresources file?
 man .xresources, man -k xresources etc don't have anything. :(
 
 Timothy
 
  Three solutions:
  1) decide that the default xterm isn't so ugly after all.
  2) Modify Xresources to make the xterm that appears with xterm be
  what you want; putting the following into ~/.Xresources (and either
  restarting X or running xrdb -merge ~/.Xresources) will do that:
  
  xterm*background:   black
  xterm*foreground:   white
  xterm*cursorColor:  green
  
  (You can put these lines into /etc/X11/Xresources to affect every
  account on your machine)
  

The real documentation?  It's in the Xlib documentation published by
the X consortium.  Trust me, you don't want that.

The basic format of the file is as in the lines above - my
~/.Xresources file looks like this:

*scrollBar: true   ! make everything have a scrollbar
xterm.vt100*translations: #override \
   KeyBackSpace: string(\177) \n\
   KeyDelete: string(0x1b) string([3~) \n
xterm*background: bisque3
xterm*foreground: black
netscape*blinkingEnabled:   False
DctrlIcon*geometry: +1092+670
pmon*geometry: +1052+670

Blank lines are ignored - exclamation points begin comments.  A
particular application obeys resources if they begin with * or with
the application's executable name or with the application's class name 
(an application's Class name can be found with 'xlsclients -l').  What 
each resource does is application specific.  The xterm man page has
several good examples of xresource lines.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


<    1   2