dselect problems

1998-11-11 Thread Gossamer
I've got dselect using the 'apt' method, if it's relavent. A few days ago dselect had trouble when I was updating the package list, I -think- the download managed to die is such a fasion that they were truncated to zero. Since then it thinks all the packages that aren't installed are "new", even

Freeware DHCP with Dynamic DNS updates ?

1998-11-11 Thread Geoffrey L. Brimhall
I got the ISC's version 2beta of DHCP installed and running yesterday - but was a bit disappointed to see it does not do the Dynamic DNS updates. This somewhat makes DHCP not as easy to use, in my opinion, because the dynamic addresses at some point should be updated in the DNS primary server bas

Re: How much RAM do I need?

1998-11-11 Thread Gary L. Hennigan
"Henry Kingman" <[EMAIL PROTECTED]> writes: | > On the other hand, if your chipset can't cache more than 64MB, going to | > 80MB might actually make some things slower. I'm not sure if telling the | > kernel "mem=64M" on an 80MB machine would be enough to fix that problem | > or not. | | Pasted be

Re: Bandwidth monitor

1998-11-11 Thread debian
Can anyone help me write a mrtg.conf or even attempt to get it to work and monitor my ppp0 permanent modem dialup.. :) Please.. I tried 3 times now and still cannot get the conf file to work.. Any one send me an example. > >mrtg > > >On Wed, 11 Nov 1998, Paul Reavis wrote: > >> I just set up the

RE: Debugging multithreaded program on Debian

1998-11-11 Thread Geoffrey L. Brimhall
Even linking with libc6 does not cause multiple threads to work correctly. You have to link with libpthreads to have threading work correctly (ie, add -lpthreads). Though I've not digged to find out the reason, it appears that just linking libc6 fills in pthread apis without actually doing anythin

RE: Exim as default mailer

1998-11-11 Thread Geoffrey L. Brimhall
Here's the exim setup I have for my dialup system, and it works brilliantly (I recieve on an average 700 messages daily for all the Linux, Debian newsgroups I'm subscribed to): 1. Have exmh activated via xinetd for dynamic startup. 2. Have atd start my dialup connection using pon 1 every hour. 3.

Exim configuration for dialup users (was Re: Exim as default mailer)

1998-11-11 Thread Mike Orr
On Wed, Nov 11, 1998 at 11:38:16AM +0100, Paul Slootman wrote: > In article <[EMAIL PROTECTED]> you write: > > >As I have a single-user home PC with dial-up access to my ISP, I fall > >squarely into the category of users for whom Exim is "not particularly > >well-suited". Is this a real problem, o

Re: How much RAM do I need?

1998-11-11 Thread Henry Kingman
> On the other hand, if your chipset can't cache more than 64MB, going to > 80MB might actually make some things slower. I'm not sure if telling the > kernel "mem=64M" on an 80MB machine would be enough to fix that problem > or not. Pasted below is an article from the ZDNet Web site about this.

RE: Bay Area debian meeting

