Re: Problems Compiling Kernel 2.0.27

1997-03-09 Thread Richard Morin
trouble here too, I hope the new modutils takes care of this, I like sound with my quake...:-) Rich M [EMAIL PROTECTED] On Sun, 9 Mar 1997, johannes martinez wrote: > Date: Sun, 09 Mar 1997 13:34:11 -0500 > From: johannes martinez <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Subject

Re: Serial ports/Speak Freely/Video/Installation Dependencies...

1997-03-09 Thread Craig Sanders
On Wed, 5 Mar 1997, Mark Lever wrote: > getty processed on ttyS1 block modem access to cua1. When a getty is > running (getty, agetty, uugetty or mgetty) and I try to run kermit > (or minicom or statserial) I get a can't open device error. Why? They > didn't used to. Is this a new kernel feature?

RE: How to install own kernel

1997-03-09 Thread Peter Iannarelli
Mikael: Installing a kernel is easy. 1st go to /usr/src and find the linux directory. If you don't have one you can't install a new kernel. If you have a linux directory. go into it and read the README. Starting at about line 60 there is a step by step set of instructi

How to install own kernel

1997-03-09 Thread Mikael Hallendal
Hi! Can someone tell me step by step how to install a new kernel in Debian. I know how to do it in Slackware but it seems to be a little different in debian. My /usr/include directory is full of subdirs, I usually set the /usr/include/linux as a link to point to my kernelsource but it's a bit di

Re: ethernet routing problem?

1997-03-09 Thread Craig Sanders
On Mon, 3 Mar 1997, Steve Izma wrote: > I've been setting up Debian 1.2.4 (25 Jan.: Cheapbytes distribution) > on two new Pentium 150 systems and I can't get network routing over > ethernet to work. > > Installation of netbase and netstd seemed to go well using dselect, > except for an unsurpris

Mouse and mounting problems

1997-03-09 Thread Daniel Karlsson
Hello! Now I've almost got the mouse to work in X. It's only the middle button that doesn't want to work. How do I make it work? I've also tried to mount my floppy drive. I wrote the following at the command line: mount -t msdos /dev/fd0 /floppy and I got the message: mount: /dev/fd0 is not a val

pgp!

1997-03-09 Thread A.R.\(Tom\)Peters
Oops... apparently that is a FAQ. Sorry; I just couldn't find it in the Packages lists (neither can dselect). -- Dr A.R. (Tom) Peters Wittgensteinlaan 149tel.020-4080204 NL-1062 KD Amsterdam e-mail [EMAIL PROTECTED]

Re: Laodable Modules

1997-03-09 Thread Rob MacWilliams
> Rob MacWilliams wrote: > > > > Hi all, > > > > I am trying to compile a custom kernel for the usual reasons. I am not > > seeing any errors during the > > $insmod psaux > > misc_register undefined > > misc_deregister undefined > > Loading failed! The module symbols (from linux-2.0.27) do

RE: subscribe peter@pisys.com

1997-03-09 Thread Peter Iannarelli
To whom it may concern: This message is a test. I am aware that there have been some problems with e-mails originating from this location. I have applied some changes at my end in hopes that this will resolve any problems. Should this problem persist, please feel free to remove me from your ma

Re: Locate

1997-03-09 Thread John Ireland
> > when I use locate I get an error. This is what I get if I type > > like locate . Like locate new.stuff. I get locate: > > /var/lib/locate/locatedb: No suck file or directory. Can anyone tell me > > why? And is there a command to see how much disk space I have left? > > > > Thanks,

Re: Kernel compilation problem

1997-03-09 Thread Dima
In message <[EMAIL PROTECTED]> you wrote: >--Multipart_Sat_Mar__8_19:17:27_1997-1 >Content-Type: text/plain; charset=US-ASCII > >> "Elie" == Elie Rosenblum <[EMAIL PROTECTED]> writes: > ... >>> >>> Well, I know of this fatal sig 11 thing, but, $%!"#$"#$%"%", it >>> worked before on

Laodable Modules

1997-03-09 Thread Rob MacWilliams
Hi all, I am trying to compile a custom kernel for the usual reasons. I am not seeing any errors during the compile, installation or boot phases, but some of the modules won't install. Here are the steps I took to compile the kernel: mv /lib/modules/2.0.27 /lib/modules/2.0.27.old mv /vmlinuz

Will I need special kernel for farrallon pcmcia card?

1997-03-09 Thread Nathan O. Siemers
I just did a 1.2 install onto a new AST ascentia notebook. Now I have Helen Keller Linux running (no X, no network, no mouse yet). The first and most pressing problem is getting it to talk to a farrallon etherwave pcmcia card. Will I need to ftp packages over to the windows side and get a comp

Re: Executing java applications

1997-03-09 Thread Larry 'Daffy' Daffner
"HK" == <[EMAIL PROTECTED]> writes: HK> I'm running Debian-Linux 1.2.6 with Java support, to be able to HK> run Java applications (not applets). My little test program HK> Welcome.java is supposed to write a short message to the screen; HK> it compiles successfully with guavac (it says s

Re: pgp?

1997-03-09 Thread Guy Maor
Santiago Vila Doncel <[EMAIL PROTECTED]> writes: > [ Yes, we should add a symlink README.PGP -> README.non-US. ] Yes, I did it yesterday, so mirrors are seeing it now. I estimate that will cut the volume of debian-user by 50%. Guy

Re: Problems Compiling Kernel 2.0.27

1997-03-09 Thread johannes martinez
Thought wrote: > > I normally don't compile sound board support, because I never use sound in > Linux, but I was just messing around and I decided 'what the hell' and > included it when I was remaking my kernel, and I got a bunch of missing > configuration files/setup errors when trying to compile

Re: how to intstall Netscape 3.01?

1997-03-09 Thread Harmon Sequoya Nine
Something I know how to answer!! You'll need to download netscape for Linux from home.netscape.com. You can find it by following the menu choices -- it's layed out pretty good. I suggest you place the tar-file in root's home directory or a subdirectory thereof, then make a symbolic link to it

Done; was (how to intstall Netscape 3.01?)

1997-03-09 Thread Eugene H. Sevinian
Thanks, Eugene Sevinian Cosmic Ray Division Yerevan Phisics Institute Alikhanian's Brothers str.2 375036 Yerevan 36 Armenia URL: http://www.yerphi.am/crd/prs/sevinian.html Phone: 374-2-352041 (YerPhI), 374-2-344873 (aprt.) Fax: 374-2-350030

Re: zsh vs bash

1997-03-09 Thread Richard Kettlewell
Both are excellent interactive shells. >* automatic completion on variables names, e.g. type > "export DISP" and hit tab. (I just checked, in bash you can use > Esc-$ to specifically complete a variable name; in zsh the default > compctl (completion) has been setup to complete for a variable

how to intstall Netscape 3.01?

1997-03-09 Thread Eugene H. Sevinian
Hi All, I tried to install it from 'contrib' but it was an installer not a package itself. So what I should to do? Thanks forward, Eugene Sevinian Cosmic Ray Division Yerevan Phisics Institute Alikhanian's Brothers str.2 375036 Yerevan 36 Armenia URL: http://www.y

Re: pgp?

1997-03-09 Thread Santiago Vila Doncel
-BEGIN PGP SIGNED MESSAGE- On Sun, 9 Mar 1997, A.R.(Tom)Peters wrote: > Whatever happened to the Debian pgp package? [ ... ] In the Debian mirrors there is a file named README.non-US. Please, read it. Thanks. [ Yes, we should add a symlink README.PGP -> README.non-US. ] -BEGIN PGP

Re: Perl/io/dpkg-ftp and start-stop-daemon (again(again)).

1997-03-09 Thread John Doggett
On 7 Mar 1997, Guy Maor wrote: > [EMAIL PROTECTED] (Brian Skreeg) writes: > > > Due to the ridiuclous dependancies involving Perl,io,libnet and > > dpkg-ftp I now find dpkg-ftp broken. > > io was merged into perl and is now obsolete. Remove io and reinstall > perl. > > > bash: /usr/sbin/s

RE: I screwed up real good.

1997-03-09 Thread Peter Iannarelli
Thanks to everyone who sent me a copy of /etc/init.d/ppp. I'm working again. --

Broken Terminal after telnet or rlogin

1997-03-09 Thread Marcus Brinkmann
Hello debians! I've just installed a small debian system (1.2.4, but ftp updated) My update configuration is stable non-free contrip. All things works just fine, but: ** Sometimes some programs (ae, dselect) don't like the cursor keys. ** Instead I get those dam**d escape sequences. In fact, th

LARRY ELLISON

1997-03-09 Thread whiz
The most brilliant mind has his website: http://www.concentric.net/~Cclm

Re: I screwed up real good.

1997-03-09 Thread Marcus Brinkmann
Hello Peter! I can understand you, because I'm working on my PPP connection, too. Sometimes I'm a bit confused, ... I didn't modified my /etc/init.d/ppp, so it should work! Look at ls -Fl /etc/init.d/ppp: -rwxr-xr-x 1 root root 510 Dec 8 02:54 /etc/init.d/ppp* Good luck! #! /bin

pgp?

1997-03-09 Thread A.R.\(Tom\)Peters
Whatever happened to the Debian pgp package? I got one last summer (Debian-1.1 section non-free) which was made by a Brit and contained pgp-2.6.2 (i and us). I would like to upgrade if possible (2.6.3 is around, maybe higher). But a Debian package for pgp is nowhere to be found. Any clues? --

Where is /usr/lib/crt0.o?

1997-03-09 Thread Terrence M. Brannon
I am trying to compile MULE (Multilingual Emacs), yet it cannot find this file. Where might I find it? -- terrence brannon [EMAIL PROTECTED] fax:213-740-5687home:213-737-5096 2677 Ellendale Place #206, LA, CA 90007/o)\ neuralcomplab:213-740-3397 http://rana.usc.edu:8376/~brannon

Where is /usr/lib/crt0.o?

1997-03-09 Thread Terrence M. Brannon
I am trying to compile MULE (Multilingual Emacs), yet it cannot find this file. Where might I find it?

Re: Executing java applications

1997-03-09 Thread Heikki Vatiainen
Ok, the story goes like this: You compile your applet with guavac/javac and run it with kaffe/java. Here's an example which uses guavac as a compiler and java as an interpreter. Kaffe didn't work for me for some reason but the procedure should be pretty much the same. All these are already packa

Re: zsh vs bash

1997-03-09 Thread Jonas Bofjall
On 8 Mar 1997, Richard Sharman wrote: [completion control] > compctl (completion) has been setup to complete for a variable name > if the command is "export". While the zsh seemed easier, I guess > the bash approach allows you to control it more.) I hope that's a typo.. The zsh way is mo

I screwed up real good.

1997-03-09 Thread Peter Iannarelli
Hi all: I was screwing around the @#%$#%^@ my /etc/init.d/ppp file. I didn't make a backup. Think I would learn by now. Could someone please send be a copy of their /etc/init.d/ppp file. I tried editing my copy but I'm missing something. Thanks in advance Thanks

RE: Executing java applications

1997-03-09 Thread Peter Iannarelli
Java Comrade: Java is an interpreted language. To run a Java program you need a Java interpreter. Linux has one or more. You can use Netscape or the Kaffe interpreter. Try ftp://prep.ai.mit.edu. or the primary site is ftp://ftp.sarc.city.ac.uk/pub/kaffe -- From: [EMAIL PROTECTED]:[EMA

RE: X

1997-03-09 Thread Peter Iannarelli
Daniel: Well Daniel, X is not very useful without a mouse. I'll try to help. Use the command SuperProbe to determine what Linux sees with respect to your hardware. Run xf86config to configure you X server. I'm not quite certain what version of software you are using but X11R6.3.2 is far more fle

Re: X

1997-03-09 Thread Heikki Vatiainen
Hi, I guess this is an indication that you have the mouse setup right in gpm but wrong in X. In my /etc/gpm.conf there are lines 'device=/dev/ttyS0' and 'type=ms'. /dev/mouse is a symlink to /dev/ttyS0 In my /etc/X11/XF86Config, section "Pointer" there are lines 'Protocol "MouseMan"' and 'Devi

Executing java applications

