Re: 3FA: ???

1997-12-06 Thread Rick Hawkins


 Run liloconfig, and answer the questions it asks you appropriately.

Is this the right program?  all three questions are yes/no types, rather than 
allowing me to change them.  It wants to use /dev/hda3, /, for boot, and has no 
option to change to /dev/hda1.

rick





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


Re: How are .Xdefaults files handled under Debian?

1997-12-06 Thread Steve Witt
On Fri, 5 Dec 1997, Mark Phillips wrote:

 
 Hi,
 
 I added the line:
 
 xterm.scrollBar:  true
 
 In a .Xdefaults file to turn on scrollbars automatically on xterms, but X
 seemed to ignore this.  How does Debian deal with Xdefaults?  And where
 can I read about these things?
 

You've gotten a lot of good info about .Xdefaults or .Xresources but the
answer to your question about how to enable the scroll bar in an xterm is:


XTerm*scrollBar:on


This info is contained in the xterm man page as is nearly all information
about application specific X resources.  Note the capitalization of the
class name 'XTerm', it is case sensitive.  The man page on 'X' has a lot
of general information about X windows including a section on Resources.
The man page on xrdb would also be pertinent to this.

After you've finished this assignment ... :)

==
Steve Witt  (714) 730-3245
PairGain Technologies, Inc.


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


Re: How are .Xdefaults files handled under Debian?

1997-12-06 Thread Steve Witt
On Fri, 5 Dec 1997, Steve Witt wrote:

 This info is contained in the xterm man page as is nearly all information
 about application specific X resources.  Note the capitalization of the
 class name 'XTerm', it is case sensitive.  The man page on 'X' has a lot
 of general information about X windows including a section on Resources.
 The man page on xrdb would also be pertinent to this.
 

If I may be permitted a quick retraction, 'xterm' works as the class name
also.  

xterm*scrollBar:on

is a valid .Xresources line (I checked it).

Perhaps 'xterm' isn't valid under SunOS (which I use mostly at work). 
Sorry about the mis-information. 

==
Steve Witt  (714) 730-3245
PairGain Technologies, Inc.


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


Re: 3FA: ???

1997-12-06 Thread Igor Grobman
 
 
  Run liloconfig, and answer the questions it asks you appropriately.
 
 Is this the right program?  all three questions are yes/no types, rather than 
 allowing me to change them.  It wants to use /dev/hda3, /, for boot, and has 
 no option to change to /dev/hda1.


I took a look at it, and it indeed assumes that if you want to boot off linux 
partition, then you want it to be /.  You may want to submit a bug against 
lilo.  Your only option is to edit /etc/lilo.conf and make it something like 
this:

boot=/dev/hda
root=/dev/hda3
install=/boot/boot.b
read-only
image=/boot/vmlinuz
label=linux

Then you should run lilo and reboot

Note that this will install lilo into MBR.  If you don't want to do that, and 
want to leave the debian mbr block in there (the thing that produces 123FA at 
times), you can take a look at /usr/sbin/liloconfig (perl script) and see the 
weird ways it handles it :-).  Also, see /usr/doc/mbr.  However, I don't see a 
reason debian does this anyway, I was once told that the reason is because mbr 
is safer than lilo. 

-- 
Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
Igor Grobman   [EMAIL PROTECTED] [EMAIL PROTECTED] 



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


Re: PHP/FI Apache Module

1997-12-06 Thread Hamish Moffatt
On Fri, Dec 05, 1997 at 02:45:03PM -0500, Steve Kostecke wrote:
 Ref: Hamm (Sun Nov 30 22:00:00 UTC 1997), Apache 1.3b3-3, PHP/FI 2.0b10-5
 
 I'm a bit confused as to how to make Apache use the PHP/FI module.  The
 docs seem to suggest that I must recompile Apache.  ...?
 
 FWIW I've been able to use php.cgi

There is a dynamic module (.so) for Apache if you use the precompiled
PHP/FI package. I'm not sure which versions of Apache it works with though;
I have used it with 1.1.

You can set up MIME handlers in your srm.conf so that you can access
.phtml documents directly without the /cgi-bin/php.cgi/path business,
even without the module. You only need the module for speed.


Hamish
-- 
Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5


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


Re: How are .Xdefaults files handled under Debian?

1997-12-06 Thread Stephen Zander
Steve Witt wrote:
 If I may be permitted a quick retraction, 'xterm' works as the class name
 also.  
 
 xterm*scrollBar:  on
 
 is a valid .Xresources line (I checked it).
 
 Perhaps 'xterm' isn't valid under SunOS (which I use mostly at work). 
 Sorry about the mis-information. 

XTerm* is the class-level resource (Note the double cap - the only X Class
that has them).

xterm* is the executeable-level resource.  Rename /usr/X11R6/bin/xterm
to something else  those resources should no longer have any effect.
(This to, is in your excellent list of man-pages :))
 
Stephen
---
Normality is a statistical illusion. -- me



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


SCSI Linux IDE Win95 on same box?

1997-12-06 Thread William R. Ward

Hi,

I'd like to ask for some advice on a new system I want to build.  I'd
like to have a Windows 95 filesystem installed on an IDE disk and a
Linux (Debian 1.3.1) on a SCSI disk.  I have a generic EIDE controller
with HD and CDROM currently, and will be installing an Adaptec 2842 in
addition with a SCSI disk on it.

I already have Win95 on the IDE disk I want to use, and want to
install the SCSI disk.  Do I need to do anything special to get it to
boot properly?  Always before I've had all-Windows or all-Linux boxes,
to make things simpler, and basically I'd like some advice on how to
set this up.

I would also like to be able to access the Win95 partition from within
Linux.

--Bill.

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862


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


Re: multiple X sessions problem

1997-12-06 Thread bleach
Let me count the reasons...
1)  If I want to do some work when someone else is already logged in via
xdm (ie:  They don't mind the 'break' but would mind shutting down
for me).

2)  If I am logged in as me and decide that I want to do a bunch of 
sysadm type stuff, I will frequently establish another x session so
that none of the 'root' tools are in my 'normal' session.

3)  Testing configuration changes made for a user is most conveniently
done by having two sessions (I think).

4)  No doubt others have their own reasons in addition to these.
best,
-bill
  [EMAIL PROTECTED]  [EMAIL PROTECTED]
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
--Please note [EMAIL PROTECTED] does not work--
 --nor does anyone@anyhost.wconsult.com--
==and yes eventually I'll get the mailer figured out==

On Fri, 5 Dec 1997, Stephen Zander wrote:

 E Papantoniou wrote:
  my problem is that I cannot run more than one X server at the same time.
  When I am logged in as a user one and run startx on display :0.0, I do
  Ctrl-Alt-F2, log in as a user two and type startx -- :1.0
 
 More importantly, why are you trying to?  There are several window managers
 that provide multiple virtual displays. Why do you want more that one
 server for the one screen  keyboard?
 
 Stephen
 ---
 Normality is a statistical illusion. -- me


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


Re: BS in rxvt+ncurses

1997-12-06 Thread David Stern
 Nathan == Nathan E Norman [EMAIL PROTECTED] writes:
 
 Nathan Hmm, I'll regret saying this forever I bet :) Many lists like
 Nathan this one have an FAQ that gets posted semi-frequently.
 Nathan Anyone ever attempted this?  Are there good reasons for this
 Nathan NOT to happen?  Otherwise, we should accumulate FAQ type
 Nathan questions (and yes, i would consider doing this.  Only because
 Nathan I opened my mouth, not because I know all the answers)

I agree that debian documentation should become more accessible, but 
I'm not sure if a faq posted to the mailing list regularly is near 
enough. However, the faq is very useful, and it (or something even more 
useful like the Debian User's Guide, whenever it is completed) deserves 
to be made more accessible.  One good place to find the debian faq or 
user's guide in addition to the mailing list would be to have it 
included in the debian menu system..perhaps a tk or lynx interface 
(something simple) ?

A lot of the /usr/doc files are likewise afflicted, and would also 
benefit by being made more accessible..perhaps whatever interface the 
debian document menu system uses to access the faq or user's guide 
could be setup with a link to the other /usr/doc files?

Additionally, a list archive search tool would serve to augment the faq 
and user's guide by dynamically providing the most up to date 
solutions, reducing the volume of the list, the load on those who 
answer the questions, and with debian posed to strike at a broader 
market share, a search engine would serve to aid and abed new debians 
by providing good as mailing list support without having to correctly 
enter the request or wait for the correct response; particularly 
important to new debians who are intimidated, frustrated, or 
overwhelmed, but also invaluable for mission critical debians, as 
well as debians who wants to find the response to that question they 
vaguely remember skimming last week sometime.  Doh! :-)

David


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


Re: multiple X sessions problem

1997-12-06 Thread William R. Ward

I've seen this working (on a Redhat system) once, but have never
managed to get it work on my own systems.  It would be convenient, so
for example my wife and I can both be logged in and switch back and
forth easily.

--Bill.

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862


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


Re: Q's about upgrading to hamm

1997-12-06 Thread bleach
So of those not so easily confused as the rest of us may well correct
this.  I also have done the force on libc6 but think that it has something
to do with just exactly which 'old' libc5 is on your system.  _If_ I
remember correctly, you can not install the libc5 from hamm first because
it _definately_ depends upon libc6.

Maybe some can confirm this, but if you don't upgrade to the latest bo
then there is a chance that you might not have exactly the expected
response when using the libc5-libc6 mini-HOWTO.

For the time (actually times since I had a similar problem with the
hamm/m68k version) that I did force, I followed the HOWTO exactly until
the force and then immediately upgraded each of the conflicting packages
before continuing with the HOWTO and that seemed to work without further
problem.