1998-11-11 Thread Geoffrey L. Brimhall
Though this is the first time I'll have done this, I would like to come. I'll get a PGP key and bring it (besides, I've been wanting to become registered as a Debian Developer for a while anyways !). On 10-Nov-98 Joey Hess wrote: > Attention, debian users and developers in the California Bay Area

Re: sound in new 2.1.x kernels

1998-11-11 Thread m*
On Wed, Nov 11, 1998 at 05:12:20PM -0500, Shaleh wrote: .How did you get the irq options? Did you edit it by hand? allo shaleh! if i try to load the sb module without parms i get: Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb_card: I/O, IRQ, and DMA are mandatory

exim filters, mutt, and pgp

1998-11-11 Thread Lee Bradshaw
Hi, Does anyone have any suggestions on modifying the Content-Type: field with exim filters so mutt will see pgp messages? I was using formail in my .procmailrc file before switching to exim filters. mutt requires something like: Content-Type: application/pgp; format=text; x-action=sign Message

Re: bizarre routing problem - default gw not getting set up properly!

1998-11-11 Thread john
Martin Waller writes: This is your problem: > route add default gw ${GATEWAY} metric 1 You are adding a default route to your LAN. pppd sees this and refuses to add a default route to the ppp link, and so your packets get sent to the LAN. There is no reason to have a defaulte route to your LAN u

RE: Debian Crash

1998-11-11 Thread Geoffrey L. Brimhall
what version of Netscape were you using ? The latest 4.5 or the older 4.0. I recently installed the 4.5 on my SMP system and have been having system freezes happening at least once a day. On 11-Nov-98 Rich Harran. wrote: > My Debian system just crashed. This has never happened before, which is >

Re: Sound recording over-run

1998-11-11 Thread Robert King
In <[EMAIL PROTECTED]> Paul Slootman <[EMAIL PROTECTED]> wrote: >>In article <[EMAIL PROTECTED]> you write: >>What does the message >>kernel: Sound: Recording overrun >>mean? > >It means that your application can't take the data out of the kernel >buffers quickly enough, which means that the kernel

Re: Moving Files from Windows

1998-11-11 Thread Jeff Katcher
"Costa, Michael J." wrote: > > I have just installed LINUX on another machine in my office. The powers that > be are reluctant at this moment to let me put in on the network. I have > loaded some items down to my NT machine and now need to ship them to my > LINUX box. However they are too big to

Re: Yamaha opl3-SAX sound card configuration

1998-11-11 Thread Hernan Joel Cervantes Rodriguez
Hi Grant : > > Just a few quesitons: > > > For the configuration of pnp I didn't use the windows configuration port. > > It is > > important don't forget to enable the port 0x530 and use the port 0x534 for > > ioport of CS4232. > > Are you saying that I should change my isapnp.conf file to

Re: Yamaha opl3-SAX sound card configuration

1998-11-11 Thread Hernan Joel Cervantes Rodriguez
Hi Grant : > > Just a few quesitons: > > > For the configuration of pnp I didn't use the windows configuration port. > > It is > > important don't forget to enable the port 0x530 and use the port 0x534 for > > ioport of CS4232. > > Are you saying that I should change my isapnp.conf file to

Re: Yamaha opl3-SAX sound card configuration

1998-11-11 Thread Hernan Joel Cervantes Rodriguez
Hi Grant : > > Just a few quesitons: > > > For the configuration of pnp I didn't use the windows configuration port. > > It is > > important don't forget to enable the port 0x530 and use the port 0x534 for > > ioport of CS4232. > > Are you saying that I should change my isapnp.conf file to

Re: sound in new 2.1.x kernels

1998-11-11 Thread Shaleh
How did you get the irq options? Did you edit it by hand? > > Here are the relevant lines of my /usr/src/linux/.config file for a > 2.1.127 kernel and a SB 16 ISA PNP card (commented lines are skipped). > > =-=-=-=-=-=-=-=-=-=--= ># Sound ># > CONFIG_SOUND=y > CONFIG_SOUND_OSS=y > CONFIG_SOUND_

RE: How much RAM do I need?

1998-11-11 Thread Shaleh
Well, I use 64 at home and I ran a heavy system w/ no problems. X minimum is 16, 48 is prolly enough. Although if you can afford it, get as much as you can. On 11-Nov-98 Eric House wrote: > I need to decide whether to upgrade my Debian laptop to 48 or 80 > meg (from the current 16). > > Is the

Re: How much RAM do I need?

1998-11-11 Thread Jeff Noxon
On Wed, Nov 11, 1998 at 01:58:16PM -0800, Eric House wrote: > I need to decide whether to upgrade my Debian laptop to 48 or 80 > meg (from the current 16). > > Is there any way to log how much swap is currently getting used during > the activities I run all the time? Try vmstat & free > Any othe

Re: sound in new 2.1.x kernels

1998-11-11 Thread Eric Jacoboni
Shaleh <[EMAIL PROTECTED]> writes: > I have a Sound Blaster 16 ISA PNP card that works fine in 2.0.35 using isapnp > tools and proper kernel config. However I can not get it to work in the new > 2.1.x series. Would someone please point me to a reference or include clear > instructions on how to

Re: Yamaha opl3-SAX sound card configuration

1998-11-11 Thread Grant Wang
Just a few quesitons: > For the configuration of pnp I didn't use the windows configuration port. It > is > important don't forget to enable the port 0x530 and use the port 0x534 for > ioport of CS4232. Are you saying that I should change my isapnp.conf file to use port 0x530? I'm not sure wha

Re: First-time Linux setup - questions

1998-11-11 Thread Jerry E. McGoveran
At 10:26 PM 11/10/98 -0500, Ed Cogburn wrote: >Jerry E. McGoveran wrote: >> Ah Ha! So, the usual package dependancies that apt takes care of >> is not applicable to X? (startx is not found on my system, and I never >> ran any configuration utility for X and I loaded the olvwm package with >> apt-

How much RAM do I need?

1998-11-11 Thread Eric House
I need to decide whether to upgrade my Debian laptop to 48 or 80 meg (from the current 16). Is there any way to log how much swap is currently getting used during the activities I run all the time? Any other advice on how much is enough? This machine is for personal use (e.g. Pilot software deve

Re: First-time Linux setup - questions

1998-11-11 Thread Jerry E. McGoveran
At 11:47 PM 11/9/98 -0500, you wrote: >On Mon, 9 Nov 1998, Jerry E. McGoveran wrote: > >> At 10:29 PM 11/9/98 -0500, Immanuel Yap wrote: > >> Ah Ha! So, the usual package dependancies that apt takes care of >> is not applicable to X? (startx is not found on my system, and I never >> ran any confi

Re: which fax?

1998-11-11 Thread shaul
Can't answer your question, but want to point out that the mgetty-docs package is a good source for find out about mgetty abilities (although it is not completely up to date as far as I can tell). > Hello, > > Which fax sending/receiving package should I get, please? efax, > mgetty or ? > > Ar

redirecting module output?

1998-11-11 Thread Jason Lunz
I have a disk in my CD-ROM drive set up to be shared via samba. It has an entry in etc/fstab, so it can be mounted when it's accessed and unmounted when the session closes, and this causes the scsi cd-rom module "sr_mod" and the ISO filesystem module "isofs" to be loaded. The problem is, when anyo

sound in new 2.1.x kernels

1998-11-11 Thread Shaleh
I have a Sound Blaster 16 ISA PNP card that works fine in 2.0.35 using isapnp tools and proper kernel config. However I can not get it to work in the new 2.1.x series. Would someone please point me to a reference or include clear instructions on how to get this working? Thank you.

bizarre routing problem - default gw not getting set up properly!

1998-11-11 Thread Martin Waller
Hi, After a _disastrous_ upgrade from 1.3-2.0 (my Linux Actual CD had a corrupted cd_autoup.sh *half way thru* leaving my system in an unusable state -> reinstall [there were no decent documents on what to do by hand should things go wrong/should one chose to do it by hand, and apt just puked

Whatever happenend to the apsfilter package?

1998-11-11 Thread Daniel Mashao
I want to use an apsfilter instead of magicfilter and I cannot find this package. Anyone know why it is no longer in the Debian packages? /--/ Daniel J. Mashao Electrical Engineering

saving font size in xemacs 20.4

1998-11-11 Thread Matt Garman
Whenever I change the font size in xemacs 20.4, and do a "save options" my font change is always lost. I checked the faq, and made sure that Options->Frame Appearance->Frame-Local Font menu is not checked. I also have the following line included in my ~/.emacs file: (setq options-save-faces t)

Re: Help needed--XFree86 configuration

1998-11-11 Thread M.C. Vernon
On Wed, 11 Nov 1998, Timothy Ingle wrote: > I cannot seem to get my mouse to respond to XFree86 configuration. I'm using > a Microsoft serial mouse, thus I'm trying to use the Microsoft protocol with > the "/dev/smouse" name. > > I've loaded Linux onto a Toshiba 2130, and I found an XFree86

Ptolemy in debian?

1998-11-11 Thread Wojciech Zabolotny
Hi! Has anybody managed to compile the Ptolemy in debian? I know, that there is a deb package available at Vigo university (Spain), but it didn't work for me, and there was no source version of package to check what is wrong... The original sources obtained from Berkeley fail to compile com

Bandwidth monitor

1998-11-11 Thread Paul Reavis
I just set up the atlanta java users' group site at www.ajug.org; it's running hamm. It's hung off a member's cable modem, though, and he has a monthly bandwidth limit. Are there any handy utilities to measure bandwidth usage so we can keep tabs on it? -- Paul Reavis

Re: socket destroy delayed

1998-11-11 Thread Nathan E Norman
On Wed, 11 Nov 1998, joseph evan porter wrote: : > : > I keep on seeing the following error message appear over and over in : > /var/log/syslog: : > : > Nov 10 13:21:46 chinook kernel: Socket destroy delayed (r=112 w=0) : > : > Does anyone have any idea what this might be about? : >

Re: Bay Area debian meeting

1998-11-11 Thread Joey Hess
Tom Lear wrote: > Are you planning a key signing? I've wanted to have a key signing > party/whatever in the bay area for a while now. I think a key signing would be a good thing. Everyone who wants to, just bring about 10 copies of a paper with your key fingerprint (pgp -kvc) and email, and we'l

Re: bogomips

1998-11-11 Thread wtopa
Subject: Re: bogomips Date: Wed, Nov 11, 1998 at 01:19:22PM +0100 In reply to:[EMAIL PROTECTED] Quoting [EMAIL PROTECTED]([EMAIL PROTECTED]): > > > > > On Tue, Nov 10, 1998 at 10:24:46PM -0800, Oz Dror wrote: > > > > > > Hi > > > I have a pentium-II 400Mhz and a pentium MMX 200

Re: socket destroy delayed

1998-11-11 Thread joseph evan porter
> > I keep on seeing the following error message appear over and over in > /var/log/syslog: > > Nov 10 13:21:46 chinook kernel: Socket destroy delayed (r=112 w=0) > > Does anyone have any idea what this might be about? > I'm not sure, but I've been getting that same message only recently. Has

Re: newbie diff question

1998-11-11 Thread Adrian Bridgett
On Mon, Nov 09, 1998 at 11:20:09PM +0200, Antti-Juhani Kaijanaho wrote: > On Mon, Nov 09, 1998 at 04:03:50PM -0500, Jeff Miller wrote: > > > is there an automatic way to update the applicable files based on > > the diff content or do I have to apply the changes manually? > > patch < your.diff >

Re: [webmaster@weitzmann.it: debian 2.0 problems (hamm release)]

1998-11-11 Thread Martin Bialasinski
>> "w" == webmaster <[EMAIL PROTECTED]> writes: w> 1) I receive a 'command not found? when I try to launch fdformat... w> Does this exist under debian? Which package should I install? Use superformat in package fdutils w> 2) I tried to setup X with XF86setup and xf86config, but when I launch X

Re: Future of Linux

1998-11-11 Thread Alan Cox
> What else will the lsb cover? Or has there been a decision about that > yet? The only other stuff covered at the meeting was X11. The good work XFree does is a big help there as their binary interfaces and the X specification API's are both stable. Motif has been raised as a question, as h

Re: Future of Linux

1998-11-11 Thread Greg S. Hayes
> UDI is irrelevant. The existing UDI semantics cannot express the Linux > resource management or driver layering. Its also out of the lsb standard > area completely (indeed conceptually you could probably hack freebsd > around and produce a LSB compliant freebsd) since we care about services > at

Re: Using sound on Debian?

1998-11-11 Thread Tapio Lehtonen
Milan Durovic wrote: > This may sound as a stupid question, but I cannot figure out > how to use sound on debian 2.0 system. I never used debian > before and I installed it only recently. > If you do not want to compile the kernel for sound support, you can purchase Open Sound System from http:/

Re: Future of Linux

1998-11-11 Thread Hugo van der Kooij
On Wed, 11 Nov 1998, Alan Cox wrote: > > steps in bridging linux compatibility. What, if any, is the consensus on > > the FHS 2.0... do the distributions that are part of the lsb agree to > > use it? > > It was discussed at and shortly after the LI meeting when Bruce presented > the whole cunning

XEmacs shell garbage

1998-11-11 Thread Marcus Geiger
-BEGIN PGP SIGNED MESSAGE- XEmacs-Shell-mode doesn't seem to work correctly. I get some [ldksjf] <- control-codes in braces. My machine is setup for german-keymaps and I installed the german-package. Does any has an idea. Is it possible that the terminal mode irritates Xemacs-shell-mode ?

Re: Re: Debian Crash

1998-11-11 Thread David Wright
Quoting John Maheu ([EMAIL PROTECTED]): > Hardware problems can pop up any time. I had to use a ps/2 mouse for a > month and I found X would lock up occasionally. However, I could telnet > in and kill X. It may have been a problem with gpm. Once I switched > back to a Logitech serial mouse everythi

Re: Future of Linux

1998-11-11 Thread Alan Cox
> steps in bridging linux compatibility. What, if any, is the consensus on > the FHS 2.0... do the distributions that are part of the lsb agree to > use it? It was discussed at and shortly after the LI meeting when Bruce presented the whole cunning plan. FHS 2.0 is a big help but it might need som

Future of Linux

1998-11-11 Thread Greg S. Hayes
I was overjoyed at the appearance of the lsb, but now I am somewhat dismayed at the lack of discussion on the mailing list... so to anyone listening LETS START SOME! First, I believe that the FHS is probably one of the most important steps in bridging linux compatibility. What, if any, is

Re: [webmaster@weitzmann.it: debian 2.0 problems (hamm release)]

1998-11-11 Thread webmaster
On Wed, Nov 11, 1998 at 06:06:10PM +0100, Chris Osicki wrote: > > 1) I receive a 'command not found? when I try to launch fdformat... > It now called superformat and you will find it in utils/fdutils. Thank you very much, I really didn't know this! -- Lorenzo Pulici - Milano, Italia E-ma

Re: Win95/Linux network problem

1998-11-11 Thread Jeff Katcher
try setting a static route from your linux box to your windoze box route add -host 293.268.3.2 eth0 this can be typed in at the command line or added to /etc/init/network

Re: Diald question

1998-11-11 Thread Paul Serice
> I just replaced my hard drive with a larger one and reinstalled hamm. I > copied over my ppp and diald configuration files and ppp works fine with > 'pon', but diald connects and then disconnects with the message: > > peer refused to authenticate > > All the /etc/diald files are identical to w

Re: [Fwd: Re: Debian Crash]

1998-11-11 Thread Jens Ritter
"Rich Harran." <[EMAIL PROTECTED]> writes: > On Wed, 11 Nov 1998, Rich Harran wrote: > > > J.H.M. Dassen (Ray) wrote: > > > > > > On Wed, Nov 11, 1998 at 04:46:29PM +, Rich Harran. wrote: > > > > My Debian system just crashed. > > > [description] > > > > > > It sounds a lot like it may have

Re: Yamaha opl3-SAX sound card configuration

1998-11-11 Thread Hernan Joel Cervantes Rodriguez
Hi Grant : I'm have a Yamaha OPL3-SA3, I was configured this card following the instructions on http://www.fortunecity.com/skyscraper/solo/216/yamaha.htm. This instructions are valid for kernel 2.0.x, almost for 2.0.35 For the configuration of pnp I didn't use the windows configuration port. It

Re: advice installing motif

1998-11-11 Thread Paul Serice
> I am about to install motif (2.1.10) from metrolink and I am wondering > about the best way to do it. I can use either "tar.gz" or ".rpm" > files. If I use the rpm's I can run them through alien to get debs. > My concern, if all of this gets installed in /usr (instead of > /usr/local), is how t

Re: Bay Area debian meeting

1998-11-11 Thread Tom Lear
On Tue, 10 Nov 1998, Joey Hess wrote: > Attention, debian users and developers in the California Bay Area -- > > One week from today, on November 17th, Bay Area Linux Users Group will be > holding their monthly meeting. Their speaker will be from Corel, makers of > the Netwinder and Word Perfect.

Re: Debian Crash

1998-11-11 Thread John Maheu
Hardware problems can pop up any time. I had to use a ps/2 mouse for a month and I found X would lock up occasionally. However, I could telnet in and kill X. It may have been a problem with gpm. Once I switched back to a Logitech serial mouse everything was fine. The point is you can have a hardwar

installation hangs

1998-11-11 Thread Richard Hall
I am trying to install linux on a machine that had NT on it. Using the rescue disk and the boot parameters "rescue aic7xxx=no_reset" gets me to where the kernel finds the hard drive, but when it does the partition check, it hangs with this error: Partition check: sda: sda1 sda2 < sda5 > [MS_DOS

Problems with StarOffice 5.0 Registration

1998-11-11 Thread Steve Beitzel
Hello all, I know that people are always asking questions about how to install StarOffice, but I couldn't find an answer in the archives about this. I recently downloaded and successfully installed StarOffice 5.0, except when I try to do the online registration, it fails for some reason.

Re: Host lookup failure.

1998-11-11 Thread Kent West
Andrew Ivanov wrote: > Hello. > I just recently ( last night) got my pnp modem to work, at least to dial > in and stay connected. > But when I try to use telnet, I get the Host Lookup failure message. > Same thing with Chimera, that I have installed for web browser. It does > nothing, and netlog j

Re: Kernel compilation

1998-11-11 Thread Rodrigo Moya
>An even better way is to use make-kpkg (in the kernel-package Debian >package). This will compile your custom kernel and install it into a .deb >package file. You can install the .deb in the other computer and it will >install the kernel in /vmlinuz, install any modules and even ask you if >you

Re: dselect parse error

1998-11-11 Thread David S. Jackson
Thus spake David S. Jackson ([EMAIL PROTECTED]): > Hi, > > I've got a problem with dselect bombing out on me: > > dselect: parse error, in file `/var/lib/dpkg/updates/0019' near line 1: > newline in field name `#padding' It seems that /var/lib/dpkg/updates has a 0019 file that is a copy of the

Re: Debian Crash

1998-11-11 Thread Jim Foltz
On Wed, Nov 11, 1998 at 04:46:29PM +, Rich Harran. wrote: > My Debian system just crashed. This has never happened before, which is > one of the things I like about Linux. > My questions: > > Is there a problem with my hardware (it's quite old)? > Was there a problem with Linux

Re: Host lookup failure.

1998-11-11 Thread Andrew Ivanov
THank you. THis explains why. Andrew > > Hi, > Put your provider's DNS IP into file /etc/resolv.conf like this: > # /etc/resolv.conf > nameserver DNS.IP.YOUR.PROVIDER > Good luck, Paulo Henrique > >

Re: Kernel compilation

1998-11-11 Thread Bob Nielsen
An even better way is to use make-kpkg (in the kernel-package Debian package). This will compile your custom kernel and install it into a .deb package file. You can install the .deb in the other computer and it will install the kernel in /vmlinuz, install any modules and even ask you if you want

Re: Host lookup failure.

1998-11-11 Thread Bob Nielsen
Have you entered your ISP's domain nameserver address(es) in /etc/resolv.conf? Bob On Wed, 11 Nov 1998, Andrew Ivanov wrote: > Hello. > I just recently ( last night) got my pnp modem to work, at least to dial > in and stay connected. > But when I try to use telnet, I get the Host Lookup failure

Re: [Fwd: Re: Debian Crash]

1998-11-11 Thread Rich Harran.
On Wed, 11 Nov 1998, Rich Harran wrote: > J.H.M. Dassen (Ray) wrote: > > > > On Wed, Nov 11, 1998 at 04:46:29PM +, Rich Harran. wrote: > > > My Debian system just crashed. > > [description] > > > > It sounds a lot like it may have been just a crash of the X server. Is your > > machine on a n

Re: Host lookup failure.

1998-11-11 Thread Paulo Henrique Baptista de Oliveira
Hi, Put your provider's DNS IP into file /etc/resolv.conf like this: # /etc/resolv.conf nameserver DNS.IP.YOUR.PROVIDER Good luck, Paulo Henrique Quoting Andrew Ivanov ([EMAIL PROTECTED]): > Hello. > I just recently ( last night) go

Host lookup failure.

1998-11-11 Thread Andrew Ivanov
Hello. I just recently ( last night) got my pnp modem to work, at least to dial in and stay connected. But when I try to use telnet, I get the Host Lookup failure message. Same thing with Chimera, that I have installed for web browser. It does nothing, and netlog just gives me the same message. Am

Re: Kernel compilation

1998-11-11 Thread Jim Foltz
Hi, You have a couple of options. One, make zImage will build the kernel and put it in arch/i386/boot where you can copy it where ever you like. There is also a make zdisk which will automatically copy the new kernel to the floppy. Have a look at the kernel docs. And good luck. On Wed, Nov 11,

Re: Debian Crash

1998-11-11 Thread J.H.M. Dassen \(Ray\)
On Wed, Nov 11, 1998 at 04:46:29PM +, Rich Harran. wrote: > My Debian system just crashed. [description] It sounds a lot like it may have been just a crash of the X server. Is your machine on a network? Could you still access it from the network? Ray -- ART A friend of mine in Tulsa, Okla.

Debian Crash

1998-11-11 Thread Rich Harran.
My Debian system just crashed. This has never happened before, which is one of the things I like about Linux. I've got a pretty standard Hamm system, and I was running X with emacs (20), xmix, and netscape, with a navigator and mail window open. I went on a webpage I've visited many times before

Re: Pine Q. 2: Fortune in sig

1998-11-11 Thread Steve Lamb
On Wed, Nov 11, 1998 at 08:23:39AM -0600, J.L.M. wrote: > :-) In time, with much care and attention paid it, Linux MIGHT begin to > love you. Gee, all this talk about fortunes and we wind back up with a variation of... "Unix is user friendly... It is just picky about its friends." --

Re: Zip/Unzip

1998-11-11 Thread James Dietrich
On Wed, Nov 11, 1998 at 05:22:33PM +0100, Rodrigo Moya wrote: > Hi all! > > Where is the zip/unzip debian package in the slink distribution? I have been > looking for it but no luckmaybe it is in other distribution? It's in non-free/utils. HTH James

Zip/Unzip

1998-11-11 Thread Rodrigo Moya
Hi all! Where is the zip/unzip debian package in the slink distribution? I have been looking for it but no luckmaybe it is in other distribution? Thanks

Re: [debian 2.0 problems (hamm release)]

1998-11-11 Thread M.C. Vernon
On Wed, 11 Nov 1998 [EMAIL PROTECTED] wrote: > 2) I tried to setup X with XF86setup and xf86config, but when I launch X I > get some fast writings and a black screen and the system hangs up (I reset > it with ctrl-alt-del). > I have a ATI Rage II+ SVGA video card with 2MB memory. > Under RH 5.1 X

Re: Finance and biz apps?

1998-11-11 Thread H C Pumphrey
On Wed, 11 Nov 1998, KJ Peters wrote: > In furrowing about, I've come across xacc/plan, xinvest, StarOffice's > suite (didn't dl the monster), and Corel's products. Can any recommend > application(s) for personal finance/accounting as well as biz > planning/organizing/scheduling? If you just wan

Re: Alt Key no longer functions

1998-11-11 Thread Lee Bradshaw
Run XF86Setup. You think, "But I already had a working X config file." Run XF86Setup anyway. Don't run xmodmap until you check how the new keys function and verify which ones to modify. On my system backspace deletes to the left and delete deletes to the right in every app I use. (Unfortunately

Moving Files from Windows

1998-11-11 Thread Kenneth Scharf
[EMAIL PROTECTED] wrote: I have just installed LINUX on another machine in my office. The powers that be are reluctant at this moment to let me put in on the network. I have loaded some items down to my NT machine and now need to ship them to my LINUX box. However they are too big to fit on a flop

Re: Long file names

1998-11-11 Thread Ben Collins
You will need to mount it with '-t vfat' which let's you read the windows 95 long file names. This is assuming you have the vfat module for the kernel already installed. hope that helps On Wed, Nov 11, 1998 at 08:26:06AM -0500, Jeff Miller wrote: > Hello, > > I have a question that I am sure has

Yamaha opl3-SAX sound card configuration

1998-11-11 Thread Grant Wang
I'm trying to set up a Yamaha opl3-SAX sound card under linux, debian distribution. I found this webpage (http://www.fortunecity.com/skyscraper/solo/216/yamaha.htm) that offered help in setting up the card, but I'm still have problems. Specifically, this is what happens: I've followed the confi

Re: Can I start X while other stuff going on?

1998-11-11 Thread Michael Stenner
On Tue, 10 Nov 1998, Kent West wrote: >This will probably be one of those questions that EVERYBODY knows the >answer to, so "why are you asking such dumb questions, Kent?" However, >being entrenched in the Windows world where you didn't do such things, I >wanted to ask before I hosed something.

[webmaster@weitzmann.it: debian 2.0 problems (hamm release)]

1998-11-11 Thread webmaster
Hi! First of all thanks to the guys who helped me to merge RH installation into debian. It worked! :-) I have two problems: 1) I receive a 'command not found? when I try to launch fdformat... Does this exist under debian? Which package should I install? 2) I tried to setup X with XF86setup and xf

Boot-up dialog messages

1998-11-11 Thread wb4mle
I am getting several messages that have crept into my boot-up dialog over a period of time. System is hamm > slink > potato with the 2.1.127 kernel. After the "Checking root file system" and fsck runs, i get: SH: AWK: command not found SH: AWK: command not found SH: AWK: command not found Then the

Re: command failed

1998-11-11 Thread Peter Berlau
Hi there, Your email-address is wrong, therefore I rewrite to the list your question: if typing a.out bash says command not found solution: type ./a.out or expand Your PATH in '/etc/profile' add PATH=$PATH:.: export PATH after that You can simply type a.out -- Cheers Peter

Re: Pine Q.: Putting sig below reply text

1998-11-11 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Wed, 11 Nov 1998, C.J.LAWSON wrote: > > > > You can patch it, so the point is at the bottom... > > :-) > Are you allowed to do that? > Yeah, you just can't re-distribute the modified binary. That's the problem Debian encountered when putting Pine binaries

Re: Long file names

1998-11-11 Thread Rodrigo Moya
>Hello, > >I have a question that I am sure has been asked before, but... > >When I mount my Win98 drive from Linux, the file names are shrunk. What do I have to do to see the whole name? > >Thanks in advance! > > You have to mount the drive with: mount -t vfat This works pretty well

Re: dselect parse error

1998-11-11 Thread M.C. Vernon
On Wed, 11 Nov 1998, David S. Jackson wrote: > Hi, > > I've got a problem with dselect bombing out on me: > > dselect: parse error, in file `/var/lib/dpkg/updates/0019' near line 1: > newline in field name `#padding' Hmm... try doing an ls of /var/lib/dpkg/updates/0019 Matthew -- Elen s

dselect parse error

1998-11-11 Thread David S. Jackson
Hi, I've got a problem with dselect bombing out on me: dselect: parse error, in file `/var/lib/dpkg/updates/0019' near line 1: newline in field name `#padding' I can't seem to get past this. I've run dpkg -i --pending but I'm not sure what the argument should be. I've been installing from a

Re: Please Help !

1998-11-11 Thread M.C. Vernon
> I have ATI RAGE II + DVD (MATCH 64) graphic card, and i have a problem with > installation under "LINUX". > I can`t install FVWMG 95 windows manager because i can`t choose driver for > my card. > > What can i do ? > Where i can find driver for ATI under "LINUX" ? It is actually a Mach64 ca

Please Help !

1998-11-11 Thread TEHNOTON d.o.o.
  Hello !   I have ATI RAGE II + DVD (MATCH 64) graphic card, and i have a problem with installation under "LINUX". I can`t install FVWMG 95 windows manager because i can`t choose driver for  my card.   What can i do ? Where i can find driver for ATI under "LINUX" ?

Please Help !

1998-11-11 Thread TEHNOTON d.o.o.
  Hello !   I have ATI RAGE II + DVD (MATCH 64) graphic card, and i have a problem with installation under "LINUX". I can`t install FVWMG 95 windows manager because i can`t choose driver for  my card.   What can i do ? Where i can find driver for ATI under "LINUX" ?

bogomips

1998-11-11 Thread E.L. Meijer \(Eric\)
Hi, Just deleted the email from the guy who had 400 bogomips for his Pentium 200 MMX with the standard debian kernel, and only 200 after compiling his own. Could this be because of the CPU type for which the kernel is optimized? I'd figure that the standard kernel would be only optimized for 486

Re: bogomips

1998-11-11 Thread jd?
i'm running a 2.0.33 kernel from the installation disks and it gives me 400.59 Bogomips for a pentium 200MMX running on a compaq laptop. I recompiled the kernel and it gave me about 208 bogomips after the new kernel was recompiled, and the bogomips mystery continued. btw, i did read the bogo

Re: Pine Q. 2: Fortune in sig

1998-11-11 Thread J.L.M.
On Wed, 11 Nov 1998, Kent West wrote: > > #!/bin/sh > > makefortune .blahsig > > cp .blahsig .signature > > joe (or your favorite editor here) --.signature.sh-- #!/bin/bash echo " -- James http://ssdd.conservatory.com && fortune -s |fmt #&& fortune -s startrek linuxcookie computers riddles |f

Re: Long file names

1998-11-11 Thread Nathan E Norman
On Wed, 11 Nov 1998, Jeff Miller wrote: : Hello, : : I have a question that I am sure has been asked before, but... : : When I mount my Win98 drive from Linux, the file names are shrunk. What do I have to do to see the whole name? mount -t vfat /dev/hda4 /mnt (use the appropriate device

Re: Long file names

1998-11-11 Thread Helge Hafting
> When I mount my Win98 drive from Linux, the file names are shrunk. What do I > have to do to see the whole name? > Mount the filesystem as type "vfat" instead of "msdos". It is more than a msdos filesystem. Vfat get the long names right. Helge Hafting

Re: Moving Files from Windows

1998-11-11 Thread Michael B. Taylor
If your NT box is networked to a machine with a CD writer, consider making a CD. There is support in Debian for .zip files (look for the zip package). I think some zip programs can split up files for multiple floppies. Mike On Wed, Nov 11, 1998 at 08:42:55AM -0500, Costa, Michael J. wrote: > I

Re: command not found

1998-11-11 Thread M.C. Vernon
On Wed, 11 Nov 1998 [EMAIL PROTECTED] wrote: > I have just installed Debian 2.0, and I have little problem. When I type a > command i. e a.out in my home directory, I get the response bash: command > not found.The file is obviously there, typing ls -F /home/myhome/gcc gives > a.out*test.c. Ca

Moving Files from Windows

1998-11-11 Thread Costa, Michael J.
I have just installed LINUX on another machine in my office. The powers that be are reluctant at this moment to let me put in on the network. I have loaded some items down to my NT machine and now need to ship them to my LINUX box. However they are too big to fit on a floppy. Anyone got any ideas o

  1   2   >