RE: lilo problem

1998-10-26 Thread Richardson,Anthony
The boot should be /dev/sda. The LI is a symptom of a geometry mismatch that adding "linear" to lilo.conf usually fixes. The message about the disk not being the first disk is just a warning as some BIOSes don't provide support for booting from other than the first disk. Tony On Friday, Octobe

RE: Lilo/MBR boot problem: 1FA:

1998-10-22 Thread Richardson,Anthony
Debian doesn't install LILO as the MBR, but rather uses a program called MBR. It is MBR that is presenting this prompt. Look in /usr/doc/MBR for documentation. You don't give enough of a description of your installation to determine the problem. Here's a guess though. It sounds as if you also

RE: [Debian] getting only LI from LILO

1998-10-14 Thread Richardson,Anthony
It's covered in the LILO User's Guide. It says it's either due to a geometry mismatch (between LILO and the BIOS) or a moved /boot/boot.b file. I'd bet on the geometry mismatch. You can usually get around the mismatch problem by adding the "linear" option to lilo.conf and rerunning lilo. Alter

RE: IBM W/"MCA" Board

1998-10-13 Thread Richardson,Anthony
Bo came with the MCA patches included. I'm not sure about Hamm. It worked right out of the box for me, but this will be very hardware dependent. There is an Linux for MCA web site. Check there for info. (Look in the related links area at debian.org) Tony On Monday, October 12, 1998 2:50 PM,

RE: lilo - booting from a device

1998-10-13 Thread Richardson,Anthony
I don't know the answer to your question, but I've got an alternative approach. Mount the boot partition of the new distribution: mount /dev/hda1 /mnt Then add the following stanza (it's based on your entry below) to lilo.conf: image=/mnt/vmlinuz label=newdistro root=/dev/hda12 Then lil

RE: rawrite2 & NT

1998-10-07 Thread Richardson,Anthony
I've used rawrite2 with NT without problems. I have administrator privileges on the NT box that I'm using though. (Maybe that's important for writing to the floppy drive through DOS under NT? I wouldn't think so, but I don't know.). I also use a DOS program named hd-copy (search for it on the w

Does HAMM support MCA?

1998-09-14 Thread Richardson,Anthony
BO used a kernel patched to support MCA and worked right out the box for me on on old 386 PS/2 Model 80. Has the kernel for HAMM been patched to support MCA as well? Thanks, Tony Richardson [EMAIL PROTECTED]

RE: boot from an extended partition?

1998-08-18 Thread Richardson,Anthony
Yes, so can LILO. I have linux installed on a logical partition on a second drive and with either LILO or System Commander installed as MBR it boots fine. On Tuesday, August 18, 1998 2:03 PM, Paul Miller [SMTP:[EMAIL PROTECTED] wrote: > > Can Linux boot from an extended partition if I use

RE: LILO Problem

1998-07-29 Thread Richardson,Anthony
The prompts you are referring to aren't LILO prompts. When you run liloconfig LILO isn't installed as the master boot loader on your system another program is (I can't recall the name of the program that is used, but look thru the liloconfig script for details and then look into the appro

RE: Can less read its input from the std

1998-07-28 Thread Richardson,Anthony
To switch stdout and stderr try this (in bash): program 3>&1 1>&2 2>&3 | less stderr will be paged thru less, while stdout will be sent to the display. Does any one have a cleaner solution? (I don't like using the temporary file discriptor (3)). Tony Richardson On Monday, July 27, 1998 3:25

RE: "sys c:" doesn't work for me. Why ?

1998-07-22 Thread Richardson,Anthony
I'd guess you are trying to setup DOSEMU. I don't know why what you are doing doesn't work, but you might try downloading and installing the latest version of DOSEMU. It provides a much nicer way to create a bootable hard drive image. (You don't need a floppy anymore, just run the script setup-hdi

RE: Unix commands on NT

1998-07-22 Thread Richardson,Anthony
Check out the gnuwin32 project at the cygnus site. It includes win32 ports of most of the gnu software including bash, the standard file utils, gcc, etc. A lot of the X windows client stuff has been ported as well. (You still need an X server for NT but there are a couple of no-cost ones availabl

RE: Drive mounting

1998-07-20 Thread Richardson,Anthony
Should be: mkdir /dos mount -t msdos /dev/hdb6 /dos The mkdir command only has to be given once. The mount command needs to be given everytime you log in (or you can edit the /etc/fstab file so that the partition is automatically mounted). The second logical partition on the second drive is hdb

RE: linux + win95: linux boot partition/

1998-07-15 Thread Richardson,Anthony
ginal Message- From: Christopher Barry [SMTP:[EMAIL PROTECTED] Sent: Wednesday, July 15, 1998 4:02 PM To: Nils Rennebarth Cc: Richardson,Anthony; Hamish Moffatt; p.meidl; debian-user Subject: Re: linux + win95: linux boot partition/ Hi, SCSI is not so expensive anymore, just check out www.pricewatc

RE: linux + win95: linux boot partition/

1998-07-15 Thread Richardson,Anthony
oader that gets its geometry from the BIOS. The LILO map installer (the "lilo" program run at a Linux prompt) gets the geometry from the Linux kernel (which normally gets the geometry from the BIOS at boot time I believe). >On Wed, Jul 15, 1998 at 03:26:00PM -0400, Richard

RE: linux + win95: linux boot partition/

1998-07-15 Thread Richardson,Anthony
On Wed, 15 Jul 1998, Nils Rennebarth wrote: >>On Wed, Jul 15, 1998 at 08:39:00AM -0400, Richardson,Anthony wrote: >> The 1024 problem is a very "real" one. >Please, it really occurs in very few systems/configurations. It had been a >problem for me occasinally beca

RE: linux + win95: linux boot partition/

1998-07-15 Thread Richardson,Anthony
The 1024 problem is a very "real" one. On old BIOSes the 1024 cylinder corresponded to 528 MB. Newer BIOSes do translation (they pretend the drive has more heads than it actually does so they can pretend that it has fewer cylinders than it actually does) and the 1024 cylinder corresponds to about

RE: how to boot from other disk?

1998-07-14 Thread Richardson,Anthony
DOS and Windows (up through Win95 at least) can't be booted from anything other than the first disk. There are ways to fake an OS that only uses the BIOS (DOS) into thinking the second drive is the first one. (LILO's map-drive option can do this.) I'm fairly sure this won't work for Win95 though.

RE: Two Questions

1998-07-14 Thread Richardson,Anthony
Maybe I can help with the boot problem. Debian doesn't use LILO as a MBR boot manager. They use a program known just as MBR. (At least this is true for the bo release, is it true for hamm?) I'm not quite sure why LILO isn't used as the MBR boot manager, because it appears to be superior to MBR in

RE: lilo & lilo.conf

1998-07-09 Thread Richardson,Anthony
I don't believe that it is required for any of the MS operating systems. I don't use it in my lilo.conf file and everything works. Have you tried omitting it? Tony Richardson -Original Message- From: Nathan E Norman [SMTP:[EMAIL PROTECTED] Sent: Wednesday, July 08, 1998 7:17 PM To: deb

RE: MCA support?

1998-07-08 Thread Richardson,Anthony
I don't know about the next version (hamm) but did you know that the current version (bo) already includes MCA support? It works beautifully on my PS2 Model 85 (386 with 11 MB RAM and 2 GB IDE HD and ATAPI CDROM.) I just needed to use a couple of boot options so the kernel could find my disk contr

RE: Linux/WinNT dual booting

1998-06-29 Thread Richardson,Anthony
Check out the Linux+NT-Loader mini-HOWTO. Basically run LILO to create a Linux boot sector. Here's an example lilo.conf: compact boot=/dev/hdb6 image=/vmlinux root=/dev/hdb6 read-only This assumes that Linux is installed on the second logical partition on disk 2. Change hdb6 as needed.

RE: lilo-password-dos

1998-06-25 Thread Richardson,Anthony
You just need to add a "password=XX" line to each OS stanza as shown in the lilo.conf file below. You are prompted for a password after entering your OS selection at the lilo prompt: prompt compact single-key timeout=600 boot=/dev/hda message=/boot/message image=/vmlinuz label=Linux alias

RE: 8 GB limit on cfdisk?

1998-06-18 Thread Richardson,Anthony
> Mark H. Mabry wrote: > I'm having a problem partitioning my 9.6 GB harddrive on my Dell P-II > 400. This is an EIDE drive. When I use cfdisk, it sees only 8 GB. > I believe that this is due to a limit in cfdisk which sets the max > number of sectors to 1024. Mine should have 1227 (approx). >

Diagnostic tool recommendations?

1998-05-22 Thread Richardson,Anthony
First, kudos to the Debian and Linux developers. I was given a PS/2 Model 80 (386 - Microchannel (MCA) machine) with an MCA IDE controller. I added a 2 GB IDE drive and an ATAPI CDROM. The debian installation went flawlessly!!! Both the hard disk and CDROM were recognized and usable. I'm impre

RE: mgetty counting rings

1998-05-08 Thread Richardson,Anthony
Here in the US, the ringing signal (what the receiver hears) and the ringback signal (what the caller hears) are completely separate signals. The signals are put on the line by the local central office serving each phone. They are completely independent signals and not necessarily in sy

RE: OK I'm stupid. How do I get to my fl

1998-03-14 Thread Richardson,Anthony
All disk access in Unix is through the directory tree and all directories are under the root (/) directory. If the NT partition is FAT you're in luck. While logged in as root: 1) Create a mount point for the partition somewhere under the root directory. mkdir /winnt 2) Mount the par

RE: Help installing NT and Linux

1998-03-02 Thread Richardson,Anthony
There are some pecularities with regard to MS OS's that you need to watch out for. They require that their boot partition be marked active or bootable. You can do that with Linux's fdisk. Linux doesn't care whether its partition is marked active or not. (If you run multiple independent M

RE: Setting up Anon FTP?

1998-02-26 Thread Richardson,Anthony
Richardson,Anthony Cc: Alan Su; Ossama Othman; debian-user Subject: RE: Setting up Anon FTP? On Thu, 26 Feb 1998, Richardson,Anthony wrote: > > Maybe installing wu-ftpd will solve the problem then? I was trying > to set things up by man according to the man page. I'm still > curious

RE: Setting up Anon FTP?

1998-02-26 Thread Richardson,Anthony
1998 2:44 PM To: Alan Su Cc: Ossama Othman; Richardson,Anthony; debian-user Subject: Re: Setting up Anon FTP? I was having the same problem (wu-ftpd, hamm distribution) and sent a message to the list a few days ago with no responses. After seeing Ossama's message, I copied the lib files to

RE: Setting up Anon FTP?

1998-02-26 Thread Richardson,Anthony
MAIL PROTECTED] Sent: Thursday, February 26, 1998 12:34 PM To: Richardson,Anthony Cc: debian-user Subject: RE: Setting up Anon FTP? Why are you trying to chroot to /bin/ls? The ftpd daemon automatically does a chroot when someone logs in as "anonymous" or "ftp." Here is an excer

RE: Setting up Anon FTP?

1998-02-26 Thread Richardson,Anthony
I had already done what is suggested below, but no luck. The following: chroot /home/ftp /bin/ls gives chroot: cannot execute /bin/ls: No such file or directory (using ls or bin/ls instead of /bin/ls gives the same message). I've got all the libraries copied to /home/ftp/lib, but still no lu

RE: Setting up Anon FTP?

1998-02-26 Thread Richardson,Anthony
al Message- From: Alan Su [SMTP:[EMAIL PROTECTED] Sent: Wednesday, February 25, 1998 8:27 PM To: Richardson,Anthony Cc: 'debian-user' Subject: Re: Setting up Anon FTP? "Richardson,Anthony" wrote (Wed, 25 Feb 1998 20:01:00 -0500 ): |> |>I'm trying to set

Setting up Anon FTP?

1998-02-26 Thread Richardson,Anthony
I'm trying to set up an anonymous ftp server. Everything seems to be working except ls or dir. I copied /bin/ls to /home/ftp/bin/ls and set up permissions as described in the ftpd man page. When I type "ls" however I get: 150 Opening ASCII mode data connection for '/bin/ls'. 226 Tra

How to run multiple X display servers?

1998-02-24 Thread Richardson,Anthony
I'm working thru some of the exercises in the book "A Practical Guide to Linux". In the GUI chapter the author mentions that you can start multiple X servers in different blank virtual consoles. I thought this would be neat and thought I'd try it. When I do "startx -- :1.0 &" the server

RE: Problems with dual boot NT/linux

1998-02-04 Thread Richardson,Anthony
Try setting the bootable flag using Liunx's fdisk and then rebooting. If you get an "Operating system not found" or "Non-system disk message" the boot sector on the boot partition has been corrupted. (The boot sector is not the same as the MBR. The MBR is the first sector on the first

Kernel Configuration?

1998-02-03 Thread Richardson,Anthony
Is there a command which displays how a kernel is configured? For example, say I walk up to a Linux box and want to see if the kernel was compiled with gateway support. How do I do that? Thanks Tony Richardson -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [E

RE: Copying CD-ROM's from Linux

1998-01-29 Thread Richardson,Anthony
cdrecord (ftp://ftp.fokus.gmd.de/pub/unix/cdrecord) will do a direct CD to CD copy. (I don't believe that X-CD-Roast will.). It compiled and installed easily on my Debian 1.3 box. Tony Richardson p.s. There is an article on X-CD-Roast in the Jan. issue of Linux Journal. The author men

tar permission problems

1998-01-22 Thread Richardson,Anthony
I've set up one machine in a lab of identical machines with Debian. I then create a tar file from that set up and transfer the tar file to CD. I then untar on the other machines. The procedure works nice (I can set up a machine in about 15 minutes) but I'm having trouble with a lot of

RE: Good Linux books??

1998-01-12 Thread Richardson,Anthony
Check out " A Practical Guide to Linux" by Mark Sobell and published by Addison-Wesley. It's one of the few Unix books that is written in text book style (with exercises and end-of-chapter problems). It's also useful as a reference. The foreword is by Linus Torvalds and he mentions that one of