1997-03-09 Thread
I'm running Debian-Linux 1.2.6 with Java support, to be able to run Java applications (not applets). My little test program Welcome.java is supposed to write a short message to the screen; it compiles successfully with guavac (it says so), resulting in Welcome.class. But then what? First, Welcom

Re: Locate

1997-03-09 Thread Giuliano Procida
Rob Browning <[EMAIL PROTECTED]> wrote: > Pete Poff <[EMAIL PROTECTED]> writes: > > > when I use locate I get an error. This is what I get if I type > > like locate . Like locate new.stuff. I get locate: > > /var/lib/locate/locatedb: No suck file or directory. Can anyone tell me > > why

test

1997-03-09 Thread Paul McDermott
test

help!!!!

1997-03-09 Thread Valenzuela Family
I have a 386 laptop that i just installed linux on and I don't know how to print from it and how to automatically mount a floppy. Here is my booth message if anyone can help me. Thank you, Ernesto Console: 16 point font, 400 scans Console: colour VGA+ 80x25, 1 virtual console (max 63) pci_init: n

Re: Zimmerman case

1997-03-09 Thread Bruce Perens
Shaya Potter: > The people that developed [ITAR] were asked "what don't we want our enemies > getting their hands on", one of their answers was strong encryption. The problem here seems to be that the government doesn't acknowledge that people outside of the U.S. are at least as smart as we are, a

More shared lib stuff

1997-03-09 Thread Walter L. Preuninger II
Thanks for the quick turnaround on my question about the benefits of shared libs. Now for the next problem. Well, I think I have got my shared lib built, I have run ldconfig but when I try to compile a program that uses routines in the shared lib, I get /tmp/cca024781.o: In function `main': /tmp/

Re: Problems Compiling Kernel 2.0.27

1997-03-09 Thread Thought
I normally don't compile sound board support, because I never use sound in Linux, but I was just messing around and I decided 'what the hell' and included it when I was remaking my kernel, and I got a bunch of missing configuration files/setup errors when trying to compile too. I just thought 'ahh

Re: Down Loading

1997-03-09 Thread Thought
If reget doesn't work, have a friend with a fast connection download it and split it up to smaller files :) On Sat, 8 Mar 1997, Pete Poff wrote: > Hi, > the service that I use to get onto the internet only allows me 1 > hour at a time, then I have to quit and log back on. There are some

Re: Installing a new kernel....

1997-03-09 Thread Thought
I just had this problem 2 days ago :) After playing around with everyone's responses, here's what finally worked: cd /usr/src/linux rm -r /lib/modules/* make config make dep make clean make zlilo make modules make modules_install /sbin/depmod -a pico /etc/modules You might want to move /lib/mo

Re: Down Loading

1997-03-09 Thread Bob Clark
Pete Poff wrote: > > Hi, > the service that I use to get onto the internet only allows me 1 > hour at a time, then I have to quit and log back on. There are somefile > that are like 7 meg, and take 1 1/2 hours to download and the service I > use kick me off after 1 hour. How could I

Problems Compiling Kernel 2.0.27

1997-03-09 Thread David James Loken
Hi! I have been trying to recompile my kernel 2.0.27. I would like to use Menuconfig but I'm missing the file 'lxdiaglog.o' in /usr/src/linux/scripts/lxdialog. Does anyone know where I can get a copy? So I tried running 'make config' that goes along fine until I try to compile the sound

Can't nfs mount Debian box

1997-03-09 Thread
Hi... I'm having trouble nfs mounting a Debian box from other machines... 'ps -aux' indicates rpc.portmap, update, nfsiod (4 instances), kerneld, inetd, bootpd, rpc.nfsd, rpc.mount, rpc.ugidd. Other processes seem to be working well (apache, netscape, in.telnetd, bash, emacs)... Still a va

Re: Locate

1997-03-09 Thread Rob Browning
Pete Poff <[EMAIL PROTECTED]> writes: > when I use locate I get an error. This is what I get if I type > like locate . Like locate new.stuff. I get locate: > /var/lib/locate/locatedb: No suck file or directory. Can anyone tell me > why? And is there a command to see how much disk spa

Re: Down Loading

1997-03-09 Thread Dale Scheetz
On Sat, 8 Mar 1997, Pete Poff wrote: > Hi, > the service that I use to get onto the internet only allows me 1 > hour at a time, then I have to quit and log back on. There are somefile > that are like 7 meg, and take 1 1/2 hours to download and the service I > use kick me off after 1

Re: Down Loading

1997-03-09 Thread Guy Maor
Pete Poff <[EMAIL PROTECTED]> writes: > There are somefile that are like 7 meg, and take 1 1/2 hours to > download and the service I use kick me off after 1 hour. How could > I download it? Either use reget command in ftp, or `get -r' in ncftp. Both do the same. reget remote-file [loca

Re: Kernel compilation problem

1997-03-09 Thread Karl M. Hegbloom
> "Elie" == Elie Rosenblum <[EMAIL PROTECTED]> writes: Elie> On Sun, 9 Mar 1997, Alexander Koch wrote: >> I tried to compile a new kernel on my own (just the old way) >> and I am afraid i messed some things up... >> >> What does have to be a module? Even the SCSI controlle

Down Loading

1997-03-09 Thread Pete Poff
Hi, the service that I use to get onto the internet only allows me 1 hour at a time, then I have to quit and log back on. There are somefile that are like 7 meg, and take 1 1/2 hours to download and the service I use kick me off after 1 hour. How could I download it?

Re: Local X application defaults

1997-03-09 Thread Carey Evans
Riku Saikkonen <[EMAIL PROTECTED]> writes: > Can X be set to read app-defaults > files in /usr/local/X11/app-defaults/ (or whatever) in addition to the > normal directory? You could try (ab-)using XUSERFILESEARCHPATH. Mine is currently /home/carey/lib/X11/app-defaults/%N%S so you could use someth

Re: pine producing gratuitous folder locks

1997-03-09 Thread Carey Evans
"David C. Winters" <[EMAIL PROTECTED]> writes: [snip: wrong /tmp permissions] > That was it--my clue was when X didn't start either. Now I need to try to > track down whatever it was I did that changed its perms. I posted my > question too soon--sorry, everyone, for the wasted bandwidth. It ha

Re: zsh vs bash

1997-03-09 Thread Carey Evans
Bob Clark <[EMAIL PROTECTED]> writes: > This is *not* a flame. This list is kind of touchy lately. It's just > that I'm a big fan of bash (with vi editting mode instead of emacs) and > if there's a better shell out there I'd like to give it a try. It just > doesn't sound like zsh has anything t

Re: Zimmerman case

1997-03-09 Thread Shaya Potter
On Sat, 8 Mar 1997, Dale Scheetz wrote: > On Fri, 7 Mar 1997, Bruce Perens wrote: > > > Bruce: > > > The government dropped its case against Zimmerman long ago. > > > > From: Dale Scheetz <[EMAIL PROTECTED]> > > > That is true, but he is still be "pestered" more than you and I would like > > > t

2 problems

1997-03-09 Thread edwalter
I have two questions: 1) has something changed in the way dselect/dpkg installs packages. In the past, dpkg used to choose the best order to install packages so as to avoid dependancy problems. Now, when installing packages with dselect, this is not done. For example, I recently installed emacs

Re: Kernel compilation problem

1997-03-09 Thread Elie Rosenblum
On Sun, 9 Mar 1997, Alexander Koch wrote: > I tried to compile a new kernel on my own (just the old way) and I am afraid > i messed some things up... > > What does have to be a module? Even the SCSI controller? (I guess not) > > And, besides - after installing debian on my system I get segfaults

Re: pine producing gratuitous folder locks

1997-03-09 Thread Bob Clark
David C. Winters wrote: > > > On Fri, 7 Mar 1997, David C. Winters wrote: > > > Today, I started getting running into a problem with Pine 3.94--it began > [Del.] > > On Fri, 7 Mar 1997, Pete Templin wrote: > > Are the permissions on the /tmp directory correct? (1755, which looks > > like drwxrwx

Re: zsh vs bash

1997-03-09 Thread Bob Clark
This is *not* a flame. This list is kind of touchy lately. It's just that I'm a big fan of bash (with vi editting mode instead of emacs) and if there's a better shell out there I'd like to give it a try. It just doesn't sound like zsh has anything to offer that bash doesn't. Comments anyone?