Re: How did you got these lines ?

1998-03-15 Thread shaul
  INIT: Entering runlevel: 2
 
 How did you produced these lines ? Are they are written in one of the log
 files ?

I couldn't get the INIT line in the log. If I remember correctly, you also 
have the lines that comes after the INIT line. I couldn't get them either.
It seems to me that the last line of the boot process that my log records is

tty ...

and that it is skipping the INIT line and the lines after them.
Here is what I did: 

$ dmesg
[ Skip some lines]
tty02 at 0x03e8 (irq = 4) is a 16550A
CSLIP: code copyright 1989 Regents of the University of California
PPP: version 2.2.0 (dynamic channel allocation)
PPP Dynamic channel allocation code copyright 1995 Caldera, Inc.
PPP line discipline registered.
registered device ppp0
PPP: ppp line discipline successfully unregistered

(The PPP lines are a result of a the pon script.)


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


Java runtime URL?

1998-03-15 Thread lucier
Howdy all.:-) 
 
I need an URL to download the Java runtime for linux.  Thanks for any   
information you can send me. :-) 




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


Re: [hamm] backspace not working in bash in xterm

1998-03-15 Thread Lee Bradshaw
On Fri, Mar 13, 1998 at 10:28:31PM -0500, Scott McDermott wrote:
 Lee Bradshaw [EMAIL PROTECTED] on Fri, Mar 13, 1998 at 01:26:19PM -0500:
  I also had problems with the xsuse matrox server.  I ended up switching
  to the new Xkbd method and removing stty erase ^H from my .bashrc
  file.  I still have some problems with backspace when I telnet/rlogin?
  to other systems.
 
 the new Xkbd method? As opposed to what? I'm currently working on
 reconfiguring all the X keyboard stuffs, and am a bit confused about
 xmodmap/xkbcomp/setxkbmap...it's...convoluted :)
 
 -- 
 Scott

I just sent this to someone else.

Just answer the question in the X setup program, or edit your   

/etc/X11/XF86Config.  To use the new method you should have:

 
# To disable the XKEYBOARD extension, uncomment XkbDisable.
  
#XkbDisable  
   
In other words, the above comment line enables XKEYBOARD.  All my other
settings in the keyboard section are defaults.
 
-- 
Lee Bradshaw [EMAIL PROTECTED] (preferred)
Next Level Communications[EMAIL PROTECTED]


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


Re: Java runtime URL?

1998-03-15 Thread aqy6633
 I need an URL to download the Java runtime for linux.  Thanks for any   
 information you can send me. :-) 

http://www.blackdown.org/ and follow links to Java-Linux.

Alex Y.

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


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


Re: How did you got these lines ?

1998-03-15 Thread Stephen Darragh
You don't actually need to be root to use dmesg.

On Fri, 13 Mar 1998, Ralph
Winslow wrote:

 When [EMAIL PROTECTED] wrote, I replied:
 
 Try the following:
 
 su - root
 the_root_password
 dmesg | pg
 ENTER
 ENTER
 .
 .
 .
 It will display in a way you can read at a leisurely
 pace, the messages that wizz by at startup.  Specifically,
 the messages that were displayed during the last startup
 of the system that you're on when enter those shell 
 commands.  The lines you mentioned are among those 
 messages.  If you:
 
 dmesg /tmp/dmesg.msg
 
 you create a file, /tmp/dmesg.msg, which contains all 
 those messages.  You can edit that file with your
 favorite editor to be any part of that message or you
 might:
 
 head -50 /tmp/dmesg.msg  | tail -15
 
 to see the 35th through 50th lines of those messages. HTH
 
 
   very near the beginning and:
  
   Initializing random number generator...
   Configuring serial ports
   done.
   /dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A
   /dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A
   Typematic Rate set to 15.0 cps (delay = 500 mS)
   INIT: Entering runlevel: 2
  
  How did you produced these lines ? Are they are written in one of the log
  files ?
  
  --
  E-mail the word unsubscribe to [EMAIL PROTECTED]
  TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]
 
 -- 
 -
 Ralph Winslow   [EMAIL PROTECTED]
 Mary bought a pair of skates
 upon the ice to frisk
 now wasn't that a crazy way
 her sweet young *?
 
 
 --
 E-mail the word unsubscribe to [EMAIL PROTECTED]
 TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]
 


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


Re: Moonlight Creator and pthreads problem.

