SGML2TXT

1997-05-20 Thread Rick Jones
Does anybody know why I might get the following error?

Making intro.txt from intro.sgml.
standard input:252: warning: can't find font `C'

Could this have anything to do with the change to the /usr/share directory
for the groff etc files?  I tried to grep all the files for any references
to a font `C' with no luck.

Any help is appreciated.

L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: 'w' works, 'who' does not...

1997-05-20 Thread Raja R Harinath
Jon Valesh [EMAIL PROTECTED] writes:
 I have a set of servers running debian 1.2 as downloadable from a mirror
 site today. There are two servers, using NIS to distribute user 
 information.
 
 From either system, if I type 'who', all I get back is a command prompt.
 
 If I use 'w', I get the correct data.
 
 I accedentally installed everything available from 'unstable' on both 
 systems yesterday.

This is due to problems with the `/var/run/utmp' file: libc5 and libc6
use different formats.  

  `login', which is the primary(?) generator of utmp entries, is still libc5
   (BTW, does `xterm' generate utmp entries, or does it use `login' to do
   the dirty work?  Anyway `xterm' is also libc5)

  `who' is from `shellutils', which was recently upgraded to libc6

  `w' is from `procps', which is still libc5

This causes other interesting anamolies:

  $ echo $LOGNAME
  harinath
  $ echo $USER
  harinath
  $ logname
  logname: no login name