best,
-bill
  [EMAIL PROTECTED]  [EMAIL PROTECTED]
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
--Please note [EMAIL PROTECTED] does not work--
 --nor does anyone@anyhost.wconsult.com--
==and yes eventually I'll get the mailer figured out==
from a 1996 Micro$loth ad campaign:
The less you know about computers the more you want Micro$oft!
 See!  They do get some things right!

On Fri, 5 Dec 1997, Scott J. Geertgens wrote:

 
 On Fri, 5 Dec 1997, Christopher Jason Morrone wrote:
 
  
  Ok, I'd like to upgrade to hamm, because there are some things there that
  I need.  I'm following the libc5 to libc6 howto, but I've got a couple
  questions/comments.
  ...


I recently did this upgrade myself and ran into the same conflict. I
 went ahead and forced it, and there didn't seem to be any adverse effects
 in doing so. I did notice there was a newer version of libc5 in the hamm
 directories, which made some reference of being better behaved in a libc6
 environment so it _may_ be possible to upgrade to that new libc5 package
 first and then put libc6 on. Doing so doesn't seem to be a necessity,
 however, since my machine seemed to do fine just by forcing.
 
   SJG


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


Re: How are .Xdefaults files handled under Debian?

1997-12-06 Thread bleach
Steve;

While I might indeed have created problems for myself, I NEVER have
capitalized an xterm entry.  All of the examples for Xdefaults and
Xresources that I have seen through the years have never had xTerm,
Xterm, or XTerm.  While I am quite sure that the resource and resource
class keywords are case sensitive, I am not so sure about the program
name.

Also, the resources such as srollBar seem to accept 'yes', 'true', 'on',
and 'no', 'false', 'off' as synonymous sets.

best,
-bill
  [EMAIL PROTECTED]  [EMAIL PROTECTED]
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
--Please note [EMAIL PROTECTED] does not work--
 --nor does anyone@anyhost.wconsult.com--
==and yes eventually I'll get the mailer figured out==
from a 1996 Micro$loth ad campaign:
The less you know about computers the more you want Micro$oft!
 See!  They do get some things right!

On Fri, 5 Dec 1997, Steve Witt wrote:

 On Fri, 5 Dec 1997, Mark Phillips wrote:
 
  
  Hi,
  
  I added the line:
  
  xterm.scrollBar:true
  
  ...
 
 You've gotten a lot of good info about .Xdefaults or .Xresources but the
 answer to your question about how to enable the scroll bar in an xterm is:
 
 
 XTerm*scrollBar:  on
 
 
 This info is contained in the xterm man page as is nearly all information
 about application specific X resources.  Note the capitalization of the
 class name 'XTerm', it is case sensitive.  The man page on 'X' has a lot
 of general information about X windows including a section on Resources.
 The man page on xrdb would also be pertinent to this.
 
 After you've finished this assignment ... :)
 
 ==
 Steve Witt  (714) 730-3245
 PairGain Technologies, Inc.


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


Re: How are .Xdefaults files handled under Debian?

1997-12-06 Thread bleach
Thanks Stephen!  Unfortunately my earlier reply to Steve had already left.
You have certainly helped with that understanding.

best,
-bill
  [EMAIL PROTECTED]  [EMAIL PROTECTED]
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
--Please note [EMAIL PROTECTED] does not work--
 --nor does anyone@anyhost.wconsult.com--
==and yes eventually I'll get the mailer figured out==
from a 1996 Micro$loth ad campaign:
The less you know about computers the more you want Micro$oft!
 See!  They do get some things right!

On Fri, 5 Dec 1997, Stephen Zander wrote:

 Steve Witt wrote:
  If I may be permitted a quick retraction, 'xterm' works as the class name
  also.  
  ...
 
 XTerm* is the class-level resource (Note the double cap - the only X Class
 that has them).
 
 xterm* is the executeable-level resource.  Rename /usr/X11R6/bin/xterm
 to something else  those resources should no longer have any effect.
 (This to, is in your excellent list of man-pages :))
  
 Stephen


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


[Help!] Somehow, ldd won't use libc5-compat

1997-12-06 Thread Benjamin Redelings I
Joey Hess wrote:
 
 [snip]
Actually, I knew there was one for netscape, but I couldn't find
  realplayer...
 
 It's still stuck in incoming.
Where is this incoming?  Is it accessible to everybody, or is it on
master?

 I have to wonder if there is perhaps something misconfigured on your
 system..

Me too!  I have some sample output below... you can see that ldconfig,
at least, recognizes that some libs go with libc5 and others with
libc6.  However, (also below) ldd tries to link EVERYTHING with
libc6!!!  I can't figure out what setting I could possible modify to fix
this...
Actually, I upgraded in kind of a wierd fashion installed from a CD
that had (I believe) the base-system tarball from 1.3.  Thats not very
good...  But I managed to get it to work my installing things with
'force' :)  I know this probably is very unaesthetic but I still
don't understand why ldd doesn't work.  If all the binaries are right
and ld.so.conf is corrct, the WHAT ELSE IS LEFT THAT CAN FAIL?  Is there
some environment variable that I need to set?

THANKS!
-BenRI

telomere:~ ls -la /usr/bin/ldd /sbin/ldconfig
-rwxr-xr-x   1 root root   108040 Sep 11 11:43 /sbin/ldconfig*
-rwxr-xr-x   1 root root   102628 Sep 11 11:43 /usr/bin/ldd*

telomere:~ cat /etc/ld.so.conf
/usr/X11R6/lib/Xaw95
/usr/lib/libg++-dbg
/usr/local/lib
/usr/X11R6/lib
/usr/lib/libc5-compat
/lib/libc5-compat

telomere:~ ldd -v
ldd: version 1.9.6

telomere:~ ldd /usr/local/rvplayer5.0b2/rvplayer
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x4000b000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x4001d000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40065000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x40071000)
libdl.so.1 = /lib/libdl.so.1 (0x40114000)
libg++.so.27 = /usr/lib/libc5-compat/libg++.so.27 (0x40117000)
libstdc++.so.27 = /usr/lib/libc5-compat/libstdc++.so.27
(0x4014f000)
libm.so.5 = /lib/libm.so.5 (0x4018)
libc.so.5 = /lib/libc.so.5 (0x40189000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40245000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x4024e000)
libc.so.6 = /lib/libc.so.6 (0x40263000)
ld-linux.so.2 = /lib/ld-linux.so.2 (0x40302000)
telomere:~ldconfig
164 libs found in cache `/etc/ld.so.cache' (version 1.7.0)
libz.so.1 (ELF-libc5) = /usr/lib/libc5-compat/libz.so.1
libz.so.1 (ELF-libc6) = /usr/lib/libz.so.1
libvgagl.so.1 (ELF-libc6) = /usr/lib/libvgagl.so.1
libvgagl.so (ELF-libc6) = /usr/lib/libvgagl.so
[snip LOTS of libs]


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


Ghostscript 5 for 1.3.1?

1997-12-06 Thread Britton

I heard that someone had packaged Ghostscript 5 for the old libc, but all
I can find in non-free is gs 4.  Anyone know where the new one is, if it
exists?  Also, anyone heard any runblings about what will happen to gs 4?
Will Alladin continue their excellent tradition of donating old versions
to GNU?  gs 4 is still pretty darn up to date for that I know, but it
would sure be nice.


__
I like six eggs when starting on a journey.  Fried - not poached.  And
mind you don't break 'em.  I won't eat a broken egg.  
  -- Thorin Oakenshield 


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


Re: [Help!] Somehow, ldd won't use libc5-compat

1997-12-06 Thread Joey Hess
Benjamin Redelings I wrote:
 Where is this incoming?  Is it accessible to everybody, or is it on
 master?

It's on master, but a public mirror of it is
llug.sep.bnl.gov/debian/Incoming/
 
   Me too!  I have some sample output below... you can see that ldconfig,
 at least, recognizes that some libs go with libc5 and others with
 libc6.  However, (also below) ldd tries to link EVERYTHING with
 libc6!!!  I can't figure out what setting I could possible modify to fix
 this...

I have a theory... I'll bet you are missing the libc5 comaptability version
of the X libraries. So ld is forced to try to use the libc6 X libraires,
which means it has to link in libc6 too. Do you have xlib6 installed?

-- 
see shy jo


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


Simple Unix utility?

1997-12-06 Thread Jim Pick

Hi,

One task I do commonly is monitor my system log files using
'tail -f'.

I was wondering if there was a commonly used method for doing the
same thing, but filtering it at the same time.

For example, I like to view the logs on the LinuxHQ website as they are
being generated, but I don't care about gif's and jpeg's, or accesses
from my domain.  So I end up using something like this (in a wide xterm):

$ watch -n 10 'tail -100 /opt/linuxhq/livesite/var/log/access.log |
grep -v gif|jpg|jimpick\.com | tail -20 | cut -c1-175'

It works - but it obviously isn't the most efficient way of doing this.

I was wondering if there was a Unix utility I may have overlooked
that does the same sort of thing.  I know I could probably write a
Perl script to do the same thing - but it seems like a general enough
problem that there is probably something that handles it already.

Cheers,

 - Jim


pgpt6uBz78hgF.pgp
Description: PGP signature


Re: dunc pppd configuration script

1997-12-06 Thread Robert D. Hilliard
On 05 Dec 1997 16:24:10 [EMAIL PROTECTED] wrote:
 
 Richard G. Roberto writes: 
  I also want to address this issue about standard options file
  locations.  It is impossible to manage multiple ppp options sets in the
  same file unless the option requirements are identicle.  ...  I
  personally have three different connection requirements and use dunc/dppp
  to manage them.
 
 It should be possible to handle this with a seperate provider file for each
 isp (pon would need to be revised, or the user told to type 'pppd call
 isp').

 If the object is to lead a new user through a simple ppp
configuration from the base install script, I question whether it is
worthwhile making it handle multiple connections.  The user who
requires multiple configurations is probably sophisticated enough to
handle it himself. 
 
 
 But most people are their own sysadmins.  I agree that dialing out should
 not require root, but initial configuration of ppp is as much system
 administration as is setting up an ethernet connection.
 
  I don't think I'd want my users accidentally mucking around on their
  system as root -- especially if they're connecting from home!  The last
  thing I need to do is start making house calls.

 I believe all, or almost all, networks have Internet connectivity
and mail systems that have been set up by the sysadmin, so users on
such systems shouldn't have to configure ppp.  This tool is aimed at
the new user who is migrating from DOS/Windows, and has one box with
one or two users.

 .  .  .   I also need examples of working chat scripts, both for the
 major national isp's, and for locals that require really bizarre stuff.

 Attached is my working chat script.  It is for a local provider
that requires really plain vanilla stuff.

   ABORTBUSY
   ABORTNO CARRIER
   ABORTVOICE
   ABORT NO DIALTONE
  ATDT7859991
   ername   hilliard
   word \qmy_password

Bob



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


Re: MacIntosh diskettes

1997-12-06 Thread Carey Evans
Nils Rennebarth [EMAIL PROTECTED] writes:

[snip]

  The solution is to use pc format disks, which both the mac  linux can
  read  write. 
 This needs special programs on the MAC that may not be there.
 And it's rather inconvenient.

Before I found hfsutils (i.e. when I still had Slackware) I used a
special program that was quite useful, called suntar.  I believe it
came off an Infomac mirror (under cmp).  Suntar lets you take
arbitrarily large files and store them as tar files on multiple
floppies.

-- 
Carey Evans  *  http://home.clear.net.nz/pages/c.evans/  gc

 Trust Ivanova.  Trust yourself.  Anybody else - shoot 'em.


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


Re: Simple Unix utility?

1997-12-06 Thread Scott K. Ellis
On 5 Dec 1997, Jim Pick wrote:

 One task I do commonly is monitor my system log files using
 'tail -f'.
 
 I was wondering if there was a commonly used method for doing the
 same thing, but filtering it at the same time.
 
 For example, I like to view the logs on the LinuxHQ website as they are
 being generated, but I don't care about gif's and jpeg's, or accesses
 from my domain.  So I end up using something like this (in a wide xterm):
 
 $ watch -n 10 'tail -100 /opt/linuxhq/livesite/var/log/access.log |
 grep -v gif|jpg|jimpick\.com | tail -20 | cut -c1-175'
 
 It works - but it obviously isn't the most efficient way of doing this.
 
 I was wondering if there was a Unix utility I may have overlooked
 that does the same sort of thing.  I know I could probably write a
 Perl script to do the same thing - but it seems like a general enough
 problem that there is probably something that handles it already.

Umm, you had the right idea when using tail -f.  Try

tail -f file | grep pattern



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


Re: Simple Unix utility?

1997-12-06 Thread Jim Pick
Scott K. Ellis [EMAIL PROTECTED] writes:

  I was wondering if there was a commonly used method for doing the
  same thing, but filtering it at the same time.
 
 Umm, you had the right idea when using tail -f.  Try
 
 tail -f file | grep pattern

For some dumb reason, I didn't think I could do a pipe out of tail -f. 

Boy, do I feel stupid.  :-)


Now I notice that cut seems to buffer everything up.

$ tail -f /opt/linuxhq/livesite/var/log/access.log |  grep -v gif | cut 
-c1-175

Is there another way around that?

Cheers,

 - Jim


pgp8Wj1dIIKbn.pgp
Description: PGP signature


Unidentified subject!

1997-12-06 Thread Dennis Finley
-- [ From: Dennis Finley * EMC.Ver #2.5.02 ] --

unsubscribe


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


EPP Driver

1997-12-06 Thread Lou5212
I'm trying to optain or download the EPP Driver which is said to increase
loading time to at least 18 to 24 megs a min.
My Zip is so slow I loose my patience.
I have a 166mhz can you please tell me how I can increase loading time.
Please note that Im using a paralell port.
  Thank you.


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


Re: multiple X sessions problem

1997-12-06 Thread William R. Ward
I've seen this working (on a Redhat system) once, but have never
managed to get it work on my own systems.  It would be convenient, so
for example my wife and I can both be logged in and switch back and
forth easily.

--Bill.

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862


--
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] .


Re: multiple X sessions problem

1997-12-06 Thread Sten Anderson
E Papantoniou [EMAIL PROTECTED] writes:

 my problem is that I cannot run more than one X server at the same time.
 When I am logged in as a user one and run startx on display :0.0, I do
 Ctrl-Alt-F2, log in as a user two and type startx -- :1.0
 The second X server attempts to start (the gray default background appears)
 and gets stuck at that point. Going back to the Ctrl-Alt-F2 screen the
 erron message is :
 
 AUDIT ...(time and date)... 2144 X:client 1 rejected from local host
 Xlib: connection to :1.0 refused by server
 Xlib: Client is not authorised to connect to server
 
 Does anybody know what can be done?

This may be caused by X' authentication scheme. X can use
authentication to ensure that only the user in front of the console
have acces to the display (otherwise anyone on the net might start
apps on your display). Debian uses authentication by default, but this 
can be disabled. Unfortunately for you, I can't tell you how - you
will have to browse the man pages. For a start you can try to
circumvent it with ln -s /home/user/.Xauthority /root/.Xauthority.

- Sten Anderson


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


Re: Running defrag in single user mode...

1997-12-06 Thread Carey Evans
Curt Howland [EMAIL PROTECTED] writes:

 How does one go into single user mode, then start
 the multi user functions again?

The way I do it, when there aren't bigger problems:

  At the console, as root, enter telinit 1.

  To leave single-user mode, exit the shell.

-- 
Carey Evans  *  http://home.clear.net.nz/pages/c.evans/  gc

 Trust Ivanova.  Trust yourself.  Anybody else - shoot 'em.


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


bogus SYN flood?

1997-12-06 Thread Jason Wright
Howdy...

I came home to find my workstation thrashing - errors are appended to this
message.  Kerneld was consuming over 50meg of memory, so I bounced it,
which seems to have cleared the problem up.

Overmind is a P90, 2.0.32 and is fairly well synced with Hamm.  Modutils
is 2.1.55-4.  Current uptime is almost 13 days.  The machine was idle at
the time.

I've been unsubscribed from linux-kernel since before 2.0.32 came out,
so I don't know if this problem has been discussed over there.  I just
resubscribed.

PeeWee

Full transcript of errors from /var/adm/messages follows:

Dec  5 14:30:01 overmind kernel: validated probe(127.0.0.1:726, 127.0.0.1:778, 
-580073059) 
Dec  5 14:45:01 overmind kernel: Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 14:45:01 overmind kernel: validated probe(127.0.0.1:804, 127.0.0.1:778, 
1528032577) 
Dec  5 15:00:02 overmind kernel: Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 15:00:03 overmind kernel: validated probe(127.0.0.1:871, 127.0.0.1:778, 
-1098321254) 
Dec  5 15:05:05 overmind kernel: flushed 1084 old SYSVIPC messages1Ouch, no 
kerneld for message 2147442165 
Dec  5 15:15:01 overmind kernel: flushed 1086 old SYSVIPC messages6Warning: 
possible SYN flood from 127.0.0.1 on 127.0.0.1:778.  Sending cookies. 
Dec  5 15:15:01 overmind kernel: validated probe(127.0.0.1:942, 127.0.0.1:778, 
-1341543110) 
Dec  5 15:30:00 overmind kernel: flushed 1079 old SYSVIPC messages4flushed 
1085 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 15:30:01 overmind kernel: validated probe(127.0.0.1:1000, 127.0.0.1:778, 
754024873) 
Dec  5 15:45:01 overmind kernel: flushed 1084 old SYSVIPC messages6Warning: 
possible SYN flood from 127.0.0.1 on 127.0.0.1:778.  Sending cookies. 
Dec  5 15:45:01 overmind kernel: validated probe(127.0.0.1:640, 127.0.0.1:778, 
-2079395917) 
Dec  5 16:00:01 overmind kernel: flushed 1086 old SYSVIPC messages4flushed 
1084 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 16:00:01 overmind kernel: validated probe(127.0.0.1:696, 127.0.0.1:778, 
521267003) 
Dec  5 16:05:01 overmind kernel: flushed 1084 old SYSVIPC messages6Warning: 
possible SYN flood from 127.0.0.1 on 127.0.0.1:778.  Sending cookies. 
Dec  5 16:05:01 overmind kernel: validated probe(127.0.0.1:720, 127.0.0.1:778, 
-1748167046) 
Dec  5 16:05:07 overmind kernel: Ouch, no kerneld for message 2147442166 
Dec  5 16:15:00 overmind kernel: flushed 1084 old SYSVIPC messages6Warning: 
possible SYN flood from 127.0.0.1 on 127.0.0.1:778.  Sending cookies. 
Dec  5 16:15:01 overmind kernel: validated probe(127.0.0.1:766, 127.0.0.1:778, 
891621602) 
Dec  5 16:30:00 overmind kernel: flushed 1083 old SYSVIPC messages4flushed 
1080 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 16:30:00 overmind kernel: validated probe(127.0.0.1:824, 127.0.0.1:778, 
723969002) 
Dec  5 16:45:00 overmind kernel: flushed 1085 old SYSVIPC messages4flushed 
1084 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 16:45:00 overmind kernel: validated probe(127.0.0.1:887, 127.0.0.1:778, 
29768560) 
Dec  5 17:00:01 overmind kernel: flushed 1086 old SYSVIPC messages4flushed 
1084 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 17:00:01 overmind kernel: validated probe(127.0.0.1:946, 127.0.0.1:778, 
525624201) 
Dec  5 17:05:01 overmind kernel: Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 17:05:01 overmind kernel: validated probe(127.0.0.1:970, 127.0.0.1:778, 
-1800602240) 
Dec  5 17:05:05 overmind kernel: Ouch, no kerneld for message 2147442167 
Dec  5 17:15:01 overmind kernel: flushed 1082 old SYSVIPC messages6Warning: 
possible SYN flood from 127.0.0.1 on 127.0.0.1:778.  Sending cookies. 
Dec  5 17:15:01 overmind kernel: validated probe(127.0.0.1:1016, 127.0.0.1:778, 
1304971566) 
Dec  5 17:30:00 overmind kernel: flushed 1086 old SYSVIPC messages4flushed 
1081 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 17:30:00 overmind kernel: validated probe(127.0.0.1:650, 127.0.0.1:778, 
-1483188710) 
Dec  5 17:45:01 overmind kernel: flushed 1085 old SYSVIPC messages4flushed 
1085 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 17:45:01 overmind kernel: validated probe(127.0.0.1:714, 127.0.0.1:778, 
-1528760368) 
Dec  5 18:00:01 overmind kernel: flushed 1086 old SYSVIPC messages4flushed 
1085 old SYSVIPC messages6Warning: possible SYN flood from 127.0.0.1 on 
127.0.0.1:778.  Sending cookies. 
Dec  5 18:00:01 overmind kernel: validated probe(127.0.0.1:770, 127.0.0.1:778, 
-2043635234) 
Dec  5 18:05:02 overmind 

Re: MacIntosh diskettes

1997-12-06 Thread Anand Kumria
On Fri, 5 Dec 1997, Guido Bozzetto wrote:

 How can I configure a Debian 1.3.1 box to read and write on/to Mac
 diskettes and which programs can I use  ?

You won't be able to read or write low-density disks, only disks which are
in 1.44Mb format. As Nils has suggested you can use hfstools (or hfsutils,
I can't remember). Another option is to apply Paul Hargrove's HFS patches
for Linux which is available at
http://www-sccm.stanford.edu/Students/hargrove/HFS/index.html

Regards,
Anand.

--
 `When any government, or any church for that matter, undertakes to say to
  its subjects, This you may not read, this you must not see, this you are
  forbidden to know, the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, If this goes on --


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


Re: Simple Unix utility?

1997-12-06 Thread Joey Hess
Jim Pick wrote:
 Now I notice that cut seems to buffer everything up.
 
 $ tail -f /opt/linuxhq/livesite/var/log/access.log |  grep -v gif | cut 
 -c1-175
 
 Is there another way around that?

Assumming you're using apache, why not set up a custom log file that has
the format you want, so you don't have to use cut.

-- 
see shy jo


pgpSIdU3nTEYC.pgp
Description: PGP signature


Help! libc6...

1997-12-06 Thread Christopher Jason Morrone

Ahh...hate to worry people...but I just broke my linux box.

I tried to upgrade and its all screwed up, I could use some help.

First of all, Perl broke...but I've got libgdbm1 and libgdbmg1, so I don't
know whats up with that.

But that's not my immediate concern.

I can't log in any more.  To begin with, the login prompt has (none) now
instead of my computer's name.  Then when I try to log in, right after it
checks my password it flashes somethhing about /dev/tty1 real quick.

Any ideas would be GREATLY appreciated.  I figure I can get back in to my
system later with boot disks as long as someone has an idea of what I need
to fix this.  Thanks.


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


'make config' issues.

1997-12-06 Thread Christopher R. Barry
I apologise for this newbie question but what do I do to get 'make
config' to exist? I installed Debian several days ago and just learned
today that the reason why my mouse doesn't work is because I need to
compile support into the kernel. When I go to /usr/src/linux and type
'make config' I just get a bash error message saying that the make
command was not found. Arggg The HOWTOs and FAQs do mention how
to configure and compile the source, but they say nothing about
obtaining 'make config' which is essential to the process. I tried
installing all the packages I thought were relevent, such as gcc, but
nothing works

Thank you,

Christopher Barry


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


Re: How are .Xdefaults files handled under Debian?

1997-12-06 Thread Wintermute
Mark Phillips wrote:
 
 On Fri, 5 Dec 1997, bleach wrote:
 
  Shouldn't it be:  xterm*scrollBar:true (on)
 
 Maybe.  I was copying another file.  How did you find out about the
 correct format?
 

If you want to find the resource listing for ANY X program you can use
the tool 'resedit' which comes with a normal X install.  Read up on it
first though, it's not the most intuitive of programs, but it will
enable you to see all of a programs resources, with their full names,
and save certain ones to a file of your choice for later inclusion into
your .Xdefaults/.Xresources file.


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


Re: PHP/FI Apache Module

1997-12-06 Thread Wintermute
Steve Kostecke wrote:
 
 Ref: Hamm (Sun Nov 30 22:00:00 UTC 1997), Apache 1.3b3-3, PHP/FI 2.0b10-5
 
 I'm a bit confused as to how to make Apache use the PHP/FI module.  The
 docs seem to suggest that I must recompile Apache.  ...?
 
 FWIW I've been able to use php.cgi
 

Even though this is more heresy from Debian Heretic numero uno.. 

I would recommend grabbing the new version of Apache from their site,
and getting the in progress PHP 3.0 for use with it.  The installation
has been clean up a bit, and the module is now easier to compile for
Apache.  (Not to mention PHP 3.0 now supports many more databases
including Oracle, Sybase, Solid, Adabas D, etc...)

BTW, what version of Apache comes with the Hamm dist?  I haven't
upgraded to it yet (wanting to wait for a little while for sake of
paranoia).


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


Re: Running defrag in single user mode...

1997-12-06 Thread Oliver Elphick
Curt Howland wrote:
  How does one go into single user mode, then start
  the multi user functions again?
  
  I pulled a defrag package down, but it won't run
  (for blatently obvious reasons) in multi-mode.

In 10 years of using Unix and Linux I have never had to defragment a disk.

This isn't a Micro$oft product...

Can anyone suggest why one might want to defragment a disk in Linux?


-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1

Unsolicited email advertisements are not welcome; any person sending
such will be invoiced for telephone time used in downloading together
with a £25 administration charge.



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


Re: 'make config' issues.

1997-12-06 Thread Oliver Elphick
Christopher R. Barry wrote:
  I apologise for this newbie question but what do I do to get 'make
  config' to exist? I installed Debian several days ago and just learned
  today that the reason why my mouse doesn't work is because I need to
  compile support into the kernel. When I go to /usr/src/linux and type
  'make config' I just get a bash error message saying that the make
  command was not found. Arggg The HOWTOs and FAQs do mention how
  to configure and compile the source, but they say nothing about
  obtaining 'make config' which is essential to the process. I tried
  installing all the packages I thought were relevent, such as gcc, but
  nothing works

It sounds as if you need to install the make package.

If you haven't installed that, have you installed the C compiler, gcc?  You
will also need that and several other things to compile the kernel.  These 
are in the Standard devel section in dselect.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1

Unsolicited email advertisements are not welcome; any person sending
such will be invoiced for telephone time used in downloading together
with a £25 administration charge.



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


From a Linux Novice, be encouraged!

1997-12-06 Thread Robert C. Russell
I just want to pass this on to all of the developers and users. I hope it
is not out of line.

 Taking the genre about as far as it will go.
 
 Windows 95: n.
 32 bit extensions and a graphical shell for a 16 bit patch to an
 8 bit operating system originally coded for a 4 bit microprocessor,
 written by a 2 bit company, that can't stand 1 bit of competition.


Merry Christmas to all,

Bob


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


Re: 'make config' issues.

1997-12-06 Thread Carey Evans
Christopher R. Barry [EMAIL PROTECTED] writes:

 I installed Debian several days ago and just learned
 today that the reason why my mouse doesn't work is because I need to
 compile support into the kernel. When I go to /usr/src/linux and type
 'make config' I just get a bash error message saying that the make
 command was not found.

(That's bash: make: command not found, right?)

The `make' command is (surprise!) in the make package, so make sure
that's installed.  (dpkg -l make)  I recommend `make menuconfig' over
plain make config, too.

While you're at it, install kernel-package and read its README, which
explains how to build a Debian package with your new kernel, which is
very useful.

-- 
Carey Evans  *  http://home.clear.net.nz/pages/c.evans/  gc

 Trust Ivanova.  Trust yourself.  Anybody else - shoot 'em.


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


Minicom problem for Debian Newbie

1997-12-06 Thread I.B. Mackey
Using minicom in a regular console. Can't seem to get color. When I load
the with minicom -t mc, error says termcap database missing. I've
installed the termcap compatible package. 

I also noticed that the pico editor is black and white, also. Is this a
related problem? Any help much appreciated.

I. B. Mackey


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


e2fsprogs

1997-12-06 Thread G. Kapetanios

Hi,

How does one move to the libc6 e2fsprogs without using force in dpkg ? I
tried installing commer2g and dpkg tried removing e2fsprogs. How does go
about upgrading ?

Thanks
George 
---
George Kapetanios
Churchill College
Cambridge, CB3 0DSE-Mail: [EMAIL PROTECTED]
U.K.  WWW: http://garfield.chu.cam.ac.uk/~gk205/work_info.html
---



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


Using Keyboard for Mouse

1997-12-06 Thread Faiz ul Haque Zeya




Hello ,
 What package 
/settings are required to use mouse functions through keyboard in X ? (via 
numeric pad keys )


Faiz ul Haque Zeya
[EMAIL PROTECTED]



Re: bogus SYN flood?

1997-12-06 Thread Alain Nissen
---BeginMessage---
Jason Wright wrote:
 
 I came home to find my workstation thrashing - errors are appended to this
 message.  Kerneld was consuming over 50meg of memory, so I bounced it,
 which seems to have cleared the problem up.

I saw exactly the same warnings on my Linux box three days ago (running
debian-unstable at the latest level, with Debian kernel 2.0.30-9
replaced by my own self-made 2.0.32 kernel).  The box became more and
more slow, and eventually did not respond at all. I had to press on the
reset button :/

Dec  3 21:41:17 demon kernel: Warning: possible SYN flood from
195.0.100.253 on 194.78.79.73:21666.  Sending cookies. 
Dec  3 21:41:22 demon kernel: validated probe(195.0.100.253:5708,
194.78.79.73:21666, 536524169) 
Dec  3 21:41:39 demon kernel: validated probe(194.78.79.71:2397,
194.78.79.73:21666, -1494314061) 
Dec  3 21:42:11 demon kernel: validated probe(132.206.150.30:10325,
194.78.79.73:21666, -1224464230) 

(and so on until crash)


Alain

---End Message---


Re: Ghostscript 5 for 1.3.1?

1997-12-06 Thread Marco Pistore
On Fri, 5 Dec 1997, Britton wrote:

 
 I heard that someone had packaged Ghostscript 5 for the old libc, but all
 I can find in non-free is gs 4. Anyone know where the new one is, if it
 exists?  

Hi,

I have tried to upload the package a lot of time ago, but it is still
in the Incomming directory (the queue has not been processed for a looong
time...)

You can find the package on my machine (here in Europe, sorry):

  http://www.di.unipi.it/~pistore/gs-aladdin_5.03-0.99_i386.deb


Thank you,

Marco



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


Re: Sound.o module / Dependancies

1997-12-06 Thread Orn E. Hansen
Jens B. Jorgensen writes:
  Brian Skreeg wrote:
   
   Hi there peoplewithsound,
   
   ok, here we go...
   
[snip]
   install. no dependancy information error.
  
  Add the following steps to the above:
  
  make modules
  make modules_install
  

 Doesn't help much...

 The only way I've ever got the sound modules to work, is to
explicidly go into the drivers/sound directory and to do 'configure'
there, for the sound.  And then, disabling all other sound cards
except the one I have (no need for the others).

 After that step, go back into building the kernel...


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


Re: pppd complains link isn't 8-bit clean!

1997-12-06 Thread Jaakko Niemi
 Hi,
 
 A friend and I have been having problems getting ppp to work on his
 laptop.  Everything works with the chat script until just after ppp is
 engaged.  Then it complains as follows.
 
 pppd Serial connection established
 Using interface ppp0
 Connect:ppp0 - /dev/ttyS1
 LCP: timeout sending Config-Requests
 Connection terminated.
 Receive serial link is not 8-bit clean:
 Problem: all has bit 7 set to 0
 
 I've tried connecting with ppp from windows 95 on the same machine with
 the same modem etc, and it all works fine, so it would seem the problem is
 something to do with the debian setup.  The only thing I can think of is
 interrupts, but I have looked at /proc/interrupts and it seems okay - but
 perhaps this doesn't tell the whole story???

 Set Asyncmap to 0 in ppp settings. 



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


Re: How unstable is hamm?

1997-12-06 Thread Mario Mure'
 In a message dated 05 Dec 1997 about  Re: How unstable is hamm? ,
 bleach wrote:

 B I have one PC running hamm.  Part of my motivation for switching to hamm
 B is that I also have two Amiga 3Ks running debian linux and for those

Any chance to find a (mini-)HOWTO, or something equivalent, to install debian
linux on my Amiga 3k ???


Ciao !


/mario/   [EMAIL PROTECTED]

LAST GAS FOR 60 MILES (54 miles ahead)


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


Q's about upgrading to hamm

1997-12-06 Thread Orn E. Hansen
Christopher Jason Morrone writes:
  
  Ok, I'd like to upgrade to hamm, because there are some things there that
  I need.  I'm following the libc5 to libc6 howto, but I've got a couple
  questions/comments.
  
  The first conflict arose when I tried to install the second package,
  libc6_2.0.5c-0.1 .  It conflicted with the pthreads package.  No biggy, I
  just got rid of the threads.
  

 First, upgrade your already installed packages to their equivalent
hamm version.  So, start by upgrading ldso, and dpkg.  Then upgrade
libc5, and remove all *-dev packages (and dependant packages).  Now,
you can install libc6, and then upgrade 'base' and 'admin' packages,
and be aware to install the 'g' packages, i.e. ncurses3.4g etc.

 And if you have X installed, you may need to remove them before you
can upgrade to xlib6g.  Anyways, you will have to reinstall all of
them, because X packages for xlib6 won't work with xlib6g.

 I run all hamm, and it works _quite_ well here... a few bugs, and a
few bad packages once in a while though.  But it looks like it's
getting more stable.


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


Re: Running defrag in single user mode...

1997-12-06 Thread Frank Barknecht
Curt Howland hat gesagt: // Curt Howland wrote:

 Quick question from a non-unix person who doesn't
 want to break something just poking around...
 
 How does one go into single user mode, then start
 the multi user functions again?
 
 I pulled a defrag package down, but it won't run
 (for blatently obvious reasons) in multi-mode.
 
 No need to tell me I have to do it from the console,
 that much is clear. :^
 

Quick answer:
RTFM telinit.

A bit slower:

Login as root on a console and change the runlevel to single user 
mode with telinit. 
E.g.

# telinit 1

[ ... Do your sysadmin stuff ...]

Go back to your favorite multiuser runlevel with e.g.

# telinit 2
-- 
  Yours a href=http://www.koeln-online.de/einblick/;
  Frank Barknecht   Das Koelner Stadt- und Unimagazin
  -   /a


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


Re: How are .Xdefaults files handled under Debian?

1997-12-06 Thread Frank Barknecht
Wintermute hat gesagt: // Wintermute wrote:

 If you want to find the resource listing for ANY X program you can use
 the tool 'resedit' which comes with a normal X install.  Read up on it
^^^ It's editres on my debian box.
 first though, it's not the most intuitive of programs, but it will
 enable you to see all of a programs resources, with their full names,
 and save certain ones to a file of your choice for later inclusion into
 your .Xdefaults/.Xresources file.

-- 
  Yours a href=http://www.koeln-online.de/einblick/;
  Frank Barknecht   Das Koelner Stadt- und Unimagazin
  -   /a


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


Re: Running defrag in single user mode...

1997-12-06 Thread Orn E. Hansen
Oliver Elphick writes:
  
  In 10 years of using Unix and Linux I have never had to defragment a disk.
  
  This isn't a Micro$oft product...
  
  Can anyone suggest why one might want to defragment a disk in Linux?
  

 On a related issue...

 Doesn't Unix load data on demand? i.e. when you run a program,
doesn't it just load the first page, and then each page as it is
referenced? and a similar technique for data?

 And besides, since this is a multiuser multitasking system that is
running several programs at the same time, and perhaps even
swapping.  The disk is spinning and the head is going back and forth
more or less all the time, and it is highly unlikely that the entire
data is loaded before the head is moved again. if my memory doesn't
fail :-), doesn't Unix also use a hard disk reading technique that is
far superior to M$ which enables it to read the wanted data between
two endpoints in a single run?


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


Re: 'make config' issues.

1997-12-06 Thread Daniel Martin
On Fri, 5 Dec 1997, Christopher R. Barry wrote:

   I installed Debian several days ago and just learned
 today that the reason why my mouse doesn't work is because I need to
 compile support into the kernel.

Well, below I give you what I think is a full set of packages needed to
compile a kernel, but why are you doing this?  I don't believe you when
you say that you need to recompile a kernel to get mouse support -
debian's default 1.3.1 kernel has support for Ps2 mice and bus mice
compiled as modules for the kernel.  When you went through the setup
process, do you remember a screen that asked you to load various device
driver modules (scsi, network cards, etc.)?  My guess is that you didn't
select the appropriate device driver module for your particular mouse.
Install the modconf package and (as root) run modconf.  See if you can't
find your modules under the section misc.  That's much less painful than
recompiling a kernel can be.

  When I go to /usr/src/linux and type
 'make config' I just get a bash error message saying that the make
 command was not found. Arggg The HOWTOs and FAQs do mention how
 to configure and compile the source, but they say nothing about
 obtaining 'make config' which is essential to the process. I tried
 installing all the packages I thought were relevent, such as gcc, but
 nothing works
 
To compile a kernel, you need at least:
the 'make' package
the 'gcc' package
the 'libc5-dev' package (well, maybe you can get away without this one,
 now that I think about it)
the 'binutils' package
the 'bin86' package
kernel source (either from one of the kernel-source packages or from a
   .tar.gz file downloaded from ftp.kernel.org)

The 'kernel-package' package, while highly recommended, is not technically
necessary.  However, it makes the whole process of compiling and
installing a new kernel much less painful.

If you want to do the menu-based configuration ('make menuconfig' instead
of 'make config'), you'll need the ncurses3.0-dev package.

The X-windows based configuration requires some TK-dev package and I think
some tcl-dev package as well.  (And, of course, a working X windows)

But again, I don't believe that you need to do this.  Try modconf first.



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


HELLO-Hello-hello

1997-12-06 Thread AngeloMP
There's an echo in here! Anybody home, or are you all just a bunch of PC users?
MAngelo du AOL


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


msdos packages

1997-12-06 Thread Brian V Bonini
So let say I spent a bunch of time downloading packages before I realized I
needed to
download them from the msdos directory (you know, that long file name
thing).
Is there any reason I can't just rename them to the names that are given in
the
msdos directory?
-Brian, ([EMAIL PROTECTED])




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


Re: msdos packages

1997-12-06 Thread Alex Yukhimets
 So let say I spent a bunch of time downloading packages before I realized I
 needed to
 download them from the msdos directory (you know, that long file name
 thing).
 Is there any reason I can't just rename them to the names that are given in
 the
 msdos directory?
 -Brian, ([EMAIL PROTECTED])

Hi.

No reason at all. You may rename them, you may leave them as they are,
it doesn't matter.

Alex Y.

-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \()|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


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


URGENT: installation problem

1997-12-06 Thread Gandhimohan Viswanatan
Dear Debian User Friends,

Hi and greetings from Natal, Brazil. 

I have an installation problem with Debian. My problem is urgent
because I recently came to do research here at the physics department
at the federal university here, and obtained permission to install
Debian GNU/Linux on one of their PCs here on thursday.  The
expectations here are very high and this is the first machine here to
have linux, so I am very anxious to make sure that Debian works
properly by monday.  This is a test case, since many people at the
dept are interested in switching from win-95 to linux, but are
inherently apprehensive about switching. If I don't fix this problem
by monday, other professors here will all come to find out, and I will
have to answer many questions  Thus, if any of you have had
problems similar to mine, or know how to fix it, I would be super
grateful.  Thanks.

^_^

PROBLEM: everything goes very smoothly (monitor and keybd
configuration, partitioning the hard drive, activiating the swap and
llinux partitions, installing the kerner and drv modules, configuring
the dev drivers and the network) until I come to install the base
system (from floppy).  Here it says it reads all disks correctly but
then gives an error while installing.  Most often, the error is the
following:

error in archive format

there was a problem extracting from the drivers floppy /dev/fd0 


WHAT I HAVE DONE SO FAR TO TRY TO FIX THIS PROBLEM: 

I tried making new floppies. I made entirely new floppies, and I also
downloaded the files via binary mode ftp to see if the browser
downloaded it corrently.  The files match perfectly, and make me think
it is not really a floppy problem, although it could be.  I tried 4
copies of the drivers disk, written like all others using rawrite2.
The error is pretty consistent each time. Once, the error
re-initialized the installation program before I could read the
error. From the corner of my eye, I thought the error message said
something like ...sbin... could not create...config.sh ... where
the words need not be in the same order.  Also, it was much too fast
for me to see. But most often, the error msg was the one I mentioned
above, i.e. error in archive format, there was a prblem extracting
from teh drivers floppy
  
I also went and made sure all BIOS settings like shadow ram and caches
were all disabled. But this did not change anything. The same error
recurrs.

SOME IDEAS:

I downloaded the files each time from a dir called
/stable/disks-i386/current each time, from the Sao~ Paulo site at
ftp://linux.if.usp.br/pub/mirror/Debian Could the problem be with the
site by any chance? i.e. should I try a different mirror site, say, in
the US , germany or Israel? Which is fastest?)

Also, should I try to get the files from the directory other than
current? I.e. is it a little older and hence more stable?

What I will try meanwhile it to copy the bin and base-1_3.tgz files
into the hard drive using a linux shell and mounting the floppy with
mount -t msdos. Then, I will try the kernel and base installations
from hard disk instead of floppy.  I am not too optimistic about this
though, since the problem does not seem to be the floppies.

I will keep tryinjg different things until monday, and would greatly
appreciate any advice/help you can afford me.  I thank you very much
for your kind consideration.

 :)

Gandhi Viswanathan
Dept of Physics
UFRN
Natal, Brazil


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


prepping for install

1997-12-06 Thread Shaleh
I am going to play w/ hamm.  I have the code packages on a Shark parport
device.  How can I get the module I need to run it set up on the boot
disk?   Any suggestions/warnings/caveats or sage advice on hamm in
general also welcome.


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


Re: URGENT: installation problem

1997-12-06 Thread Rick Hawkins

I forget where current is linked, but isn't it to unstable?

Anyway, here is my solution:

1) boot dos off a floppy with networking, and use dos fdisk.  Make a dos 
partition where you want your swap partition.

2) go to an ftp, and cd /debian/stable/disks-i386

download resc1440.bin, drv1440.bin, and base1_3.tgz, and rawrite2.exe into the 
dos/swap partition.

3) use rawrite to make rhe resc1440 disk.

4) boot  go through installation, but skip the swap at the beginning.  You 
will probably have to advance from stage to stage manually, rather than 
relying on the correcct defaults (i think it will keep trying to do the swap). 
 *DO NOT* use linux fdisk to delete this swap partition!  I didn't believe 
this warning, and had to go through a format/unformat sequence on both os's to 
fix things.  Also note that after you tell it that the drivers are on 
/dev/hda2, this directory stays mounted.  so when it asks where to find the 
base files, the answer is on the already mounted file system /instmount [i'd 
call this a bug, as it's not intuitive].

5) reboot under dos.  run fdisk to remove the partition

6) reboot under debian.  AFter entering the new root password, but before 
using dselect when it's offered, use alt-f2 to switch screens.  Login as root, 
and use fdkisk to create the swap partition.  after making it, you can use 
option t to change from type ext2 to type swap (82, iirc).  then type swapon 
/dev/hda2 (assuming it was the second partition).

7) edit /etc/fstab to add the line 

/dev/hda2   noneswapsw  0   0

so that your swap will be automounted in the future.

8) alt-f1 will take you back to the first screen, and you may happily choose 
which packages you want.

rick



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


Re: 3FA: ???

1997-12-06 Thread Faiz ul Haque Zeya
Hello ,
   While installing Debian , I  come across the same situation.
But I get :4Fa  .I guess it is due to the installation script when it
tries to make Linux bootable from harddisk . I corrected it
through lilo.conf and then I run lilo  .
   By doing so I get what I  want . I set the delay to 200 .so boot map(?)
will look for left space . but if i press left space during the booting
(continuously) , I get the 4FA: and then by pressing Enter I get LILO
waiting as it should do . I do not get the same problem when  I do not ask
for linux to be made bootable from the harddisk
during installation and then do it manually later . So i guess it is due
to installation script . However I have not checked the source code
and hence I am not  sure  about it .

Regards
Faiz ul Haque Zeya
[EMAIL PROTECTED]