1998-03-15 Thread Hamish Moffatt
On Sun, Mar 15, 1998 at 01:39:42AM -0800, Joey Hess wrote:
 Hamish Moffatt wrote:
  I had this problem too; somehow libpthread.so.0.6 got left behind,
  and the dynamic linker seems to like to use it. dpkg -S couldn't tell
  me who owned it. I deleted it and haven't had a problem.
  
  if dpkg -S libpthread.so.0.6 tells you anything useful,
  remove the package; if not, just delete the files. I'm not sure
  how dpkg can let files get left behind but it did happen to me too.
 
 /usr/lib/libpthread.so.0.6 is in a package called oldlibs/libpthread0. Maybe
 the maintainer of that package will have some idea of why you have these
 orphaned files in /lib (cc'd to him).
 
 FWIW, I'm the person who put the moonlight package together, and I have no
 /lib/libpthread.so.0.6, which is why I didn't experience the problem.

Just reading through the list archives earlier today, late last year
this problem was observed with mysql too.


Hamish
-- 
Hamish Moffatt   Mobile: +61 412 011 176   [EMAIL PROTECTED]

Rising Software Australia Pty. Ltd. 
Developers of music education software including Auralia  Musition.
31 Elmhurst Road, Blackburn, Victoria Australia, 3130
Phone: +61 3 9894 4788  Fax: +61 3 9894 3362  USA Toll Free: 1-888-667-7839
Internet: http://www.rising.com.au/


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


php/fi and mysql

1998-03-15 Thread Peter Shtinkov
Is there debian packaged mysql ?

I compiled php/fi on debian 1.3 woth mysql support, bu t when i reload
apache it show these messages:
Starting Apache webserver.../usr/sbin/apache: can't resolve symbol
'__moddi3'
/usr/sbin/apache: can't resolve symbol '__divdi3'
Error loading /usr/lib/apache/modules/mod_php.so: Unable to resolve
symbol.

Can you help me?


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


Re: Program to blink LED when mail arrives?

1998-03-15 Thread Lee Bradshaw
On Sun, Mar 15, 1998 at 10:38:47AM +0100, Joerg Friedrich wrote:
 On Sun, 15 Mar 1998, Kingsley G. Morse Jr. wrote:
 
  Is there a Debian package that blinks a keyboard LED when email
  arrives? mailleds is supposed to do that, but I haven't found a
  Debianized package for it.
 what about xbiff?

xbuffy is pretty good if you're using multiple inboxes with procmail.
I'm using xbuffy on an fvwmbutton.  I like it, but it took a while to
get it to work.  I think there is also an xmultibiff.  I've got a script
on my web page to tell the number of new/unread/read messages in mbox
mailboxes.

http://www.mindspring.com/~lee.bradshaw/checker.pl

BTW, sending mail to debian-user is sufficient.  You don't need to
include debian-user-digest as well.

-- 
Lee Bradshaw [EMAIL PROTECTED] (preferred)
Next Level Communications[EMAIL PROTECTED]


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


printcap for bjc4000

1998-03-15 Thread dyer
Could someone tell me how to setup my printcap for a bjc4000 printer.
I'm a newbie, so please be gentle. I need to be able to print
ghostscript files.
Thanks,
Phil Dyer
[EMAIL PROTECTED]


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


HELP: debian menu bug???

1998-03-15 Thread Florian Attenberger
Hi,

Below is the information about the Bug. HLP!!
richard drisko wrote:
 
 Hi,
 
 On 12 Mar 98 at 15:45, Florian Attenberger wrote:
 
  Some days ago i updated my hamm to the latest available packets.
  Now update-menus creates the menu-directories in the root (/)
  directory and I dont have menus any more in my window-manager.
 
 Did you ever get any response from this mail?  I'm have the same
 problem and was surprised to see nobody else complaining.  I
 don't remember specifically what packages I upgraded as there are so
 many updates all the time.

No, i did not get any response.:-(
 
 I did notice that all the directories created are empty except for
 Multimedia which has a core dump from install-menu, at least on my
 system.
On my system the core file is in the Geometry-Folder. Not much
difference though ;-)
 
 FWIW the IceWM menus are still working for me althought everything
 else (KDE, Afterstep etc) isn't.
I tried only KWM(KDE) and SCWM. 

SCWM: menus work fine.
KWM: No debian menus at all

 
 Rick

flo


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


text-to-speech

1998-03-15 Thread Nicholas
I would like to get a free text-to-speech progtam for my personal use.
I have a windows 95 computer. I can not work out how to get you program,
could you please tell me.
My name is Nicholas Duff, and my e-mail is [EMAIL PROTECTED]
thanks.


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


Program to blink LED when mail arrives?

1998-03-15 Thread Kingsley G. Morse Jr.
Is there a Debian package that blinks a keyboard LED when email arrives?
mailleds is supposed to do that, but I haven't found a Debianized package
for it.

Alternatively, does anyone have a good script for telling when new mail
has arrived?

Thanks,
  Kingsley


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


Re: text-to-speech

1998-03-15 Thread Joey Hess
Nicholas wrote:
 I would like to get a free text-to-speech progtam for my personal use.
 I have a windows 95 computer. I can not work out how to get you program,
 could you please tell me.

Sure. Debian has a free text to speech program called festival that can
speak with a vaiety of voices. You will need to install debian first to use
it (note that this means installing linux - I assume you know what that
means, since you posted here).

-- 
see shy jo


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


exmh can't display messages with indexes 9999 ?

1998-03-15 Thread Ken Lauffenburger
Hello,

This seems to be an exmh problem, although maybe it is an nmh issue.  I'm
running nmh version 0.22 and exmh version 2.0.2 on a Debian hamm system.

Message indexes in my inbox have grown to beyond 13000 messages.  But exmh
can't display any message with index greater than  (five digits).  The
first line of these messages show up in the Table of Contents, but nothing
appears in the Message Display window.  The message index for these
messages shows up as three digits pre-pended by a '?', e.g. '?368'.  If I
click on a message with index less than 1 (no '?'), then the message
appears in the Message Display window.

nmh seems to be able to handle the five digit indexes OK.  I can do
'show +inbox 13520' for instance, and read the message.  So it seems like
exmh can't handle message indexes greater than four digits?  Or maybe there
is a configuration for this?

This all seems to beg the question: Does nmh allow message indexes ever to
wrap-around at a certain limit or get recycled?

BTW, I have been using mutt ever since I first ran into this problem.  It
doesn't have this problem because it uses an indirect index to refer to
messages.

Thanks for any insight anyone might be able to provide.

--ken


P.S. I already posted this to the [EMAIL PROTECTED] and
nmh-workers@math.gatech.edu lists; I thought I'd post it here too because
I always get good response.  ;-)



  __
  Ken Lauffenburger  / /__  __
  [EMAIL PROTECTED] / /  D e b i a n  G N U \ \/ /
   / / __     __  __ \  /
  / / / / / _  \ / / / / /  \
  ...Look out Bill,  / /___  / / / / ) // (_/ / / /\ \
 here comes...  (__)(_/ (_/ (_/ \/ (_/  \_)
   http://www.debian.org


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


Re: Program to blink LED when mail arrives?

1998-03-15 Thread Joerg Friedrich
On Sun, 15 Mar 1998, Kingsley G. Morse Jr. wrote:

 Is there a Debian package that blinks a keyboard LED when email arrives?
 mailleds is supposed to do that, but I haven't found a Debianized package
 for it.
what about xbiff?

---
Heute ist nicht alle Tage, ich komme wieder, keine Frage!!!

   Joerg


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


Re: Bash 2.01 with bo

1998-03-15 Thread Daniel Martin at cush
cleto [EMAIL PROTECTED] writes:

 Hello,
 
 I need to install Bash 2.01 on a Debian 1.3.1 bo-based system.
 How safe is it to use bash-2.01 from bo-unstable? Does anyone have had
 problems with that?
 
 Thanks for any tip!
 
 Cleto

I used essentially that same bash 2.01 on my bo box for at least two
months before upgrading to hamm, and never had any problems.  (I did
have a problem upgrading to hamm, but that was because the bash 2.01
package I was using had a version numbering problem which isn't
present in the bo-unstable one)


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


Re: Moonlight Creator and pthreads problem.

1998-03-15 Thread Joey Hess
On Sun, Mar 15, 1998 at 12:30:33AM +, Wintermute wrote: 
 These are the thread libraries I currently have in /lib:  
   
 libpthread-0.7.so 
 libpthread.so.0 - libpthread.so.0.6  
 libpthread.so.0.6 
   
 I have not installed libpthreads in dselect so I assume that these
 libraries are a part of the libc6-dev stuff, else its laying around from  
 the older libc5 installation I had.
 
Hamish Moffatt wrote:
 I had this problem too; somehow libpthread.so.0.6 got left behind,
 and the dynamic linker seems to like to use it. dpkg -S couldn't tell
 me who owned it. I deleted it and haven't had a problem.
 
 if dpkg -S libpthread.so.0.6 tells you anything useful,
 remove the package; if not, just delete the files. I'm not sure
 how dpkg can let files get left behind but it did happen to me too.

/usr/lib/libpthread.so.0.6 is in a package called oldlibs/libpthread0. Maybe
the maintainer of that package will have some idea of why you have these
orphaned files in /lib (cc'd to him).

FWIW, I'm the person who put the moonlight package together, and I have no
/lib/libpthread.so.0.6, which is why I didn't experience the problem.

-- 
see shy jo


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


Re: OFF: Re: viewing binary files

1998-03-15 Thread Carey Evans
Justin Liu [EMAIL PROTECTED] writes:

 I know this is unrelated, but does anyone know how to do the same thing
 under other Unices?  More specifically SunOS/Solaris?

Some Unices will have reset themselves.

Have a look at the tset man page.  You might also be able to use stty
sane followed by tput reset.  If things are really screwed up, you
might need to type ^Jstty sane^J, where ^J is control-J.

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

  GNU GPL: The Source will be with you... always.


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


Re: NEWBIE: Installation, laptop, unkown PCI device.

1998-03-15 Thread Carey Evans
Lindsay Allen [EMAIL PROTECTED] writes:

 I used to get the message re Unknown PCI device but my system carried on
 regardless.  There was advice to report it to someone in France, which I
 did and the problem eventually went away.

There's actually nothing wrong with the Unknown PCI device error,
and the code causing the problem must be just after it in the boot
process.

A lot of the time in Win95 after installing on a new machine, you'll
get things in the System control panel listing PCI Card (IIRC)
instead of a name in the appropriate category.  This is exactly the
same as Unknown PCI device, except you need to report your hardware
for Linux because there's not much chance the company will inform the
maintainer.

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

  GNU GPL: The Source will be with you... always.


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


Question about CDRW

1998-03-15 Thread Alex Maneu Victoria
--IMPORTANT!! PLEASE REPLY TO [EMAIL PROTECTED] , thanks

Hi.

There's a friend of mine that has recently bought a Cd-rewriter (HP
CD-writer plus). How can he configure his fstab to make it work?

And, another questions: are there good programs for writing CDs, copying
things, creating Audio CDs, etc? If so, where can I find them?

Thank you very much. -please answer to [EMAIL PROTECTED] or to
[EMAIL PROTECTED]

-

 Àlex Maneu ([EMAIL PROTECTED])
 MAN Soft Magazine
 http://www.maptel.es/pagpersonal/mansoft
-






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


Re: routing daemons for debian

1998-03-15 Thread Craig Sanders
On Sat, 14 Mar 1998, George Bonser wrote:

 I am in need of a routing daemon capable of ospf.  I notice that
 debian does not include gated.  Is there an alternative package
 capable of this that I am overlooking?

you can find a (hamm/libc6) debian package of gated at
http://debs.fuller.edu, christoph's unofficial debian archive.

unfortunately, due to the merit gated licensing problems it will
probably never make it into debian main but i'm glad it's been packaged
even unofficially.

btw, it works very nicely.

re: your sig...

 Just be thankful that Microsoft does not manufacture pharmaceuticals.

why?  do you think MS are the only evil technologically-incompetent
mega-corporation pushing crappy, inferior product on an unsuspecting
populace? the pharmaceuticals industry makes MS look like a mere
schoolyard bully. 

craig

--
craig sanders


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


Re: OFF: Re: viewing binary files

1998-03-15 Thread Brandon Mitchell
On 15 Mar 1998, Carey Evans wrote:

 Justin Liu [EMAIL PROTECTED] writes:
 
  I know this is unrelated, but does anyone know how to do the same thing
  under other Unices?  More specifically SunOS/Solaris?
 
 Some Unices will have reset themselves.
 
 Have a look at the tset man page.  You might also be able to use stty
 sane followed by tput reset.  If things are really screwed up, you
 might need to type ^Jstty sane^J, where ^J is control-J.

I often make a script called my.reset that simply echo's ^O (letter o).
If this attachment worked right, then you should be able to use it without
any problem.  Fyi, ^O puts the terminal back into text mode which is the
only problem I've ever had after reading a binary.

Brandon

-
Brandon Mitchell [EMAIL PROTECTED]   We all know linux is great... it
PGP: finger -l [EMAIL PROTECTED]  does infinite loops in 5 seconds
Phone: (757) 221-4847  --Linus Torvalds
#!/bin/sh
echo 



routing daemons for debian

1998-03-15 Thread George Bonser
I am in need of a routing daemon capable of ospf.  I notice that debian does
not include gated.  Is there an alternative package capable of this that I am
overlooking?



George Bonser 
Just be thankful that Microsoft does not manufacture pharmaceuticals.
http://www.debian.org
Debian/GNU Linux ... the maintainable operating system.


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


Moonlight Creator and pthreads problem.

1998-03-15 Thread Wintermute
I have a Debian libc6 (upgraded from libc5).  So let's start with that
in mind.

I recently picked up the Moonlight Creator package in the Unstable
distribution and installed it and it's required components. (using
dselect)

The problem is that I receive a core dump when I attempt to run it.
I traced the problem (I believe) to libpthread libraries in the /lib
directory.

These are the thread libraries I currently have in /lib:

libpthread-0.7.so
libpthread.so.0 - libpthread.so.0.6
libpthread.so.0.6

When I set LD_PRELOAD to libpthread-0.7.so Moonlight loads and runs
correctly (provided that is I run it from an rxvt/xterm session as
Window Maker doesn't execute a shell (thereby giving no environment) to
a program).

Without this LD_PRELOAD statement the program core dumps.

I have not installed libpthreads in dselect so I assume that these
libraries are a part of the libc6-dev stuff, else its laying around from
the older libc5 installation I had.  

So:

1. Which libpthread libs should I have?
2. Is it safe to remove libpthread.so.0.6 in lieu of libpthread-0.7.so?

I can get Moonlight Creator to run as long as I run it from an
rxvt/xterm and set LD_PRELOAD appropriately.  There must be some easy
solution, yes?

I have already tried creating an alias in my .xsession, but since
WindowMaker (like most window managers) doesn't give a program a shell
upon execution this makes no difference.

I've also tried setting LD_PRELOAD from my .xsession.. the most
noticeable things were that my rxvt/xterm sessions totally disobeyed
their settings in my .Xdefaults file.  Most notably Netscape refused to
run.

Any ideas on what's wrong or what needs to be changed?


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


Re: Moonlight Creator and pthreads problem.

1998-03-15 Thread Hamish Moffatt
On Sun, Mar 15, 1998 at 12:30:33AM +, Wintermute wrote:
 These are the thread libraries I currently have in /lib:
 
 libpthread-0.7.so
 libpthread.so.0 - libpthread.so.0.6
 libpthread.so.0.6
 
 I have not installed libpthreads in dselect so I assume that these
 libraries are a part of the libc6-dev stuff, else its laying around from
 the older libc5 installation I had.  

I had this problem too; somehow libpthread.so.0.6 got left behind,
and the dynamic linker seems to like to use it. dpkg -S couldn't tell
me who owned it. I deleted it and haven't had a problem.

if dpkg -S libpthread.so.0.6 tells you anything useful,
remove the package; if not, just delete the files. I'm not sure
how dpkg can let files get left behind but it did happen to me too.


Hamish


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


It's all so confusing, so should I get a CD Distribution?

1998-03-15 Thread Tristan Day that's you!
OK, I'm finding all this Linux thing really difficult because I'm using it
on my home computer and have to go to my mother's college to download
things, and I'm a total newbie no! I hate that word. I'm a Brit! so I
don't have a clue when it comes to recompiling the Kernel to put NTFS
compatibility on, and installing X Window etc. Therefore, I am considering
buying a distribution.

1) Would you recommend a distribution disk for a newbie?

2) Are there different ones to get? what are the differences?

3) I know this is a Debian list, but do you recommend Debian for
user-friendliness? What are its advantages/disadv. ? I read an article about
Red Hat being good, but it's expensive (£50 = $85)

4) Can I dual-boot Windows NT and Debian?


Thanks.




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


Household proxy

1998-03-15 Thread Jay D. Winks
I have researched a few different distributions and found Debian to be
the best-documented of the group, and that's important to me. My mates
and I seek only to inplement a household proxy for concurrent connection
to the 'Net at the moment, but we will doubtless want to do more in the
future. Does anyone know a good way under Debian to set up a  proxy that
2 windogs clients and a macinslosh client can share locally? Please
reply to [EMAIL PROTECTED]


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


Re: It's all so confusing, so should I get a CD Distribution?

1998-03-15 Thread Jean Pierre LeJacq
On Sun, 15 Mar 1998, Tristan Day that's you! wrote:

 1) Would you recommend a distribution disk for a newbie?

Yes.

 2) Are there different ones to get? what are the differences?

Quite a few: RedHat, SUSE, Debian, Slackware, ...


 3) I know this is a Debian list, but do you recommend Debian for
 user-friendliness? What are its advantages/disadv. ? I read an article about
 Red Hat being good, but it's expensive (£50 = $85)

Since this is a debian list, debian of course!  It still is difficult
to install for a UNIX novice.

 4) Can I dual-boot Windows NT and Debian?

Yes.  There is a HOWTO which describes the steps required.

There are comparisons of the different distributions available.
Search the WWW.

-- 
Jean Pierre



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


Intent to Party like its 1998

1998-03-15 Thread Johnie Ingram

TIME: hamm freeze - 05:13H


After months of work, hundreds of uploads, thousands of bugs, and even
last-moment hardware problems, Debian 2.0 hamm is finally being
frozen for release in April.

To celebrate there's going to be an online IRC party, starting now and
building up till 7 p.m. Eastern ( GMT) -- the moment the freeze
day begins.  Over 15 Debian Developers are aready present, including
one of the authors of deity, the next-generation package GUI.

If you'd like to join us just point your IRC client at server
irc.debian.org, channel #debian.  If you don't already have a linux
console IRC client, try installing one of these:

(1.3)  ftp1.us.debian.org/debian/Incoming/bitchx_0.74p2-4bo1.1_i386.deb
(2.0)  ftp.debian.org/pub/debian/hamm/hamm/binary-i386/net/bitchx_0.74p2-7.deb

And invoking it like this:

bitchx -c#debian

And IRC clients for other operating systems are available at
http://www.irchelp.org/.

Hope to see you there.  :-)


-  PGP  E4 70 6E 59 80 6A F5 78  63 32 BC FB 7A 08 53 4C
 
   __ _Debian GNU Johnie Ingram [EMAIL PROTECTED]  mm   mm
  / /(_)_ __  _   ___  __netgod irc.debian.org  mm mm
 / / | | '_ \| | | \ \/ / m m m
/ /__| | | | | |_| |Those who do not understand UNIX   mm   mm
\/_|_| |_|\__,_/_/\_\ are doomed to repeat it, poorly.   GO BLUE


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


Re: printcap for bjc4000

1998-03-15 Thread Bob Nielsen
On Sun, 15 Mar 1998, dyer wrote:

 Could someone tell me how to setup my printcap for a bjc4000 printer.
 I'm a newbie, so please be gentle. I need to be able to print
 ghostscript files.
 Thanks,
 Phil Dyer
 [EMAIL PROTECTED]

The bjc4000 can use the bjc600 ghostscript driver.  Unfortunately this
isn't listed in either apsfilter or magicfilter.  I installed magicfilter
choosing another printer and then edited the filter itself to change
the -sDEVICE= lines to have the bjc600 instead of the original
printer driver.  Hopefully the author of magicfilter (apsfilter appears to
have been abandoned) will update the printer listing to include all the
newer printers which are now supported by ghostscript.  

I notice there is also a uniprint driver which is supposed to work but
haven't figured out how to configure for that.

Bob

--- 
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet: [EMAIL PROTECTED]
http://www.primenet.com/~nielsen/


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


boot hangs

1998-03-15 Thread David B Wilson
Twice now when I've booted, the process hung when starting
the IP paranoia daemons.  Is this normal?
(This is Debian 1.3 r6.)
  David


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


Version mismatch in hamm

1998-03-15 Thread Ulli Hochholdinger
Hi
I dont know if anybody has noticed, that the Package-files in hamm are
out of date.
I wrote a little Script, that tests my debian mirror on errors and this script
parses the Package-files and compares filesizes and MD5-sums with the
original file.
I saw that the package-version of really much files is newer than in
the Package-files.
I also compared my Package-files and the Package-files on ftp.debian.org and
they are identical.

Greetings
Ulli
 
 ,,,
(O O)
+ooO-(_)-Ooo--++
| Sometimes I think the surest sign   *  Ulli Hochholdinger|
| that intelligent life exists*|
| elsewehre in the universe is that   *  Email :   |
| none of it has tried to contact us. *   [EMAIL PROTECTED] |
|(Calvin) *|
+-++


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


Re: X problems

1998-03-15 Thread Torsten Hilbrich
Peter Shtinkov [EMAIL PROTECTED] writes:

 I have debian 1.3. box and I can't set mouse sensitivity in X. Can
 you help me ?

Did you tried the xset command?  For example, I use the following line:

xset m 4 4

the first number is the acceleration, the second one the number of
pixels the mouse has to move within a certain time for the
acceleration to be applied.

You can put this line into .xinitrc or into the init-function of your
favorite windows manager.

Torsten

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


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


Re: Linux

1998-03-15 Thread DAVID B. TEAGUE

All:

I send a mesages of frustration which got there, and one that had a
reasonable tone that did not make it.  The wrong message got thru.
Please accept my apology. 

Several have sent 'corrective' messages, whose flame termperature was
lower than perhaps it should or could have been. 

Thanks, esp to the person who pointed out ot me that the mail machine at
debian.org had crashed.


--David.

On Sat, 14 Mar 1998, Ben Pfaff wrote:

I cannot get a message to this [EMAIL PROTECTED]@[EMAIL PROTECTED] mailing 
 list.
Everything I send to debian-user@lists.debian.org bounces.
 
 No it doesn't.  This message appeared on the list.


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


Off Subject: Mother board inquiry

1998-03-15 Thread DAVID B. TEAGUE
Hi 

I hope someone can send or point me to specs on a motherboard. I want to
install this in my wife's machine. We plan to run a dual boot Linux/
Lose95. 

It is a 486 Dx2/100 PCI mother board having the designation PVI-486SP3
Rev 1.21 stenciled on it.  If you know who makes this board or have a
manual (or can point me to this information) please let me know.

The bios is marked

Award Software INC (c)1995,
ISA/PCI 486
S/N: 818932326 V_

The support chips (all 2 of them) are marked SiS 85C496 and SiS 85C497. 
There are  3 PCI, 3 ISA, and 1 PCI/ISA combination peripheral slots.

Thanks for any light you can shed on this.

==David

---
   LINUX: the FREE 32 bit OS for [3456]86 PC's available NOW!
David B Teague | Ask me how user interface copyrights  software
[EMAIL PROTECTED] | patents make programing a dangerous business. 
 
 



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


XFree86 3.3.2 Mach64 noise (Rage Pro AGP card)

1998-03-15 Thread Oskar Liljeblad
I just upgraded to XFree86 3.3.2, hoping that the noise problems
with my ATI [EMAIL PROTECTED] (4MB, AGP) would be fixed. (The noise appears
as a evenly scattered white and black pixels to the left of a window,
whenever its contents is changed/updated.) The problem wasn't gone, but
I found this comment in the Known Problems section of
lib\x11\doc\README.Mach64):

   o With high refresh rates on certain cards (VT-A3 and CT-D) noise can
become a problem in 32bpp mode.  This usually only happens with
refresh rates of 85Hz or greater and can be fixed by using a lower
refresh rate (e.g., 72Hz or 75Hz).