`bash' is still libc5, so it works.

- Hari
-- 
Raja R Harinath -- [EMAIL PROTECTED]
When all else fails, read the instructions.  -- Cahn's Axiom
Our policy is, when in doubt, do the right thing.   -- Roy L Ash


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


False alarm on mount command

1997-05-20 Thread Harmon Sequoya Nine

Turns out it just pays to scan the docs more closely.  The problem I encountered
was due to the user option implying noexec, nosuid, and nodev (unless 
overridden
by later options).  I had placed all of my options in alphabetic order, i.e.
dev,exec,user so user overided exec and dev.   

To reiterate, THERE IS NOTHING WRONG WITH THE MOUNT COMMAND.

Also, please don't RTFM.

-- Harmon


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Driver compiled under kernel 2.0.29 says it was compiled under 2.0.28

1997-05-20 Thread Harmon Sequoya Nine

Hi.  I have this alpha-release driver for a PCI ethernet card that I compiled 
under
kernel 2.0.29 (my current kernel).  However, when I try to install it in the 
kernel with
insmod, insmod reports that the driver was compiled under kernel 2.0.28 and 
that
it won't install it (at least not without a -f option).

Any ideas on what's going on here?

Thanks. :-)

-- Harmon


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


A problem

1997-05-20 Thread Wen Ling Feng
We use the Linux as a Gateway. But in the gateway, we in Win95 couldn't see
other workgroup outside the gateway. And we can see the workgroups in the
gateway.

I am a new user. Could you help me? 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Driver compiled under kernel 2.0.29 says it was compiled under 2.0.28

1997-05-20 Thread Dale Scheetz
On Mon, 19 May 1997, Harmon Sequoya Nine wrote:

 
 Hi.  I have this alpha-release driver for a PCI ethernet card that I compiled 
 under
 kernel 2.0.29 (my current kernel).  However, when I try to install it in the 
 kernel with
 insmod, insmod reports that the driver was compiled under kernel 2.0.28 and 
 that
 it won't install it (at least not without a -f option).
 
 Any ideas on what's going on here?
 
Grep the source code for the alpha-release driver looking for 2.0.28
(probably in a .h file) replace all references with the desired kernel
version. Sometimes this is handled with a version.c created at compile
time by a MakeFile. Look for the MakeFile.in to be the correct place for
the modification of the version number. It should then propogate into a
new MakeFile (you may need to delete the old one) and give the desired
results. Make clean, before the compile, should do everything necessary.

Luck,

Dwarf
-- 
_-_-_-_-_-_-  _-_-_-_-_-_-_-

aka   Dale Scheetz   Phone:   1 (904) 656-9769
  Flexible Software  11000 McCrackin Road
  e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308

_-_-_-_-_-_- If you don't see what you want, just ask _-_-_-_-_-_-_-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: I'm also looking for a C function to convert EBCDIC to ASCII

1997-05-20 Thread Gith
On Mon, 19 May 1997, Russell Ross wrote:

 I'm web surfing lookng for a C function to convert EBCIDIC to ASCII and I
 stumbled across the e-mail from Walter L Preuniger II, asking the same
 question.
 
 If anyone out there has found such a C function, please e-mail it to
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

/*
**  ASCII = EBCDIC conversion functions
*/
static unsigned char a2e[256] = {
  0,  1,  2,  3, 55, 45, 46, 47, 22,  5, 37, 11, 12, 13, 14, 15,
 16, 17, 18, 19, 60, 61, 50, 38, 24, 25, 63, 39, 28, 29, 30, 31,
 64, 79,127,123, 91,108, 80,125, 77, 93, 92, 78,107, 96, 75, 97,
240,241,242,243,244,245,246,247,248,249,122, 94, 76,126,110,111,
124,193,194,195,196,197,198,199,200,201,209,210,211,212,213,214,
215,216,217,226,227,228,229,230,231,232,233, 74,224, 90, 95,109,
121,129,130,131,132,133,134,135,136,137,145,146,147,148,149,150,
151,152,153,162,163,164,165,166,167,168,169,192,106,208,161,  7,
 32, 33, 34, 35, 36, 21,  6, 23, 40, 41, 42, 43, 44,  9, 10, 27,
 48, 49, 26, 51, 52, 53, 54,  8, 56, 57, 58, 59,  4, 20, 62,225,
 65, 66, 67, 68, 69, 70, 71, 72, 73, 81, 82, 83, 84, 85, 86, 87,
 88, 89, 98, 99,100,101,102,103,104,105,112,113,114,115,116,117,
118,119,120,128,138,139,140,141,142,143,144,154,155,156,157,158,
159,160,170,171,172,173,174,175,176,177,178,179,180,181,182,183,
184,185,186,187,188,189,190,191,202,203,204,205,206,207,218,219,
220,221,222,223,234,235,236,237,238,239,250,251,252,253,254,255
};

static unsigned char e2a[256] = {
  0,  1,  2,  3,156,  9,134,127,151,141,142, 11, 12, 13, 14, 15,
 16, 17, 18, 19,157,133,  8,135, 24, 25,146,143, 28, 29, 30, 31,
128,129,130,131,132, 10, 23, 27,136,137,138,139,140,  5,  6,  7,
144,145, 22,147,148,149,150,  4,152,153,154,155, 20, 21,158, 26,
 32,160,161,162,163,164,165,166,167,168, 91, 46, 60, 40, 43, 33,
 38,169,170,171,172,173,174,175,176,177, 93, 36, 42, 41, 59, 94,
 45, 47,178,179,180,181,182,183,184,185,124, 44, 37, 95, 62, 63,
186,187,188,189,190,191,192,193,194, 96, 58, 35, 64, 39, 61, 34,
195, 97, 98, 99,100,101,102,103,104,105,196,197,198,199,200,201,
202,106,107,108,109,110,111,112,113,114,203,204,205,206,207,208,
209,126,115,116,117,118,119,120,121,122,210,211,212,213,214,215,
216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,
123, 65, 66, 67, 68, 69, 70, 71, 72, 73,232,233,234,235,236,237,
125, 74, 75, 76, 77, 78, 79, 80, 81, 82,238,239,240,241,242,243,
 92,159, 83, 84, 85, 86, 87, 88, 89, 90,244,245,246,247,248,249,
 48, 49, 50, 51, 52, 53, 54, 55, 56, 57,250,251,252,253,254,255
};

unsigned char ASCIItoEBCDIC(const unsigned char c)
{
return a2e[c];
}

unsigned char EBCDICtoASCII(const unsigned char c)
{
return e2a[c];
}
-
Willie Daniel
 [EMAIL PROTECTED]
  http://users.quicklink.net/~gith/
   Linux-GGI Project: http://synergy.foo.net/~ggi/
-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Installing Debian Linux on a new system w/out MSDOG

1997-05-20 Thread J.P.D. Kooij

On Mon, 19 May 1997, Dale Scheetz wrote:

 On Mon, 19 May 1997, Jean Pierre LeJacq wrote:
 
  I'd recommend creating a partition for MS-DOS right away.
  No need to actually install it till required.
 
 Agreed. Dos/Win/NT want the first partition of the first drive to be
 their boot file system. So decide what you want for DOS and build the
 partition (from a DOS rescue disk that has fdisk) with fdisk (msdos
 version) before you do any linux work.

Well, my /dev/hda1 has an ext2 root partition on it _and_ is marked bootable.
Windows95 is on /dev/hda2 and has no problems with that, contrary to 
popular belief and many manuals.

If you have a floppy to boot linux from in any case, the worst that can 
happen is that you can't boot your freshly installed windows95. That's 
bad, because it takes a lot longer to install and setup than debian linux. 

If you're a bit paranoid about your existing setup you can always make a 
couple of backups of the first 512 bytes of all primary, extended and 
logical partitions and the master boot record before you let the 
microsoftware touch your system. That's what I actually did, but I don't 
think it is necessary at all. Adding an entry for windows in lilo.conf and 
rerunning lilo is enough.

Cheers,


Joost



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: where is xload?

1997-05-20 Thread Scott K. Ellis
-BEGIN PGP SIGNED MESSAGE-

On Mon, 19 May 1997, Andree Leidenfrost wrote:

 Hi Dirk,
 
 funny thing! The same happened to me when switching to frozen. It's in
 the xproc package. I do not understand what is happening there because
 xload definitely is in the package. It seems that it just isn't copied
 to it's place... Perhaps you could file a bug report on this?1?
 
 By the way, if you want to know to which package a certain file belongs
 you can use 'dpkg -S filename'

Actually it was in the old xcontrib packages, then moved to xproc.
Depending on installation order, you could install xproc with xload,
xcontrib with xload, then upgrade to xcontrib without xload and loose
xload.  Re-install xproc and it will be there.

++
|   Scott K. Ellis   |   Argue for your limitations and  |
|   [EMAIL PROTECTED]   | sure enough, they're yours.   |
||-- Illusions   |
++

-BEGIN PGP SIGNATURE-
Version: 2.6.3
Charset: noconv

iQCVAwUBM4EFKtH31Ek1qsc9AQGX1AP/fxj5E9NNpDtO/XgeiC81lgh1Abmeor0l
LLrHsUdRc/8xLM5vh7UKxSDqAFgVTKcAkPKByzrqSlhByTOZrov1eppZF/tMP2Cu
tEbKXxhKdxWWRI7Vv9a+/A8DUuZfhODKziUImxA0bv1nY09t/W9FmIeLR7nM+uzl
Sf3l0bjL4NM=
=ryJr
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Removing stubborn package

1997-05-20 Thread Scott K. Ellis
-BEGIN PGP SIGNED MESSAGE-

On 18 May 1997, lars wrote:

 Thank you all for your pointers to TeX/LaTeX references, but can
 someone now tell me how to force the removal of the xypic package?
 dpkg -i tetex-base_etc tells me what to do to remove it, but it
 doesn't work at all. Here is the output:
 
 #  dpkg --purge --force-depends  xypic
 (Reading database ... 23313 files and directories currently installed.)
 Removing xypic ...
 dpkg: error processing xypic (--purge):
  subprocess pre-removal script returned error exit status 127
 Errors were encountered while processing:
  xypic
 #
 
 Is there a way to tell dpkg to remove all references to xypic from the
 database, regardless of the presence of files, which are gonna be
 replaced by tetex anyway? Thanks again.

The best thing to do in this instance is to look at the file
/var/lib/dpkg/info/xypic.prerm, find what command might be failing, and
disable that command (or remove the set -e line).  Then remove the
package and it should work.

++
|   Scott K. Ellis   |   Argue for your limitations and  |
|   [EMAIL PROTECTED]   | sure enough, they're yours.   |
||-- Illusions   |
++

-BEGIN PGP SIGNATURE-
Version: 2.6.3
Charset: noconv

iQCVAwUBM4EGANH31Ek1qsc9AQHh2wP/c9680qehBoF6N8AQEWi6MkS5eUMeh633
3Ubs4Ju/oRa6n2yvkl2+Qt77qAyxqjYsulVV0+Kxgjqug9ZlAK0Lje/qRaP9KTxK
sVVk5uXrDy5Pu7RsRyl0cr902YdwTCGRtCT0YXsCo4AZF30DQKzBqO1lQnYyd6D0
BrZ5ZPCzWhU=
=k8xe
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Majordomo w/Smail ?

1997-05-20 Thread Matthew Tebbens
Anyone using majordomo with smail ?
I'm looking for help to set it up...

Matthew


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: A problem

1997-05-20 Thread Jim Pick

 We use the Linux as a Gateway. But in the gateway, we in Win95 couldn't see
 other workgroup outside the gateway. And we can see the workgroups in the
 gateway.
 
 I am a new user. Could you help me? 

How do you not see them?  Do you mean in network neighborhood (ie. using
Microsoft SMB networking)?

Can you ping them?

Is this a TCP/IP gateway?  Is it forwarding between two different subnets?
Are you using IP masquerading?  Have you set up the TCP/IP stack on the
Win95 clients?  

Do you have a WINS server?

Typically, Windows 95 networking (based on the SMB protocol) workgroups can
only do Netbios name resolution for computers on the same physical subnet -
unless you have added entries to the LMHOSTS file or entered a value for
a WINS server.  (WINS stands for Windows Name Server and it comes with
Windows NT Server).

If you can answer some of the questions, then someone might be able to help.

Cheers,

 - Jim




pgpeti7NuxMuE.pgp
Description: PGP signature


Re: Majordomo w/Smail ?

1997-05-20 Thread Joey Hess
Matthew Tebbens:
 Anyone using majordomo with smail ?
 I'm looking for help to set it up...

I am. Read /usr/doc/majordomo/README.debian, it has something that needs to
be added to the smail config files. Feel free to ask me if you have any
questions.

-- 
See shy Jo.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Re[2]: Can't start xsession, help

1997-05-20 Thread Rick Jones

Also check /var/log/xdm-errors errors prior to the xsession actually
starting are in this log.  Once the xsession is initiated logging errors
goes to ~/.xsession-errors.

On Mon, 19 May 1997, Zachary Payne wrote:

  Good question, ask your dog!, I always ask my dog my computer 
  questions!  He always answers I know it sound silly but it really 
  works!!!
 
 
 __ Reply Separator 
 _
 Subject: Re: Can't start xsession, help
 Author:  Jens B. Jorgensen [EMAIL PROTECTED] at Internet-SMTP
 Date:5/19/97 10:42 AM
 
 
 Sergey Avvakumov wrote:
  
  Hi
  
  I have the following problem - after successful 
  login in the xdm login window xdm starts xsession
  but it immediately terminates and I see xdm welcome 
  again. I'm running Debian linux, installed less
  than month ago from one of mirror-debian ftp sites. 
  I was trying to set up PPP with dynamic IP address, 
  and for some stupid reason commented out line in
  /etc/hosts with name of my PC and it's IP
  address and then rebooted it. After doing it I can't
  start xsession. Actually X starts executing /etc/X11/Xsession 
  file - I can see root window color, which is
  set up from there, for a second, but it won't open xterminals 
  and quits. I guess X now considers computer as
  a foreign host, and it's host-control terminates the 
  session. But then I logged in from alt console and
  edited /etc/hosts file back as it was, but X behaves 
  the same way, terminates 1 second after starting.
  Could anybody help with this?
  
  
 Check for a file called .xsession-errors in your home directory. 
 Error messages generated when you run X should go here.
  
 -- 
 Jens B. Jorgensen
 [EMAIL PROTECTED]
  
  
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to 
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
  
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 

L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Driver compiled under kernel 2.0.29 says it was compiled under 2.0.28

1997-05-20 Thread Kari Davidsson
Hopefully this one gets through 8-)


Harmon Sequoya Nine wrote:

 Hi.  I have this alpha-release driver for a PCI ethernet card that I compiled 
 under
 kernel 2.0.29 (my current kernel).  However, when I try to install it in the 
 kernel with
 insmod, insmod reports that the driver was compiled under kernel 2.0.28 and 
 that
 it won't install it (at least not without a -f option).

 Any ideas on what's going on here?

Check the symlink /usr/src/linux

Hope this helps,

K.D.

-- 
  *
  * Kári Davíðsson*   *
  * Opiskelijankatu 4 F 330   *   *
  * 33720 Tampere * Your advertisement here.  *
  * Finland   * Low prices.   *
  * Tel: + 358-(0)50-5225153  *   *
  * [EMAIL PROTECTED] *   *
  *
---BeginMessage---
Hi. This is the qmail-send program at master.debian.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 12514 invoked from network); 20 May 1997 06:20:53 -
Received: from cs.tut.fi (130.230.4.2)
  by master.debian.org with SMTP; 20 May 1997 06:20:52 -
Received: from naakka.cs.tut.fi ([EMAIL PROTECTED] [130.230.5.5])
  by cs.tut.fi (8.8.5/8.8.4) with ESMTP
  id JAA00772 for [EMAIL PROTECTED]; Tue, 20 May 1997 09:20:48 +0300 
(EET DST)
Received: from naakka ([EMAIL PROTECTED] [130.230.5.5])
  by naakka.cs.tut.fi (8.8.5/8.8.4) with SMTP
  id JAA05103 for [EMAIL PROTECTED]; Tue, 20 May 1997 09:20:47 +0300 
(EET DST)
Sender: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Date: Tue, 20 May 1997 09:20:45 +0300
From: Kari Davidsson [EMAIL PROTECTED]
Organization: Signal Processing Laboratory. Technology University of Tampere
X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.4 sun4m)
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Re: Driver compiled under kernel 2.0.29 says it was compiled under 
2.0.28
References: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Harmon Sequoya Nine wrote:
 
 Hi.  I have this alpha-release driver for a PCI ethernet card that I compiled 
 under
 kernel 2.0.29 (my current kernel).  However, when I try to install it in the 
 kernel with
 insmod, insmod reports that the driver was compiled under kernel 2.0.28 and 
 that
 it won't install it (at least not without a -f option).
 
 Any ideas on what's going on here?

Check the symlink /usr/src/linux

 
 Thanks. :-)
 
 -- Harmon
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] .
 Trouble?  e-mail to [EMAIL PROTECTED] .

Hope this helps,

K.D.

-- 
  *
  * Kári Davíðsson*   *
  * Opiskelijankatu 4 F 330   *   *
  * 33720 Tampere * Your advertisement here.  *
  * Finland   * Low prices.   *
  * Tel: + 358-(0)50-5225153  *   *
  * [EMAIL PROTECTED] *   *
  *

---End Message---


Re: A problem

1997-05-20 Thread Andree Leidenfrost
Hi Feng,

though I am no real network specialist this looks pretty much like a
routing problem to me. If I understand you correctly your win95 clients
see other members of there own subnet but no machine in the other subnet
with which you are connected via the gateway. I think you should check
the default route in your windows configuration. It should point to your
gateway. This will make your windows clients send every package that
doesn't belong to your local subnet be sent to the gateway and thus
transmitted to the other subnet.

Sorry that I can't be more precise about the win95 configuration but I
just don't remember more without having a look at the configuration
menus which I can't at the moment. Hope this helps anyway.

Regards,

Andree
-- 
 | Institute of Geophysics   phone: +49 40 4123 4389
 ANDREE LEIDENFROST  | University of Hamburg   fax: +49 40 4123 5441
Geophysicist | Bundesstrasse 55  e-mail: [EMAIL PROTECTED]
 | D-20146 Hamburgwww: www.app-geoph.dkrz.de


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: modprobe warning

1997-05-20 Thread Carey Evans
G. Kapetanios [EMAIL PROTECTED] writes:

 Today I upgraded the menu package to 1.3-2 . Since then I get every half
 minute a
 syslogd warning saying that modprobe can't locate the char-major-6 module. 
 I have a custom kernel ( 2.0.29 ) and no such module. Anybody can tell me
 what is going on ??

According to /usr/src/linux/Documentation/devices.txt, the char device
with major number 6 is the printer device.  I can't see what
installing menu would have to do with this - maybe it tried to print
something?  Do you have the printer driver in the kernel or available
as a module (lp.o)?  Is printing working, if it should be?

If you want to turn off the messages, edit /etc/conf.modules and
follow the instructions near the top.  (alias char-major-6 off)

-- 
Carey Evans  *  [EMAIL PROTECTED]

Encryption renamed to Encode to avoid US regulation problems
 - include/linux/wireless.h in Linux 2.0.30 kernel


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Majordomo w/Smail ?

1997-05-20 Thread John Foster
I set it up a while back. I seem to remember that some of the paths
were not as the docs indicated. It wasn't on a handy machine, but I
seem to remember that majordomo expected some things to be in
/var/lib/majordomo that were actually in /usr/lib/majordomo.

There was also a problem with the @LIB variable, but nothing that a
maze of twisty little symlinks, all alike couldn't fix.


John F.


On Mon, 19 May 1997, Matthew Tebbens wrote:

 Anyone using majordomo with smail ?
 I'm looking for help to set it up...
 
 Matthew
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


How can i install new packages?

1997-05-20 Thread The Good ol' tavo =\)









Hello to all

I am a Linux newbie trying to figure out how to 
install packages for my system, i downloaded the debian linux by ftp on 7 disks 
the rescue floppy, the custom boot one, the base ones and the drivers one, then 
during the installation process i didn't use dselect i just continued, now my 
question is, do i have anything in those disks that i can add to my computer? or 
those disks just contained the files that linux installed? and another question, 
in the case that i need to download packages via ftp, i need to know how do i do 
that? i use windows 95 to connect to the internet and that's how i download the 
files, but i can't download them to my linux parition they are downloaded to the 
msdos one, how can i port these files to linux? or how can i tell dselect to 
retrieve the files from there?

A desperate Linux newbie








partition busy during shutdown

1997-05-20 Thread tomk
I recently moved my Debian to a larger hard drive. I reorganized the partition
allocation from a splintered arrangement to a 2 partition arrangement:
/dev/hda4 - /var
/dev/hda3 - /  (and all other stuff)

Up until this change, 'shutdown' worked ok. Recently, I've been getting a
message:

.. mount: /dev/hda4 is busy

when partitions are being dis-mounted. Any clues as to how to determine what
process is keeping the partition busy?

-- 
-= Sent by Debian 1.2 Linux =-
Thomas Kocourek  KD4CIK - member of ARRL
[EMAIL PROTECTED]
--... ...-- ...  -.. .  -.- -.. - -.-. .. -.-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Majordomo w/Smail ?

1997-05-20 Thread tomk
John Foster writes:
 
 I set it up a while back. I seem to remember that some of the paths
 were not as the docs indicated. It wasn't on a handy machine, but I
 seem to remember that majordomo expected some things to be in
 /var/lib/majordomo that were actually in /usr/lib/majordomo.
 
 There was also a problem with the @LIB variable, but nothing that a
 maze of twisty little symlinks, all alike couldn't fix.
 
 
 John F.
 
 
 On Mon, 19 May 1997, Matthew Tebbens wrote:
 
  Anyone using majordomo with smail ?
  I'm looking for help to set it up...
  
  Matthew
  

Read /usr/doc/majordomo/README.gz  This file goes into detail on setting up
majordomo. I use majordomo with smail. 8-)

-- 
-= Sent by Debian 1.2 Linux =-
Thomas Kocourek  KD4CIK - member of ARRL
[EMAIL PROTECTED]
--... ...-- ...  -.. .  -.- -.. - -.-. .. -.-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Beginner: Where are error messages of dselect saved?

1997-05-20 Thread Hossein Movahhedian

 Hi

 Finally I installed debian 1.2 from InfoMagic 6 CD April 1997. But when I use
 deselect (with its default selected packages) to install the packages I get a
 lot of messages, error messages and can't messages. As these messages scrolls
 fast, I can not read them to understand what is wrong? The final message is
 that too many error exit with error code 1.
  Are these messages saved anywhere? Or how can I save them?
  
 Regards
 Hossein


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Class of machine needed for DNS router.

1997-05-20 Thread Jason Costomiris
On 19 May 1997, Chris Brown wrote:

 
  I have to set up a primary DNS that will also route between two 
 10base2 ethernets with packet filtering.  The line to the Internet 
 will be a 128 K ISDN line so that bandwidth will be limited there.  
 What class of machine is necessary for such a task?  I have 3 
 machines laying around, a 386-DX 40, 486-DX 33 and a 486-DX2 66.  At 

Either of the 486's should be up to the task.  I do, however, recommend 32
MB of RAM, maybe more.


Jason Costomiris | Finger for PGP 2.6.2 Public Key
[EMAIL PROTECTED] | There is a fine line between idiocy
My employers like me, but not| and genius.  We aim to erase that line
enough to let me speak for them. |  --Unknown

http://www.jasons.org/~jcostom


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


make-kpkg, ?

1997-05-20 Thread Bjoern-Bernhard Schad
-BEGIN PGP SIGNED MESSAGE-

Hi,

I read the instructions in /usr/doc/kernel-source-2.0.27 on
how to compile and install a new kernel in debian. The file
debian-README.gz mentions to use the command make-kpkg to
compile and install the kernel (and its modules?) seemingly
by producing a new kernel-image package which would
integrate nicely with debian.

I could not find make-kpkg. So my question is: where is it?
As nobody seems to do it as described in the documentation,
maybe there is a different way to compile a new kernel?

Thanks for any help
Björn
- -- 
   Bjoern-Bernhard Schad[EMAIL PROTECTED]
GMD First --- privat --
 Rudower Chaussee 5Wolfshagener Str. 79
 D-12489 BerlinD-13187 Berlin
 fon: +49 30 6392 1834 fon: +49 30 4753150 -4/ -5
 (finger [EMAIL PROTECTED] for PGP key)

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

iQB1AwUBM4GVtcbgRtD+LG3hAQH+UAL/XZR+a/Mdqw3leGi1V9fJ+So3+PSZIAkv
eFIaGOQ5xvJnDYrzc89oLBvK2BcFN4Ikxdun0UR+VAQVt7AmdefRXYpGQbigBzvB
CwwVZuOFCrVbBuCsmALt8aVnXD2llV1g
=1WMS
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Beginner: Where are error messages of dselect saved?

1997-05-20 Thread Dale Scheetz
On Tue, 20 May 1997, Hossein Movahhedian wrote:

 
  Hi
 
  Finally I installed debian 1.2 from InfoMagic 6 CD April 1997. But when I use
  deselect (with its default selected packages) to install the packages I get a
  lot of messages, error messages and can't messages. As these messages scrolls
  fast, I can not read them to understand what is wrong? The final message is
  that too many error exit with error code 1.
   Are these messages saved anywhere? Or how can I save them?
   
There is no loggin in dselect for these messages, however, under normal
circumstances the correct response to these messages is to simply run the
Install step over. Depending on the selected packages, this may need to be
done as many as 3 or 4 times before all the errors disapear.
These problems are caused by dselect not knowing what order to install
packages, resulting in dependencies not being resolved at the time of a
given package install. Hopefully these problems will be solved by the
Deity project.

Luck,

Dwarf
-- 
_-_-_-_-_-_-  _-_-_-_-_-_-_-

aka   Dale Scheetz   Phone:   1 (904) 656-9769
  Flexible Software  11000 McCrackin Road
  e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308

_-_-_-_-_-_- If you don't see what you want, just ask _-_-_-_-_-_-_-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: partition busy during shutdown

1997-05-20 Thread Eloy A. Paris
[EMAIL PROTECTED] wrote:

: I recently moved my Debian to a larger hard drive. I reorganized the partition
: allocation from a splintered arrangement to a 2 partition arrangement:
: /dev/hda4 - /var
: /dev/hda3 - /  (and all other stuff)
: 
: Up until this change, 'shutdown' worked ok. Recently, I've been getting a
: message:
: 
: .. mount: /dev/hda4 is busy
: 
: when partitions are being dis-mounted. Any clues as to how to determine what
: process is keeping the partition busy?

Just a thought... what's the order of mounts in your /etc/fstab? /var
has to be mounted AFTER / is mounted so you should have something like:

/dev/sda1   /   ext2defaults1   1
/dev/sdb1   noneswapsw  1   0
proc/proc   procdefaults1   0
/dev/sda2   /var   ext2defaults  1   2

in /etc/fstab.

E.-

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9430323


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Linux on Compaq Proliant 800

1997-05-20 Thread Constantin Teodorescu
Hello,

I need to install a Linux on a Compaq Proliant 800 for a small Intranet
server.

Please, is anywone who has succesfully installed a Linux on this machine
who could give me some help in order to guide me through that strange
installation procedures ?

The machine that I have is simple, with no RAID controller. It has his
own on-board integrated SCSI controller and its own network card
(netflex ...).

Please send any information in this problem to : [EMAIL PROTECTED]

Thanks,

Constantin Teodorescu (Teo)
E-mail: [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: make-kpkg, ?

1997-05-20 Thread Jean Pierre LeJacq
It is in package kernel-package under section misc.  Very
nice.

-- 
Jean Pierre

On 20 May 1997, Bjoern-Bernhard Schad wrote:

 I could not find make-kpkg. So my question is: where is it?
 As nobody seems to do it as described in the documentation,
 maybe there is a different way to compile a new kernel?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


changing file perms. in single user mode

1997-05-20 Thread Eloy A. Paris
Hello Debian users,

I guess this is a dumb question but I just can't see the answer:

Yesterday a added another hard disk to our production server that is
proudly running Debian 1.2. I wanted to have /tmp and /var/tmp
mounted in a second disk so I created my ext2 filesystems and 
mounted them under /var/tmp and /tmp after editing /etc/fstab. I was
in maintenance mode (single user mode), mode that I entered with
shutdown now.

After the new filesystems were mounted I wanted to set the permissions
of /tmp /var/tmp to be the same as the old directories in the / and
/var directories respectively so I did a:

chmod a+w,o+t /tmp
chmod a+w,o+t /var/tmp

Well, after I did a ls -ld /tmp and ls -ld /var/tmp the new permissions
showed up just fine. However, after I rebooted the server to go into 
production again, permissions of /tmp /var/tmp were as before. I set
permissions again now in multiple user mode and everything is fine now.

This is not the first time this happens to me. A couple of weeks ago
I re-partitioned my first disk and had the same problems. I had
to set permissions while in multiple user mode to have things
working properly.

What's going on here? Is there anything I don't know about working
in single user mode?

Thanks in advance.

Regards,

E.-

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9430323


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


How can i port files from dos to linux?

1997-05-20 Thread The Good ol' tavo =)



how can i port the gnu or tar or gzip or .deb 
files that i download using MSIE30 to linux? and how can i install all the 
packages that come with the debian system that i downloaded from the internet 
without causing conflicts between each other?



Re: Beginner: Where are error messages of dselect saved?

1997-05-20 Thread Marcelo E. Magallon
 Finally I installed debian 1.2 from InfoMagic 6 CD April 1997. But when
 I use deselect (with its default selected packages) to install the
 packages I get a lot of messages, error messages and can't messages. As
 these messages scrolls fast, I can not read them to understand what is
 wrong?

Well, if you use bo (1.3), instead of rex (1.2), you can install
dpkg-mountable, an altenative method for dpkg, which is much faster, much
better, and does logs in /var/log/

You can find it in the admin section of hamm, hamm/main/binary-i386/admin.

It depends on libc5, that's why you need bo.

HTH,

Marcelo Magallon



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: How can i port files from dos to linux?

1997-05-20 Thread Kai Grossjohann
 The Good ol' tavo =) writes:

  orojas how can i port the gnu or tar or gzip or .deb files that i
  orojas download using MSIE30 to linux? and how can i install all
  orojas the packages that come with the debian system that i
  orojas downloaded from the internet without causing conflicts
  orojas between each other?

If you tell your FTP client to do binary transfers (as opposed to text
mode) you can just store the files on your FAT or VFAT partition and
mount it in Linux using the mount command.  I don't know how to tell
Internet Exploder to use binary transfer, maybe it uses that by
default.

Use the command dpkg to install any one .deb file.  Make a mirror of
the distribution (mirroring the directory structure, too) and just
point dselect to it (having mounted the FAT or VFAT partition, first).

Use the mount command to mount the partition like this:

mkdir /dos
mount /dev/hda1 /dos

Of course, you should choose the right name instead of /dev/hda1.  h
means IDE, s instead of h means SCSI.  a means the first disk, use b
for the second.  1 means first partition.

hth,
kai
-- 
Life is hard and then you die.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


www chat system

1997-05-20 Thread Tim Sailer
I have been asked to provide a web based chat system for a client at
my ISP. I tried to talk him into IRC or a MUD/MOO, but they want it
web based. Does anyone know of a set of programs/scripts/whatever
that will do this?

Thanks,
Tim

PS: If this works, I may package it up as a Debian package.

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
You have not converted a man because you have silenced him.
   - John Morley
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Beginner: Where are error messages of dselect saved?

1997-05-20 Thread Dale Scheetz
On Tue, 20 May 1997, Marcelo E. Magallon wrote:

  Finally I installed debian 1.2 from InfoMagic 6 CD April 1997. But when
  I use deselect (with its default selected packages) to install the
  packages I get a lot of messages, error messages and can't messages. As
  these messages scrolls fast, I can not read them to understand what is
  wrong?
 
 Well, if you use bo (1.3), instead of rex (1.2), you can install
 dpkg-mountable, an altenative method for dpkg, which is much faster, much
 better, and does logs in /var/log/

This package only logs the output of calls to dpkg, none of the dselect
generated messages will show up in the log. This is useful for this
problem since it will record any problems dpkg had with installing
particular packages, but it will not record all of the information that
dselect provides. 

Luck,

Dwarf
-- 
_-_-_-_-_-_-  _-_-_-_-_-_-_-

aka   Dale Scheetz   Phone:   1 (904) 656-9769
  Flexible Software  11000 McCrackin Road
  e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308

_-_-_-_-_-_- If you don't see what you want, just ask _-_-_-_-_-_-_-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Help with IP masquerading

1997-05-20 Thread Benjamin T. White
Hello all,

I have an interesting problem.  I have a small LAN based on ethernet with 
a Linux box with a ppp connection to the internet acting as a gateway for 
two Macintosh computers:


---
|   Linux ||---Powermac with OpenTransport
| || 192.168.1.2
   ppp  | |   eth0 |
 ---| 192.168.1.1 ||
| ||
| ||---68K mac with MacTCP
---  192.168.1.3

The linux box runs pppd/diald.  This setup has worked flawlessly for a year
with a Slackware installation (kernel 1.2.13).  I am now upgrading to 
Debian 1.2 (kernel 2.0.27) and have run into frustrating problems.  
After some hair pulling I have pppd/diald working on the new system.
I have compiled in kernel support for ip masquerade and set up the 
forwarding with

ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0

Now the problem:

**I can not do domain name resolution with my new setup** The ip masquerading 
seems to work with most network traffic.  Packets sent by IP number are 
forwarded appropriately.  I can telnet and use my web browser on my macs if
I use IP numbers.  DNS resolution works great on the linux box, and I
have triple checked the nameserver addresses on the macs.  When I do a name
lookup on the mac I can see the modem SD light periodicly lighting up,
so I assume that DNS queries are being sent, but now replys.  I can do
a name lookup on the linux system without difficulty.  The nameservers
on both machines are configured identically.

The kicker:  booting with my old slackware setup fixes this problem, 
without changing anything on the macs.

I have searched the FAQ's without avail, any pointers to info or ideas
to try would be much appreciated.

Thanks in advance,

Ben
[EMAIL PROTECTED]



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


How to see the group and aliases file on the NIS server

1997-05-20 Thread Pedro I. Sanchez
Hello,

I installed NIS on a Debian server and I'm trying to set up another
Debian as a NIS client (latest Debian versions from the unstable tree).
In the latter, I added the line +::: to the /etc/group file and the
line + to /etc/aliases. Then, I started the ypbind daemon.

In the client machine, if I give the command ypcat group I can see the
groups defined in the server. However, the system utilities can't see
those groups. By this I mean, an ls -l just reports the GID of the
files as numbers, not names, the chgrp command doesn't recognize the
NIS server's groups, etc. Also, smail doesn't see the aliases file even
though the ypcat aliases command shows the right content.

The password file however seems to be recognized. I can login on the
client machine using the users defined in the master. If you have an
idea of what I may be missing please drop me a note.

Thank you,

-- 
Pedro I. Sanchez


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


RE: Latest rescue disk locks up Thinkpad

1997-05-20 Thread Carpenter, Dean \(MS Mail\)

--
From:   Chris Osicki
Sent:   Sunday, May 18, 1997 3:24 PM
To: debian-user@lists.debian.org
Subject:RE: Latest rescue disk locks up Thinkpad

I have just manage to boot and load the base system (debian 1.2) on a 
ThinkPad 760E, which doesn't boot from standard rescue floppy.

I build a zImage (2.0.27) and replace the linux on the rescue floppy
with it. Then I mounted /dev/fd0 on /mnt and did
rdev /mnt/linux /dev/ram

I did the exact same thing with a 2.0.30 kernel, but with less 
success.  It gets past
the loading linux .. line and actually boots the kernel, but then 
the kernel gets a
panic being unable to load the root filesystem from 0x0100.




application/ms-tnef

Re: 'w' works, 'who' does not...

1997-05-20 Thread Eric G. Stern

Here's the situation:

My debian system is running as an NIS client from a master which
happens to be an SGI.  I can log into my debian linux system, so it
sees my user name from the passwd map.  I can do a

ypcat passwd.byname
ypcat passwd.byuid
ypcat group.byname
ypcat group.bygid

and see all the correct entries.  I can 'cd ~username' and also
'finger username' so somehow it's getting that information correctly.
After the cd, my working directory is my home directory on a NFS
mounted disk.  However, if I do an 'ls -l' on a file, it reports the
numeric uid and gid instead of the names from the passwd and group
databases.  I'm running

kernel version 2.0.30
netbase 2.13-1
netstd 2.13-1
nis2.20-1

Another oddity is that if I do:

ypwhich -m

to get the names of all the maps, it gives me a long litany of

YP: can't find the master of (null): Reason: Request arguments bad

error messages, but if I do

ypwhich -m passwd

it reports the correct yp master.

Any ideas on what is going on would be appreciated.

Thanks,
Eric Stern


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: partition busy during shutdown

1997-05-20 Thread m*
[EMAIL PROTECTED] wrote:
 
 I recently moved my Debian to a larger hard drive. I reorganized the partition
 allocation from a splintered arrangement to a 2 partition arrangement:
 /dev/hda4 - /var
 /dev/hda3 - /  (and all other stuff)
 
 Up until this change, 'shutdown' worked ok. Recently, I've been getting a
 message:
 
 .. mount: /dev/hda4 is busy
 
 when partitions are being dis-mounted. Any clues as to how to determine what
 process is keeping the partition busy?
 

yup.

try fuser -m /var

the output will be process ids of processes using the file
system.

it sounds like processes are not being killed appropriately.

good luck,

m*

-- 
The Shining One
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: www chat system

1997-05-20 Thread Jaldhar H. Vyas

On Tue, 20 May 1997, Tim Sailer wrote:

 I have been asked to provide a web based chat system for a client at
 my ISP. I tried to talk him into IRC or a MUD/MOO, but they want it
 web based. Does anyone know of a set of programs/scripts/whatever
 that will do this?
 

Funny you should ask.  I was just asked to find the same thing.  (The
whole idea seems pretty pointless to me but I guess the people with the
money get to make all the decisions right? :-) 

A preliminary search has turned up something called wwwirc
(http://www.fiu.edu/~zyang01/wwwirc/) that looks promising.  Though you
are warned upfront the interface is not very pretty and may need to be
worked on  which dampens enthusiasm somewhat. 

It seems to have been developed on SunOS but I'm hoping it will
compile on Linux.  I haven't actually tried yet though. 

If you do Debianize it, please let me know.  While our Unix boxes at work
are mostly Solaris, I'd much rather run it of my trusty Debian machine.
The page says it is GPLed so it is suitable for the distribution

-- Jaldhar 




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Debian as a server.

1997-05-20 Thread Kevin Traas
 The only people who have reasonably stable Windows machines are the tech
 heads and geeks who have the time, ability, and the inclination to mess
 about it with it for days and weeks on end.

Funny.  Sounds like most Linux people I know  However, I resent being
called a geek grin

(Just to add some valuable input here:  Sure, Linux is stable
out-of-the-box, but there's a lot of work to do before you've got a
machine that can do everything you need/want it to - and, IMHO, it's not
all that easy and quite beyond non tech-heads and geeks  

Take, for instance, a PPP connection to an ISP.  Under Win95, even the
BDU's I support have done this with little help on my part (oh, BDU=Brain
Dead User - my pet name for non-techiesg).  Doing this in Linux is
a little more difficult - and you've still got the browser, e-mail, etc. to
install  config

I'm not a Windoze lover; however, each OS certainly has it's strengths
(and weaknesses) and, I guess, if holding onto one particular OS is a
religious/faith thing for people, then I'm one to take the best piece out
of every pie...)

Later,

Kevin Traas
Systems Analyst
Edmondson Roper CA
http://www.eroper.bc.ca


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


automatically tracking just a few unstable packages

1997-05-20 Thread Roderick Schertler
My system is mostly bo, but I've installed a couple of packages out of
hamm.  I have my dselect access method set to ftp and pointing at the
bo Packages files.  I'd like a way to know when the hamm packages I'm
tracking are updated.  Does the system have a way to do that?

If not I'll write a script for it.  I'm thinking to compare the installed
packages with the versions listed in the available file.  For each package
which has a newer version installed than is available the script will
check the unstable packages files and report any newer versions.  Is there
a more direct way to do what I want?

-- 
Roderick Schertler
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Class of machine needed for DNS router.

1997-05-20 Thread Jim Pick

 On 19 May 1997, Chris Brown wrote:
 
  
   I have to set up a primary DNS that will also route between two 
  10base2 ethernets with packet filtering.  The line to the Internet 
  will be a 128 K ISDN line so that bandwidth will be limited there.  
  What class of machine is necessary for such a task?  I have 3 
  machines laying around, a 386-DX 40, 486-DX 33 and a 486-DX2 66.  At 
 
 Either of the 486's should be up to the task.  I do, however, recommend 32
 MB of RAM, maybe more.

I use a 386/33 with 8MB RAM for this purpose.  I've never noticed a 
performance problem.  I even had my main e-mail and web servers on there for 
several months.  I wasn't doing much packet filtering though...

Cheers,

 - Jim




pgpBDuYwuTKbU.pgp
Description: PGP signature


Re: www chat system

1997-05-20 Thread Rick Macdonald
Jaldhar H. Vyas wrote:
 
 On Tue, 20 May 1997, Tim Sailer wrote:
 
  I have been asked to provide a web based chat system for a client at
  my ISP. I tried to talk him into IRC or a MUD/MOO, but they want it
  web based. Does anyone know of a set of programs/scripts/whatever
  that will do this?

I just saw the following on the comp.lang.tcl.announce newsgroup.

I'm behind a firewall so I can't access IRC (port 6667?).

--- snip ---

This is to announce release 0.61 (71th public release) of NetPlug
An extensible, multi protocol, multi connection, network client.

Currently including the following plugins:
+ Irc a complete Irc client, with classical ircII look  feel
+ Go client to play go on internet go servers.
+ memory to remember favorite hosts/port

It works on Unixes as well as Windows and MacOS, with tcl7.6/tk4.2 or
tcl/tk8.

There is also now an experimental Tclet version (applet in web page)
for the Irc client (you'll need the tcl plugin version 2 or later). 
See URL below.


References:
+++
  home page   http://www.box.eu.org/~dl/netplug.html
  tclet version   http://www.box.eu.org/~dl/tclets/irc.html
  ftp downloadftp://ftp.box.eu.org/tcl/  (Netplug*)
  author Email[EMAIL PROTECTED]

--- snip ---

-- 
...RickM...


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: automatically tracking just a few unstable packages

1997-05-20 Thread Jaldhar H. Vyas

On Tue, 20 May 1997, Roderick Schertler wrote:

 My system is mostly bo, but I've installed a couple of packages out of
 hamm.  I have my dselect access method set to ftp and pointing at the
 bo Packages files.  I'd like a way to know when the hamm packages I'm
 tracking are updated.  Does the system have a way to do that?
 

There's a package in the net section of unstable called ftpwatch which
sounds like it could do what you want.

-- Jaldhar



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


dpkg 1.4.0.5 to 1.4.0.7 upgraded

1997-05-20 Thread Timothy Phan
Hi,

  I'd like to know how to upgrade the dpkg 1.4.0.5 to 1.4.0.7?
  Would be be the same as upgrade the other packages?

  Thanks!

-- 
   Timothy C. Phan ([EMAIL PROTECTED])
    NEC America, Inc. ASL
    1525 Walnut Hill Ln. Irving, TX 75038
  tel: (214)-518-3437 fax: (214)-518-3499


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: May 13 instalation disk's problem (vfat)

1997-05-20 Thread Lindsay Allen


On Mon, 19 May 1997, Dale Scheetz wrote:

 On Mon, 19 May 1997, Rick Jones wrote:
 
  On Mon, 19 May 1997, Eugene Sevinian wrote:
  
   P.S. Just for curiosity ...
HOw many people are participating in this mailing list?
  
 The current debian-user distribution list contains 874 email addresses.

I would have guessed a much higher figure than that.  But then, I like
being a member of exclusive groups  :-)

Would it be an idea to add a script to the end of the install that offers
to email someone (you, me) with details of the hostname, domain and Debian
version.  Something along the lines of the present Linux survey.  With
this information we could, over time, build up a picture of Debian's
domain. 

 
 Dwarf
 -- 
 _-_-_-_-_-_-  _-_-_-_-_-_-_-
 
 aka   Dale Scheetz   Phone:   1 (904) 656-9769
   Flexible Software  11000 McCrackin Road
   e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308
 
 _-_-_-_-_-_- If you don't see what you want, just ask _-_-_-_-_-_-_-


Lindsay
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lindsay Allen   [EMAIL PROTECTED]  Perth, Western Australia
voice +61 9 316 2486modem +61 9 364-9832  32S, 116E
http:  Real soon now.   debian linux
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: can't umount /usr(/dev/hdb3)

1997-05-20 Thread Leslie Mikesell
 The other asnwers in this list are all very usefull, but sometimes
 I find that whatever I do, I cannot unmount for example /usr.
 In such cases, it's best to do
 
   mount -o remount,ro /usr
 
 i.e. remount it read-only, so that all data is written do the partition,
 and you can now safely switch off the computer (execute halt).
 (assuming all other partions are unmonuted properly).
 

I've been having trouble with hardware errors on one disk drive causing a
filesystem panic that appears to force the filesystem into read-only mode
but the processes accessing it are blocked and won't die from signals.
I would like to be able to force a reboot remotely when this happens but
even 'reboot -f' hangs.  Is there some other way besides punching the reset
button to make the machine restart?

Les Mikesell
  [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


file system problem

1997-05-20 Thread D. W. Wieboldt
Some time ago, e2fsck had problems and filled up my /lost+found.  I have
searched high and low for guidance on how to straighten out this mess,
but I still don't know what to do.  

It looks like this:
bash$ ls -Flas /lost+found

total 4076008347
193694604 pr---wSrwt   1 5911 59110 Apr 11  1982 #73339|
193694604 pr---wSrwt   1 5911 59110 Apr 11  1982 #73340|
193694604 pr---wSrwt   1 5911 59110 Apr 11  1982 #73341|
193694604 pr---wSrwt   1 5911 59110 Apr 11  1982 #73342|
193694604 pr---wSrwt   1 5911 59110 Apr 11  1982 #73343|
[many more]
 46 drwxr-xr-x   2 root root46080 Apr 25 13:43 ./
  1 drwxr-xr-x  22 root root 1024 May 19 20:24 ../

Anything other than moving the whole directory fails, with a permission
denied message.  Darn it, how dare it deny permission to root?
Does anyone have some clues, like what FM to read?

TIA!

--
D. W. Wieboldt . . [EMAIL PROTECTED] . . My other computer runs Linux!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: dpkg 1.4.0.5 to 1.4.0.7 upgraded

1997-05-20 Thread Jean Pierre LeJacq
Yes

On Tue, 20 May 1997, Timothy Phan wrote:

 Hi,
 
   I'd like to know how to upgrade the dpkg 1.4.0.5 to 1.4.0.7?
   Would be be the same as upgrade the other packages?
 
   Thanks!
 
 -- 
    Timothy C. Phan ([EMAIL PROTECTED])
     NEC America, Inc. ASL
 1525 Walnut Hill Ln. Irving, TX 75038
   tel: (214)-518-3437 fax: (214)-518-3499
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


login installation weirdness?

1997-05-20 Thread Colin Telmer
-BEGIN PGP SIGNED MESSAGE-

Sorry about the subject line, but I don't know how to briefly describe
this problem. Anyway, I have just finished installing 1.2 and everything
went perfectly except that on the first virtual terminal (ALT-F1) when any
user exits, /etc/issue is not read and the first prompt offered is for
root's password. If I just hit enter, a complaint about an invalid root
password appears and then the login prompt appears, again without parsing
/etc/issue. This does not happen on any other VT. I then upgraded to 1.3
(frozen) and the same thing still happens and only happens to VT 1. I
really don't know what other information I could offer to help solve this
- - any ideas? Cheers, Colin.

- --
  Colin R. Telmer, Institute of Intergovernmental Relations
School of Policy Studies, Queen's University
 Kingston, Ontario, Canada, K7L-3N6
  (613)545-6000x4219   [EMAIL PROTECTED]
 PGP Fingerprint = 09 E9 DA 66 9C EE 33 DC  B8 3B 97 0E 01 BC EC 0B
   PGP Public Key at URL:http://terrapin.econ.queensu.ca


-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBM4ID/hhhzOJJktw1AQFp7gQApo7/KDVggd/jdTTGOL1gxdh6wyuVHfUU
9tnLeN+IbKGvdRmzrAh3CuV05hCdtelQDmptQOJPHjRDjB3fIPT5aqnP7PEyRv5x
DOgseAsIfA75e7Ie6Q4LwNbOcHSlmjLJQtyc8W7EPXiBRKZ8F/NcdU5cQG0cJNyx
0ADUc7IXhFs=
=0EpK
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: libc6 question - application/pgp-signature

1997-05-20 Thread John Rimell
-BEGIN PGP SIGNED MESSAGE-

snip
   Christian
 
 ---
 
Part 1.2   Type: application/pgp-signature

Does anyone know of a netscape plugin or something which can automatically
check pgp signatures within Netscape News? Something similar to pinepgp. I
want to remain reading news with Netscape, but also have the facilities of
pinepgp with in Netscape. I tried setting up pinepgp/check as a MIME
helper, but it didn't like it.
Thanks in advance
JJ


**
*   Rome wasn't built in a day *   John Rimell   *
*   I wasn't in charge of that job!!   *   St. John's College,   *
*   anon.  *   Cambridge.*
* http://ben-hope.joh.cam.ac.uk/~jjr23 *  mailto:[EMAIL PROTECTED] *
**
Note: I have a pgp public key on my web page. Please use it.

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBM4IGqes16waTD3/xAQFEQAP9GXnl7P64W+zePTBOMqPsRYulBtylqBk+
50ZUB6O65Qoixk1E0NE4KgHhswEyng+rdTSeTi5NuFA844Cx7vjJX8dvKR8zYj3d
U+KORrfEY9O2Wi6EAt3dex42SvPpgTPNAa7ASO126WUNFt/iJXTIwlIcj14lcGYF
LcP1A+MVAWo=
=qr3c
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Multiple NE2000 cards

1997-05-20 Thread Scott
I am having a hard time getting LINUX to recognize that I have two NIC's
in my computer.  I have two Novell NE2000 cards installed.  I have already
tried the 'append = ether=0,0,eth1 ' without any luck.  On boot-up LINUX
probes and finds the first card - but not the second.  Thanks Scott.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Debian as a server.

1997-05-20 Thread Paul Rightley

On 01-May-97 Kevin Traas wrote:
 The only people who have reasonably stable Windows machines are the tech
 heads and geeks who have the time, ability, and the inclination to mess
 about it with it for days and weeks on end.

Funny.  Sounds like most Linux people I know  However, I resent being
called a geek grin

(Just to add some valuable input here:  Sure, Linux is stable
out-of-the-box, but there's a lot of work to do before you've got a
machine that can do everything you need/want it to - and, IMHO, it's not
all that easy and quite beyond non tech-heads and geeks  

Take, for instance, a PPP connection to an ISP.  Under Win95, even the
BDU's I support have done this with little help on my part (oh, BDU=Brain
Dead User - my pet name for non-techiesg).  Doing this in Linux is
a little more difficult - and you've still got the browser, e-mail, etc. to
install  config

I would just like to point out that (even though I do have substantial
experience with Linux and Debian) I had never used PPP until a couple of weeks
ago.  When I wanted to get PPP up, I edited /etc/resolv.conf (with the ISP's DNS
server and /etc/ppp.chatscript (with the ISP's phone number) and amazingly it
worked.  It took something like 2 minutes to be up and running.  Things can (and
do) change.  With the number of people using Linux and Debian for PPP
connections, it was inevitable...

I'm not a Windoze lover; however, each OS certainly has it's strengths
(and weaknesses) and, I guess, if holding onto one particular OS is a
religious/faith thing for people, then I'm one to take the best piece out
of every pie...)

I agree.  For the first time ever I have been able to specify the OS for the
machine I use at work.  I am dual booting Linux and W95 (so that I can still
communicate with others here).  As I see it, there is usually little choice in
which OS you get to use...

Paul


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Connecting linux to an ISP

1997-05-20 Thread The Good ol' tavo =\)



Anybody knows exactly how do i configure my modem, 
my dialup connection, and the password and user name to connect to my isp and 
surf the internet?



Re: Connecting linux to an ISP

1997-05-20 Thread Leandro Asnaghi-Nicastro
Anybody knows exactly how do i configure my modem, my dialup connection,
and the password and user name to connect to my isp and surf the internet?

Yup.  I found the answer sitting at http://www.linux.org, HOW TO
connec to an ISP provider.  It was very helpful and it covered everything I
needed to know.

Careful that posts like this might get you flamed ;-)
Leandro+
-- 
Leandro Asnaghi-Nicastro† (LA672)
Assistant to the Editor and Localization, GAMESMANIA
Internet Frontier
Email: [EMAIL PROTECTED]
Tel: (416) 656-2659
Fax: (416) 656-0863

Non ti curar di loro, ma guarda e passa. (Divina Commedia, Inferno).

ZimID  46B98555 1993/12/15  0D 6E 96 68 D6 B3 9A 96  20 ED 1F AF 11 46 13 79


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] .
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Connecting linux to an ISP

1997-05-20 Thread Tim Sailer
In your email to me, The Good ol' tavo =\), you wrote:
 
 This is a multi-part message in MIME format.
 
 --=_NextPart_000_01BC6536.025203E0
 Content-Type: text/plain;
   charset=iso-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Anybody knows exactly how do i configure my modem, my dialup connection, =
 and the password and user name to connect to my isp and surf the =
 internet?

Try this for starters..

# /etc/ppp/options
# 
# $Id: options,v 1.4 1996/05/01 18:57:04 alvar Exp $
# 
# Originally created by Jim Knoble [EMAIL PROTECTED]
# Modified for Debian by alvar Bray [EMAIL PROTECTED]
# Modified for PPP Server setup by Christoph Lameter [EMAIL PROTECTED]
#
# Use the command  egrep -v '#|^ *$' /etc/ppp/options to quickly see what 
# options are active in this file.

## Change the next line to point at the serial port that your modem
## is attached to. Do *not* use the cua ports
/dev/ttyS1

## Default speed. Higher speeds can be obtained by setserial
38400

## This is the bare connect script. This should work most
## of the time.
connect chat ABORT BUSY \\ ATDT999 CONNECT

## Make our ppp connection our route to the world
defaultroute

## We don't have a address we prefer to use.
noipdefault

## THIS IS IMPORTANT!! This must be the name you use for
## authentication for PAP. The password must be contained in 
## /etc/ppp/pap-secrets which should be ***mode 600***
## THIS FILE CONTAINS YOUR CLEAR TEXT PASSWORD
## DO NOT MAKE IT WORLD READABLE
name sailer

## for the above 'name' option to work, you must have a pap-secrets file
## that looks like
##
## sailer * mypassword
##
##

asyncmap 0
crtscts
lock
modem
-chap

## Lets turn off vj header compression and bsd compression
## These seem to cause more problems than they are worth
## trying to get ppp working the first time. When you
## get ppp working, try commenting them out to see if you
## can get the slight performance gain they provide.
-vj
-bsdcomp

## These 2 lines provide a way to check to see if your
## ppp connection is actually still responding. As
## provided below, every 30 secs it will ping the remote end,
## and kill ppps after 4 *consecutive* failures.
lcp-echo-interval 30
lcp-echo-failure 4


## If you want to maintain a constant connection
## uncomment out this line.
# persist

# With this option, pppd will accept the peer's idea of our local IP
# address, even if the local IP address was specified in an option.
#ipcp-accept-local

# With this option, pppd will accept the peer's idea of its (remote) IP
# address, even if the remote IP address was specified in an option.
#ipcp-accept-remote



-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
A desk is a dangerous place from which to view the world.
   -- John le Carre'
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: How can i install new packages?

1997-05-20 Thread Rick Jones
On Tue, 20 May 1997, The Good ol' tavo =) wrote:

 Hello to all
 I am a Linux newbie trying to figure out how to install packages for my 
 system, i downloaded the debian linux by ftp on 7 disks the rescue floppy, 
 the custom boot one, the base ones and the drivers one, then during the 
 installation process i didn't use dselect i just continued, now my question 
 is, do i have anything in those disks that i can add to my computer? or those 
 disks just contained the files that linux installed? and another question, in 
 the case that i need to download packages via ftp, i need to know how do i do 
 that? i use windows 95 to connect to the internet and that's how i download 
 the files, but i can't download them to my linux parition they are downloaded 
 to the msdos one, how can i port these files to linux? or how can i tell 
 dselect to retrieve the files from there?
 A desperate Linux newbie

Make sure that all the internet protocols are either in your kernel or
added as modules during the initial install.  (PPP and TCP/IP modules)


You just have to set up linux to connect to the internet.  Then you run
dselect using ftp access and it will download and install the packages for
you.  The 7 disk set is just the bare minimum Debian system.  It gives you
a starting point.  The rest of the distribution is yet to be installed.

Get the info from your Windows connection and write it down.  

DNS, Your IP if static, mailhost, news host, and number.

Boot linux and login as root.  cd /etc, edit ppp.chatscript, change the
number username and password info.  Insure that the expected login string
is what your ISP uses (ogin or name - login or username) only use the last
part to cover dropped characters.

Edit ppp.options_out.  If you have a dynamic IP (changes each login) make
sure that this file contains defaultroute.  Set /dev/ttyS1 (for com2) or
whatever com port your modem is on (/dev/ttyS2=com3 etc).  If there is an
entry that says /dev/modem that should be replaced by the
above /dev/ttyS# whichever port you are using.  This is not to say that
you need 2 port entries, only one, if the /dev/modem is there replace it
if not just add the /dev/ttyS# replacing # with the port number.  Keep in
mind that if you fail to connect you can add debug to this file to see
what is happening.

Once you have the scripts setup for your ISP type pon and it should
connect to your ISP.  Then type dselect go to the access/ftp option and
put in the following at the prompted input fields:

ftp to ftp.debian.org
user anonymous
password [EMAIL PROTECTED]
directory debian
packages stable non-free contrib
directory debian

Then go to update.  It will get the package lists for stable non-free and
contrib.  When prompted say yes to clear the list.

Then go to install.  Just hit return to accept the packages already marked
for install.  It's a good idea not to even think about changing this list
on initial install, you make changes later.

Then turn off your monitor and go rent a few movies.  Watch a couple of
movies then go to bed.  Go to work the next day.  When you get home it
might be done if you have a 33.6 connection.

Once done answer yes to install.  Packages are installed, just answer yes
to defaults for now unless you KNOW differently.  You'll get a bunch of
error about dependancies and such and install will barf on your shoes.  Go
back to the main menu and do install again.  It won't ftp any more
packages but will continue the install and barf on you again.  Do this a
few more times and it will finally finish.

Reboot.  Login as root, cd /usr/doc/HOWTO, type lynx . and start reading
the HOWTO's to configure your new system.

Good luck, we're here if you get stuck.

L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: How can i install new packages?

1997-05-20 Thread Timothy Phan
Rick Jones wrote:
:
:On Tue, 20 May 1997, The Good ol' tavo =) wrote:
:
: Hello to all
: I am a Linux newbie trying to figure out how to install packages for my 
system, i downloaded the debian linux by ftp on 7 disks the rescue floppy, the 
custom boot one, the base ones and the drivers one, then during the 
installation process i didn't use dselect i just continued, now my question is, 
do i have anything in those disks that i can add to my computer? or those disks 
just contained the files that linux installed? and another question, in the 
case that i need to download packages via ftp, i need to know how do i do that? 
i use windows 95 to connect to the internet and that's how i download the 
files, but i can't download them to my linux parition they are downloaded to 
the msdos one, how can i port these files to linux? or how can i tell dselect 
to retrieve the files from there?
: A desperate Linux newbie
:
:Make sure that all the internet protocols are either in your kernel or
:added as modules during the initial install.  (PPP and TCP/IP modules)
:

  How do I add more modules after the intial installation?  Thanks!


-- 
   Timothy C. Phan ([EMAIL PROTECTED])
    NEC America, Inc. ASL
    1525 Walnut Hill Ln. Irving, TX 75038
  tel: (214)-518-3437 fax: (214)-518-3499


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Beginner: Where are error messages of dselect saved?

1997-05-20 Thread Robert D. Hilliard


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Beginner: Where are error messages of dselect saved?

1997-05-20 Thread Robert D. Hilliard
On Tue, 20 May 1997, Hossein Movahhedian wrote:

   Are these messages saved anywhere? Or how can I save them?

 Start the script program 'script filename' before entering
dselect.  It will save all screen output to filename.  It makes a
big, and often confusing file, but all of dselect's messges are there.

Bob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: How can i install new packages?

1997-05-20 Thread Rick Jones
On Tue, 20 May 1997, Timothy Phan wrote:

 Rick Jones wrote:
 :
 :On Tue, 20 May 1997, The Good ol' tavo =) wrote:
 :
 : Hello to all
 : I am a Linux newbie trying to figure out how to install packages for my 
 system, i downloaded the debian linux by ftp on 7 disks the rescue floppy, 
 the custom boot one, the base ones and the drivers one, then during the 
 installation process i didn't use dselect i just continued, now my question 
 is, do i have anything in those disks that i can add to my computer? or those 
 disks just contained the files that linux installed? and another question, in 
 the case that i need to download packages via ftp, i need to know how do i do 
 that? i use windows 95 to connect to the internet and that's how i download 
 the files, but i can't download them to my linux parition they are downloaded 
 to the msdos one, how can i port these files to linux? or how can i tell 
 dselect to retrieve the files from there?
 : A desperate Linux newbie
 :
 :Make sure that all the internet protocols are either in your kernel or
 :added as modules during the initial install.  (PPP and TCP/IP modules)
 :
 
   How do I add more modules after the intial installation?  Thanks!

Being new your best bet is to go back through the install and activate
everything, except the blatantly obvious things you don't need like
ethernet drivers for cards you don't have.


L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Re:mgetty for PPP; Need help

1997-05-20 Thread Eugene Sevinian
On Thu, 1 May 1997, Kevin Traas wrote:

 Run winipcfg on the Win95 box to find out what addresses have been
 configured on the client side.  Report here.
Here it is:
Windows 95 IP Configuration

Host Name . . . . . . . . . : GUK
DNS Servers . . . . . . . . : 194.67.209.1
  193.124.134.1
Node Type . . . . . . . . . : Hybrid
NetBIOS Scope ID. . . . . . : 
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No

Ethernet adapter :

Description . . . . . . . . : PPP Adapter.
Physical Address. . . . . . : 44-45-53-54-00-00
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 194.67.208.10
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 194.67.208.10
DHCP Server . . . . . . . . : 255.255.255.255
Primary WINS Server . . . . : 
Secondary WINS Server . . . : 
Lease Obtained. . . . . . . : Tue Jan 1 80 12:00:00 AM
Lease Expires . . . . . . . : Tue Jan 1 80 12:00:00 AM

DNS servers are exactly what was set in ppp/options

 
 You are having a DNS configuration problem.  Either the server isn't
 configured, or a DNS server isn't being assigned to the client at connect
 time.  (winipcfg will tell you this - if the DNS entry is blank, then
 that's your problem.)  As a cludge fix, you could manually assign a DNS
 under Win95 by setting it in the TCP/IP properties under Network in the

  Subject: Re:mgetty for PPP; Need help
  Date: Monday, May 19, 1997 7:14 AM
  
  
  
  Presen state is following:
  Dailing from the w95 box side I see 
  
  Connected at 14400 bps  
  Duration: 000:06:15
  
  Details: 
  Server type: PPP: Windows95, Windows NT 3.5, Internet
  Protocols:
  1) TCP/IP
  
  
  However, when I try to run netscape ( the same with other staff)
  netscape stops with following message on status line:
  
 Connect: Looking up host: home.netscape.com...
 
  And after a bit thinking it returns:
 
 Netscape is unable to locate the server:
  home.netscape.com
 The server does not have a DNS entry.
  
 Ckeck the sever name in the Location(URL)
 and try again.
  ---
  
  Hope someone can help me to find the way out.
  
  Thanks,
  
  Eugene Sevinian
  
  
  Cosmic Ray Division
  Yerevan Phisics Institute
  Alikhanian's Brothers str.2
  375036 Yerevan 36
  Armenia
  
  URL: http://www.yerphi.am/crd/prs/sevinian.html
  Phone: 374-2-352041 (YerPhI), 374-2-344873 (aprt.)
  Fax: 374-2-350030
  
  
  --
  TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
  [EMAIL PROTECTED] . 
  Trouble?  e-mail to [EMAIL PROTECTED] .
 

Eugene Sevinian


Cosmic Ray Division
Yerevan Phisics Institute
Alikhanian's Brothers str.2
375036 Yerevan 36
Armenia

URL: http://www.yerphi.am/crd/prs/sevinian.html
Phone: 374-2-352041 (YerPhI), 374-2-344873 (aprt.)
Fax: 374-2-350030


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: automatically tracking just a few unstable packages

1997-05-20 Thread Aaron M. Johnson

My system is mostly bo, but I've installed a couple of packages out of
hamm.  I have my dselect access method set to ftp and pointing at the
bo Packages files.  I'd like a way to know when the hamm packages I'm
tracking are updated.  Does the system have a way to do that?

I believe dftp has what you are looking for.  I'm not too familiar
with dselect.  For hamm, the defaults won't work.  Just check 
dftp --help for a .dftprc example.  

cheers,
aaron


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Which program 'owns' srm.conf?

1997-05-20 Thread Christian Hudon
Hi,

During a recent cron run, I got a complain about the file
srm.conf... Could someone tell me which program uses this file? There's
no manpage for it and dpkg -S doesn't know about it.

Thanks,

  Christian


pgpvy6zb8hEKd.pgp
Description: PGP signature


Re: login installation weirdness?

1997-05-20 Thread Rick Jones
On Tue, 20 May 1997, Colin Telmer wrote:

 Sorry about the subject line, but I don't know how to briefly describe
 this problem. Anyway, I have just finished installing 1.2 and everything
 went perfectly except that on the first virtual terminal (ALT-F1) when any
 user exits, /etc/issue is not read and the first prompt offered is for
 root's password. If I just hit enter, a complaint about an invalid root
 password appears and then the login prompt appears, again without parsing
 /etc/issue. This does not happen on any other VT. I then upgraded to 1.3
 (frozen) and the same thing still happens and only happens to VT 1. I
 really don't know what other information I could offer to help solve this
 - - any ideas? Cheers, Colin.

I like that idea.  I hadn't thought of it before but maybe the login for
that tty is set to su instead of login.  Check your inittab file.  I'm
going to play with that idea myself.


L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Which program 'owns' srm.conf?

1997-05-20 Thread Nathan E Norman
Apache uses this file ... it contains directives about file types,
access controls, etc.  See the excellent documentation at
www.apache.org.

--
  Nathan Norman:Hostmaster CFNI:[EMAIL PROTECTED]
finger [EMAIL PROTECTED] for PGP public key and other stuff
Key fingerprint = CE 03 10 AF 32 81 18 58  9D 32 C2 AB 93 6D C4 72
--

On Tue, 20 May 1997, Christian Hudon wrote:

:Hi,
:
:During a recent cron run, I got a complain about the file
:srm.conf... Could someone tell me which program uses this file? There's
:no manpage for it and dpkg -S doesn't know about it.
:
:Thanks,
:
:  Christian
:


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


*-* How to make dselect use local mirror for testing frozen?

1997-05-20 Thread J.P.D. Kooij

Hi,

On my home lan I have a couple of machines that I am currently using to 
test the new frozen distribution on. 

Because I don't want to have to download all the packages that I want to 
test each time I try a new machine or method, I have made a little mirror 
of part of the distribution. 

It has some frozen/binary, contrib, non-free and non-US packages. I made 
a tree structure like on ftp.debian.org and put in some symlinks and the 
Packages files.

Dselect does most things I expected; when I point it at /debian, it finds 
the all packages files and I can choose from frozen, contrib, non-free 
and non-US (which I linked local.)

But at the point where it should install the selected packages, dselect 
only iterates through stable/binary and never installs anything from 
contrib or non-free.

I know it should do that, because it does so on my 1.1.4 cd (never tried 
it live over the internet.)

Can anyone give me some clue please? Thanks.


Cheers,

Joost



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .