Incomprehensible CGI error

1997-09-16 Thread Dave Neuer
I am trying to get a CGI script written in Perl running, and I keep
getting a wierd error that I don't understand:

access to /usr/lib/cgi-bin/testscript.pl failed for *machine name*,
reason: Premature end of script headers

Anyone know what this means?  Other Perl scripts with similar
construction seem to be working OK, can't seem to pin this one down.

Thanks,
Dave


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


compiling debian packages (was Re: number of problems...)

1997-09-16 Thread Craig Sanders
On Mon, 15 Sep 1997, David wrote:

 Is there a window maker package for the stable release?

for most packages in unstable, you can easily compile them for stable. i
don't actually know of any exceptions, but i expect that there would be
a few programs which absolutely depend on libc6 development tools.

so, to compile an unstable package for stable you do:

1. make sure you have all the development tools installed - compiler and
   dev libraries, dpkg-dev, debmake, and others. remember, you need to
   install the -dev packages for any libraries which the package is
   dependant upon. e.g. libc5-dev for all packages, xlib6-dev for X
   programs (many X progs also require xpm-dev), etc.

   in your case, you'd want to set up one of your machines as a complete
   development system - install every development package you're ever
   likely to need and do your compiling on that.

2.  mkdir /usr/src/foo
cd /usr/src/foo

3. download the source files. for the hypothetical package foo version X.X,
   that would be:

foo_X.X-1.diff.gz
foo_X.X-1.dsc
foo_X.X.orig.tar.gz

4.  extract the debianised source code with:

dpkg-source -x foo_X.X-1.dsc

5.  cd foo-X.X

6.  edit the source and Makefile(s) if required.

7.  compile the program and build a package by typing:

build

8.  if all goes well, you can install the package with dpkg as normal.

cd ..
dpkg -i foo_X.X-1_i386.deb


be warned: the above is mostly accurate but quite simplified. for simple
packages it will be as straightforward as this. more complex packages
will be harder...start with something simple for practice.

 Otherwise I imaging this is annother of those I'm using the unstable
 stuff and really shouldn't be...

yeah. you don't want to run unstable at the momentespecially X
stuff.  X just got released re-compiled for libc6 recently. wait until
it settles down a bit before trying it.

in general, however, it is quite safe to follow the HOWTO that was
posted here recently on upgrading to libc6/unstablethen you can run
select packages from unstable - just don't do a full upgrade to unstable
at the moment!


craig

PS: hunt around for more info on compiling debian packages before trying
this. somebody (i forget who at the moment) is maintaining a FAQ/web
page which is much better than the notes above. i can't remember the
URL right now...search through the debian-user archives, there was some
discussion on it within the last few weeks.

--
craig sanders
networking consultant  Available for casual or contract
temporary autonomous zone  system administration tasks.


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


Re: Incomprehensible CGI error

1997-09-16 Thread Joey Hess
Dave Neuer wrote:
 I am trying to get a CGI script written in Perl running, and I keep
 getting a wierd error that I don't understand:
 
 access to /usr/lib/cgi-bin/testscript.pl failed for *machine name*,
 reason: Premature end of script headers
 
 Anyone know what this means?  Other Perl scripts with similar
 construction seem to be working OK, can't seem to pin this one down.

This is typically a CGI script that is dying before it gets around to
printing out the Content-type: text/html\n\n header. Try running the script
from your shell and see if it gets that far.

-- 
see shy jo


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


Re: Incomprehensible CGI error

1997-09-16 Thread Eloy A. Paris
Dave Neuer [EMAIL PROTECTED] wrote:

: I am trying to get a CGI script written in Perl running, and I keep
: getting a wierd error that I don't understand:
:
: access to /usr/lib/cgi-bin/testscript.pl failed for *machine name*,
: reason: Premature end of script headers
:
: Anyone know what this means?  Other Perl scripts with similar
: construction seem to be working OK, can't seem to pin this one down.

Sure, you are not sending the Content-type header before sending your
data. Try putting this before you send any data:

print(Content-type: text/html\n\n);

This should solve your problem.

E.-

-- 

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


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


xfishtank

1997-09-16 Thread Rob MacWilliams
Rick Hawkins writes:
  
  Has anyone else had a problem with this?  It utterly hangs X, beyond 
  restarting X.  I can still telnet in, but halting the xdm daemon  
  restarting 
  isn't enough to recover the keyboard.  For that matter, it requires an 
  actual 
  power down (but there are some strange hardware problems on this beast).
  
  rick
  

I'm having a similar problem, but I think it's being caused by
Netscape Communicator 4.02b7.  I'm running X 3.3.  I'm going to put a
reboot/shutdown command on the menu, because that seems to stay
alive.  Maybe the Tcl/Tk script that wrapped shutdown would be another
alternative.

Later

Rob


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


Re: Interface to the vacation program?

1997-09-16 Thread Eloy A. Paris
Eloy A. Paris [EMAIL PROTECTED] wrote:

: So, my question is: does anyone know if there is a WWW interface to the
: vacation program? I am thinking about a web page/CGI script that allows
: the user to specify his/her e-mail address and the vacation message
: and have the CGI run the vacation program for him. Later, when the user
: returns to the office he/she can access the same Web page to disable
: the vacation program (the CGI will remove the .forward file).
: This would be great!!!

OK, I did it myself. I wrote a CGI script in Perl and all you have to do
to make it work is to put it in your cgi-bin directory and point your
browser to it. Of course you need to have a Web server running for this
to work.

So far my tests indicate it works. The interface is very nice, much nicer
than vi and a Unix shell (for those that don't know a word about Unix).

Those who are interested just drop me a note and I'll e-mail the script.

I just had a one week vacation two weeks ago. I hope it is vacation time
again so I can use my own inventation :-)

I think this small project can be extended to write a small daemon that
listen on a TCP port for requests for enabling/disabling the vacation
message. This way a Web server is not neccesary. Any way, my stuff is
working...

See ya!

E.-

-- 

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


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


mirror leaves ppp up on failure of mirror

1997-09-16 Thread Jameson Burt
My nightly cron job mirrors a debian site.
Here is my cron job, which runs mirror if not already running,
then turns off ppp with poff.
   if [ -z `/sbin/pidof -x mirror` ]; then (pon; sleep 120;   /bin/mount   
/dev/sdb2 /mnt 2/dev/null;   cd /mnt/mirrors;   ./run-mirror; poff) ;fi


Sometimes my program ./run-mirror runs properly, sometimes not.  OFTEN, WHEN 
run-mirror FAILS, IT HANGS, SO MY CRON SCRIPT NEVER GETS TO poff.
Here is a ps -auxw (wrapped),
USER   PID %CPU %MEM   VSZ   RSS  TT STAT  START   TIME COMMAND 
   root997  0.0  0.2  3280   164  ?  S Sep  5  0:00 mirror 
docs:sunsite.unc.edu:/pub/Linux/docs package=docs
sunsite.unc.edu:/pub/Linux/docs - /mnt/mi
   

Here is my file run-mirror (not wrapped in reality):
   nice --adjustment=-20 /usr/bin/mirror  -p debian
 ./mirror.defaults  1./run-mirror_debian_`/bin/date
'+%b_%d_%Y_%I:%M%p' `   21
#
   /usr/bin/mirror  -p docs ./mirror.defaults 1
./run-mirror_docs_`/bin/date '+%b_%d_%Y_%I:%M%p' `   21

My mirror.defaults has entries for debian and for docs, though I don't 
believe their contents matter here.


Here is an example output from run-mirror:
   bind: Cannot assign requested address at /usr/bin/../lib/mirror/ftp.pl line 
1273.
   package=debian   uiarchive.cso.uiuc.edu:/pub/systems/linux/distributions/deb
ian -   /mnt/mirrors/debian
   Got timestamp.txt 29
   Got ls-lR 1193924
   Got ls-lR.gz 163208
   Got doc/libc5-to-libc6-Mini-HOWTO.txt 4929
   Got doc/libc5-to-libc6-Mini-HOWTO.html 0
   Got doc/package-developer/virtual-package-names-list.text 4659
   Got doc/package-developer/libc6-migration.text 10982
   Got doc/package-developer/policy.ps.gz 80888
   Got doc/package-developer/policy.text.gz 27797
   Got bo-updates/shellutils_1.16-2b.diff.gz 7204
   
   timed out reading data!
   Failed to get bo-updates/shellutils_1.16-2b_i386.deb: 150 Opening BINARY
mode data connection for bo-updates/shellutils_1.16-2b_i386.deb (316650 
bytes).
   Failed to get file 150 Opening BINARY mode data connection for 
bo-updates/shellutils_1.16-2b_i386.deb (316650 bytes).


Here, I believe the first bind line often does not occur, but the last three 
lines do, with timed out ..., Failed to get ..., Failed to get 
My modem connection can fail, including its automatic redial, so I 
occasionally get timed out reading data, but my real problem resides with 
mirror not terminating.
In the above instance, mirror evidently finished after the debian site, then 
hung with 0 bytes of output for the docs site (sunsite.unc.edu).
This left ppp running, since my script was hung in mirror for 2 days.  Since 
I use automatic redial, ppp had corrected itself probably in 15 minutes, but 
mirror never corrected itself and never terminated.

HOW CAN I GET A timed out reading data MIRROR PROGRAM TO ALWAYS TERMINATE 
RATHER THAN HANG?  Or, do some people write a different cron job to avoid this 
problem?

I run mirror 2.8-9 on debian 1.3.
Thanks for any help.

-- 
Jim Burt, NJ9L, Fairfax, Virginia, USA
[EMAIL PROTECTED]   http://www.mnsinc.com/jameson

If merely 'feeling good' could decide, drunkenness would be the supremely 
valid human experience.  --William James, Varieties of Religious 
Experience



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


Brother HJ-400 Printer

1997-09-16 Thread bhaal
Has anyone Managed to get a Brother HJ-400 printer working with
ghostscript?

--
   Living is just a state of mind...
Everything is changing,
   yet, we have nothing to lose...

The Lord Bhaal...


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


Re: decoding base64

1997-09-16 Thread Jim Pick

 I keep getting e-mail through Juno from my boyfriend who is on an aircraft
 carrier.  The last time, I used uuencode.  This time it says base64.  Can you
 tell my why they are coming to me encoded.  Also, is there an easy way for me
 to decode this message.  The uuencode doesn't work.  Maybe it is just me, I
 am not familiar with this stuff.

He's mailing his messages using MIME - which is typically used for mailing
attachments.  Some mailers (including Netscape 4) send out all their 
mail in MIME encoded form (unless told not to).

To decode the messages, the best bet is to use a mail program that 
understands MIME.  Failing that, you can use mimedecode (from the
mimedecode Debian package) to decode it.

Cheers,

 - Jim



pgpqWarqJ2zfY.pgp
Description: PGP signature


Re: decoding base64

1997-09-16 Thread Jim Pick

Sorry to follow up to my own message - but mimedecode doesn't do what
I though it did.   I was thinking of uudeview from the uudeview package.

Cheers,

 - Jim



pgprEgZoU8oOP.pgp
Description: PGP signature


Re: Printer Advice: HP 870C or Epson Stylus 800

1997-09-16 Thread Andy Spiegl
According to Civ Kevin F. Havener [EMAIL PROTECTED]:
 I'm contemplating buying one of the two subject printers.  Has anyone out 
 there used either of these two printers under Linux?
 
   Easy to use under Linux is the key criteria.
   Color printing is nice to have but most of my important printing  
   needs are black and white.
   Will use ghostscript.
   Epson has optional postscript.  Anyone know what this is?  
   Appears to be software (like ghostscript) that emulates 
   postscript.  Is it OS dependent as I suspect (resides 
   on my computer) or is it actually installed into the printer?
 
 Any clues you can give me are appreciated.

I just recently upgraded from an old NEC pinwriter to the
Epson stylus color 800.  I use magicfilter for printing and
installation was as easy as it could be.  After upgrading
to ghostscript 4.x I could even print in color up to 720dpi.
Ghostscript 5 even supports Epson's 1440dpi, but I'll wait
for the debian package.

I don't know anything about the postscript option, though.

Bye,
 Andy.

 Andy Spiegl, University of Technology, Muenchen, Germany
 E-Mail: [EMAIL PROTECTED] OR: [EMAIL PROTECTED]
 URL:http://www.appl-math.tu-muenchen.de/~spiegl
 PGP fingerprint: B8 48 24 7B DB 96 6F 1C  D9 6D 8E 6C DB C2 E7 E9
o  _ _ _
  - __o   __o  /\_   _ \\o  (_)\__/o  (_)
  --- _`\,__`\,__(_) (_)/_\_| \   _|/' \/
  -- (_)/ (_)  (_)/ (_)  (_)(_)   (_)(_)'  _\o_
 ~~~


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


samba install probs

1997-09-16 Thread Andy Spiegl
Hi!

I just tried to install samba on my Debian 1.2 system.  I found
that first I have to install a few libraries, among them:
 libpam0 and libpam-util

But there is a problem:

Package: libpam-util
Version: 0.56-2
Depends: libpam0 (= 0.56-2), libc5 (= 5.4.0-0), libpwdb0 (= 0.54preD-1)
Architecture: i386

Package: libpam0
Version: 0.56-2
Depends: libpam-util (= 0.56-2)
Architecture: i386

You see, the depend on each other!  Am I overlooking something
obvious or is this a (maybe already corrected) bug?

Thanks in advance,
 Andy.

 Andy Spiegl, University of Technology, Muenchen, Germany
 E-Mail: [EMAIL PROTECTED] OR: [EMAIL PROTECTED]
 URL:http://www.appl-math.tu-muenchen.de/~spiegl
 PGP fingerprint: B8 48 24 7B DB 96 6F 1C  D9 6D 8E 6C DB C2 E7 E9
o  _ _ _
  - __o   __o  /\_   _ \\o  (_)\__/o  (_)
  --- _`\,__`\,__(_) (_)/_\_| \   _|/' \/
  -- (_)/ (_)  (_)/ (_)  (_)(_)   (_)(_)'  _\o_
 ~~~


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


howto enlarge root partition by merging with other?

1997-09-16 Thread Andy Spiegl
Hi!

Well, I did it.  There is only a few MBs on my root partition
(which is also my usr partition).  Now I simply killed my OS-half
partition and converted it to ext2.  So far so good.

What I would like to do now is enlarge / by merging it with
the newly created partition.  Do I have to copy everything
to a backup, run fdisk and then copy it back?  Or is there
an easier method?  (No, I don't just want to mount it)
And is this process really all that easy?  Can I just copy
the backup on the new, now larger, partition, run lilo and
it works again?  I don't feel like spending lots of time
reinstalling debian.

Thanks a lot in advance,
 Andy.

 Andy Spiegl, University of Technology, Muenchen, Germany
 E-Mail: [EMAIL PROTECTED] OR: [EMAIL PROTECTED]
 URL:http://www.appl-math.tu-muenchen.de/~spiegl
 PGP fingerprint: B8 48 24 7B DB 96 6F 1C  D9 6D 8E 6C DB C2 E7 E9
o  _ _ _
  - __o   __o  /\_   _ \\o  (_)\__/o  (_)
  --- _`\,__`\,__(_) (_)/_\_| \   _|/' \/
  -- (_)/ (_)  (_)/ (_)  (_)(_)   (_)(_)'  _\o_
 ~~~


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


Re: Sound Blaster AWE32 and Sound Blaster AWE 64 Gold

1997-09-16 Thread Adam Heath
  
  Hmm ... I have a SB16 and midi works fine without isapnptools,  maybe
  that's the difference.
 
 You probably have a waveblaster extension mounted to i/o 330 using the
 MPU 401 interface.  The SB 32 has a build-in (non MPU 401 compatible)
 Emu8000 waveblaster that need to be initialized to work correctly.
 
 I tried pnp extension for the kernel too and the whole sound card
 stoped working.  Now I have the normal kernel with the awe patches
 installed and use isapnp to initialize all devices on the sound card.
 
 BTW: The normal SB 16 compatible sound works without any special
  initilization, only the midi part needs extra handling to work
  correctly.
 
 Torsten
 
 -- 

What do you use for the isapnp config file?  I tried it, but it could never
initialize the MIDI portions.  I have to boot dos and use loadlin to get it
to work.



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


Re: cdda2wav - cannot that deice sgb

1997-09-16 Thread Dale Scheetz
On Mon, 15 Sep 1997, Michael Legart wrote:

 Hi!
 
 I have a little problem getting cdda2wav to work... when i start 
 the program, i'm just told that it cannot stat device sgb ...
 
If this is a 1.3.1 installation then the generic scsi devices are numeric
rather than alphabetic. That is, the device should be sg1 not sgb. That is
why it cannot stat the device. You can specify this device with the -D
option...in your case:

-D /dev/sg1

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: decoding base64

1997-09-16 Thread Hamish Moffatt
On Mon, Sep 15, 1997 at 06:03:11PM -0700, Jim Pick wrote:
  I keep getting e-mail through Juno from my boyfriend who is on an aircraft
  carrier.  The last time, I used uuencode.  This time it says base64.  Can 
  you
  tell my why they are coming to me encoded.  Also, is there an easy way for 
  me
  to decode this message.  The uuencode doesn't work.  Maybe it is just me, I
  am not familiar with this stuff.
 
 He's mailing his messages using MIME - which is typically used for mailing
 attachments.  Some mailers (including Netscape 4) send out all their 
 mail in MIME encoded form (unless told not to).
 
 To decode the messages, the best bet is to use a mail program that 
 understands MIME.  Failing that, you can use mimedecode (from the
 mimedecode Debian package) to decode it.

munpack should do the trick. I used it earlier today to decode
a file someone sent me as four message/partial parts (argh Microsoft
mailer). cat file1 file2 file3 file4 | munpack worked nicely. The message
contained some text and a file.

Hamish
-- 
Hamish Moffatt, StudIEAust  [EMAIL PROTECTED], [EMAIL PROTECTED]
Student, computer science  computer systems engineering.3rd year, RMIT.
http://hamish.home.ml.org/ (PGP key here) CPOM: [* ] 54%
The opposite of a profound truth may well be another profound truth.  --Bohr


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


Re: decoding base64

1997-09-16 Thread Dale Scheetz
On Mon, 15 Sep 1997 [EMAIL PROTECTED] wrote:

 Hi
 
 I keep getting e-mail through Juno from my boyfriend who is on an aircraft
 carrier.  The last time, I used uuencode.  This time it says base64.  Can you
 tell my why they are coming to me encoded.  Also, is there an easy way for me
 to decode this message.  The uuencode doesn't work.  Maybe it is just me, I
 am not familiar with this stuff.

The Debian package you need is the mpack package found in the mail
section. The programs munpack and mpack, decode and encode base-64 encoded
files. This should do the job for you.

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: Token Ring

1997-09-16 Thread Terry Dawson
Greg Vence wrote:

 I've read the mini-FAQ on token ring and they don't talk about Debian.
 What are the steps to successful tr0 ?

Greg,
Have you checked the NET-3-HOWTO, was it any use?
If not, please let me know why, I'm always keen to improve it.

regards
Terry


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


Re: Best Ethernet Card

1997-09-16 Thread Bob Billson
On Mon, 15 Sep 1997, Fredrik Ax wrote:
 The other card I see mentioned a lot, but never see much as far as
 recommendations, is the Intel EtherExpress 100.  Anyone have any
 thoughts on those?

I'm using an EtherExpress 100 together with Linux. The only problem 
I've had, was finding the driver! It is (was?) not included in the

Be careful.  My brother had what we thought was the 100.  It turned out
(after searching Intel's Web page) that it was an EtherExpress 100 Pro. 
In the email words of author of the EE 100 driver, the EE Pro is different
beast altogether and the driver won't work with it. 

bob
-- 
Bob Billson, KC2WZemail: [EMAIL PROTECTED]
first year beekeeper, 2 colonies [EMAIL PROTECTED]

  (\   MS-DOS, you can't live with it.  You can live without it./)
 {|||8- Linux: Resistance is futile ...  -8|||}
  (/\)


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


Detecting more than 16Meg's on a Compaq ?

1997-09-16 Thread OLH

Hi!

I can't seem to make my Compaq recognize more than the first 16 MB. I have
read the boot prompt-HOWTO, where it says, that
I shall type type 'mem=XX'. Easy, except it boots up before I can type
that.
So, I looked a little on LILO, to try and find something about a startup
delay, or telling LILO about all 128 MB, but can't find anything there
either.

What to do ???
Can anyonepoint me in the right direction

+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
| Ole Bjerregaard Hansen  |
| Phone: (+45) 35 87 50 50, direct: (+45) 35 87 53 23 |
| Fax:   (+45) 35 87 50 52|
| e-mail: [EMAIL PROTECTED]  |
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+



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


Where is routed/gated?

1997-09-16 Thread Fernando Fernandez
Hi!

Am I doing something terribly wrong or there is no routed
nor gated in the current distribution? I can't believe
this so I must be wrong... :-)

Can someone tell me waht package to install to get one 
of them?

TIA,

Fernando
-- 

Fernando Fernandez [EMAIL PROTECTED]
Despodata  http://despodata.pt


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


Re: Incomprehensible CGI error

1997-09-16 Thread Maarten Boekhold
On Mon, 15 Sep 1997, Dave Neuer wrote:

 I am trying to get a CGI script written in Perl running, and I keep
 getting a wierd error that I don't understand:
 
 access to /usr/lib/cgi-bin/testscript.pl failed for *machine name*,
 reason: Premature end of script headers
 
 Anyone know what this means?  Other Perl scripts with similar
 construction seem to be working OK, can't seem to pin this one down.

Apart from the other suggestions, there might just be an error in your 
script that causes output from perl *before* you send the header. Or 
maybe you'r running with 'perl -w' and have a variable that you use only 
once. That causes output too with -w.

Maarten

_
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft,   NL|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


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


Re: Detecting more than 16Meg's on a Compaq ?

1997-09-16 Thread Anders Hammarquist
In article [EMAIL PROTECTED] you write:
I can't seem to make my Compaq recognize more than the first 16 MB. I have
read the boot prompt-HOWTO, where it says, that
I shall type type 'mem=XX'. Easy, except it boots up before I can type
that.

If you want to get at the lilo prompt, you can hit scroll lock when the
bios starts looking for something to boot off. But you probably don't
want to have to do that and type mem=128M every time you boot.

So, I looked a little on LILO, to try and find something about a startup
delay, or telling LILO about all 128 MB, but can't find anything there
either.

In /etc/lilo.conf add a line
append=mem=128M
in the section for your normal linux kernel

/Anders

-- 
 -- Of course I'm crazy, but that doesn't mean I'm wrong.
Anders Hammarquist   |   Mud at Kingdoms| [EMAIL PROTECTED]
NetGuide Scandinavia |   telnet kingdoms.se 1812| Fax: +46 31 50 79 39
http://www.netg.se   |  | Tel: +46 31 50 79 40


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


Re: re-attaching a terminal to a disconnected process

1997-09-16 Thread Thomas Baetzler
Frank Sergeant wrote:
:I'm thinking about a setup like this: our application would
:run on a Linux box at the central office, one instance (process)
:for each user. [...]

:What happens to the remote user's process on the central Linux
:box if the connection between the remote machine and
:the central office's Linux box is broken?  [...]
:I suppose the process would be killed, right?

:Is there a way to tell the process to keep running even if
:its terminal is disconnected, and then later re-attach a
:terminal to it, [...]

Have your users use screen - this gives them many virtual terminals
over a single telnet connection, plus all you've asked above. 
 
Ciao,
-- 
Thomas Baetzler, [EMAIL PROTECTED], [EMAIL PROTECTED]
A HREF=http://www.fh-karlsruhe.de/~bath0011/Visit my Homepage!/A
The cowards never came, and the weaklings died on the way - R.A.H.


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


Re: Where is routed/gated?

1997-09-16 Thread Oliver Elphick
In message [EMAIL PROTECTED], writes:
  Hi!
  
  Am I doing something terribly wrong or there is no routed
  nor gated in the current distribution? I can't believe
  this so I must be wrong... :-)
  
  Can someone tell me waht package to install to get one 
  of them?
  
routed is in the package netstd

I seem to recall reading recent messages saying that gated has some kind
of licensing problem and is not in the distribution.
  
-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1

 Make it idiot-proof, and someone will breed a better idiot.



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


Re: Installation Problem

1997-09-16 Thread Jens Kerle
On Mon, 15 Sep 1997, Chi Yung YUEN wrote:

 I tried to install Debian 1.3.1. I got cannot initialize swap partition
 error and it stopped the installation.  I've already tried 3 rescue disks.
 I don't know what went wrong. Can anybody help?
 I'm using Adaptec AHA-2940 SCSI card, Quantum Viking 4.3G HD.

And you made a swap partition on your disk ?
And you made it of type swap ?

The installation asks you to select swap partition and initilize it, with
full scan if you wish. When does the error occur ? At which step ?


Jens


Jens Kerle  e-mail: [EMAIL PROTECTED]
WWW: http://venus.rz.fh-heilbronn.de/~jkerle/   IRC: nick mars in #hp48
FTP: ftp://ftp.fh-heilbronn.de/pub/system/hp48



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


Debian and they Year 2000 problem

1997-09-16 Thread John Lines
The Year 2000 problem has been discussed extensively, but when anyone asks
about Linux the answer is always 'The kernel is OK up till 2038, other
than that it is an application problem'

It seems to me that the Debian distribution, by breaking up the applications
into a large number of manageable packages, could help to address the year2000
problem for Linux users.

If we knew the year 2000 status of every package then we could see which areas
were OK and which ones needed work.

Something along the lines of a database (flat file type) with package name
and version and Year2000 status, with Year 2000 status being one of

Unknown
No date dependancies
OK
Not OK

I would expect the majority of packages to be in the 'No date dependancies'
or OK catagories without any work required.

The database would only deal with that particular package, leaving the issues
of dependancies on other packages to the normal Debian depandancy machanism.


John Lines



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


Re: Incomprehensible CGI error

1997-09-16 Thread Eloy A. Paris
Maarten Boekhold [EMAIL PROTECTED] wrote:

: Apart from the other suggestions, there might just be an error in your 
: script that causes output from perl *before* you send the header. Or 
: maybe you'r running with 'perl -w' and have a variable that you use only 
: once. That causes output too with -w.

Right but the output from Perl when using the -w switch goes to 
Standard Error, not Standard Ouput, so it can not be affecting what
the browser sees. Output from -w goes to the error.log.

E.-

-- 

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


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


Re: Installation Problem

1997-09-16 Thread Dieter Rohlfing
Chi Yung YUEN wrote:
 
 I tried to install Debian 1.3.1. I got cannot initialize swap partition
 error and it stopped the installation.  I've already tried 3 rescue disks.
 I don't know what went wrong. Can anybody help?
 I'm using Adaptec AHA-2940 SCSI card, Quantum Viking 4.3G HD.

I've had a lot of trouble with the debian rescue disk and the 2940. It
seems, that the 2940 is confused by the autoprobe procedure of the
debian kernel on the rescue disk (RedHat, Caldera, Suse and Slackware
haven't any problems with this card). The 'cannot initialize ...' error
message may be a follow up error.

I solved my problems by compiling a specific kernel (with another
distribution), copied it to the rescue disk und proceeded sucessfully.

Have a nice day and good luck.

Dieter



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


Re: Debian Adaptec AHA 2840VL/2842VL

1997-09-16 Thread Dieter Rohlfing
Otavio Exel wrote:
 
 I'm trying to install Debian 1.3.1 with an Adaptec AHA 2840VL/2842VL
 SCSI card; while the RESC1440 disk is beeing loaded I get a lot of error
 messages; some of them are:
 - encountered spurious interrupt
 - failed to initialize module ?
 - In swapper task - not syncing
 ..and it hangs!

I've had a lot of trouble with the debian rescue disk and the 2940 and
the 2842. It seems, that both are confused by the autoprobe procedure of
the debian kernel on the rescue disk (RedHat, Caldera, Suse and
Slackware haven't any problems with these cards).

 I booted with my RedHat 4.12 boot floppy and it looks like RedHat would
 have no problem with this SCSI card; is this kind of hardware support
 distribuition-specific?

Yes, it looks like that!

I solved my problems by compiling a specific kernel (with another
distribution), copied it to the rescue disk und proceeded sucessfully.
Both cards use the same driver (aic7xxx).

Have a nice day and good luck.

Dieter



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


Re: howto enlarge root partition by merging with other?

1997-09-16 Thread Dieter Rohlfing
Andy Spiegl wrote:
 What I would like to do now is enlarge / by merging it with
 the newly created partition.  Do I have to copy everything
 to a backup, run fdisk and then copy it back?  Or is there
 an easier method?  (No, I don't just want to mount it)
 And is this process really all that easy?  Can I just copy
 the backup on the new, now larger, partition, run lilo and
 it works again?  I don't feel like spending lots of time
 reinstalling debian.

Yes, you can do it that way. It works, I did it many times. Most
important part: RUN LILO, otherwise you won't be able to boot from that
partition.

There is another - more elegant - way: since kernel 2.0.x you can
combine two or more partitions to one big partition. I've stumbled over
this feature while compiling a new kernel and selecting some compile
options. Read the help of the appropriate kernel options and follow the
links. Sorry, I can't be more specific, because my linux box is at home
and I'm writing this from my office win95 computer (shuer!!!). I
haven't tried it by myself, so that's everything I can do for you.

Have a nice day and good luck.

Dieter


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


Re: Best Ethernet Card

1997-09-16 Thread Peter S Galbraith

Raymond A. Ingles wrote:

  How does one determine from minimal catalog info what cards are 
 Tulip-based? I've been trying to figure that out for a while...

Jeff Noxon wrote:
 
 They use the DEC 2104x (10 Mb/s) or 2114x (100 Mb/s) chips.  Just look
 at the card or the specs on the box.  DEC, Linksys, Kingston, Cogent,
 Zynx, SMC, and many others sell cards using these chips.

Also, the following URL lists cards reported to use the DEC 21040 chip

 http://cesdis.gsfc.nasa.gov/linux/drivers/tulip.html#other

Other (newer?) cards may also use it, and manufacturers are always free
to switch chipsets, so it's best to ask and make sure.
--
Peter Galbraith, research scientist [EMAIL PROTECTED]
Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546


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


Re: Debian Adaptec AHA 2840VL/2842VL

1997-09-16 Thread Peter S Galbraith

Otavio Exel wrote:

 I'm trying to install Debian 1.3.1 with an Adaptec AHA 2840VL/2842VL
 SCSI card; while the RESC1440 disk is beeing loaded I get a lot of error
 messages; some of them are:
 - encountered spurious interrupt
 - failed to initialize module ?
 - In swapper task - not syncing
 ..and it hangs!

Dieter Rohlfing wrote:
 
 I've had a lot of trouble with the debian rescue disk and the 2940 and
 the 2842. It seems, that both are confused by the autoprobe procedure of
 the debian kernel on the rescue disk (RedHat, Caldera, Suse and
 Slackware haven't any problems with these cards).
 
 I solved my problems by compiling a specific kernel (with another
 distribution), copied it to the rescue disk und proceeded sucessfully.

This comes up *really* often, and Debian should provide a few custom
kernels for problem cases such as the Adaptec aic driver.

My custom rescue disk kernel for the Adaptec 2940/2840 is at  

  ftp://ftp.phys.ocean.dal.ca/users/rhogee/Debian/
--
Peter Galbraith, research scientist [EMAIL PROTECTED]
Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546


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


Upgrade from an older Debian system ??

1997-09-16 Thread Marc Fleureck
Hi,

Thanks to everyone willing to reply to (sometimes annoying ?) 
questions ! I am not a newbee to Linux, but somewhere in between I
guess ...

My system is Debian 1.2 with kernel 2.0.27 and a pcmcia
3c562/563 33.6 LAN/modem card (Olivetti echos p100d).

Heaving read the Web page about upgrading to Debian 1.3 from an older
version I followed the dpkg-instructions there without any errors.

I had just installed pcmcia-cs 2.9.5-3. Before there was no pcmcia
package installed. Now  I have trouble starting the PCMCIA Card
Services (it says: Card Services release does not match). The
/sbin/cardmgr dates April 29 and /lib/modules/2.0.27/pcmcia dates Dec
7 1996. Incompatible ?

So I cannot access the network for the moment. 
Upgrading to Debian 1.3 and a new kernel maybe could resolve these
incompatibilities.

The only problem is that I do not know how to proceed despite the
advice given, that (using) dselect should do the rest of the upgrade
to Debian 1.3.

Up till now I have successfully upgraded the base-files package. For
this to succeed I had to copy the package to disk together with the
Packages-file of the distribution site. Now dselect shows a
installed and available status (I have done an update in dselect).
My old version of Debian came from a cdrom.

What should I do now ? Which packages should I install and which not?
If I use the Packages-file from the distribution site, then I must
upgrade all my packages ? Ot could I have a mix of them ? 

Without having an internet connection it is practically impossible to
copy all those packages one by one -- floppy -- disk.

Regards,
Marc
e-mail:[EMAIL PROTECTED]
Ministry of Agriculture, Belgium (land of chips (patates frites +
electronic ones) chocolate, beer ... )


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


Re: Configuring Qpopper

1997-09-16 Thread Bruno O. M. Simoes
Hmmm;
I already compiled qpopper, following the HOWTO, and it worked *almost*
perfectly. The problem is qpopper did not recognize shadow passwd. A user
that has a X in passwd password, simply doesn't have pop access. Did you
have the same? What's for qpopperauth?
Thank's a lot
Bruno

At 11:19 PM 9/15/97 +1000, David wrote:
Yes. I did this the other day in the process of installing qmail.
I recompiled qpopper and qpopperauth. Have a look at www.qmail.org, the
instructions are in the faq I think.

david..

Binary Bar - Australia's first free access internet bar/cafe/gallery.
243 Brunswick Street, Fitzroy, Melbourne, Australia. 12:00pm - 11:00pm
http://www.binary.net.au

On Mon, 15 Sep 1997, Bruno O. M. Simoes wrote:

 Hi all,
 Does somebody know how to configure qpopper to get a mail in ~user/mail
 intead /var/spool/mail/user ?
 Thank you
 Bruno
 
 
 --
 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: Detecting more than 16Meg's on a Compaq ?

1997-09-16 Thread Shaleh
Not meaning to try the obvious ;-), but does the machine itself register
all xxx megs of memory.  I have seen Compaqs, Packards, etc. that need a
jumper to go past xx amount of memory.  Perhaps this is the problem.  If
not, everyone else can just store this little snipet of info.


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


Re: Upgrade from an older Debian system ??

1997-09-16 Thread jdassen
On Sep 16, Marc Fleureck wrote
 My system is Debian 1.2 with kernel 2.0.27 and a pcmcia
 3c562/563 33.6 LAN/modem card (Olivetti echos p100d).
[...]
 I had just installed pcmcia-cs 2.9.5-3. Before there was no pcmcia package
 installed. Now  I have trouble starting the PCMCIA Card Services (it says:
 Card Services release does not match). The /sbin/cardmgr dates April 29
 and /lib/modules/2.0.27/pcmcia dates Dec 7 1996. Incompatible ?

Probably. The pcmcia-cs (card services software) needs to be compatible with
the pcmcia-modules package (which itself is built for a specific kernel
version).

You can upgrade your kernel to 2.0.29 or 30 and use the pcmcia-modules for
that kernel, or you can build your own pcmcia-modules packages from the
sources in pcmcia-source.

 The only problem is that I do not know how to proceed despite the advice
 given, that (using) dselect should do the rest of the upgrade to Debian
 1.3.

dselect has various access methods to get to the packages, such as a CD
and an FTP one. 

 What should I do now ? Which packages should I install and which not?
 If I use the Packages-file from the distribution site, then I must
 upgrade all my packages ? Ot could I have a mix of them ? 

You can mix them, up to a certain extent; Debian's dependency mechanism will
prevent most (ideally: all) bad mixes.

 Without having an internet connection it is practically impossible to copy
 all those packages one by one -- floppy -- disk.

If you have a good (cheap  fast) network connection, it is probably best to
get your network up (see above), and then upgrade fully to 1.3.1 using the
FTP access method.

HTH,
Ray
-- 
UNFAIR  Term applied to advantages enjoyed by other people which we tried 
to cheat them out of and didn't manage. See also DISHONESTY, SNEAKY, 
UNDERHAND and JUST LUCKY I GUESS. 
- The Hipcrime Vocab by Chad C. Mulligan  


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


Re: Token Ring

1997-09-16 Thread Matthew Tebbens

I got it to work with IBM's internal tokenring network.
Whats the problem ? 
What have you tried so far ?

Matthew



On Mon, 15 Sep 1997, Greg Vence wrote:

 Hello,
 
 I've read the mini-FAQ on token ring and they don't talk about Debian. 
 What are the steps to successful tr0 ?
 
 Thanx -- Greg.
 
 
 --
 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: [DEBIAN] Standardization?

1997-09-16 Thread Kai Grossjohann
 On Sat, 9 Aug 1997, George Bonser said:

  George One of the points raised was that even though there is a
  George filesystem standard, there is still too much leeway in that
  George some things like system initialization files and how they
  George are arrainged can differ widely from one distribution to the
  George next.  It was noted that debian does its /etc/rc.*
  George completely different than RedHat does as an example.

AFAIK RedHat uses linuxconfig or somesuch package which takes over the
booting process (ie the /etc/rc* files).  But linuxconfig can be told
not to do that.

So we can attack this problem right there -- convince the linuxconfig
people not to use their own /etc/rc* scheme, and all will be fine.
For this problem.

Have I been talking foolish things?

kai
-- 
I like both kinds of music.


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


Re: xfishtank

1997-09-16 Thread Rick Hawkins

rob writes,
 Rick Hawkins writes:

   Has anyone else had a problem with this?  It utterly hangs X, beyond 
   restarting X.  I can still telnet in, but halting the xdm daemon  
 restarting 
   isn't enough to recover the keyboard.  For that matter, it requires an 
 actual 
   power down (but there are some strange hardware problems on this beast).

   rick


 I'm having a similar problem, but I think it's being caused by
 Netscape Communicator 4.02b7.  I'm running X 3.3.  I'm going to put a
 reboot/shutdown command on the menu, because that seems to stay
 alive.  Maybe the Tcl/Tk script that wrapped shutdown would be another
 alternative.

I've never had netscape installed; there's something beyond this.  But if you 
can still use either mouse or keys, you're a step ahead of me :)





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


Re: switching from ide to scsi

1997-09-16 Thread Nicola Bernardelli
On Tue, 9 Sep 1997 [EMAIL PROTECTED] wrote:

 Hi all,
 I decided to go the right way with one of my server and use scsi disk instead
 of ide. That machine has already got a scsi controller (aha2940) that drives
 a dat tape, so I only need to buy a scsi disk.
 That machine is using debian 1.1 on ide and will probably use 1.2 on scsi.
 What would be the best way to move data (and all) from the old ide disk to the
 new scsi one?
 Since that machine is a main server and need maximum uptime, downtime has to
 be as low as possible. These are my questions:
 - installing debian on scsi before moving data is not a problem, if I can plug
   in the scsi disk, install debian on it, move data and then unplug ide, but
   I don't know if this is doable (I read about having problems with ide+scsi
   disks in the same machine). Can I test the new installation without removing
   the old ide disk (just in case ..)?

Hi Marco, I had missed this message before, sorry. You are much more an
expert sysadmin than I am, anyway here I am: I have _no_problems_ here on
a P90 with: 

o   a small IDE disk taken away from an old 286 and connected to one of
two (ISA + PCI) on-board IDE controllers (what a waste on this Intel
Premiere motherboard), the PCI one (but with the ISA one it works the
same) 
  +
o   SCSI disk connected to an Adaptec 2940. 

The only thing is that the bios does not allow me to say SCSI
_before_ IDE, so LILO has to stay on the IDE disk.


 - I know I could back up all the ide disk (maybe with tar? to cope with device
   files?) and then untar, but I know I should at least be careful with:
   - changing mounts (hda? to sda?)
   - rerunning lilo on scsi after changing lilo.conf
   - anything else?

Yes, you have to change some characters in /etc/fstab on the destination
root, possibly not only hda to sda but also some number may change of
partitions you use to mount and you have moved to the SCSI disk. 

BTW, I usually avoid to spread links to mount points with name reflecting
the actual location of the device, and in case I really want things such
as /mnt/ide1/ or /mnt/ext2_2/ then I put symbolic links in /mnt/ with a
more generical name to use in links, e.g.: 

nick:~# ls -la /mnt
total 8
drwxr-x---   8 root users1024 Jun 15 20:04 ./
drwxr-xr-x  18 root root 1024 Aug 15 20:34 ../
drwxr-xr-x   4 root root 1024 Jun 15 18:55 ext2_2/
drwx--   2 root root 1024 Apr 11 20:04 fat1/
drwx--   2 root root 1024 Apr 11 20:04 fat2/
drwx--   2 root floppy   1024 Apr 11 20:04 floppy/
drwx--   2 root root 1024 Apr 11 20:04 hpfs1/
drwxr-xr-x   4 root root 1024 Jun 15 20:05 ide1/
lrwxrwxrwx   1 root root6 Jun 15 19:31 linuxAux1 - ext2_2/
lrwxrwxrwx   1 root root4 Jun 15 20:04 linuxAux2 - ide1/
nick:~#

A few months ago I used to keep 2-3 Linux distributions working, and
moving from one to a more recent version I used to put such symbolic links
with names such as /mnt/linuxOld and - the other way - /mnt/linuxNew; then
after deciding I could definitely drop the older installation I just
checked that anything previously shared - home dirs with mail, development
stuff, ... - had been moved, e.g.: 
 find / -lname *linuxOld* -exec ls -l -d {} \;

 
 Any advice is welcome.
 -- 
 |||| |||  Marco Frattola Microsoft is not the 
 answer
 ||`..'|| |||...   Piacenza, ItalyMicrosoft is the question
 |||  ||| |||''[EMAIL PROTECTED]No is the answer
 |||  ||| |||  www.enjoy.it/users/~mk/index.html  Live Linux, live free!
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 

 Ciao Marco. 

 Nicola Bernardelli [EMAIL PROTECTED]
---
 Please use [EMAIL PROTECTED] for messages from any kind of
robot, such as mailing lists. From that address no autoresponse
messages will return even when I'm not at home.
---






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


kerberos debian

1997-09-16 Thread Rick Hawkins

has anyone converted the mit kerberos packages to debian?  I've taken a couple 
of not-so successful stabs (actually, for afs, but they're interwtined).

Alien reports a gaggle of unusual executable locations while executing.

Also, i'm worried about the lack of debian dependency information; as i 
understand it, there are some executables that need to be replaced with the 
mit versions.

I had some success with installing the afs module, though I didn't get as far 
as getting it to launch itself on boot.  But what i really need is kerberos, 
as i apparently can't access pop-3, or, more importantly, use rsh without it.

rick



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


Re: kerberos debian

1997-09-16 Thread Jean Pierre LeJacq
On Tue, 16 Sep 1997, Rick Hawkins wrote:

 
 has anyone converted the mit kerberos packages to debian?  I've taken a 
 couple 
 of not-so successful stabs (actually, for afs, but they're interwtined).

Tom Lees [EMAIL PROTECTED] is continuing the packaging started by
another maintainer.  I may be assisting in the effort.

-- 
Jean Pierre



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


downgrading ldso 1.9.2-3 to 1.8.10-2

1997-09-16 Thread Alexander LIST
Hi,

I accidentally installed ldso 1.9.2-3 when trying to test some unstable
packages. The rest of the system is still a bo. How dangerous is it to
downgrade ldso?

Thanks for any hints...


-- 
Maenner der Wissenschaft!
 Man sagt ihr viele nach, aber die meisten mit Unrecht. - Karl Kraus

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


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


Re: Where is routed/gated?

1997-09-16 Thread Kevin Buhr
Fernando Fernandez [EMAIL PROTECTED] writes:
 
 Am I doing something terribly wrong or there is no routed
 nor gated in the current distribution? I can't believe
 this so I must be wrong... :-)

There's a /usr/sbin/routed in netstd, version 2.13-1 (stable/bo).
I don't think anyone's packaged gated yet.

Kevin [EMAIL PROTECTED]


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


depmod/modprobe error

1997-09-16 Thread Steve Hsieh

Anyone know how to solve this one?

raindrop:/etc# depmod -a
modprobe: error reading ELF header: No such file or directory

I'm not sure if this is related to the fact that I built my own custom
kernel (using make-kpkg).




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


Re: Xemacs and cperl-mode

1997-09-16 Thread Carl Johnson
(Let's see if Debian-user will accept it this time.)
[EMAIL PROTECTED] (Karl M. Hegbloom) writes:

  Carl == Carl Johnson [EMAIL PROTECTED] writes:
 
 Carl I have recently been trying to edit some perl scripts using
 Carl xemacs, so I tried using the cperl-mode instead of
 Carl perl-mode.
 
  Try (require 'cperl-mode) and see if that brings it in.

That didn't work, so further investigation showed it was much more
basic.  My .emacs file wasn't being executed at all because of an
error earlier in it.  I had assumed that xemacs would warn me of
errors.  Silly me, I thought that was why it has a 'Warnings' buffer.

Thanks for your help.
-- 
Carl Johnson[EMAIL PROTECTED]


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


/tmp changing its permission

1997-09-16 Thread Torsten Hilbrich
I sometimes have the problem that the permissions of /tmp has changed
(while booting?).  From the normal rwxrwxrwt they change to rwxr-xr-x.
Does anyone has an idea what is causing this?

/tmp has an own partition and is mounted while booting using mount -a
if this is important.

Thanks for your reply,

Torsten

-- 
What a depressingly stupid machine
  The Restaurant at the End of the Universe
PGP Public Key is available


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


Re: root access via telnet?

1997-09-16 Thread Torsten Hilbrich
Michael Legart [EMAIL PROTECTED] writes:

 Hi!
 
 Is it possible to allow root access via telnet?
 It is supposed to be used for remote administration. The server is 
 *not* connected to the Internet and contains no sensitive/important 
 data, so security would not be a problem. The server is (right now) 
 only for playing with... :-)

Take a look at the file /etc/securetty and add the pseudo tty's
(ttyp*) to the list of secure terminals.

Check that you /etc/login.def has the following option

CONSOLE /etc/securetty

It is also possible to give the allowed tty's in this line.

Torsten


-- 
What a depressingly stupid machine
  The Restaurant at the End of the Universe
PGP Public Key is available


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


Re: /tmp changing its permission

1997-09-16 Thread Brandon Mitchell
On 16 Sep 1997, Torsten Hilbrich wrote:

 I sometimes have the problem that the permissions of /tmp has changed
 (while booting?).  From the normal rwxrwxrwt they change to rwxr-xr-x.
 Does anyone has an idea what is causing this?
 
 /tmp has an own partition and is mounted while booting using mount -a
 if this is important.

When mounting a partition, the permissions are changed to the root of the
mounted filesystem.  e.g. when I mount an e2fs zip disk, the permissions
are on the disk, not the mount point.  Some buggy debian packages used to
cause this problem, but I haven't seen that in a while.

Good luck,
Brandon

-
Brandon Mitchell E-mail: [EMAIL PROTECTED]
  PGP: finger -l [EMAIL PROTECTED] 
We all know Linux is great...it does infinite loops in 5 seconds.
--Linus Torvalds


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


Re: cdda2wav - cannot that deice sgb

1997-09-16 Thread Dave Cinege
On Mon, 15 Sep 1997 20:08:38 +, Michael Legart wrote:

Hi!

I have a little problem getting cdda2wav to work... when i start 
the program, i'm just told that it cannot stat device sgb ...

Because it can't.  : 

Are you using it with ide or scsi cdrom?
-
http://www.psychosis.com/emc/   Elite MicroComputers   908-541-4214
http://www.psychosis.com/linux-router/  Linux Router Project


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


Re: downgrading ldso 1.9.2-3 to 1.8.10-2

1997-09-16 Thread Philippe Troin

On Tue, 16 Sep 1997 19:30:24 +0200 Alexander LIST ([EMAIL PROTECTED]
raz.ac.at) wrote:

 I accidentally installed ldso 1.9.2-3 when trying to test some unstable
 packages. The rest of the system is still a bo. How dangerous is it to
 downgrade ldso?

Perillous.
Just don't do it, it will break your system.
You can live with stable+ldso 1.9.

Phil.



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


Re: cdda2wav - cannot that deice sgb

1997-09-16 Thread Michael Legart
Hi!

 Because it can't.  : 

hahahahhah
 
 Are you using it with ide or scsi cdrom?

ide ... I now have tryed -D /dev/hdd and that works ... well 
allmost! I get some errors when it running, but maybe thats because I 
have a 486 dx2-80. My cdrom is a e-ide 12X

Regards,

[EMAIL PROTECTED]

NEW icq uin - 2565176
--


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


xdm, xinit and startx problem

1997-09-16 Thread Waller Martin MEJ

Hi,

 With regards to your xman problem, have you checked the permissions of 
/dev/null?

 I had exactly the same problem and messages from xman with an 
installation of Slackware - it was because /dev/null only had root 
permissions.  I had to chmod it so that everybody could use /dev/null. This 
solved the xman problem.

 Perhaps this is your problem with Xman, but perhaps not.  Just an idea.

  Martin


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


permission on dos filesystem

1997-09-16 Thread G. Kapetanios
Hi,

I have been using my dos partition as a store for data files I don't use
very often. Creating the files as a normal user, these files and the
directories belonged to my username. Today I just found out that the
ownerships had changed to root. I tried changing them back as root 
using chown and chgrp only to find out i could not do that.
It kept saying Permission denied. When i tried changing the group from
root to adm it said that I as root was not member of the group.
What is going on ???
Any help would be appreciated.
TIA
   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] .


xscreensaver

1997-09-16 Thread TJM
Hi.  Trying to run xscreensaver and I get the following messages:

Xlib:  connection to 0:0 refused by server
Xlib:  Client is not authorized to connect to Server
Error:  Can't open display :0.0

Running fvwm95...43a and x 3.3-3, kernel 2.0.27, xscreensaver 1.27.1.

thanks,

tjm
[EMAIL PROTECTED]


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


Re: cdda2wav - cannot that deice sgb

1997-09-16 Thread Dave Cinege
On Tue, 16 Sep 1997 21:50:21 +, Michael Legart wrote:

Hi!

 Because it can't.  : 

hahahahhah
 
 Are you using it with ide or scsi cdrom?

ide ... I now have tryed -D /dev/hdd and that works ... well 
allmost! I get some errors when it running, but maybe thats because I 
have a 486 dx2-80. My cdrom is a e-ide 12X

I just started playing with it Sunday night
I duped some audio CDs for myself. In terms of yanking audio it seems it's 
more sensitive then data. (and I don't mean using just cdda2wav)
Typically the CD's are beaten up more...their is actually a huge data loss when 
you play beaten up audio CD's but most of the time you don't even hear it.

Some tracks I had several retries, some just failed. With another program it 
took me about 20 tries to yank a track from a CD that would play absolutly 
fine. 
 
-
http://www.psychosis.com/emc/   Elite MicroComputers   908-541-4214
http://www.psychosis.com/linux-router/  Linux Router Project


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


Re: permission on dos filesystem

1997-09-16 Thread Remco van de Meent
On Tue, 16 Sep 1997, G. Kapetanios wrote:

 : I have been using my dos partition as a store for data files I don't use
 : very often. Creating the files as a normal user, these files and the
 : directories belonged to my username. Today I just found out that the
 : ownerships had changed to root. I tried changing them back as root 
 : using chown and chgrp only to find out i could not do that.
 : It kept saying Permission denied. When i tried changing the group from
 : root to adm it said that I as root was not member of the group.
 : What is going on ???
 : Any help would be appreciated.

The FAT filesystem doesn't offer support for things like owner and
groupnames.

Thus, after every remount, these information has been reset.

The only way to make the files NOT owned by root is by giving the correct
options to mount/fstab.

The manual page will help you (umask, uid, gid).

bye,


Remco

-- 
// Remco van de Meent   
//   email: [EMAIL PROTECTED]
//   www: http://oloon.student.utwente.nl
//Never make any mistaeks. 


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


Re: locales

1997-09-16 Thread Dale Martin
Ralph Winslow [EMAIL PROTECTED] writes:

 Trying to make lftp work, I'd downloaded the version in hamm. This
 called for a new lic5 which caused the removal on damn near everything.
 Included in that was the locales package.  I've restored almost 
 everything, with the exception of the locales package which depends on
 libc5 being removed.  I've tried to dpkg --force it down and a variety
 of other things, but nothing seems to work and every time I use perl
 (which is often) it shows irritating messages about the 'missing'
 locales package.  Can anyone recommend how to proceed?

Since no one else has responded to this, I figure I'll tell you my
solution, which is brain dead to say the least.  When I run perl, it
says:
perl: warning: Setting locale failed for the categories:
LC_CTYPE LC_COLLATE 
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LC_CTYPE = (unset),
LC_COLLATE = (unset),
LANG = us
are supported and installed on your system.
perl: warning: Falling back to the C locale.

Since everything is unset except for LANG, I tried unsetting LANG
too. (In tcsh it's unsetenv LANG.)  That seems to make it stop
complaining.

Hopefully someone with a real suggestion will answer too.

Later,
Dale

-- 
+  finger for pgp public key  -+
| Dale E. Martin | University of Cincinnati Savant Research Laboratory |
| [EMAIL PROTECTED]| http://www.ececs.uc.edu/~dmartin   |
+--+


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


Re: permission on dos filesystem

1997-09-16 Thread Dale Scheetz
On Tue, 16 Sep 1997, G. Kapetanios wrote:

 Hi,
 
 I have been using my dos partition as a store for data files I don't use
 very often. Creating the files as a normal user, these files and the
 directories belonged to my username. Today I just found out that the
 ownerships had changed to root. I tried changing them back as root 
 using chown and chgrp only to find out i could not do that.
 It kept saying Permission denied. When i tried changing the group from
 root to adm it said that I as root was not member of the group.
 What is going on ???
 Any help would be appreciated.
 
The MSDOS file system has no place to put the owner/group identification
information. As a result, all files are owned/grouped by root/root.

Hope this helps,

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: [DEBIAN] Standardization?

1997-09-16 Thread Manoj Srivastava
Hi,
[linuxconfig stuff snipped]
Kai == Kai Grossjohann [EMAIL PROTECTED] writes:

Kai So we can attack this problem right there -- convince the
Kai linuxconfig people not to use their own /etc/rc* scheme, and all
Kai will be fine. For this problem.

Kai Have I been talking foolish things?

Well, no, not really, but I have an archive of over a 150
 messages from debian-devel and debian-admintool where we dissected
 the admin tool idea, including linuxconfig, and seem to have reached
 a quiesent stage at the moment. 

I shudder at the thought of rehashing that over again. (Please
 look at the list archives)

manoj

-- 
 For people who like that kind of book, that is the kind of book they
 will like. --anonymous
Manoj Srivastava   url:mailto:[EMAIL PROTECTED]
Mobile, Alabama USAurl:http://www.datasync.com/%7Esrivasta/


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


Help, delivery errors connected to debian-user?

1997-09-16 Thread Nicola Bernardelli
 I'm sorry to get bandwith with a pretty big attachment, but this
thing really deserves the gurus' attention. 
 These days I get quite a lot of delivery errors about messages
usually reaching their goal: I see them regularly come back, resent from
the mailing list server. I was thinking of Joey Hess address but it is
absolutely _OK_, it seems instead that it is something in the path to the
debian-user server (so I will get errors for this message too), I even got
back an e-mail message which was sent to the list NOT by me (Subject: Re:
Debian and win95)! I put (hopefully all) that stuff in a mail folder,
gzipped and attached it to this message, all is there but the last
message, arrived this evening, which finally made me decide not to wait
and ask for help as I see that I'm not the only one getting garbage; that
message is forwarded here immediately readable as flat text. 

Ah, Joey, when I wrote

   The domain kolluk.schaminee was not resolved, so I retry @schaminee.nl
   maybe with better luck.  

I was optimistically wrong, afterwards I got errors about that domain
too... but I wonder: where was that rubbish coming from then...?!? :-) Not
_really_ the guys at Taiwan edu I think :-) !


 Nicola Bernardelli [EMAIL PROTECTED]
---
 Please use [EMAIL PROTECTED] for messages from any kind of
robot, such as mailing lists. From that address no autoresponse
messages will return even when I'm not at home.
---


-- Forwarded message --
Date: Tue, 16 Sep 1997 18:41:12 +0800
From: anny [EMAIL PROTECTED]
To: Nicola Bernardelli [EMAIL PROTECTED]
Subject: Re: Debian + PC with multi RS... port - n x (text dumb t


HELLO,

Somebody use this system to illegal damage my e-mail by large quantity
 transmit letter, 
 
 Please stop that immediately.

It must be somebody in Taiwan edu. doing this illegaly crime every day, to
my e-mail.

But is all under your computer's name. I will sent you some sample.

Thank you for your reply


  anny
-
   [EMAIL PROTECTED]

--
 ±H¥óªÌ: Nicola Bernardelli [EMAIL PROTECTED]
 ¦¬¥óªÌ: A. Paul Heely Jr. [EMAIL PROTECTED]
 °Æ¥»§Û°e: [EMAIL PROTECTED]; [EMAIL PROTECTED]; debian-user@lists.debian.org
 ¥D¦®: Re: Debian + PC with multi RS... port - n x (text dumb t
 ¤é´Á: 1997¦~9¤ë15¤é PM 11:56
 
 On Sun, 14 Sep 1997, A. Paul Heely Jr. wrote:
 
 What ports are these devices connected to?
  
  These all connect through device, I don't know exactly what it is, 
  that is itself connected to a serial port.
 
 One device only... the Wyse's have _two_ serial ports, but maybe to just
 switch from one host to another, don't know whether or not the second
port
 can just be used as auxiliary input... but why not keybord emulation as
 done by most barcode scanners I saw? Do credit card scanners have more
 complex or interactive tasks...? 
 
 (To Joey: your address always gives me back delivery errors! The list is
 the only way to reach you and tell you, give me a sane address to send
the
 error files to if you want.) 
 
 
  Nicola Bernardelli [EMAIL PROTECTED]

---
  Please use [EMAIL PROTECTED] for messages from any kind of
 robot, such as mailing lists. From that address no autoresponse
 messages will return even when I'm not at home.

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



My answer to her:

On Tue, 16 Sep 1997, Nicola Bernardelli wrote:

  Hello, I think there is some mail server in bad conditions out there,
 I'm getting lots of delivery errors but my messages arrive where I send
 them, most of the error messages came from a domain which root I tried to
 contact with no success!!! I'm definitely going to send that stuff to the
 gurus on the debian-user mailing list and ask for help. 
 
  It must be somebody in Taiwan edu. doing this illegaly crime every day, to
  my e-mail.
 
 M... if you are right I don't really know what those gurus can do... 
 I hope it is NOT tricks from Taiwan edu! 
 
  Cheers.


deliveryErrs.gz
Description: Here's a mail folder with the whole story.


/etc/X11/XF86Config for Trident tgui9440

1997-09-16 Thread Ralph Winslow
Would someone who's using the above card at 800x600 (or better) please
forward a copy of their configuration file to me?  I'd appreciate it
deeply.  TIA
-- 
-
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] .


SMP CMP Usage?

1997-09-16 Thread Brian White
Is there any way I can tell how each CPU on a multi-processor system is
being used?

  Brian
 ( [EMAIL PROTECTED] )

---
 Generated by Signify v1.02.  For this and more, visit http://www.verisim.com/


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


Re: /etc/X11/XF86Config for Trident tgui9440

1997-09-16 Thread John Maheu
On Tue, 16 Sep 1997, Ralph Winslow wrote:

 Would someone who's using the above card at 800x600 (or better) please
 forward a copy of their configuration file to me?  I'd appreciate it
 deeply.  TIA
 -- 
 -
 Ralph Winslow   [EMAIL PROTECTED]
 The IQ of the group is that of the member
 whose IQ is lowest  divided by the number
 of members.
 

Below is my XF86Config file I used when I had the tgui9440agi card.
Hope it helps

John




# File generated by xf86config.

#
# Copyright (c) 1994 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

FontPath/usr/X11R6/lib/X11/fonts/misc/
#FontPath   /usr/X11R6/lib/X11/fonts/Type1/
#FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/
#FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

EndSection

# **
# Server flags section.
# **

Section ServerFlags

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#NoTrapSignals

# Uncomment this to disable the CrtlAltBS server abort sequence
# This allows clients to receive this key event.

#DontZap

# Uncomment this to disable the CrtlAltKP_+/KP_- mode switching
# sequences.  This allows clients to receive these key events.

#DontZoom

EndSection

# **
# Input devices
# **

# **
# Keyboard section
# **

Section Keyboard

ProtocolStandard

# when using XQUEUE, comment out the above line, and uncomment the
# following line

#Protocol   Xqueue

AutoRepeat  500 5
# Let the server do the NumLock processing.  This should only be required
# when using pre-R6 clients
#ServerNumLock

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1))
#Xleds  1 2 3

# To set the LeftAlt to Meta, RightAlt key to ModeShift, 
# RightCtl key to Compose, and ScrollLock key to ModeLock:

#LeftAlt Meta
#RightAltModeShift
#RightCtlCompose
#ScrollLock  ModeLock

EndSection


# **
# Pointer section
# 

06032921167-0001@T-Online.De

1997-09-16 Thread Eloy A. Paris
Hi,

I am getting bounced back messages every time I post to debian-user.
The bounced message says that [EMAIL PROTECTED] is an
unknow user.

Is it just me or everybody is having this problem?

Thanks,

E.-

-- 

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


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


Re: depmod/modprobe error

1997-09-16 Thread Manoj Srivastava
Hi,
Steve == Steve Hsieh [EMAIL PROTECTED] writes:

Steve raindrop:/etc# depmod -a modprobe: error reading ELF header: No
Steve such file or directory

Steve I'm not sure if this is related to the fact that I built my own
Steve custom kernel (using make-kpkg).

This is a problem with the newly changed behavior of depmod
 and friends, who suddenly stopped liking non .o files in
 /lib/modules/version.

Newer versions of kernel package handle that right. For now,
 try: 
% find /lib/modules/2.0.30/ -type f -exec file {} \; | grep -v 'ELF 32-bit'
/lib/modules/2.0.30/modules.dep: ASCII text

Anything other than modules.dep showing up is something that
 depmod can no longer tolerate. Remove those files, get a new
 kernel-package, and things should be fine.

manoj
-- 
 What can a pigeon do that a west Texas oil man can't do anymore? A
 pigeon can still make a deposit on a new Mercedes.
Manoj Srivastava   url:mailto:[EMAIL PROTECTED]
Mobile, Alabama USAurl:http://www.datasync.com/%7Esrivasta/


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