Backspace key wont work RESPOND ASAP!

1999-01-05 Thread AJ
Ok.. i just used apt-get -f upgrade to upgrade about 300 libraries.. and
now when i try to bakcspace (backspace) it wont work.. is there anything
wrong with my keyboard layout or something? or is it terminal type or is
it xterm? or windowmaker??

plz this is driving me carzy,,

AJ




Re: Winmodem?

1999-01-05 Thread William Norman


Kenneth Scharf wrote:

> You would think that now that US Robotics is owned by 3com this would
> change, as they seem to be open about the spec's on their ethernet lan
> cards.



I agree, but they probably just don't want to mess with it.  Maybe once
more people use Linux they will listen.


Re: MP3 to WAV converter???

1999-01-05 Thread Daniel Elenius
Pere Camps writes:
>> >> Does anyone know of a MP3 to WAV converter?
>
>I use mpg123 (there's a debianized package) with sox. The command line is
>the following:
>
>#!/bin/bash
># mp32wav
>mpg123 -b 1 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2"
>
>And the use is:
>
>mp32wav file.mp3 file.wav
>

That's a pretty impressive command line, but I just found out that it
could be done with just 'amp -w mp3name'. (Amp is also available as a
deb package). However, that doesn't work with the mp3 I wanna do it
with (the file is kind of bad). Anyway, the issue is no longer
relevant (for me). The reason I brought this up is that a user on my
system wants to play an mp3 at X startup, but the MP3 was bad, so I
thought I could convert it to wav and play it w/ 'play'. But amp could 
handle the buggy MP3, so I didn't have to.


Re: cdrom

1999-01-05 Thread Clyde Wilson
You need to mkdir /mnt/cdrom first.  

On Tue, 5 Jan 1999, ktb wrote:

> Hi,  I've been hard at work getting nothing done as usual.  I have
> three things I'm trying to accomplish but lets start with #1 and see if
> I can't get this to work.  I've been trying to figure out how to use my
> cdrom.  I have been reading the cdrom HOWTO.  This is what I've done so
> far:
> 
> crossyourfingers:/home/kent# ln -s /dev/hdd /dev/cdrom
> crossyourfingers:/home/kent# chmod 664 /dev/hdd
> crossyourfingers:/home/kent# ls -l /dev/hdd
> brw-rw-r--   1 root disk  22,  64 Jul 20 19:45 /dev/hdd
> 
> I can use the commands "cdplay" and "cdeject" just fine as a regular
> user.  I can listen to a music cd through my headphones.
> 
> I have an "extras" cd with my debian package and I would like to look at
> what it contains.  I put the cd in, used the command "mount /mnt/cdrom"
> and got a message back that said there wasn't anything in the
> "/etc/fstab" file (there was another file listed but I forget what it
> was) so I followed the directions in the HOWTO.  I put the following
> line in the file, "/dev/hdd  /mnt/cdrom   iso9660 user,noauto,ro"
> Tried again and got the error "mount: mount point /mnt/cdrom does not
> exist"  Went back into the file and removed the following line
> "/dev/hdd  /cdrom   iso9660noauto,nouser,ro 0 0"  Tried to mount
> again same error "mount: mount point /mnt/cdrom does not exist"
> 
> So that is what I have done.  What I would like to do is be able to
> listen to music cd's through my speakers.  I put a cd in I start it, I
> verify it is working through my headphones, I take the headphone jack
> out and no sound.  When I type an error (like try to backspace when
> there is no more space to travel) I get a beep that comes through my
> speakers.  I don't understand much about sound cards.  I don't have one
> in a slot.  I looked in windows and came up with "Crystal PnP Audio
> System" maybe that is my sound card.  It seems to me if Linux can use my
> speakers in one instance but not another there is a linkage problem?
> 
> I would also like to view what is on a particular cd without having to
> install what is on that cd.
> thanks,
> Kent
> 
> 
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


Re: configuring serial port

1999-01-05 Thread john
CUNO wrote:
> When I boot my system I get:
> /dev/ttyS2 at 0x3e8 (irq = 4) is a 16450
> 16450 is correct for an internal modem, isn't it ?

A very old one, yes.

Andrew Ivanov writes:
> You would want to put an UART of 16550A, do it in /etc/rc.boot/0setserial
> and just change the uart argument.

If setserial is reporting a 16450 then that's what he has.  You can't turn
it into a 16550 by changing an argument.

CUNO wrote:
> When I run pppconfig and filled in everything and I give pon my modem
> still doesn't work

Exactly what hapens?  Have you tried connecting to the modem with minicom?
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


Re: Dialup problems - Not getting the ppp0 interface.

1999-01-05 Thread john
Mark Nellemann writes:
> The problem is the ppp0 interface, which is
> not being enabled (?) when the modem connects.

I don't know what you mean by this.  Please post the exact error message,
as well as your /etc/chatscripts/provider, /etc/ppp/peers/provider, the
output of the 'plog' command, and the output of the 'route' command.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


Re: Network setup problems

1999-01-05 Thread john
John Stevenson writes:
> I am running Apache as a web server and everything runs fine
> when I am attached to my home LAN, using my own machine as the
> gateway.

Why do you need a gateway at all for your home LAN?
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


Re: News reading

1999-01-05 Thread Mark Brown
On Tue, Jan 05, 1999 at 05:58:42PM +0100, [EMAIL PROTECTED] wrote:

> I am trying to install news reader on my computer.
> I would like to be able to fetch news while online and then read them and 
> answer while offline.

> What do I need ? Cnews ?

There are two different ways of doing it.  

One is the "Windows" approach where you have one program which downloads 
the news and provides a reader interface for it.  You get this in, for
example Free Agent (which I heard will run under Wine, but don't quote me
on that) under Windows.  There are some Linux newsreaders that support
this mode - the only one I can name for you is Gnus, which is built into
the different Emacs variants (run "M-x gnus" or select it from the menus).

The more traditional Unix method is to have a seperate news server and
news reader.  This gives you a much better range of readers to play
about with, and can be more flexible.  The reader bit is simple - point
your news reader at the local machine and everything should work (this
is probably the default).

If you're simply pulling news from one upstream site then there is a
news server called leafnode (avalible as a package) which is designed
for this and should be pretty much hassle free.  If you have more
complex needs, or feel more adventurous, you can use a news server
like inn or cnews together with a seperate program like suck or newsx
to download and upload the news.

> Is there any good documentation about it ? I didn't found any HOWTO or things 
> like that about it

There was a News HOWTO way back when when the world was young, but nobody
was maintaining it so it died a death.

-- 
Mark Brown  mailto:[EMAIL PROTECTED]   (Trying to avoid grumpiness)
http://www.tardis.ed.ac.uk/~broonie/
EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/


Re: cdrom

1999-01-05 Thread stephen . p . ryan
On  5 Jan, ktb wrote:
> Hi,  I've been hard at work getting nothing done as usual.  I have
> three things I'm trying to accomplish but lets start with #1 and see if
> I can't get this to work.  I've been trying to figure out how to use my
> cdrom.  I have been reading the cdrom HOWTO.  This is what I've done so
> far:
> 
> crossyourfingers:/home/kent# ln -s /dev/hdd /dev/cdrom
> crossyourfingers:/home/kent# chmod 664 /dev/hdd
> crossyourfingers:/home/kent# ls -l /dev/hdd
> brw-rw-r--   1 root disk  22,  64 Jul 20 19:45 /dev/hdd
> 
> I can use the commands "cdplay" and "cdeject" just fine as a regular
> user.  I can listen to a music cd through my headphones.
> 
> I have an "extras" cd with my debian package and I would like to look at
> what it contains.  I put the cd in, used the command "mount /mnt/cdrom"
> and got a message back that said there wasn't anything in the
> "/etc/fstab" file (there was another file listed but I forget what it
> was) so I followed the directions in the HOWTO.  I put the following
> line in the file, "/dev/hdd  /mnt/cdrom   iso9660 user,noauto,ro"
> Tried again and got the error "mount: mount point /mnt/cdrom does not
> exist"  Went back into the file and removed the following line
> "/dev/hdd  /cdrom   iso9660noauto,nouser,ro 0 0"  Tried to mount
> again same error "mount: mount point /mnt/cdrom does not exist"
> 

Does this directory (/mnt/cdrom) exist?  Make it, put that line back in
/etc/fstab and try again.

> So that is what I have done.  What I would like to do is be able to
> listen to music cd's through my speakers.  I put a cd in I start it, I
> verify it is working through my headphones, I take the headphone jack
> out and no sound.  When I type an error (like try to backspace when
> there is no more space to travel) I get a beep that comes through my
> speakers.  I don't understand much about sound cards.  I don't have one
> in a slot.  I looked in windows and came up with "Crystal PnP Audio
> System" maybe that is my sound card.  It seems to me if Linux can use my
> speakers in one instance but not another there is a linkage problem?
> 

This sounds to me like a hardware problem - i.e., you need to have an
audio cable going from your CDROM to your "sound card".  Since you
don't seem to have an actual sound card, you should check to see if
there is a slot on the motherboard to plug an audio CD cable into.  The
Crystal PNP Audio System is in fact your sound card; IIRC, that
particular model is usually built into the motherboard.  Where do your
speakers plug in?  There might be a connector near there.  Also, does
playing a CD through the speakers work in Windows?

If that's all right, then check the volume setting in linux; after
that, I'm stuck.

> I would also like to view what is on a particular cd without having to
> install what is on that cd.
 

You should be able to look at the cd after you get the mounting bit
fixed.  

> thanks,
> Kent
> 
> 
> 
> 
> 

-- 
Stephen Ryan   Debian GNU/Linux
Mathematics graduate student, Dartmouth College


Texas Instrument Graphing Calculators

1999-01-05 Thread AJ
Hey, i just picked up a TI-89 Calculator for my Calc2 class it was
about $175 w/tax and computer hookup cable, now u can only use the
hookup cable in winblows with their software so is there any linux app
taht will do this??

AJ


cdrom

1999-01-05 Thread ktb
Hi,  I've been hard at work getting nothing done as usual.  I have
three things I'm trying to accomplish but lets start with #1 and see if
I can't get this to work.  I've been trying to figure out how to use my
cdrom.  I have been reading the cdrom HOWTO.  This is what I've done so
far:

crossyourfingers:/home/kent# ln -s /dev/hdd /dev/cdrom
crossyourfingers:/home/kent# chmod 664 /dev/hdd
crossyourfingers:/home/kent# ls -l /dev/hdd
brw-rw-r--   1 root disk  22,  64 Jul 20 19:45 /dev/hdd

I can use the commands "cdplay" and "cdeject" just fine as a regular
user.  I can listen to a music cd through my headphones.

I have an "extras" cd with my debian package and I would like to look at
what it contains.  I put the cd in, used the command "mount /mnt/cdrom"
and got a message back that said there wasn't anything in the
"/etc/fstab" file (there was another file listed but I forget what it
was) so I followed the directions in the HOWTO.  I put the following
line in the file, "/dev/hdd  /mnt/cdrom   iso9660 user,noauto,ro"
Tried again and got the error "mount: mount point /mnt/cdrom does not
exist"  Went back into the file and removed the following line
"/dev/hdd  /cdrom   iso9660noauto,nouser,ro 0 0"  Tried to mount
again same error "mount: mount point /mnt/cdrom does not exist"

So that is what I have done.  What I would like to do is be able to
listen to music cd's through my speakers.  I put a cd in I start it, I
verify it is working through my headphones, I take the headphone jack
out and no sound.  When I type an error (like try to backspace when
there is no more space to travel) I get a beep that comes through my
speakers.  I don't understand much about sound cards.  I don't have one
in a slot.  I looked in windows and came up with "Crystal PnP Audio
System" maybe that is my sound card.  It seems to me if Linux can use my
speakers in one instance but not another there is a linkage problem?

I would also like to view what is on a particular cd without having to
install what is on that cd.
thanks,
Kent





Re: configuring serial port

1999-01-05 Thread Brandon Mitchell
On Tue, 5 Jan 1999, CUNO wrote:

> Brandon Mitchell wrote:
> 
> > What are the symptoms?  Does the modem dial and connect to the isp?  Run
> > "plog -f" from another window or virtual terminal, run pon, and post what
> > comes out of plog.
> >
> 
> the modem doesn't make a single sound, nada
> Report off plog:
> pppd [231] : ppd 2.3.5 started by root uid0
> pppd [231] : tcgetattr: input/output error (5)
> pppd [231] : Exit

I'm guessing that means your serial port is still incorrectly configured.
Can someone on the list verify this?  What "COM" port is your modem on in
dos/win?  You have to run "/etc/rc.boot/0setserial" after changing the
contents.

HTH,
Brandon

+---  ---+
| Brandon Mitchell * [EMAIL PROTECTED] * http://bhmit1.home.ml.org/ |
|  Sometimes you have to release software with bugs. - MS Recruiter  |



Re: lowmem install

1999-01-05 Thread Pann McCuaig
On Tue, Jan 05, 1999 at 11:59:34AM +, [EMAIL PROTECTED] wrote:
> 
> where can I go to ftp the new lowmem.bin that fixes the inability of 
> lowmem.bin
> go activate a swap partition.   Debian web sight still carries
> lowmwm.bin dated june 1998.  I have been trying to install hamm (2.0) for
> three months and seem to have two problems; swap space and boot file rw
> permission.

There is a workaround for the lowmem swap space problem at

http://www.ourmanpann.com/linux/

Luck,
-- 
your man pann


Re: SLIP PPP

1999-01-05 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE-

On 05 Jan 1999 11:22:40 -0600, [EMAIL PROTECTED] wrote:

>SLIP and PPP are two different protocols and are mutually exclusive.  SLIP
>is pretty much obsolete.

I dunno if I would call SLIP obsolete.  Less convenient, maybe.  ;)

