Re: Changing the domain

1997-12-20 Thread Orn E. Hansen
George Bonser writes: > > I assumed that file was created during the install process when it asked > the hostname and domain. > Probably created for convenience, in line with the /etc/hostname. The /etc/hostname file has no purpose but to store the hostname to be then read by the 'hostname'

Re: Making a debian CD

1997-12-20 Thread Fabrizio Polacco
Craig Sanders wrote: > > On Mon, 15 Dec 1997, Nathan E Norman wrote: > > > : export MANOPT=-Pless > > > > Is there an advantage to this way, as opposed to setting PAGER to > > /usr/bin/less ? > > no, not really. i do this only because if i set PAGER, then elm > will use $PAGER instead of it

Re: Really dumb question...

1997-12-20 Thread Marcus Brinkmann
On Fri, Dec 19, 1997 at 07:28:44PM -0500, DebianUser wrote: > Really dumb question; > > I keep looking for Debians kernel to package tools and cant find it... Ahm, what exactly are you looking for? * the linux kernel (I hope you have one installed, otherwise you can't be running Debian (Linux)

Re: Networking Info?

1997-12-20 Thread Marcus Brinkmann
On Thu, Dec 18, 1997 at 12:48:20AM -0500, Will Lowe wrote: > I'm looking for some general info on setting up a linux network ... I > understand the basics of TCP/IP and ethernet, but I've got no expereince > in something like this. Basically I'm setting up a network on which only > one machine wi

Re: unremoveable file

1997-12-20 Thread Craig Sanders
On Sat, 20 Dec 1997, Tim Ferrell wrote: > I am in the process of upgrading to libc6 *sigh* which is proving to be > somewhat of a challenge... anyhow, in the process I have found > something rather strange. Somehow /etc/mail has been changed from a > directory to a block device that I cannot get r

Re: Installing the kernel

1997-12-20 Thread David R Baker
=?UNKNOWN?Q?=C0lex?= Maneu wrote: > > Hello. > > I have to install the kernel from a "kernel CD" > of the official CD set of Debian GNU 1.3.1 distribution. > How do I do it? I have to install it to recompile it > to support my soundcard. Any suggestions? > > Have a Nice Christmas! >From the bin

Re: AIC7xxx boot messages

1997-12-20 Thread Torsten Hilbrich
Ben Pfaff <[EMAIL PROTECTED]> writes: > When I boot kernel 2.0.33 on my machine, I get the following messages: > > [messages deleted] > The ones that bother me are the `aborting command due to timeout' > messages. Why would these appear at boot time but never afterward, > with my SCSI disks wor

Re: Changing the domain

1997-12-20 Thread Peter Prohaska
That is just the way I have done it, too. But someone - I think it was George - wrote that he has set it in /etc/domain. So I was wondering why that file is missing on my host. peter. --- On Sat, 20 Dec 1997, Orn E. Hansen wrote: > Peter Prohaska writes: > > > > I have no /etc/domain file on

Installing the kernel

1997-12-20 Thread Àlex Maneu
Hello. I have to install the kernel from a "kernel CD" of the official CD set of Debian GNU 1.3.1 distribution. How do I do it? I have to install it to recompile it to support my soundcard. Any suggestions? Have a Nice Christmas! --- Àlex Maneu ([E

XCircuit available as debian package?

1997-12-20 Thread Wojtek Zabolotny
Hi All! I'm just wondering if someone is "debianizing" the XCircuit program (http://bach.ece.jhu.edu/~tim/programs/xcircuit). It is a very nice schematic editor for X. Is it difficult to convert such a program into a debian package? TIA

Re: Partitioning

1997-12-20 Thread Gertjan Klein
[EMAIL PROTECTED] wrote: > It seems that NT probably does the same thing - if you happen to have an > OS/2 HPFS partition (id #9), then NT thinks it is an NTFS partition(id #9). > If you are unlucky, then this partition will be in such a place that it is > assigned drive letter C. NT will then

diald and ethernet problems

1997-12-20 Thread Will Lowe
I used to use diald to auto-connect from home. At school, I have an ethernet line, so I just unlinked /etc/rc2.d/S99diald and set up the ethernet connection, which worked find. Now I'm back at home for break, and trying to get diald to connect. Edited the scripts to change the phone numbers,

[DHCPC] eth0 disappears after booting

1997-12-20 Thread Bob Billson
Hi all! I am working on setting up a gateway for a small local newspaper's LAN--using Debian, naturally. :-) They recently had the local cable company (Comcast) provide Internet access. I installed the Debian DHCPC client from the 1.3 CD-ROM. DHCPC sort of works. Here's what is happening. The

Re: Tip: how to speed up XEmacs start

1997-12-20 Thread Adrian Bridgett
On Thu, Dec 18, 1997 at 10:00:58PM +0200, Heikki Vatiainen wrote: > Hi, > > If you are in a hurry do > touch /tmp/.sockets/audio0 > otherwise read on :) > > I was qurious about what makes XEmacs so slow at startup. With the help of > the strace(1) utility I found the following interesting be

Re: Changing the domain

1997-12-20 Thread Orn E. Hansen
Peter Prohaska writes: > > I have no /etc/domain file on my system... > could you please search for the package which installed the file? > Or did you create it by hand? There is a file /etc/resolv.conf, and it has a "domain" and "search" part, it should contain your domain name, i.e. the tl

unremoveable file

1997-12-20 Thread Tim Ferrell
I am in the process of upgrading to libc6 *sigh* which is proving to be somewhat of a challenge... anyhow, in the process I have found something rather strange. Somehow /etc/mail has been changed from a directory to a block device that I cannot get rid of! Here is the listing: br-xr-x-wx 1 2287

Re: Changing the domain

1997-12-20 Thread Peter Prohaska
I have no /etc/domain file on my system... could you please search for the package which installed the file? Or did you create it by hand? peter. --- On Fri, 19 Dec 1997, George Bonser wrote: > > Ignore that last comment, that was for something else entirely. > > My system has a file ... /etc

Re: compiling autofs

1997-12-20 Thread Carey Evans
Ferenc Kiraly <[EMAIL PROTECTED]> writes: > I'm trying to compile the hamm version of autofs on my > bo system (since there does'nt seem to be a debian package for > bo). I just did this. Look in the makefiles and you'll find something that says to uncomment it for libc6, which is uncommen

Re: IP Aliasing

1997-12-20 Thread tps
On Dec 19, Craig Sawyer wrote > Nice page, I don't ever put the dev in my route add -host 111.222.333.444 > eth0:1 line. Hrm. Good point. It's not in the man page anymore. I guess old habits die hard.. > you might want to go into, eth0 being the first ethernet card, and some > ppl may want it on

Re: IP Aliasing

1997-12-20 Thread Craig Sawyer
Nice page, I don't ever put the dev in my route add -host 111.222.333.444 eth0:1 line. you might want to go into, eth0 being the first ethernet card, and some ppl may want it on eth1, and how to create multiple aliases with eth0:2, eth0:3, etc. other than that sounds great to me!! HTH, -Craig

upgrading to libc6 --> xlib6g

1997-12-20 Thread Tim Ferrell
I have begun upgrading my system to libc6 and am now wanting to upgrade xlib6 to xlib6g. Neuther dpkg nor dselect will let me do this. I forced the install without success - it installed but did not configure properly. After fixing that I thought a bit of advice might help :-) Any suggestions? BT

"shared" memory value was: Re: /usr full !?

1997-12-20 Thread Carey Evans
Mario Filipe <[EMAIL PROTECTED]> writes: > total used free sharedbuffers cached > Mem: 31004 30356648 23424228 > -/+ buffers:30128420 > Swap:32252 2560 29692 9788 > > I notice

Re: IP Aliasing

1997-12-20 Thread Steve \"Stevers!\" Coile
On Fri, 19 Dec 1997 [EMAIL PROTECTED] wrote: >On Dec 19, [EMAIL PROTECTED] wrote >> I just threw together a page on IP Aliasing, since it seems to be a >> topic more and more. If someone more knowledgeable than I could take >> a look at it, I would appreciate it. > >Heh. Oops! I guess telling you w

dselect/dpkg dependency problems

1997-12-20 Thread Robert D. Hilliard
While testing the upgrading of rex to hamm I have discovered several problems or possible bugs. I will post each of these as separate messages, and ask if anyone else has encountered them, and if they should be reported as bugs. Timezone: Version 7.48-3 of timezone was installed and tim

Dselect stops and repeats unpacking of packages

1997-12-20 Thread Robert D. Hilliard
While testing the upgrading of rex to hamm I have discovered several problems or possible bugs. I will post each of these as separate messages, and ask if anyone else has encountered them, and if they should be reported as bugs. During the installation, dselect stopped with the followin

Re: kernel module question

1997-12-20 Thread Carey Evans
Shaleh <[EMAIL PROTECTED]> writes: > I have some parport modules from torque.net that I would like for > kerneld to automatically mount. The sequence is insmod paride; insmod > epat; insmod pd. This works but is annoying. How do I make it so > kerneld can do this. depmod does not realize the d

Re: NFS on Linux 1.3

1997-12-20 Thread Carey Evans
"Sergio Simizu" <[EMAIL PROTECTED]> writes: > We acquired the boot magazine # 15 - 11/97 - and after a successfully > instalation of Linux 1.3 we are trying to map a driver letter for a PC with > Windows 95 and NFS client to reach the file system on Linux server. > > Is it possible to

IP Aliasing

1997-12-20 Thread tps
I just threw together a page on IP Aliasing, since it seems to be a topic more and more. If someone more knowledgeable than I could take a look at it, I would appreciate it. Tim -- >< >> Tim Sailer (at home)

Re: Minor error installing login_970616-1

1997-12-20 Thread Robert D. Hilliard
OOPS - staring at this console too long! I ([EMAIL PROTECTED] (Robert D. Hilliard)) wrote: > The perl system contained login 1.45a-3 . . . __ should read "rex system" Bob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED]

Re: changing group IDs

1997-12-20 Thread bhmit1
On Fri, 19 Dec 1997, Ferenc Kiraly wrote: > Would anything brake if I changed the ID of group 'disk' to 8 > and the ID of group 'mail' to 6. Of course, I would make sure > all the files get their ID's changed as well. I wouldn't. GID's of mail programs are probably hard coded into the tar file (

Re: IP Aliasing

1997-12-20 Thread tps
On Dec 19, [EMAIL PROTECTED] wrote > I just threw together a page on IP Aliasing, since it seems to be a > topic more and more. If someone more knowledgeable than I could take > a look at it, I would appreciate it. Heh. Oops! I guess telling you where to look would be even better! It's off my ISP

Missing fsck

1997-12-20 Thread Robert D. Hilliard
While testing the upgrading of rex to hamm I have discovered several problems or possible bugs. I will post each of these as separate messages, and ask if anyone else has encountered them, and if they should be reported as bugs. The rex system had e2fsprogs v1.06-3 installed, and versio

Minor error installing login_970616-1

1997-12-20 Thread Robert D. Hilliard
While testing the upgrading of rex to hamm I have discovered several problems or possible bugs. I will post each of these as separate messages, and ask if anyone else has encountered them, and if they should be reported as bugs. The perl system contained login 1.45a-3, which was replace

Really dumb question...

1997-12-20 Thread DebianUser
Really dumb question; I keep looking for Debians kernel to package tools and cant find it... Feeling stupid and a bit miffed -Eric -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Mail bounces

1997-12-20 Thread Ralph Winslow
I've had mail bounce lately from two sites, aol.com and ntr.net. In both cases, it didn't like mail from [EMAIL PROTECTED] which I can understand, as there is no such address, it should simply be rjw*nac.net. I'm using XFmail (I'd rather use pine, but can't seem to get it to work with nac.net) and

Re: Help I broke my X instalation.

1997-12-20 Thread Scott Ellis
On Fri, 19 Dec 1997, Kevin J Poorman wrote: > I very very carefully followed the instructions in the > lic5-lic6-Mini-HOWTO.txt and upgraded to libc6 today Great I > thought that the and the g files could coexist > ... apearntly not ... the xlib6g replaced my xlib6 package rendering my x

Re: Is it possible to start X Windows in multiple V/C .

1997-12-20 Thread Ralph Winslow
On 19-Dec-97 Heikki Vatiainen wrote: >Ralph Winslow <[EMAIL PROTECTED]> wrote: > >> Yep, I'm absolutely certain - I entered: >> >> startx -- :1 >> >> the only spaces were between x and -- and between -- and :1 >> three tokens, and I just re-tried to be absolutely certain. Oops, >> this time