I decided to try out different display modes, to see if the noise
still appeared. These are the results (Y marks that noise appears,
N no noise, and n/a that I couldn't test the mode due 4MB limit):

Resoultion  Hsync/Vsync/pixelclock  8bpp 16bpp 24bpp 32bpp
640x480 44KHz/85Hz /36.00   NN Y Y
800x600 53KHz/84Hz /56.25   NY Y Y
1024x76860KHz/75Hz /78.85   NY Y Y
1280x1024   (not sure) /108.00  YY n/a   n/a

Seems like it appears even with 16bpps, even with refresh rates less than
75Hz.

I tried the no_block_write option, but that made no difference.
There is no noise at all in Windows 95.

Has anyone else experienced anything like this?
Any specific reason why it appears?
Is there a fix or work-around?

Oskar Liljeblad ([EMAIL PROTECTED])



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


kernel-source2.0.33

1998-03-15 Thread John Maheu

I've had some trouble with mounting iso9660 and msdos type fs with kernel
2.0.33. The kernel complains that these fs types are not supported.
However, they were built as modules and exist in /lib/modules/2.0.33/

I saw a bug report about needing to include NLS support in the kernel to
solve this problem. So I put NLS in as a module, but this had no effect.

Any ideas on how to fix this.
Running stable with 
kernel-source-2.0.33_2.0.33-3_all.deb from bo-updates. 


Thanks
John


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


Pid

1998-03-15 Thread Pete Poff
What command do I use to see the list of pids in use?  I.e. so I can
kill one if i need to.

Pete

Pete Poff
E-Mail Address: [EMAIL PROTECTED]
[EMAIL PROTECTED]


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


Re: Pid

1998-03-15 Thread aqy6633
 What command do I use to see the list of pids in use?  I.e. so I can
 kill one if i need to.

ps

see man ps for available command line options.

ps auwx lists all the processes running on the machine.

Alex Y.

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


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


Windows under DosEmu

1998-03-15 Thread Asher Haig
I'm told that it's possible to run Windows under DosEmu. What's the truth 
in this?

Please no responses asking why I want to run Windows... It's a need, not 
a desire.

Thanks

  -
Asher Haig [EMAIL PROTECTED]

The only thing I'd rather own than Windows is English, or Chinese, or 
Spanish, because then I could charge you a $249 right to speak English 
and I could charge you an upgrade fee when I add new letters like 'N' and 
'T'. -- Scott McNealy


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


Re: kernel-source2.0.33

1998-03-15 Thread Will Lowe
On Sun, 15 Mar 1998, John Maheu wrote:

 I've had some trouble with mounting iso9660 and msdos type fs with kernel
 2.0.33. The kernel complains that these fs types are not supported.
 However, they were built as modules and exist in /lib/modules/2.0.33/
is there a modules.dep file in that directory also?  If not,  create one
by doing (as root,  inside /lib/modules/2.0.33)
depmod -a

It's possible that your kernel simply isn't able to find the right module.

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
|PGP Public Key:  http://www.cis.udel.edu/~lowe/index.html#pgpkey|
--
|   You think you're so smart,  but I've seen you naked  |
|  and I'll prob'ly see you naked again ...  |
| --The Barenaked Ladies,  Blame It On Me  |
--


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


Re: Question about CDRW

1998-03-15 Thread mwb
On Sun, 15 Mar 1998, Alex Maneu Victoria wrote:

 --IMPORTANT!! PLEASE REPLY TO [EMAIL PROTECTED] , thanks
 
 Hi.
 
 There's a friend of mine that has recently bought a Cd-rewriter (HP
 CD-writer plus). How can he configure his fstab to make it work?

Same as any other cd.  Can you be more specific in what you want to
be able to do with it?
 
 And, another questions: are there good programs for writing CDs, copying
 things, creating Audio CDs, etc? If so, where can I find them?

I have a Memorex CRW-1622 Rewriteable.  I can read audio tracks
using cdda2wav, with the drive installed as eide.  To write disks
I use cdrecord, but to get it to work the drive has to be loaded as
a 'scsi' for cdrecord to work (and then I can't read audio tracks).
Files can be read using either method.  So far I have been unable to
rewrite the rewritables.

Mark


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


Re: It's all so confusing, so should I get a CD Distribution?

1998-03-15 Thread mwb
On Sun, 15 Mar 1998, Tristan Day that's you! wrote:

 OK, I'm finding all this Linux thing really difficult because I'm using it
 on my home computer and have to go to my mother's college to download
 things, and I'm a total newbie no! I hate that word. I'm a Brit! so I
 don't have a clue when it comes to recompiling the Kernel to put NTFS
 compatibility on, and installing X Window etc. Therefore, I am considering
 buying a distribution.

You should still compile a kernel with a distribution.  I kernel
compiled for your system will be better than the generic ones provided
to load an boot an installation.  Besides, if you don't compile your own,
you probably won't be able to use your sound card, and stuff not provided
with an installation kernel.
 
 1) Would you recommend a distribution disk for a newbie?

If you want the 'easy' way out, buy a hard drive that already has
linux installed on it.  Otherwise, bite the bullet, read the docs,
and ask questions to the list.
 
 2) Are there different ones to get? what are the differences?
 
 3) I know this is a Debian list, but do you recommend Debian for
 user-friendliness? What are its advantages/disadv. ? I read an article about
 Red Hat being good, but it's expensive (£50 = $85)

I think we are a friendly to users.

Debian has better program dependancy/conflict checks than Red-Hat.
Red-Hat has better commercial software support.  You can download
bot of them for free, or find them on disks cheap, but if you want
some of the commercial software/support, thats what jacks up the price
on red-hat.

 
 4) Can I dual-boot Windows NT and Debian?

Yes.

Mark



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


Re: lilo, linux and win95

1998-03-15 Thread C.J.LAWSON


On Sat, 14 Mar 1998, David Stern wrote:

 There doesn't need to be hda2, hda3 AND hda4.  There does need to be ONE
If that is the case one of them apears to be missiing

 What happened to CC:'ing the person who wrote the remarks in question? 
For the life of me, I cannae imagine what happened to that

Regards

Jon.


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