- -- 
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
 ICQ: 5107343  | main connection to the switchboard of souls.
- ---+-
-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.0 (C) 1997 Pretty Good Privacy, Inc

iQCVAwUBNpJbQqC6xbtZwvdnAQHiZAQAm/1o/P4nMDuRK98T34zktd9A/jxDIhTe
X25nxm7+jE36Zg7l/nAEFbpnvYsIdE++65CVnczXtPH+h8vdRAKtuCwWhAQHDpkI
8x737WV27YhEtVIB76bgtZWwigTwhPpW0F3mMOkkE7vleUhTKhmNJ2DJQ60uzlTH
Q89YBxwWiQA=
=lcXZ
-END PGP SIGNATURE-



Re: SLIP PPP

1999-01-05 Thread john
Darko Martic writes:
> SLIP PPP

SLIP and PPP are two different protocols and are mutually exclusive.  SLIP
is pretty much obsolete.

> I would like also to connect with PPP, using script, instead of SLIP and
> to configure tone dilaling As you can see, my provider asks me for
> username and password.

Have you tried running pppconfig and then using pon and poff?
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


Re: supported hardware

1999-01-05 Thread servis
*- F Bonte wrote about "supported hardware"
> Dear sir,
> I just bought two distributions of Linux ( SuSe and Redhat) they bought don't 
> support my hardware. I would like to check if debian can help me out. If so I 
> will be happy to download the distribution or buy it from a reseller.
> 
> VideoCard is a Diamon Fire GL 1000 PRO ( permedia 2 chipset) on agp
> Mouse is a intellimouse ( on PS/2)
> CD-rom is atapi
> HD is a WDC caviar on extended IDE
> 
> 
> thanks
> Frits Bonte
> [EMAIL PROTECTED]
> 
> 

Hardware support is mostly a kernel issue not a distribution issue. 
However the hardware you list is all supported.  The Diamond Fire GL
1000 PRO is supported under X by the XF86_3DLabs Xfree86 server.  I
don't think this server driver is in the X packages v3.3.2.3 that are
currently available with any of Debian's distributions(stable, frozen,
unstable). But you can download the XF86_3DLabs binary from the
ftp.xfree86.org and use it until Debian's X packages are upgraded to
v3.3.3(after Debian 2.1 is released), the detail of this can be found
at, http://www.debian.org/Lists-Archives/debian-user-9812/msg03370.html.

Good luck,
-- 
Brian 
-
"Never criticize anybody until you have walked a mile in their shoes,  
 because by that time you will be a mile away and have their shoes." 
   - unknown  

Mechanical Engineering[EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


Re: MP3 to WAV converter???

1999-01-05 Thread Mike Deal
> >> Does anyone know of a MP3 to WAV converter?
> >> /daniel elenius
> 
> Rheda Barretina writes:
> >WinAmp for Windows does it. All you have to do is open the options dialog, 
> >go to the
> >[AUDIO I/O] tab and change "Nullsoft Wave out (OUT_WAVE.dll)" for "Nulsoft 
> >Disk Writer
> >(OUT_DISK.DLL)". Then play them and they'll be stored in HD.
> 
> Yes, but I want to do it in Linux!

Yes Winamp runx in linux... acually I think it is Xamp.  But I do like the
command line better :)O



Re: supported hardware

1999-01-05 Thread Alexander Kushnirenko
Hi, Frits!

> Dear sir,
> I just bought two distributions of Linux ( SuSe and Redhat) they bought 
don't > support my hardware. I would like to check if debian can help me
out. If so I > will be happy to download the distribution or buy it from a 
reseller.
>
Distribution is somewhat irrelevant in this question.  Though I certainly
would recommend Debian.

> VideoCard is a Diamon Fire GL 1000 PRO ( permedia 2 chipset) on agp
> Mouse is a intellimouse ( on PS/2)
> CD-rom is atapi
> HD is a WDC caviar on extended IDE
>
ALL of your hardware is perfectly compatible with Linux and also with X.
First make it all work in vt100-like mode (no X just ascii terminal).  I
like basic installation (about 25Mb) in Debian 2.0.  After that start to setup 
X.

Your X server is relatively new:
ftp://ftp.xfree86.org/pub/XFree86/3.3.3/binaries/Linux-ix86-glibc/Servers/X3DL.
tgz

If you are serious about Debian I would recommend Slink (debian 2.1) 
> thanks
> Frits Bonte
> [EMAIL PROTECTED]
>
Have fun,
Sasha.


lowmem install

1999-01-05 Thread wtb

where can I go to ftp the new lowmem.bin that fixes the inability of lowmem.bin
go activate a swap partition.   Debian web sight still carries
lowmwm.bin dated june 1998.  I have been trying to install hamm (2.0) for
three months and seem to have two problems; swap space and boot file rw
permission.


Re: supported hardware

1999-01-05 Thread Alexander Kushnirenko
> Dear sir,
> I just bought two distributions of Linux ( SuSe and Redhat) they bought don't 
> > support my hardware. I would like to check if debian can help me out. If so 
> I > will be happy to download the distribution or buy it from a reseller.
> 
Distribution is somewhat irrelevant in this question.  Though I certainly 
would recommend Debian.

> VideoCard is a Diamon Fire GL 1000 PRO ( permedia 2 chipset) on agp
> Mouse is a intellimouse ( on PS/2)
> CD-rom is atapi
> HD is a WDC caviar on extended IDE
> 
ALL of your hardware is perfectly compatible with Linux and also with X.
First make it all work in vt100-like mode (no X just ascii terminal).  I like 
basic installation (about 25Mb) in Debian 2.0.  After that start to setup X.  
Your X server is relatively new

ftp://ftp.xfree86.org/pub/XFree86/3.3.3/binaries/Linux-ix86-glibc/Servers/X3DL.
tgz

> thanks
> Frits Bonte
> [EMAIL PROTECTED]
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



Re: Network setup problems

1999-01-05 Thread Stephen A. Witt
On Tue, 5 Jan 1999, John Stevenson wrote:

>
> Do I need to add a route to my web server, or change my configs
> to represent it?
> Do I need to have DNS services running??
> 
> Can anyone help me ??

I've been looking at the info you provided and I don't think there is
enough to troubleshoot your problem.  What are the IP addresses/netmasks
of your machine(s)?  How is your network connected together (number of
ethernet segments, IP address/netmask assigned to each segment)? What
machine is apache running on? It would be better if you provided all of
your information in IP address form, so for routing tables do 'netstat
-rn'. Also an 'ifconfig' would be interesting to see what the network
interface configuration is also.  I'm not that familiar with ISDN modems,
is it a separate hardware device for which there is a configured network
interface in a machine, or is it a network entity on one of your ethernet
segments?

This should be a fairly simple problem to fix I would think. Basically you
must assign an IP network address (e.g. 172.16.0.0, mask 255.255.0.0) to
each 'network' (ethernet segment). Then each network entity (e.g. host
computer, router) connected to that network is assigned an IP address from
the network's address space (e.g. 172.16.0.1).  When each network
interface is configured on a given host, there will also be a network
route added to the routing table that allows IP (on that host) to forward
datagrams to any host on this locally connected network. Other routes
might need to be added, like a default route, to allow IP reachability to
other IP networks.




Re: netscape 3.04

1999-01-05 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE-

On Tue, 5 Jan 1999, Ulf Jaenicke-Roessler wrote:

>  I just installed Netscape 3.04 with the Debian installer package,
>  and I always get a bus error, when trying to start netscape. :(

It's a libc problem.  Go to 
http://members.ping.at/theofilu/netscape.html
for info on fixing it.  It's not difficult.

noah

  PGP public key available at
  http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html
  or by 'finger -l [EMAIL PROTECTED]'




-BEGIN PGP SIGNATURE-
Version: 2.6.2

iQCVAwUBNpJJp4dCcpBjGWoFAQGBbgP7Bhbrhhh3ZCFmUIsv+XdRDl9Wkv5xfBc1
n5zo/xPDv1GH9e5v22Mzi+hPHEwrx7eEUTIjTKC+5ZRFS//aCQ8aZIG3g6H5ZyQW
ic02NTt25uPg7egQTK51gJ1CbY2ppJFikrEDNxOtWFjCX8ijCy5lw3GqZDmph/u6
p07A3t8tohc=
=bXOB
-END PGP SIGNATURE-


Dialup problems - Not getting the ppp0 interface.

1999-01-05 Thread Mark
Hi !

I'm having some trouble getting a Debian 2.0 (very out of the box) to
use a dial-up connection.  The box is doing the dialing correct, I can
see that on the modem LED's. The problem is the ppp0 interface, which is
not being enabled (?) when the modem connects.

Am I doing something wrong or have I missed something ?



Thanks.

Mark Nellemann


netscape 3.04

1999-01-05 Thread Ulf Jaenicke-Roessler
Hi,

 I just installed Netscape 3.04 with the Debian installer package,
 and I always get a bus error, when trying to start netscape. :(

 I use custom kernel versions 2.0.36 or 2.1.132 - no difference.

 Is it possible to run Netscape 3.04 on current slink? I dont want
 to "upgrade" to Netscape/Communicator 4.x, because it is such a
 resource hog (I tried it!).

 Thanks for any hint,

  Ulf


Re: News reading

1999-01-05 Thread Pann McCuaig
On Tue, Jan 05, 1999 at 05:58:42PM +0100, [EMAIL PROTECTED] wrote:
> 
> I am trying to install news reader on my computer.
> I would like to be able to fetch news while online and then read them and 
> answer while offline.
> 
> What do I need ? Cnews ?
> Is there any good documentation about it ? I didn't found any HOWTO or things 
> like that about it
> 

I'm quite satsified with slrn.
-- 
your man pann


Re: Modem stopped working when I upgraded to hamm

1999-01-05 Thread john
> Quick question.  Before I do that, what is the AT command to restore the 
> modem to factory settings?

ATZ will load stored profile 0.  AT&F0 will load factory profile 0.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


Re: MP3 to WAV converter???

1999-01-05 Thread Pere Camps
Hi,

> >> Does anyone know of a MP3 to WAV converter?

I use mpg123 (there's a debianized package) with sox. The command line is
the following:

#!/bin/bash
# mp32wav
mpg123 -b 1 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2"

And the use is:

mp32wav file.mp3 file.wav

-- p.


Re: MP3 to WAV converter???

1999-01-05 Thread Daniel Elenius
>> Does anyone know of a MP3 to WAV converter?
>> /daniel elenius

Rheda Barretina writes:
>WinAmp for Windows does it. All you have to do is open the options dialog, go 
>to the
>[AUDIO I/O] tab and change "Nullsoft Wave out (OUT_WAVE.dll)" for "Nulsoft 
>Disk Writer
>(OUT_DISK.DLL)". Then play them and they'll be stored in HD.

Yes, but I want to do it in Linux!


X toolkit warning

1999-01-05 Thread Mário Olímpio de Menezes

Hi Debian folks,

I'm running a program (cantata from Khoros www.khoral.com) and
every time I access some dialogs I get a dialog warning box with a message
like this:

Warning: X Toolkit Warning: Actions not found:
delete-next-character

What is this?
What can I do to fix this? It's an annoying message. Some times, I
have to click 'OK' about 8 times till I get the dialog showed.

Some hints.
I'm using slink, fvwm95, xdm.

Thanks,

[]s,
Mario O.de Menezes | "Many are the plans in a man's heart, but
IPEN-CNEN/SP   | is the Lord's purpose that prevails" Prov. 19.21


News reading

1999-01-05 Thread frleg

I am trying to install news reader on my computer.
I would like to be able to fetch news while online and then read them and 
answer while offline.

What do I need ? Cnews ?
Is there any good documentation about it ? I didn't found any HOWTO or things 
like that about it

Thanks
Franck

---
Franck Le Gall 
147, rue basse - 14000 Caen
tél. : 02-31-93-29-09
mobile : 06-62-34-03-52
e.mail : [EMAIL PROTECTED]
---




Re: configuring serial port

1999-01-05 Thread Andrew Ivanov
On Tue, 5 Jan 1999, Brandon Mitchell wrote:

> On Tue, 5 Jan 1999, CUNO wrote:
> 
> > Brandon Mitchell wrote:
> > 
> > > Multi part answer:
> > > 1) ttyS2 == COM 3 in dos/win
> > > 2) edit /etc/rc.boot/0setserial, disable autoprobing and set it manually
> > > 3) add "serial" to /etc/modules.conf so the modules and your changes
> > >aren't unloaded when not in use.
> >
> > Hi Brandon,
> > 
> > It works, thanx.
> > When I boot my system I get:
> > /dev/ttyS2 at 0x3e8 (irq = 4) is a 16450
> > 16450 is correct for an internal modem, isn't it 
> 
> Not sure.

You would want to put an UART of 16550A, do it in /etc/rc.boot/0setserial
and just change the uart argument.
> 
> > When I run pppconfig and filled in everything and I give pon my modem
> > still doesn't work
> > ???
> > Can you help me on this one

Ok, 
Q1: Is it a PnP modem? If it is, you will need to download and run
isapnptools
Q2: It seems that it's not a Winmodem, but just in case recheck.

ALso, try downloading wvdial package, it helps to configure the modem.
But I think that if the port is configured properly, and pon still can't
do anything ( When you run pon, do you hear a click when modem
initializes? Technicly, pon will not display anything. The only way you
know htat it worked is because you have the connection to the net, or just
check through plog, it will tell you why pon can not connect.)

Andrew

Never include a comment that will help | Andrew Ivanov
someone else understand your code. | [EMAIL PROTECTED]
If they understand it, they don't  | ICQ: 12402354
need you.  |


Re: configuring serial port

1999-01-05 Thread Brandon Mitchell
On Tue, 5 Jan 1999, CUNO wrote:

> Brandon Mitchell wrote:
> 
> > Multi part answer:
> > 1) ttyS2 == COM 3 in dos/win
> > 2) edit /etc/rc.boot/0setserial, disable autoprobing and set it manually
> > 3) add "serial" to /etc/modules.conf so the modules and your changes
> >aren't unloaded when not in use.
>
> Hi Brandon,
> 
> It works, thanx.
> When I boot my system I get:
> /dev/ttyS2 at 0x3e8 (irq = 4) is a 16450
> 16450 is correct for an internal modem, isn't it 

Not sure.

> What line do I put in /etc/modules

"serial" without quotes.  This forces the serial module to stay in memory.

> The complete line I see in 0setserial or only /dev/ttyS2 at 0x...

I remember it being fairly well commented.  Just comment (with a #) the
line that does the auto probing or configuring or whatever.  Then go way
down toward the bottom of the file where is says manual configuration.
Then uncomment the line for ttyS2.

> When I run pppconfig and filled in everything and I give pon my modem
> still doesn't work
> ???
> Can you help me on this one

What are the symptoms?  Does the modem dial and connect to the isp?  Run
"plog -f" from another window or virtual terminal, run pon, and post what
comes out of plog.

Good luck,
Brandon

+---  ---+
| Brandon Mitchell * [EMAIL PROTECTED] * http://bhmit1.home.ml.org/ |
|  Sometimes you have to release software with bugs. - MS Recruiter  |



Network setup problems

1999-01-05 Thread John Stevenson
Hello,

I have a strange problem I cant seen to understand what to do
about it.

I am running Apache as a web server and everything runs fine
when I am attached to my home LAN, using my own machine as the
gateway.

However, when I connect to the office to use the internet I have
to assign our ISDN modem as the gateway.  All of the network
stuff works fine when I do this, except I cannot connect to my
Apachie web server.  I get the following message:

A network error occured:
Unable to connect to server (TCP Error: No route to host)
The server may be down or unreachable.

I did a trace route, but that didnot enlighten me:

starfury: # traceroute 172.16.1.9
traceroute to 172.16.1.9 (172.16.1.9), 30 hops max, 40 byte
packets
 1  172.16.0.9 (172.16.0.9)  0.168 ms !H  0.138 ms !H  0.1 ms !H

starfury: # traceroute 172.16.1.9:80
traceroute: unknown host 172.16.1.9:80


I also tried a few other things after re-reading Net-3-Howto:

starfury: # /bin/netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags   MSS
Window  irtt Iface
localnet*   255.255.0.0 U  1500
0  0 eth0
127.0.0.0   *   255.0.0.0   U  3584
0  0 lo
default gateway.oa.nl   0.0.0.0 UG 1500
0  0 eth0

starfury: # /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric
RefUse Iface
172.16.0.0  0.0.0.0 255.255.0.0 U 0 
0   14 eth0
127.0.0.0   0.0.0.0 255.0.0.0   U 0 
01 lo
0.0.0.0 172.16.1.1  0.0.0.0 UG1 
0   60 eth0


As far as I can see the only thing that changes is the gateway
address.  I am not using DNS at home so that doesnt change.

I am using Debian 'Hamm' kernel 2.0.34 and pcmcia modules to
match for the network.

Do I need to add a route to my web server, or change my configs
to represent it?
Do I need to have DNS services running??

Can anyone help me ??
-- 
John Stevenson, Objective Alliance: www.oa.nl
"Its grip'd, its sorted.."


SLIP PPP

1999-01-05 Thread Darko Martic
Hi !

Well, currently I'm trying to connect to the Inet using DIP, and scripts
but...
Here is my script which doesn't work well:

main:
get $local dookie.hr
get $remote 161.53.114.3
port modem
speed
19200
loop:
echo on
#init ATn1L3X3S11=70
init ATX3
dial 111222
wait 00
40
if $errlvl != 0 goto loop
wait name: 
send somebody\n
#if $errlvl != 0
goto error
#wait word: 
#send pass\n
#if errlvl != 0 goto error
#send slip
default\n
wait is 15
if $errlvl != 0 goto error
get $locip remote
get $mtu
1006
default
print SLIP CONNECT to JMU
mode CSLIP
goto exit
error:
print
SLIP to $remote failed.
exit:

I would like also to connect with PPP, using script, instead of SLIP and to
configure tone dilaling
As you can see, my provider asks me for username and password.


Re: Upgrading

1999-01-05 Thread Brandon Mitchell
Libc5 should still be installed (or can easily be reinstalled) after the
upgrade.  It should coexist with libc6 without any problems.

Good luck,
Brandon

+---  ---+
| Brandon Mitchell * [EMAIL PROTECTED] * http://bhmit1.home.ml.org/ |
|  Sometimes you have to release software with bugs. - MS Recruiter  |

On Tue, 5 Jan 1999, Nidge Jones wrote:

> 
> I run Debian 1.3.1 and wish to upgrade to release 2.0
> 
> Having read up on this a little, am I correct in saying that I will be able
> to do this without breaking everything?
> 
> I am concearned about the LIB6c stuff, and what upgrading will mean to my
> old (LIB5) non-debian packages. Will they still work, or will I end up
> breaking everything from trying to change to 2.0 ?
> 
> I understand I need to run the autoup.sh script first, then use dselect as
> normal afterwards. This is fine for upgrading my Debian Packages. But what
> about other stuff *I* may have installed in /usr/local etc !


Re: Upgrading

1999-01-05 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 5 Jan 1999 15:02:13 + (GMT), Nidge Jones wrote:

>Having read up on this a little, am I correct in saying that I will be able
>to do this without breaking everything?

Well, maybe not everything...

>I am concearned about the LIB6c stuff, and what upgrading will mean to my
>old (LIB5) non-debian packages. Will they still work, or will I end up
>breaking everything from trying to change to 2.0 ?

However, Hamm does have the old libc5 libraries available for you to
install so the stuff you have compiled (or was compiled) with it will still
run.  I use rar extensively here and it is a libc5 program, no problems at
all.

>I am most concearned about this upgrade, I don't want to be left with a box
>of broken bits, followed by a long night of tape restores.

I've never gone through that upgrade since I started with Hamm.  However,
I don't think "a long night of tape restores" would be a wise response if
things do break.  If things break you're looking at two options.

1: A long night of reinstalling from tape.

2: A long night of installing from scratch.

Personally, I've gone through several Slackware installs, one Red Hat
install, one Stampede install, one FreeBSD install and two Debian installs
(one on a laptop).  If I were given those choices, I'd take the latter since
at least then the upgrade would be over and done with.  I find that fresh
installs are a lot less painless than trying to cobble together everything
from backups.  There are exceptions, mind you, but at that level of breakage,
there aren't many.  ;)

- -- 
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
 ICQ: 5107343  | main connection to the switchboard of souls.
- ---+-
-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.0 (C) 1997 Pretty Good Privacy, Inc

iQA/AwUBNpIvjHpf7K2LbpnFEQL9cQCgpfCKss6IwGSU/4iOcTqQS0ZsulQAoIOy
nhcvOZf8bSkk67hErwAFxPRU
=gV4X
-END PGP SIGNATURE-



Upgrading

1999-01-05 Thread Nidge Jones

I run Debian 1.3.1 and wish to upgrade to release 2.0

Having read up on this a little, am I correct in saying that I will be able
to do this without breaking everything?

I am concearned about the LIB6c stuff, and what upgrading will mean to my
old (LIB5) non-debian packages. Will they still work, or will I end up
breaking everything from trying to change to 2.0 ?

I understand I need to run the autoup.sh script first, then use dselect as
normal afterwards. This is fine for upgrading my Debian Packages. But what
about other stuff *I* may have installed in /usr/local etc !

Can I make the autoup.sh script take the LIB6c info from the Debian 2.0 
CD(s) I have. (Or Will I need to run autoup to Debians site using
FTP etc)

I am most concearned about this upgrade, I don't want to be left with a box
of broken bits, followed by a long night of tape restores.

Whatsmore, I do not want to be stuck with 1.3.1 just because I have a few
non-debian packages installed !

Thanks in advance.


-- 
Nidge Jones


Re: configuring serial port

1999-01-05 Thread Brandon Mitchell
Multi part answer:
1) ttyS2 == COM 3 in dos/win
2) edit /etc/rc.boot/0setserial, disable autoprobing and set it manually
3) add "serial" to /etc/modules.conf so the modules and your changes
   aren't unloaded when not in use.

If you need any details, just ask.  I've been doing installs lately to
test slink and this is one of my regular steps.

HTH,
Brandon

+---  ---+
| Brandon Mitchell * [EMAIL PROTECTED] * http://bhmit1.home.ml.org/ |
|  Sometimes you have to release software with bugs. - MS Recruiter  |

On Tue, 5 Jan 1999, CUNO wrote:

> Hello,
> 
> I have installed Debian one week ago. Everything is working fine, except
> my modem (Trust Communicator e56K).
> When I boot my system the following serial ports are configured, ttyS0
> and ttyS1.
> 
> /dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A
> /dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A
> 
> Debian cant't find ttyS2 and my modem is on this serial port.
> How can I configure ttyS2, so that I can use my modem.
> 
> Thanx 
> 
> Cuno Sonnemans, Netherlands
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


Re: [OFF-TOPIC] qvirtual option in fetchmail

1999-01-05 Thread Richard Alhama
On 5 Jan 1999, Carey Evans wrote:

> > I can't fetchmail when I switched to qmail.
> 
> I never had to use the qvirtual option when running qmail on my home
> system.  (I used fetchmail with qmail before the qvirtual option
> existed.)  What are you trying to achieve?
> 
> The answer to your problem, BTW, is to move the parameter
> "qvirtual isp-prefix-" further up in your .fetchmailrc.

I've followed the setup instruction I've found in qmail.org,

I've solved it, fetchmail fetches but, it gets delivered to the
ppp-outgoing queue. In ~alias/pppdir/ to be exact.  Not on ~/Mailbox :-(

I've read the fetchmail FAQ and the solution there does not seem to apply
to me.

Now, when I run maildirsmtp (manually, but I'll put it on ip-up as soon as
it can deliver to my local account) the fetched mail goes back to my
mailserver.

any other suggestions?

thanks.

k e c h i e


Re: uninstalling smail when a self compiled MTA is present

1999-01-05 Thread Marc Haber
On Tue, 05 Jan 1999 01:43:06 -0500, you wrote:
>   You may have to use 'dpkg --purge --force-depends smail' to delete
>smail, then immediately install your MTA.  If '--force-depends' doesn't
>work check 'man dpkg' for the other '--force' options ('dpkg --help' or
>'--force-help' may be sufficient).

Sounds like a bad brute-force approach. Can't dpkg do the remove and
the install of the equivs package in a single operation? Or can I
"update" smail with equivs?

Should this be filed as a wish-list bug?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |   " Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom " | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29


Re: uninstalling smail when a self compiled MTA is present

1999-01-05 Thread Marc Haber
On Mon, 4 Jan 1999 16:03:47 -0800 (PST), you wrote:
>I did exactly this yesterday (replacing smail with exim).
>
>apt-get install exim

No, you didn't. You used the debian package; I am trying to get rid of
smail because I have a self-built exim.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |   " Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom " | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29


lilo and scsi adapter

1999-01-05 Thread Bruce McCormick

I've lost the magic incantation to pass to LILO to allow me to use my
Adaptec 1540 scsi adapter. Now the system panics at boot because it can't
find the scsi boot disk. Can someone steer me to the proper documentation?

Thanks -

Bruce McCormick



Re: Modem stopped working when I upgraded to hamm

1999-01-05 Thread Jim Lynch
-  Received message begins Here  -

After listening to a number of suggestions, I installed a clean copy of 
hamm from the CD to a spare SCSI disk.  The modem still doesn't work.
I removed the sound card and disabled all serial ports except for the 
modem.

Tonight I'm going to install bo from Cd and make sure the modem still works.
If it does then I'll install things one at a time and see what happens.

Quick question.  Before I do that, what is the AT command to restore the 
modem to factory settings?  Just in case diald screwed with them somehow and
that is what caused the problem.  This is a US Robotics 33.6 sportster 
internal modem.  I wish they'd include a manual with modems still.

Thanks,
Jim.

To see my .signature file, go to http://reality.sgi.com/jwl/signature/


Re: 852 code page

1999-01-05 Thread Mirek Kwasniak
On Tue, Jan 05, 1999 at 12:21:51AM +0100, Darko Martic wrote:
> With new kernel (2.0.36) I installed a support for 852 code page, how do I
> use it ?

For example in my fstab I have a line:

/dev/hda1  /mnt/win95vfat rw,noexec,codepage=852,iocharset=iso8859-2 1 0

Mirek


RE: Will slink ship with 2.2.0

1999-01-05 Thread Christian Lavoie
In the new site section (called release info, on the main bar at the left of
www.debian.org) it's said that it's gonna be in January 99.

As for the Kernel 2.2, I don't think so, yet since the 2.1 kernel works
quite fine, I don't see anything preventing you from upgrading slink to k2.2
asap.


Christian Lavoie
UIN: 947212
E-Mail: [EMAIL PROTECTED]
<>

Network Installtion problem.

1999-01-05 Thread Tom Champion




I hope someone can help me.
 
I can't get my network card working and as the 
CDRom is on another machine I cannot install the packages until I can get an ftp 
connection between the Linux machine and NT server.
 
When I installed the base system the network 
card that I have, installed properly as a ne200 compatible, it even came up when 
I ran ifconfig under the shell from the installation menu.
 
When I rebooted the into Linux the network card 
had disappeared.  I only get the loopback when I run ifconfig.
 
I am a newbie to Linux and hope that someone can 
solve this problem, I have been searching through the debian archives and other 
sources for this answer.
 
I had problems with installing RedHat onto the 
machine and gave up in the end, so it could be a problem with the machine.  
The strange thing is that it configured and displayed in the installation, but 
won't when it is running. 
 
Tom..


Re: Winmodem?

1999-01-05 Thread Kenneth Scharf
You would think that now that US Robotics is owned by 3com this would
change, as they seem to be open about the spec's on their ethernet lan
cards.
===
As evil as MS are, they are not responsible for all of the world's
problems.  Blame US Robotics for this one; they have resisted repeated
pleas for open WinModem specifications.  Send them a (polite) note if
you have one of their WinModems and don't like their policy.

miket



_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


Re: Debian and Erlang ?

1999-01-05 Thread J.H.M. Dassen
On Tue, Jan 05, 1999 at 13:25:20 +0100, Mickael Remond wrote:
> Is there any plan to integrate the Erlang language (http://www.erlang.org)
> into the debian distribution ?

There are currently no concrete plans to do so that I'm aware of (i.e. there
are no Erlang packages, nor is Erlang listed at
http://www.debian.org/~johnie/).

See http://www.debian.org/devel/help for information on how to become a
Debian maintainer if you'd like to package it.

HTH,
Ray
-- 
Cyberspace, a final frontier. These are the voyages of my messages, 
on a lightspeed mission to explore strange new systems and to boldly go
where no data has gone before. 


Debian and Erlang ?

1999-01-05 Thread Mickael Remond
Hi,

Is there any plan to integrate the Erlang language
(http://www.erlang.org) into the debian distribution ?

Thanks in advance.

Mickaelbegin:vcard 
n:Rémond;Mickaël
x-mozilla-html:FALSE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Mickaël Rémond
end:vcard


Re: configuring serial port

1999-01-05 Thread Peter Berlau
On Tue, Jan 05, 1999 at 10:57:25AM +0100, CUNO wrote:
> Hello,
Hi Cuno,
> 
> I have installed Debian one week ago. Everything is working fine, except
> my modem (Trust Communicator e56K).
> When I boot my system the following serial ports are configured, ttyS0
> and ttyS1.
> 
> /dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A
this means serial ort one
> /dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A
this means serial port two
if this messages are the only booting-messages
for serial-devices when the system is comming up
it looks like Your box have only 2 serial ports

usually port 1 = ttyS0 is the connector for mice
usually port 2 = ttyS1 is the connector for modem or terminal

> 
> Debian cant't find ttyS2 and my modem is on this serial port.
thats right, ttyS2 is the 3. serial port which the box does'nt have
> How can I configure ttyS2, so that I can use my modem.
if sure You have this port and the bootmessage show it have a look 
at
'/etc/inittab'
search for a line like
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
change it to
T2:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS2
# ^
#note You must add Your modemspecific parameters here
save the inittab and execute
init  q
thats all

-- 
   Peter


[Q] Automating the imm module

1999-01-05 Thread Didier Verna

Hi!

I've compiled the imm module for my Zip+, put it in /lib/modules and built a
kernel with scsi support. Now, I'm able to do this:

| insmod imm
| 
| rmmod imm

Obviously, what I'd like to do now is automating the loading/unloading of imm.
Like, if I say "mount /mnt/zip", the module would be loaded (I think kerneld
knows already how to unload it after some time, right?).

How can this be achieved ?

A partly related question: I don't understand exactly what does kerneld, and
how it does it. In particular, I read in the SB mini howto that when modules
are in /etc/modules, they're not subject to automatic removal. So, does
kerneld only manage modules loaded with insmod ?

-- 
/ /   _   _   Didier Vernahttp://www.inf.enst.fr/~verna/
 - / / - / / /_/ /  E.N.S.T. INF C201.1  mailto:[EMAIL PROTECTED]
/_/ / /_/ / /__ /46 rue BarraultTel.   (33) 01 45 81 73 46
  75634 Paris  cedex 13 Fax.   (33) 01 45 81 31 19


supported hardware

1999-01-05 Thread F Bonte
Dear sir,
I just bought two distributions of Linux ( SuSe and Redhat) they bought don't 
support my hardware. I would like to check if debian can help me out. If so I 
will be happy to download the distribution or buy it from a reseller.

VideoCard is a Diamon Fire GL 1000 PRO ( permedia 2 chipset) on agp
Mouse is a intellimouse ( on PS/2)
CD-rom is atapi
HD is a WDC caviar on extended IDE


thanks
Frits Bonte
[EMAIL PROTECTED]


configuring serial port

1999-01-05 Thread CUNO
Hello,

I have installed Debian one week ago. Everything is working fine, except
my modem (Trust Communicator e56K).
When I boot my system the following serial ports are configured, ttyS0
and ttyS1.

/dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A
/dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A

Debian cant't find ttyS2 and my modem is on this serial port.
How can I configure ttyS2, so that I can use my modem.

Thanx 

Cuno Sonnemans, Netherlands


Re: nas-lib

1999-01-05 Thread Olafur Jens Sigurdsson
Þann 04. janúar 1999 reit Steve McIntyre svohljóðandi:
> >Has anyone been able to install this package and if so, where did they 
> >get it from, couse i downloaded it from two different debian mirrors.
> 
> I got it fine, but I should. I'm the package maintainer... :-) Try running
> an md5sum on the package, and compare it against the one on the ftp site.
> My local copy is currently:
> 
> hammer:~/debian/nas$ md5sum nas-lib_1.2p5-7_i386.deb 
> d3d548d5a4da01ddb4f9278ee6cef5d1  nas-lib_1.2p5-7_i386.deb
> hammer:~/debian/nas$ ls -al nas-lib_1.2p5-7_i386.deb 
> -rw-r--r--   1 steveusers   54818 Aug 28 00:15 
> nas-lib_1.2p5-7_i386.deb
> 

Well...i found out what was wrong. Netscape was the problem i think, i 
told netscape to save it directly to the floppy disk instead of saving it 
first to a local drive and then copy it to the floppy. By doing this 
netscape somehow managed to trash some sectors and make the disk 
unusable. 
So it has nothing to do with the package, sorry if i caused you any 
worries :)

**
* Ólafur Jens Sigurðsson   | Olafur Jens Sigurdsson  *
* Eðlisfræðinemi   | Physics Student *
* Háskóli Íslands  | University of Iceland   *
* [EMAIL PROTECTED]| [EMAIL PROTECTED]  
 *
**


Re: Graphical File Manager

1999-01-05 Thread Martin Waller
tkdesk is quite useful, and very configurable.

It's in the free section somewhere (X11?)

Martin



>Date: Mon, 4 Jan 1999 13:45:12 -0500
>From: Mike Rae <[EMAIL PROTECTED]>
>To: "debian-user@lists.debian.org" 
>Subject: Graphical File Manager
>
>Can anyone recommend a Win95/WinNT like file manager for X ? 
>
>thanks 
>Mike Rae
>
>
>-- 
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
< /dev/null
>
>


__
Get Your Private, Free Email at http://www.hotmail.com


Re: need various libs ... ??

1999-01-05 Thread Carey Evans
[EMAIL PROTECTED] writes:

> > Sounds like your program uses the old libc5 libraries that you don't
> > have installed.  Try installing the 'libc5' package in the 'oldlibs'
> > section.
> 
> Thought about that, but I have libc5 installed.

The output of `ldd ./executable' would be useful.

You could also try `objdump --private-headers executable | grep RPATH' 
to see if there's a path to the libraries compiled into the program.
If there is, carefully change the path using something like Emacs's
`hexl-find-file' to something that doesn't exist.

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

  Larry froze.  Was the bag a trap?
  He could see the way in, but the other end appeared to be sealed.


gnome background-properties problem

1999-01-05 Thread Tongyu Wang
I am running hamm and just installed gnome from slink distribution. The
background-properties won't run. I got the following error:

background-properties: error in loading shared libraries
: undefined symbol: Imlib_init_with_params

what's the problem?



Re: Slink Upgrade Benefits

1999-01-05 Thread Ed Cogburn
Nils wrote:
> 
> Right now I'm running Hamm. I'm pretty much a newbie to this. But what
> good would it do to upgrade to slink? I had installation problems with
> Hamm, like on the rescue disk when it would boot the kernel, it'd
> automatically repartition my hard drive. And put 4 bogus partitions on
> it that weren't there origianally. Now this is on a Toshiba T4400C laptop
> with a 120 MB drive...is this also a problem in Slink or is it just that
> I am doing something wrong?
> 


Upgrades are a lot easier than installs (IMHO).  Once slink is released
as stable, an ftp upgrade (or from a CD, if thats how you do it) to
slink from hamm should have fewer problems than the ones you faced
during installation.


-- 
Ed C.


Re: uninstalling smail when a self compiled MTA is present

1999-01-05 Thread Ed Cogburn
Marc Haber wrote:
> 
> On Wed, 30 Dec 1998 14:56:15 -0500 (EST), you wrote:
> >Marc Haber said
> >> So I seem to be in a circular situation: I can't install equiv package
> >> just made because I have smail installed. I can't uninstall smail
> >> because I have numerous packages that require mail-transport-agent.
> >>
> >> How do I get out of this circle?
> >>


You may have to use 'dpkg --purge --force-depends smail' to delete
smail, then immediately install your MTA.  If '--force-depends' doesn't
work check 'man dpkg' for the other '--force' options ('dpkg --help' or
'--force-help' may be sufficient).


-- 
Ed C.


Re: TrackManMarple-Thanks

1999-01-05 Thread Michael Wahl
Hello,

Thanks for the replies to my message. Unfortunatly I can't test the 
suggestions you've made. But I think they'll will work.

I'm sorry but I have to shortcut it here, because I'm at work (my boss 
won't look pretty), at home I have troubles getting my mail).

So long and thanks a lot

Michael, Trier, Germany

P.S.: Sorry Joey, can't Cc. you, have lost your adress



__
Get Your Private, Free Email at http://www.hotmail.com


Re: reverse order printing?

1999-01-05 Thread Torsten Hilbrich
Aaron Van Couwenberghe <[EMAIL PROTECTED]> writes:

> I've been using an HP Deskjet 540 with spud, and it's worked fine so
> far.  One annoying thing though -- the pages come out with the last
> page on top.  Is there a simple way to reverse the order? would it
> be a gs or lpd/lpr option?

Use "psselect -r" to filter the postscript file, found in the
text/psutils package. 

Torsten

-- 
Homepage: http://www.in-berlin.de/User/myrkr


Re: Winmodem?

1999-01-05 Thread Mike Touloumtzis
On Fri, Jan 01, 1999 at 10:39:28AM -, eferen1 wrote:
>
> Hi. I had that problem too. If it's a winmodem, forget it!
> 
> Get yourself a real modem. Debian people won't write a driver for it.

s/Debian/kernel/
s/won't/can't/

Trust me, if hardware specifications for this WinModem were freely
available, some signal processing sicko somewhere would be working on
a driver for it.

> MS has a closed door policy on their code, and probably locks their
> developers in it too.
>

As evil as MS are, they are not responsible for all of the world's
problems.  Blame US Robotics for this one; they have resisted repeated
pleas for open WinModem specifications.  Send them a (polite) note if
you have one of their WinModems and don't like their policy.

miket


Re: Will slink ship with 2.2.0

1999-01-05 Thread Martin Schulze
Sergey Imennov wrote:
> 
> Hello,
> 
>   Just wondering, if 2.2.0 is out before slink is 
>   officially released, will the new kernel be
>   shipped with slink?

Linux 2.2.0 might be out before Debian 2.1 will be out but this is not
a reason for its inclusion in slink.  Debian 2.2 will probably include
Linux 2.2.x but slink will stick with 2.0.x.

> P.s.  When will slink be out?  ( Approximately... )

There are rumours about mid of january, end of january.  We'll see
when it happens. :)

Regards,

Joey

-- 
Happy GNU year!

Please always Cc to me when replying to me on the lists.


Re: Windoze printer

1999-01-05 Thread Martin Schulze
Martin Saturka wrote:
> Hello.
> Does anybody know, whether is some way to make work printer Oki "OKIPAGE
> 4w plus" under Linux. That printer is 'Win printer'. I heard something
> about rendering by ghostscript, but I can find really nothing, how to do
> it. thank you very much.

If it is one of these nfamous GDI thingy it will take quite a while to
have it supported under a non-windows system.

Regards,

Joey

-- 
Happy GNU year!

Please always Cc to me when replying to me on the lists.


Re: [Off Topic] Ideas on providing low cost email access to schools

1999-01-05 Thread Raymond A. Ingles
On Tue, 29 Dec 1998, Sudhakar Chandrasekharan wrote:

> The Linux machine will queue all the outgoing mail.  This Linux machine
> will then dial another school or hub (via. PPP) during the off-peak
> hours and send out the emails from the queue.

> Questions
> ^
> 1. Has something like this been implemented elsewhere?  It would be nice
> if I had more actual technical details on how this has been implemented.

 Yes, you have just reinvented FIDONET. Do a web search on that and you'll
turn up some information. It reigned in the days of Bulletin Board Systems
(BBS's). During off-peak hours, the BBS's would call each other and
exchange data and email. Email (though slow by today's standards) was
possible from one end of the US to the other.

 I don't know how much technical help this'd be, but it might at least be
a useful reference for the article you're writing. Take a look at

http://www.fidonet.org/
http://owls.com/~jerrys/fidonet.html

> 3. Are there out of the box solutions available?  Do any of the MTAs
> support this kind of stuff?  I don't want to write custom scripts.  I
> prefer a solution that needs minimal maintenance.
> 
> 4. I want to stay with TCP/IP.  uucp is not a solution for me.

 Sorry, I don't know enough about this to help out. Perhaps you could ask
on the Linux-net mailing list ([EMAIL PROTECTED] &&
linux-net@vger.rutgers.edu).

 Sincerely,

 Ray Ingles(248) 377-7735[EMAIL PROTECTED]

 "COBOL is here for the long run... [O]n the Starship Enterprise make
  no mistake, the program that calculates their pay will be written
   in COBOL..." - Jerome Jahnke


Re: procmail can't lock mail spool?

1999-01-05 Thread Henning Makholm
Joey Hess <[EMAIL PROTECTED]> writes:

> I keep getting this error in my procmail log:
> procmail: Lock failure on "/var/spool/mail/joey.lock"

If vsm/joey.lock exists and you are certain that you're not reading
mail, it is probably caused by either procmail or a mail user agent
once having died a little too violently.

Simply become root and delete the file. That should clear the error.

-- 
Henning Makholm
http://www.diku.dk/students/makholm


RE: Amazing installation. SCSI problems

1999-01-05 Thread Antonio A. Rivas Ojanguren
Thanx John

But as I've said in my previous e-mail I'm new here and I don't know the
ways to deal with debian as well as you think.
Can you tell me how can I set up the driver?

Greetings from Spain.

Antonio A. Rivas Ojanguren
[EMAIL PROTECTED]


>Hey Antonio,
>
>You didn't select the driver for your SCSI controler when you
>installed the system.  It is in the install (resc1440) disk kernel as
>a default.  I am runing the same controller here with out any
>problems.  I installed it in the kernel when I went through the driver
>selection menus so it would be there full time.
>
>Good luck with Debian.  You will like it once you get everything
>setup.
>



procmail can't lock mail spool?

1999-01-05 Thread Joey Hess
I keep getting this error in my procmail log:
procmail: Lock failure on "/var/spool/mail/joey.lock"

Should I worry?

-- 
see shy jo


Re: sound card

1999-01-05 Thread Michele Bini
On Mon, Jan 04, 1999 at 02:25:49AM +0100, Darko Martic wrote:
> Where can I download it from? I mean for kernel 2.1. I currently have
> 2.0.36, and I can only listen .MID files now.

You can download 2.1 kernels from http://ftp.kernel.org or one its
many mirrors (such as http://ftp.us.kernel.org)

-Michele


Re: AWE 64 Value

1999-01-05 Thread Michele Bini
On Sun, Jan 03, 1999 at 05:35:55PM +0100, Andrea Novara wrote:
> Hello!
> 
> I'm experiencing problems configuring my new awe 64 value ISA PnP card!
> [...] 
> Jan  3 04:28:50 gromit kernel: AWE32: not detected

Maybe that you forgot to add support for the wavetable in /etc/isapnp.conf
Do you have anything like this in that file? :

(CONFIGURE CTL00c5/392940333 (LD 2
# ANSI string -->WaveTable<--
(IO 0 (BASE 0x0620))
(IO 1 (BASE 0x0A20))
(IO 2 (BASE 0x0E20))
(ACT Y)
))


Re: Billy has nothing to worry about.

1999-01-05 Thread stick
Robert Wilderspin said
> > > That's an unfair comparison.  Computers in general are more evolved
> > > these days, so it stands to reason that any new operating system will
> > > appear to get further in a shorter amount of time.  Perhaps one should
> > > compare Windows NT to big-box Unices?  NT is much younger, and yet
> > > it's got a lot of nifty features that took Unix years and years to
> > > develop.  Why, Unix didn't even have CD-ROM support until it was
> > > nearly two decades old!
> >
> > Tal about unfair comparisons.  How old was Unix before CD-ROM's even
> > existed!? You say we can't compare the old with the new because
> > technology has excelerated the pace of development - yet that's
> > exactly what you're doing when you compare NT to "big-box Unix".
> 
> I was being facetious to illustrate the worthlessness of the previous 
> poster's argument.  I'm fully aware that Unix predates CD technology 
> by about two decades.
So sorry.  I missed the sarcasm.
> 
> 
> Regards,
> Rob
> 
Humbly Yours,
Chuck


-- 
Chuck Stickelman, Owner E-Mail: <[EMAIL PROTECTED]>
Practical Network DesignVoice:  +1-419-529-3841
9 Chambers Road FAX:+1-419-529-3625
Mansfield, OH 44906-1301 USA


Re: EzPPP

1999-01-05 Thread john
Darko Martic writes:
> As EzPPP use pppd program, I try to run it manualy, and all I get was
> something like: &/$%(&%$/%$( /&%(%&)/(&%)#/T C#N/)N
> )(/$#&)BC$#&)BC&/($#(/&/( and such things, and it couldn't stop, so I had
> to kill that process.

You just typed 'pppd' with no options at the prompt right?  That's normal.
Pppd connected itself to your pty and started sending packets on the
assumption that you were another pppd trying to talk to it.

Any ideas ?

Run pppconfig and then try pon.  If that doesn't work send me copies of
your /etc/chatscripts/provider, /etc/ppp/peers/provider, and the output of
the 'plog' command.
-- 
John HaslerThis posting is in the public domain.
[EMAIL PROTECTED]  Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wisconsin Do not send email advertisements to this address.


Re: uninstalling smail when a self compiled MTA is present

1999-01-05 Thread Jim McCloskey

Marc Haber said:

>> So I seem to be in a circular situation: I can't install equiv package
>> just made because I have smail installed. I can't uninstall smail
>> because I have numerous packages that require mail-transport-agent.
>>
>> How do I get out of this circle?

I did exactly this yesterday (replacing smail with exim).

 apt-get install exim

was smart enough to first remove smail and subsequently install
exim. It worked without a hitch (all I had to do was remove some files
by hand in /var/spool/ and /var/log/).

It was very impressive,

Jim