Problems with first attempt to use multistrap

2014-09-02 Thread Richard Owlett
In a thread discussing my attempts at a minimal {definition explicitly open} install, it was suggested that I investigate using deboostrap. I could not find a reference explicitly covering *ALL* the steps required to create a bootable system. While searching for more details on steps mentioned

Re: Partial success - an informative crash - was [Re: First attempt to use preseeding]

2012-11-05 Thread Brian
On Mon 05 Nov 2012 at 07:49:29 -0600, Richard Owlett wrote: > Brian wrote: > >On Sun 04 Nov 2012 at 06:55:41 -0600, Richard Owlett wrote: > > > >>*My procedure* > >>1. Partition/format a 16 GB USB stick as single primary partition > >>formatted as ext2 using Gparted. > > > >At this stage of the in

Re: Partial success - an informative crash - was [Re: First attempt to use preseeding]

2012-11-05 Thread Richard Owlett
Brian wrote: On Sun 04 Nov 2012 at 06:55:41 -0600, Richard Owlett wrote: *My procedure* 1. Partition/format a 16 GB USB stick as single primary partition formatted as ext2 using Gparted. At this stage of the installer's operation it is very happy to deal with FAT16. I'd suggest you fall in wi

Re: Partial success - an informative crash - was [Re: First attempt to use preseeding]

2012-11-04 Thread Brian
On Sun 04 Nov 2012 at 06:55:41 -0600, Richard Owlett wrote: > *My procedure* > 1. Partition/format a 16 GB USB stick as single primary partition > formatted as ext2 using Gparted. At this stage of the installer's operation it is very happy to deal with FAT16. I'd suggest you fall in with its wish

Partial success - an informative crash - was [Re: First attempt to use preseeding]

2012-11-04 Thread Richard Owlett
Richard Owlett wrote: Why - learn to use preseeding. Why now - I think I've found an install related bug. Using preseed.cfg would eliminate human error as cause. For simplicity and repeatability I'm installing from DVD with no network connection of any sort. The DVD is disk 1 of 8 of a commercial

Re: First attempt to use preseeding

2012-10-25 Thread Tom H
On Thu, Oct 25, 2012 at 3:09 PM, Richard Owlett wrote: > Tom H wrote: >> On Thu, Oct 25, 2012 at 8:23 AM, Richard Owlett >> wrote: >>> Jon Dowland wrote: On Sun, Oct 21, 2012 at 04:13:17PM -0500, Richard Owlett wrote: > It appears to me that my preseed.cfg file is not being read at all

Re: First attempt to use preseeding

2012-10-25 Thread Richard Owlett
Tom H wrote: On Thu, Oct 25, 2012 at 8:23 AM, Richard Owlett wrote: Jon Dowland wrote: On Sun, Oct 21, 2012 at 04:13:17PM -0500, Richard Owlett wrote: It appears to me that my preseed.cfg file is not being read at all. OK. I don't know the nature of the problem you are trying to fix, T

Re: First attempt to use preseeding

2012-10-25 Thread Tom H
On Thu, Oct 25, 2012 at 8:23 AM, Richard Owlett wrote: > Jon Dowland wrote: >> On Sun, Oct 21, 2012 at 04:13:17PM -0500, Richard Owlett wrote: >>> It appears to me that my preseed.cfg file is not being read at all. >> >> OK. I don't know the nature of the problem you are trying to fix, > > The n

Re: First attempt to use preseeding

2012-10-25 Thread Richard Owlett
Jon Dowland wrote: On Thu, Oct 25, 2012 at 07:23:27AM -0500, Richard Owlett wrote: Jon Dowland wrote: On Sun, Oct 21, 2012 at 04:13:17PM -0500, Richard Owlett wrote: It appears to me that my preseed.cfg file is not being read at all. OK. I don't know the nature of the problem you are trying

Re: First attempt to use preseeding

2012-10-25 Thread Jon Dowland
On Thu, Oct 25, 2012 at 07:23:27AM -0500, Richard Owlett wrote: > Jon Dowland wrote: > >On Sun, Oct 21, 2012 at 04:13:17PM -0500, Richard Owlett wrote: > >>It appears to me that my preseed.cfg file is not being read at all. > > > >OK. I don't know the nature of the problem you are trying to fix, >

Re: First attempt to use preseeding

2012-10-25 Thread Richard Owlett
Jon Dowland wrote: On Sun, Oct 21, 2012 at 04:13:17PM -0500, Richard Owlett wrote: It appears to me that my preseed.cfg file is not being read at all. OK. I don't know the nature of the problem you are trying to fix, The nature of the problem is that I have found *NO NONE NADA* complete ex

Re: First attempt to use preseeding

2012-10-24 Thread Jon Dowland
On Sun, Oct 21, 2012 at 04:13:17PM -0500, Richard Owlett wrote: > It appears to me that my preseed.cfg file is not being read at all. OK. I don't know the nature of the problem you are trying to fix, but could it be reproduced/triaged in a virtual machine? It might be much quicker/easier to explor

Re: First attempt to use preseeding

2012-10-21 Thread Richard Owlett
Jon Dowland wrote: In my experience, preseeding is pretty awkward. My advice: start from scratch, try to guess the right thing to put in in order to answer the first couple of questions, try it. Did those questions get answered? Then add a few more for the next few questions. Repeat. I guess

Re: First attempt to use preseeding

2012-10-21 Thread Jon Dowland
In my experience, preseeding is pretty awkward. My advice: start from scratch, try to guess the right thing to put in in order to answer the first couple of questions, try it. Did those questions get answered? Then add a few more for the next few questions. Repeat. -- To UNSUBSCRIBE, email to

First attempt to use preseeding

2012-10-21 Thread Richard Owlett
Why - learn to use preseeding. Why now - I think I've found an install related bug. Using preseed.cfg would eliminate human error as cause. For simplicity and repeatability I'm installing from DVD with no network connection of any sort. The DVD is disk 1 of 8 of a commercial copy of Debian 6.0.5

Re: First attempt

1998-12-10 Thread Raymond A. Ingles
On Tue, 8 Dec 1998, Kent West wrote: > I don't think I'd use one partition for the system, although the system > doesn't really care. It's just that later you might find it more useful if > you've "modularized" the system some. I'd probably allocate 200MB for the > root, maybe 300 if you want to b

Re: First attempt

1998-12-09 Thread Kent West
On Wed, 9 Dec 1998, Alan Tam wrote: > Hi Kent; > > I add these lines to the rc file at /etc/init.d > = > # I add the following for NumLock ON by default > INITTY=/dev/tty[1-8] > for tty in $INITTY > do > setleds -D +num <$tty >

Re: First attempt

1998-12-09 Thread Alan Tam
Hi Kent; I add these lines to the rc file at /etc/init.d = # I add the following for NumLock ON by default INITTY=/dev/tty[1-8] for tty in $INITTY do setleds -D +num <$tty done # eof /etc/init.d/rc ===

Re: First attempt

1998-12-09 Thread Philip Charles
The binary CD uses the normal resc1440.bin to boot. The source CD uses the boot disk with the tecra patch Depends on what your system needs. I would suggest that one partition is OK if you are having an initial play with Linux. You will probably make several installs before you start to use GNU/

Re: First attempt

1998-12-09 Thread Kent West
On Tue, 8 Dec 1998, KTB wrote: > I deleted the partion but my problem is I can't make more than that one > partion. When > I try to change the FS Type I can't do that either. I may be wrong but > it seems my > keyboard is screwed up. For example when I try to make the first > primary partion an

Re: First attempt

1998-12-09 Thread Kent West
On Tue, 8 Dec 1998, KTB wrote: > #1. Ok I'm not getting very far. First of all I want to make sure I am > using the right disk. I have Debian 2.0 official, both the Binary and > Source disks say the same thing when I boot them up and try to install > from cdrom. Can you use either, or? I'm fa

First attempt

1998-12-09 Thread KTB
I deleted the partion but my problem is I can't make more than that one partion. When I try to change the FS Type I can't do that either. I may be wrong but it seems my keyboard is screwed up. For example when I try to make the first primary partion and it has a space to change the number of MB

Re: First attempt

1998-12-09 Thread Andrew Ivanov
On Tue, 8 Dec 1998, KTB wrote: > followed the instructions in the book. I select [New] and [Primary] > then I can't change the size of the partion, it lets me make a 6149.89 > MB partion but then can't go on to make a swap partion. The 6149.89 MB > is my whole HD so maybe that is why I can't mak

First Attempt..?

1998-12-09 Thread Anders
Well I am not sure if I really know what I am talking about, and this may be stupid, but: 1) you can't change the size? Just delete the numbers it gives you and enter '###MB' or whatever size you want to make the partition. 2) you generally want to have a smaller (50-100MB) root partition and a l

First attempt

1998-12-09 Thread KTB
#1. Ok I'm not getting very far. First of all I want to make sure I am using the right disk. I have Debian 2.0 official, both the Binary and Source disks say the same thing when I boot them up and try to install from cdrom. Can you use either, or? I went through the steps and everything seemed

Re: first attempt to run UUCP; failed

1998-12-05 Thread tko
Eugene Sevinian writes: > Hi all, > I am trying to connect 2 Debian machine, > via uucp. I am not sure that I will find answer in this mailing list, Sorry about that, I was clouding the issue with my previous answer. OK, you will need to setup UUCP on both machines. One of the machine will have

Re: first attempt to run UUCP; failed

1998-12-04 Thread Hamish Moffatt
On Thu, Dec 03, 1998 at 03:20:54AM +0400, Eugene Sevinian wrote: > 54.54 1060) Calling system spyur (port ttyS2) > 54.54 1060) DEBUG: fcsend: Writing "ATZ\r" sleep > 55.56 1060) DEBUG: icexpect: Looking for 3 "OK\r" > 55.56 1060) DEBUG: icexpect: Got "\r\nATZ\r\r\nOK\r" (found it) > 55.56 1060) DEB

Re: first attempt to run UUCP; failed

1998-12-03 Thread tko
Eugene Sevinian writes: > Hi all, > I am trying to connect 2 Debian machine, > via uucp. I am not sure that I will find answer in this mailing list, > however I will try to discribe the problem shortly. At the very initial > stage of communication chat script is getting NO CARRIER and exit. > At

first attempt to run UUCP; failed

1998-12-02 Thread Eugene Sevinian
Hi all, I am trying to connect 2 Debian machine, via uucp. I am not sure that I will find answer in this mailing list, however I will try to discribe the problem shortly. At the very initial stage of communication chat script is getting NO CARRIER and exit. At the same time I use this line by mi