-Original Message-
From: Rick Hawkins [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: Saturday, December 06, 1997 3:12 PM
Subject: Re: 3FA: ???




 Run liloconfig, and answer the questions it asks you appropriately.

Is this the right program?  all three questions are yes/no types, rather
than allowing me to change them.  It wants to use /dev/hda3, /, for boot,
and has no option to change to /dev/hda1.

rick



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


Re: Where is -Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*?

1997-12-06 Thread Gertjan Klein
Mark Phillips [EMAIL PROTECTED] wrote:

  When I try to run either fr (filerunner) or tkman, it comes up with
  similar messages, both complaining about the lack of the font:

  -Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*

I don't know what causes this. You could try this:

$ (for d in /usr/X11R6/lib/X11/fonts/* ; do echo $d ; cat $d/fonts.dir ;
done)  fonts

(all on one line) to create a file that shows all fonts installed on
your system.  There you can see if the font is actually installed (it is
here).

A (perhaps) related problem:

Script started on Sat Dec  6 18:16:10 1997
$ cd /usr/X11R6/lib/X11/fonts/misc/
$ ls 9x15*
9x15.pcf.gz   9x15B.pcf.gz
$ xterm -fn 9x15
Warning: locale not supported by C library, locale unchanged
$ xterm -fn 9x15B
Warning: locale not supported by C library, locale unchanged
xterm:  unable to open font 9x15B, trying fixed
$ exit
Script done on Sat Dec  6 18:17:19 1997

Does someone have an idea what could cause this?

  Gertjan.

-- 
Gertjan Klein [EMAIL PROTECTED]
The Boot Control home page: http://www.xs4all.nl/~gklein/bcpage.html


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


NFS: mount clntudp_create: RPC: Program not registered

1997-12-06 Thread Gertjan Klein
  I'm trying to get NFS working between two PCs hooked up with a
paralell cable.  The networking itself seems to work: ping, telnet and
FTP work as expected.  I can mount the root directory of the second PC
(judy) on the first (kilu), but not the other way around.  The error I
get is:

  mount clntudp_create: RPC: Program not registered

As far as I can tell the configuration on both sides is equivalent:

kilu:/etc/exports:
/ judy (ro)

judy:/etc/exports:
/ kilu (ro)

kilu: ps -axu | grep rpc:
daemon 118  0.0  0.7  832  368  ?  S  21:25  0:00 /usr/sbin/rpc.portm
root   167  0.0  0.9  888  440  ?  S  21:25  0:00 /usr/sbin/rpc.nfsd
root   169  0.0  0.9  852  432  ?  S  21:25  0:00 /usr/sbin/rpc.mount

judy: ps -axu | grep rpc:
daemon 108  0.0  2.4  832  368  ?  S  21:06  0:00 /usr/sbin/rpc.portm
root   129  0.0  3.1  892  472  ?  S  21:06  0:00 /usr/sbin/rpc.nfsd
root   131  0.0  2.9  860  448  ?  S  21:06  0:00 /usr/sbin/rpc.mount

There is some difference in the output of rpcinfo, but I'm told that's
harmless (I'll include it here for completeness):

kilu: rpcinfo -p:
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
132   udp   2049  nfs
132   tcp   2049  nfs
151   udp770  mountd
152   udp770  mountd
151   tcp773  mountd
152   tcp773  mountd

judy: rpcinfo -p:
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
132   udp   2049  nfs
132   tcp   2049  nfs
151   udp732  mountd
152   udp732  mountd
151   tcp735  mountd
152   tcp735  mountd

Both systems have been installed from the same CD (Debian 1.3.1); the
kernel configuration options concerning networking are equal.  I can
mount judy on kilu with:

kilu: mount judy:/ /mnt -t nfs

...but going the other way:

judy: mount kilu:/ /mnt -t nfs

.. gives the above error (no matter what order I do the commands, or
start up the PCs).

  Does anyone have any idea what could be the problem? What does RPC:
Program not registered mean?

  Gertjan.

-- 
Gertjan Klein [EMAIL PROTECTED]
The Boot Control home page: http://www.xs4all.nl/~gklein/bcpage.html


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


Re: 'make config' issues.

1997-12-06 Thread Qiang Rao
Excerpts from debian: 6-Dec-97 Re: 'make config' issues.  by Oliver
Elphick@lfix.co 
   I apologise for this newbie question but what do I do to get 'make
   config' to exist? I installed Debian several days ago and just learned=
  
   today that the reason why my mouse doesn't work is because I need to
   compile support into the kernel. When I go to /usr/src/linux and type
   'make config' I just get a bash error message saying that the make
   command was not found. Arggg The HOWTOs and FAQs do mention ho=
 w
   to configure and compile the source, but they say nothing about
   obtaining 'make config' which is essential to the process. I tried
   installing all the packages I thought were relevent, such as gcc, but
   nothing works
  
 It sounds as if you need to install the make package.

I am assuming that you have read all the other advises from this dlist.
But before you try any of them, I would make sure that the make
command is in your path. To test this, you type which make on the
console. This will tell you if you have make command or not. If nothing
shows up after you typed the command, type
cd /
find . -name 'make'
this will search your harddrive for make commands, If it finds the
command, you don't need to install the make packages, just add the
directory leading to the make command to your path. The way to do that
depends on the shell you are using. I am using tcsh, so I would type
setenv PATH ${path}:The directory to add
This will enable you to use the make command. If the search for make did
not turn up anything, you have to install the make packages, but I don't
think this is the case because you said you installed all the packages.

And also one more thing, you said you can get the mouse to work, there
might be a very simple solution to this. On some linux distributions,
the mouse link is not setup correctly. To check this:
cd /dev
ls -l mouse
this will tell you if you have the mouse linked to the right device. If
you have a serial mouse on COM1 in dos, you want this file to link to
/dev/cua0. I don't really know about which devices are busmouses and
other types of mouses, but I believe you can get this info on
www.linux.org. If the mouse is not linked to the device, the simplest
solution is just link it yourself. For a serial mouse on COM1, you type
ln -s -f /dev/cua0 mouse
This might solve your problem of not finding the mouse device. The
reason why I believe this is the case is that most of the distributions
should have common serial, bus, etc. mouse support build in since X
windows needs mouse to work, and X windows although very slow, is an
essential part of linux distribution. :)

I hope this can get you started in the right direction.

Qiang 


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


Re: Running defrag in single user mode...

1997-12-06 Thread Joey Hess
Oliver Elphick wrote:
 In 10 years of using Unix and Linux I have never had to defragment a disk.
 
 This isn't a Micro$oft product...
 
 Can anyone suggest why one might want to defragment a disk in Linux?

I have a partition that is 15% fragmeneted (after a year and a half of use..)
I'm starting to consider defragging it.

-- 
see shy jo


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


Re: Simple Unix utility?

1997-12-06 Thread Nicolás Lichtmaier
 Now I notice that cut seems to buffer everything up.

 You should file a bug against cut, it should do line buffering when output
is a tty.


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


Re: Running defrag in single user mode...

1997-12-06 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Curt Howland [EMAIL PROTECTED] wrote:
Quick question from a non-unix person who doesn't
want to break something just poking around...

How does one go into single user mode, then start
the multi user functions again?

As many other people on this list already mentioned, you can use init 1
or telinit 1 to go single user. However you can also just use
shutdown now. The absence of the -r (reboot) and -h (halt) flag will
cause shutdown to go to single user mode.

Mike.
-- 
 Miquel van Smoorenburg |  Studying to be a technomage   *
[EMAIL PROTECTED]  | May you live in interesting times


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


Re: Minicom problem for Debian Newbie

1997-12-06 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], I.B. Mackey [EMAIL PROTECTED] wrote:
Using minicom in a regular console. Can't seem to get color. When I load
the with minicom -t mc, error says termcap database missing. I've
installed the termcap compatible package. 

You do not need the termcap package, or the mc termcap entry perse.
Just use minicom -c on.

Mike.
-- 
 Miquel van Smoorenburg |  Studying to be a technomage   *
[EMAIL PROTECTED]  | May you live in interesting times


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


dftp out through a firewall

1997-12-06 Thread Frere Roy
On our site a new firewall has been installed and now inorder to ftp it 
is necessary to do the following

[EMAIL PROTECTED]:~# ftp 194.248.7.3
Connected to 194.248.7.3.
220 WinProxy FTP Gateway ready, enter [EMAIL PROTECTED]:port]
Name (194.248.7.3:root):

Then I can type my '[EMAIL PROTECTED]'

I cannot figure out how to overcome this hurdle when I use dftp as it 
is not expecting a Proxy promt.

Any ideas?

(Please, no comments about the fact the proxy is running under Windows 
NT ! - I know what you all must be thinking !)




-- 

Taize Community, 71250 TAIZE, France
Personal email: [EMAIL PROTECTED]
To contact Taize: [EMAIL PROTECTED]
To visit Taize: [EMAIL PROTECTED]
List of useful info: [EMAIL PROTECTED]
Web site  http://www.taize.fr


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


Re: Where is -Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*?

1997-12-06 Thread Michael Babcock
This font is in the Debian xfnt100 and xfnt75 packages.


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


Re: Simple Unix utility?

1997-12-06 Thread Scott K. Ellis
On Sat, 6 Dec 1997, [iso-8859-1] Nicolás Lichtmaier wrote:

  Now I notice that cut seems to buffer everything up.
 
  You should file a bug against cut, it should do line buffering when output
 is a tty.

It may be something in the middle of the pipe doing the buffering.  Not
certain how to handle that case.


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


asus/ati video board

1997-12-06 Thread Pere Camps
Hi!

I finally bought an Asus video board and I now need help with
XFree. :-/

The exact model of the board is 3DP-V264GT/PRO and it's really a
ATI RageII+DVD chip. Under win95, you use ATI's drivers. It's also a video
player and grabber.

I've tried almost anything under the Mach64 server which has the
keyword 3d or 264 or rage in it's name, but to no avail.

Anybody been through this before?

(FYI: I'm using the latest debian stable distribution)

Salutacions, Pere     __o mailto:[EMAIL PROTECTED]
  2:343/108.91   -  _`\;_   http://casal.upc.es/~pere/
PGP key available ---  (_)/ (_)Lo importante es el concepto


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


Re: Q's about upgrading to hamm

1997-12-06 Thread Nathan E Norman
On Fri, 5 Dec 1997, Christopher Jason Morrone wrote:

: 
: Ok, I'd like to upgrade to hamm, because there are some things there that
: I need.  I'm following the libc5 to libc6 howto, but I've got a couple
: questions/comments.
: 
: The first conflict arose when I tried to install the second package,
: libc6_2.0.5c-0.1 .  It conflicted with the pthreads package.  No biggy, I
: just got rid of the threads.
: 
: Then I tried again and got this:
: 
: Selecting previously deselected package libc6.
: dpkg: regarding libc6_2.0.5c-0.1.deb containing libc6:
:  libc5 conflicts with libc6
:   libc6 (version 2.0.5c-0.1) is to be installed.
: dpkg: error processing libc6_2.0.5c-0.1.deb (--install):
:  conflicting packages - not installing libc6
: Errors were encountered while processing:
:  libc6_2.0.5c-0.1.deb
: 
: Can I just force it?  Will that cause problems later?

No.  Yes.  DON'T force it.  Instead, go get the libc5 that Scott Ellis
has at ftp://ftp.gate.net/pub/users/storm .  That libc5 does not
conflict with libc6 and will allow you to complete the upgrade.

This is mentioned in the HOWTO, btw.  The HOWTO may be found at
http://www.gate.net/~storm/FAQ/libc5-libc6-Mini-HOWTO.html .

Good luck,

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
phone: (605) 334-4454 fax: (605) 335-1173
mailto://[EMAIL PROTECTED] http://www.midco.net
PGP Key ID: 0xA33B86E9 - Public key available at keyservers
PGP Key fingerprint: CE03 10AF 3281 1858  9D32 C2AB 936D C472



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


Re: 3FA: ???

1997-12-06 Thread Carl Mummert
I always get 4FA:, but only if I hit Left Shift BEFORE the lilo
prompt appears.  But if I hit enter at the 4FA: prompt, the lilo
prompt appears.  If I hit shift after LILO: appears, everythings is
normal.

I always assumed this was a bios thing, but I have absolutely no idea
of the real cause.


Carl

[EMAIL PROTECTED]
One must imagine Sysiphus happy


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


TShirts

1997-12-06 Thread Tim Sailer
Just in time for the holidays, I still have some 'unofficial' Debian
tshirts left. Take a look at http://www.buoy.com/~tps/tshirt

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  Paranoia is a heightened state of awareness.
  -- Anon
** 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: Ink Jet Printers

1997-12-06 Thread Torsten Hilbrich
Jess Stryker [EMAIL PROTECTED] writes:

 Epson Stylus Color 600
 
 These printers aren't listed as either compatible or non-compatible
 in the hardware compatibility HOWTO.  Is anyone using either of
 these printers or know if they work with Debian?

I use the Epson Style Color 600 with gs 5.00 and the uniprint driver.
Beware, at least in this version the color transfer tables for cyan
and magenta in the stc600*.upp files are exchanged.  The printout is a
little bit too dark, if someone has a solution for this please drop me
a note.

Torsten

-- 
I haven't lost my mind -- it's backed up on tape somewhere.
Fortune Cookie
PGP Public key available


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


truncating files

1997-12-06 Thread Carl Mummert
Is there already a (standard) utility on a linux box to truncate a
file to 0 bytes?  [Besides echo -n   foo, which is 1) too long for
my lazy fingers and 2) won't take multiple filenames ]

Since I couldn't find one, I wrote a little C program to do it, but I
am still interested in whether there is already one on the system.

Carl

[EMAIL PROTECTED]
One must imagine Sysiphus happy


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


Re: 3FA: ???

1997-12-06 Thread M. W. Blunier
On Sat, 6 Dec 1997, Carl Mummert wrote:

 I always get 4FA:, but only if I hit Left Shift BEFORE the lilo
 prompt appears.  But if I hit enter at the 4FA: prompt, the lilo
 prompt appears.  If I hit shift after LILO: appears, everythings is
 normal.
 
 I always assumed this was a bios thing, but I have absolutely no idea
 of the real cause.

I think is because lilo.conf has been misconfigured.  Mine was set up
boot=/dev/hda1
When I changed it to the correct
boot=/dev/hda
The weird stuff quit.

Mark
[EMAIL PROTECTED]



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


Re: truncating files

1997-12-06 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Carl Mummert [EMAIL PROTECTED] wrote:
Is there already a (standard) utility on a linux box to truncate a
file to 0 bytes?  [Besides echo -n   foo, which is 1) too long for
my lazy fingers and 2) won't take multiple filenames ]

Yeah, just use

 filename

eg, the null command. If you find this unreadable you can also use

:  filename

Since I couldn't find one, I wrote a little C program to do it, but I
am still interested in whether there is already one on the system.

Multiple filenames? for i in *; do :  $i; done

Mike.
-- 
 Miquel van Smoorenburg |  Studying to be a technomage   *
[EMAIL PROTECTED]  | May you live in interesting times


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


Re: Simple Unix utility?

1997-12-06 Thread Jim Pick

Scott K. Ellis [EMAIL PROTECTED] writes:

 On Sat, 6 Dec 1997, [iso-8859-1] Nicolás Lichtmaier wrote:

   Now I notice that cut seems to buffer everything up.
 
   You should file a bug against cut, it should do line buffering when output
  is a tty.

 It may be something in the middle of the pipe doing the buffering.  Not
 certain how to handle that case.

Yes, that's the case - I had grep in the pipe before cut.

ie.

tail -f var/log/access.log | grep -v 'gif' | cut -c1-150

Maybe I'll just use a little perl script (with $|=1) to do the filtering I
want - that's probably easiest.

Cheers,

 - Jim



pgpFR3u3X4EvB.pgp
Description: PGP signature


qt1g Library

1997-12-06 Thread Ed Petron
Hi. Does anyone know where I can find the qt1g library? Thanks.

-- 
Ed Petron
[EMAIL PROTECTED]
http://www.leba.net/~epetron
http://www.leba.net/wednesday



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


Re: dftp out through a firewall

1997-12-06 Thread Jason Gunthorpe

On Sat, 6 Dec 1997, Frere Roy wrote:

 On our site a new firewall has been installed and now inorder to ftp it 
 is necessary to do the following
 
 [EMAIL PROTECTED]:~# ftp 194.248.7.3
 Connected to 194.248.7.3.
 220 WinProxy FTP Gateway ready, enter [EMAIL PROTECTED]:port]
 Name (194.248.7.3:root):
 
 Then I can type my '[EMAIL PROTECTED]'
 
 I cannot figure out how to overcome this hurdle when I use dftp as it 
 is not expecting a Proxy promt.
 
 Any ideas?

If you are using dpkg-ftp (from dselect) then do 
  export FTP_FIREWALL=194.248.7.3
That will fix any perl using ftp program actually.

Jason


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


Where is the Incoming directory?

1997-12-06 Thread Kingsley G. Morse Jr.
Would someone be so kind as to tell me where the Incoming directory is?
I'd like to check if updates of some programs that I use have arrived.
(lyx and imagemagic, for example)

Thanks
Kingsley


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


Re: qt1g Library

1997-12-06 Thread Will Lowe
On Sat, 6 Dec 1997, Ed Petron wrote:

 Hi. Does anyone know where I can find the qt1g library? Thanks.

It's waiting for processing on master.debian.org to be included into the
unstable tree.  I think the current holdup is that the only person who can
put a new package into the dist. was away for a while.  Apparently,  he's
back now and is trying to get caught up.

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|The problem with computers: |
||
|  rivendell[501] [~] love me   |
|  bash: love: command not found |
|  rivendell[502] [~] hug me|
|  bash: hug: command not found  |
--


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


Re: Where is the Incoming directory?

1997-12-06 Thread Will Lowe
On Sat, 6 Dec 1997, Kingsley G. Morse Jr. wrote:

 Would someone be so kind as to tell me where the Incoming directory is?
 I'd like to check if updates of some programs that I use have arrived.
 (lyx and imagemagic, for example)

it's /home/Debian/ftp/private/project/Incoming on master.debian.org,
which does you no good unless you're a developer and have an account on
master.

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|The problem with computers: |
||
|  rivendell[501] [~] love me   |
|  bash: love: command not found |
|  rivendell[502] [~] hug me|
|  bash: hug: command not found  |
--


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


Re: Anyone packaging new smail (to stop spam relays)?

1997-12-06 Thread Martin Schulze
On Fri, Dec 05, 1997 at 03:02:15PM +0200, Petri Wessman wrote:
 The current version of smail in the 'unstable' Debian release is a bit 
 old and doesn't have support to stop spam relaying. I have heard that
 version 3.2.0.94 has a new config variable (smail_remote_allow) for
 this. Is anyone packaging the new smail? There's a very real need for
 an MTA that blocks spam relays right now, it's a steadily growing
 problem.

Soenke told me that he's going to release a new version this weekend.

Regards

Joey

-- 
  / Martin Schulze  *  Debian Linux Maintainer  *  [EMAIL PROTECTED]/
 / http://www.debian.org/  http://home.pages.de/~joey/


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


RE: truncating files

1997-12-06 Thread Ralph Winslow
Try this one:

foo

or, for multiple file names:

for xxx in *
do
$xxx
done

where * is any regular expression or:

for xxx in a b c d e f g.c h.o g.txt ...
do
$xxx
done

If your finger are lazier than that, I'm afraid I can't help ;-)


On 06-Dec-97 Carl Mummert wrote:
Is there already a (standard) utility on a linux box to truncate a
file to 0 bytes?  [Besides echo -n   foo, which is 1) too long for
my lazy fingers and 2) won't take multiple filenames ]

Since I couldn't find one, I wrote a little C program to do it, but I
am still interested in whether there is already one on the system.

Carl

[EMAIL PROTECTED]
One must imagine Sysiphus happy


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

-
Ralph Winslow [EMAIL PROTECTED]
The IQ of the group is that of the member
whose IQ is lowest  divided by the number
of members.


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


Re: e2fsprogs

1997-12-06 Thread Igor Grobman
 
 Hi,
 
 How does one move to the libc6 e2fsprogs without using force in dpkg ? I
 tried installing commer2g and dpkg tried removing e2fsprogs. How does go
 about upgrading ?

You should install e2fsprogsg.  This name change is a bug in itself (appending 
g is for the libc6-based shared libraries, not programs) , and  the 
maintainer will soon release a new e2fsprogs package which will have the old 
name.

-- 
Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
Igor Grobman   [EMAIL PROTECTED] [EMAIL PROTECTED] 



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


Re: 'make config' issues.

1997-12-06 Thread Carey Evans
Qiang Rao [EMAIL PROTECTED] writes:

 And also one more thing, you said you can get the mouse to work, there
 might be a very simple solution to this. On some linux distributions,
 the mouse link is not setup correctly. To check this:
 cd /dev
 ls -l mouse
 this will tell you if you have the mouse linked to the right device. If
 you have a serial mouse on COM1 in dos, you want this file to link to
 /dev/cua0.

Actually you want /dev/ttyS0.  The /dev/cua0 devices are obsolete and
might go away sometime.  I prefer to set the mouse directly to the
port it's on, so when I run gpmconfig I say /dev/psaux (a PS/2 bus
mouse) for Where is your mouse?, then ps2 for What type is your
mouse?.  (If I start using a different mouse port, it will probably
have a different protocol anyway.)

I've put auto in /etc/modules, and the psaux driver module gets
loaded automatically.

-- 
Carey Evans  *  http://home.clear.net.nz/pages/c.evans/  gc

 Trust Ivanova.  Trust yourself.  Anybody else - shoot 'em.


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