Re: Package to list all other packages in distribution?

1998-07-06 Thread Kenneth L. Summers
Wouldn't it be great if there was a Debian package to list, decribe and index all other packages? Yeah, I think so too. Even cooler (IMHO) would be something that would tell me what I have on the system. :) I'm always looking at /var/lib/dpkg/available and status to see what's up on my system

Re: Problem with F90 compiler after upgrade to libc6

1998-06-26 Thread Kenneth L. Summers
Chris Auld [EMAIL PROTECTED] writes: Hi, Yesterday I used the autoup.sh script to upgrade libc5 - libc6. My NAG Fortran 90 compiler now crashes out with the following error: f90 -w-c global.f -o global.o In file included from global.f:1:

Re: Beowulf?

1998-06-11 Thread Kenneth L. Summers
What do people know about this brand of parrellel processing linux? Hmmm. Kind of an open ended question. You mean besides what the web pages say? I know that a cluster of Linux machines using a resonably quick intercommunications network can rival some of the large supercomputers for a

Re: How to build Debian Linux cluster?

1998-05-11 Thread Kenneth L. Summers
That's good for selecting packages but if you are just updating the things, my suggestion would be a local mirror and apt-get update apt-get upgrade apt-get clean. What is apt-get? I can't find any references to it anywhere on my system... Ken -- To

Re: How to build Debian Linux cluster?

1998-05-08 Thread Kenneth L. Summers
Hi, Ken! I post this message again, as there were some problems with listserver. I think it might have gotten lost at this end... we have a non-Linux mail server :) component in the cluster within 2 hours. I have since found out listening to this list that the dpkg utility helps to make

Re: How to build Debian Linux cluster?

1998-05-06 Thread Kenneth L. Summers
Interesting. In the CS department at my university, they have decided to move towards xterms instead, since they have lower cost of ownership. Most PCs are just terminals now anyway -- we have Citrix WinFrame which allows Windows work from any terminal. Some of the better PCs have NT 4.0

Re: How to build Debian Linux cluster?

1998-05-05 Thread Kenneth L. Summers
Hi Sasha. My colleagues who usually work on X-terminals noticed certain advantages of PC compared to X-terminal and basically the idea is instead of buying extra 5 X-terminals to buy 5 PC. I think I understand how to maintain single-computer system, but I have very little experience with

Re: clean shutdown

1998-04-08 Thread Kenneth L. Summers
Is there a way to do a clean shutdown without becoming root? (Preferably still restricting access to those who can push the power button.) The method I tell folks around here to use is to go to a virtual console, press Ctrl-Alt-Delete and watch for the bios screen. Then shut it off. If there

Re: Debian Beowulf

1998-04-06 Thread Kenneth L. Summers
Camm Maguire [EMAIL PROTECTED] wrote: I would greatly appreciate any advice from the readers of this list on what hardware would be best for this project. This is the first time I've seen somebody mention putting together a debian beowulf system. I suspect you'd do better asking the

Re: Laptop Sound

1998-04-06 Thread Kenneth L. Summers
Does anyone have experience with setting up sound in a laptop under linux? I'm on a Dell Latitude 166M with an ESS SB16Compatible sound card. It appears to be a PnP card (Looking at it from Windows) but pnpdump doesn't find it. I recently installed sound support for my old Austin 133

Re: Design of Debian web site

1998-03-28 Thread Kenneth L. Summers
Hi! The last times I visited the Debian web site I had to realize that it is not very impressing concerning design and structure. Especially in design the sites of FreeBSD, The GNOME Project, KDE, Red Hat, etc. have a lot more to offer. Of course web page design is not the most important

Re: Distributed Kernel options

1998-03-27 Thread Kenneth L. Summers
I should have stressed `recent kernels'. 2.0.29 is kinda old; this option was only put into the kernel-package recently. The following is what is used in kernel-image-2.0.32_2.0.32-5.deb on the i386 platforms. I hope this helps. Yes indeed it does. Although some of the

Distributed Kernel options

1998-03-26 Thread Kenneth L. Summers
Hello to the group. I have what seems like an obvious question, but after a lot of research I haven't been able to come up with an answer. If I want to build an *exact* duplicate of the distribution kernel, how do I do that? Specifically, what options were used to build the distribution kernel

Re: Distributed Kernel options

1998-03-26 Thread Kenneth L. Summers
Hi, I think you need the config file from a distribution kernel. On recent kernel, this is in /boot/config-version. You can use dpkg -x kernel-image*.deb /tmp to extract the default kernel to /tmp; look then in /tmp/boot for the config file; use kernel-package to rebuild the

Re: Distributed Kernel options

1998-03-26 Thread Kenneth L. Summers
Isn't the .config file in the kernel-source package the same as the distribution kernel? I don't think so. At least is seems like when I go to configure the kernel it has some options set by default that do not seem reasonable for the distribution kernel. As a (possibly fictional) example: