Linux-Misc Digest #933, Volume #25 Tue, 3 Oct 00 12:13:02 EDT
Contents:
Re: Question: Max number of uses that can be created on linux ("James T. Dennis")
Re: Automatic redailing with pppd (John Hasler)
Re: mounting linux from windows? (Craig Foote)
Re: lilo problem (John in SD)
Migrating from ide to scsi ("Retro Grouch")
Partition Link Corrupted (Bruceh)
Mandrake-7.1 and X11R6 question.. (Ish Rattan)
Re: curious file ? (William W.)
Re: Printing man pages (William W.)
Re: PPP and routing. (Bill Unruh)
----------------------------------------------------------------------------
From: "James T. Dennis" <[EMAIL PROTECTED]>
Subject: Re: Question: Max number of uses that can be created on linux
Date: 3 Oct 2000 15:09:42 GMT
Bing H Bang <[EMAIL PROTECTED]> wrote:
> Is it 65535?
> What if I need more? Can I cluster multiple machines together to make it
> look like one machine then put 65535 users on each machine?
> Any advice would be appreciated.
> Bing
Of course you *could* put 64K users on each machine. However,
it might make more sense to wait a year and look at using the
2.4.x kernel that will (hopefully) be out by then. I think
that should support 32-bit UIDs which should allow you to
have almost enough accounts for everyone on the planet (4 billion
UIDs gives better than 80% of the estimated world population).
(I think glibc is already capable of handling 32-bit UIDs,
though it might need to be rebuilt for the new kernels as this
feature becomes available).
------------------------------
From: John Hasler <[EMAIL PROTECTED]>
Subject: Re: Automatic redailing with pppd
Date: Tue, 3 Oct 2000 14:24:54 GMT
Jeremy writes:
> I'm looking for a script or some way I can have pppd redail my ISP when
> the connection goes down.
man pppd and read about the 'persist' option.
--
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin
------------------------------
From: [EMAIL PROTECTED] (Craig Foote)
Subject: Re: mounting linux from windows?
Date: 3 Oct 2000 15:27:51 GMT
That's the one! Thanks.
Garry Knight ([EMAIL PROTECTED]) wrote:
: On Mon, 02 Oct 2000, Craig Foote wrote:
: >Anyone know the name or location of that explorer-like windows app that
: >would read (only) a linux partition?
: Do you mean explore2fs? Try here: http://uranus.it.swin.edu.au/~jn/linux
: --
: Garry Knight
: [EMAIL PROTECTED]
------------------------------
From: John in SD <[EMAIL PROTECTED]>
Subject: Re: lilo problem
Reply-To: [EMAIL PROTECTED]
Date: Tue, 03 Oct 2000 15:28:49 GMT
On 3 Oct 2000 11:04:03 GMT, [EMAIL PROTECTED] wrote:
>
>Lilo.conf:
>
>verbose=3
># delay for 5 seconds
>delay = 50
># boot=/dev/sda
Why is this commented out?
The default is the current root: /dev/sdb1, I presume. How are you booting
to here?
>map=/boot/map
>install=/boot/boot.b
>compact
>prompt
># the default kernel image to use
>image=/vmlinuz-2.2.14
> label=default
> root=/dev/sdb1
> read-only
># the new kernel image to use
>image=/vmlinuz
> label=new
> root=/dev/sdb1
> read-only
># A test kernel
>image=/vmlinuz-2.2.14-new
> label=test
> root=/dev/sdb1
> read-only
># End lilo.conf
>
>
>Disk partitions Linux is on /dev/sdb, Root partition
>is on /dev/sdb1:
>
>Disk /dev/sdb: 141 heads, 62 sectors, 1016 cylinders
>Units = cylinders of 8742 * 512 bytes
>
> Device Boot Start End Blocks Id System
>/dev/sdb1 * 1 313 1368092 83 Linux
>/dev/sdb2 314 672 1569189 83 Linux
>/dev/sdb3 673 976 1328784 83 Linux
>/dev/sdb4 977 1016 174840 82 Linux swap
>
>The number of cylinders for this disk is set to 2213.
>There is nothing wrong with that, but this is larger than 1024,
>and could in certain setups cause problems with:
>1) software that runs at boot time (e.g., LILO)
>2) booting and partitioning software from other OSs
> (e.g., DOS FDISK, OS/2 FDISK)
>
>Disk /dev/sda: 255 heads, 63 sectors, 2213 cylinders
>Units = cylinders of 16065 * 512 bytes
>
> Device Boot Start End Blocks Id System
>/dev/sda1 622 1003 3068415 5 Extended
>/dev/sda2 257 471 1726987+ 6 FAT16
>/dev/sda3 * 472 621 1204875 7 HPFS/NTFS
>/dev/sda4 1 256 2056288+ 7 HPFS/NTFS
>/dev/sda5 * 622 665 353398+ 6 FAT16
>/dev/sda6 666 831 1333363+ 7 HPFS/NTFS
>/dev/sda7 832 1003 1381558+ 7 HPFS/NTFS
>
>Disk /dev/sdc: 133 heads, 62 sectors, 1017 cylinders
>Units = cylinders of 8246 * 512 bytes
>
> Device Boot Start End Blocks Id System
>/dev/sdc1 * 1 394 1624431 83 Linux
>/dev/sdc2 395 664 1113210 83 Linux
>/dev/sdc3 665 936 1121456 83 Linux
>/dev/sdc4 937 1015 325717 83 Linux
>
>/sbin/lilo -v 5 (long)
>
>LILO version 21.5-1, Copyright (C) 1992-1998 Werner Almesberger
>Extensions beyond version 21 Copyright (C) 1999-2000 John Coffman
>Released 24-Aug-2000 and compiled at 13:29:19 on Sep 24 2000.
>Secondary loader is 12 of 12 sectors, First stage loader at 96A0:0000,
> and the kernel command line is passed at 9000:9000
>
>Caching device /dev/hda (0x0300)
>Caching device /dev/hda1 (0x0301)
>Caching device /dev/hda2 (0x0302)
>Caching device /dev/hda3 (0x0303)
>Caching device /dev/hda4 (0x0304)
>Caching device /dev/hda5 (0x0305)
>Caching device /dev/hda6 (0x0306)
>Caching device /dev/hda7 (0x0307)
>Caching device /dev/hda8 (0x0308)
>Caching device /dev/hdb (0x0340)
>Caching device /dev/hdb1 (0x0341)
>Caching device /dev/hdb2 (0x0342)
>Caching device /dev/hdb3 (0x0343)
>Caching device /dev/hdb4 (0x0344)
>Caching device /dev/hdb5 (0x0345)
>Caching device /dev/hdb6 (0x0346)
>Caching device /dev/hdb7 (0x0347)
>Caching device /dev/hdb8 (0x0348)
>Caching device /dev/sda (0x0800)
>Caching device /dev/sda1 (0x0801)
>Caching device /dev/sda2 (0x0802)
>Caching device /dev/sda3 (0x0803)
>Caching device /dev/sda4 (0x0804)
>Caching device /dev/sda5 (0x0805)
>Caching device /dev/sda6 (0x0806)
>Caching device /dev/sda7 (0x0807)
>Caching device /dev/sda8 (0x0808)
>Caching device /dev/sdb (0x0810)
>Caching device /dev/sdb1 (0x0811)
>Caching device /dev/sdb2 (0x0812)
>Caching device /dev/sdb3 (0x0813)
>Caching device /dev/sdb4 (0x0814)
>Caching device /dev/sdb5 (0x0815)
>Caching device /dev/sdb6 (0x0816)
>Caching device /dev/sdb7 (0x0817)
>Caching device /dev/sdb8 (0x0818)
>Caching device /dev/loop0 (0x0700)
>Caching device /dev/loop1 (0x0701)
>Caching device /dev/loop2 (0x0702)
>Caching device /dev/loop3 (0x0703)
>Caching device /dev/loop4 (0x0704)
>Caching device /dev/loop5 (0x0705)
>Caching device /dev/loop6 (0x0706)
>Caching device /dev/loop7 (0x0707)
>Reading boot sector from current root.
>Device 0x0810: BIOS drive 0x81, 141 heads, 1016 cylinders,
> 62 sectors. Partition offset: 0 sectors.
>Merging with /boot/boot.b
>Device 0x0811: BIOS drive 0x81, 141 heads, 1016 cylinders,
> 62 sectors. Partition offset: 62 sectors.
>fd 5: offset 512 -> dev 0x81, head 106, track 4, sector 58
>fd 5: offset 1024 -> dev 0x81, head 106, track 4, sector 59
>fd 5: offset 1536 -> dev 0x81, head 106, track 4, sector 60
>fd 5: offset 2048 -> dev 0x81, head 12, track 31, sector 51
>fd 5: offset 2560 -> dev 0x81, head 12, track 31, sector 52
>fd 5: offset 3072 -> dev 0x81, head 12, track 31, sector 53
>fd 5: offset 3584 -> dev 0x81, head 12, track 31, sector 54
>fd 5: offset 4096 -> dev 0x81, head 12, track 31, sector 55
>fd 5: offset 4608 -> dev 0x81, head 12, track 31, sector 56
>fd 5: offset 5120 -> dev 0x81, head 12, track 31, sector 57
>fd 5: offset 5632 -> dev 0x81, head 12, track 31, sector 58
>fd 5: offset 6144 -> dev 0x81, head 12, track 31, sector 59
>Secondary loader: 12 sectors.
>Device 0x0811: BIOS drive 0x81, 141 heads, 1016 cylinders,
> 62 sectors. Partition offset: 62 sectors.
>fd 5: offset 1536 -> dev 0x81, head 13, track 31, sector 22
>fd 5: offset 2048 -> dev 0x81, head 13, track 31, sector 23
>fd 5: offset 2560 -> dev 0x81, head 13, track 31, sector 24
>fd 5: offset 3072 -> dev 0x81, head 13, track 31, sector 25
>Boot image: /vmlinuz-2.2.14
>Device 0x0811: BIOS drive 0x81, 141 heads, 1016 cylinders,
> 62 sectors. Partition offset: 62 sectors.
>Setup length is 4 sectors.
>fd 6: offset 0 -> dev 0x81, head 108, track 192, sector 27
>fd 6: offset 512 -> dev 0x81, head 108, track 192, sector 28
>fd 6: offset 1024 -> dev 0x81, head 108, track 192, sector 29
>fd 6: offset 1536 -> dev 0x81, head 108, track 192, sector 30
>fd 6: offset 2048 -> dev 0x81, head 108, track 192, sector 31
>fd 6: offset 2560 -> dev 0x81, head 108, track 192, sector 32
<snip>
>fd 6: offset 687104 -> dev 0x81, head 35, track 197, sector 5
>fd 6: offset 687616 -> dev 0x81, head 35, track 197, sector 6
>fd 6: offset 688128 -> dev 0x81, head 35, track 197, sector 7
>fd 6: offset 688640 -> dev 0x81, head 35, track 197, sector 8
>fd 6: offset 689152 -> dev 0x81, head 35, track 197, sector 9
>Compaction removed 1268 BIOS calls.
> Mapped AL=0x01 CX=0x1f18 DX=0x0d81
>fd 5: offset 3584 -> dev 0x81, head 13, track 31, sector 26
> Mapped AL=0x01 CX=0x1f19 DX=0x0d81
> Mapped AL=0x01 CX=0xc01b DX=0x6c81
> Mapped AL=0x01 CX=0xc01c DX=0x6c81
> Mapped AL=0x01 CX=0xc01d DX=0x6c81
> Mapped AL=0x01 CX=0xc01e DX=0x6c81
> Mapped AL=0x01 CX=0xc01f DX=0x6c81
> Mapped AL=0x07 CX=0xc020 DX=0x6c81
> Mapped AL=0x08 CX=0xc037 DX=0x6c81
> Mapped AL=0x04 CX=0xc001 DX=0x6d81
> Mapped AL=0x02 CX=0xc007 DX=0x6d81
> Mapped AL=0x10 CX=0xc029 DX=0x6d81
> Mapped AL=0x10 CX=0xc00b DX=0x6e81
> Mapped AL=0x10 CX=0xc00d DX=0x6f81
> Mapped AL=0x0e CX=0xc031 DX=0x7181
> Mapped AL=0x02 CX=0xc001 DX=0x7281
> Mapped AL=0x08 CX=0xc013 DX=0x7281
> Mapped AL=0x1c CX=0xc30d DX=0x2481
> Mapped AL=0x07 CX=0xc303 DX=0x3981
> Mapped AL=0x35 CX=0xc30a DX=0x3981
> Mapped AL=0x36 CX=0xc301 DX=0x3a81
> Mapped AL=0x15 CX=0xc325 DX=0x5d81
> Mapped AL=0x05 CX=0xc33a DX=0x5d81
> Mapped AL=0x0a CX=0xc301 DX=0x5e81
> Mapped AL=0x04 CX=0xc33b DX=0x7181
> Mapped AL=0x2c CX=0xc301 DX=0x7281
> Mapped AL=0x02 CX=0xc33d DX=0x7281
> Mapped AL=0x3e CX=0xc301 DX=0x7381
> Mapped AL=0x01 CX=0xc311 DX=0x7481
> Mapped AL=0x2d CX=0xc312 DX=0x7481
> Mapped AL=0x12 CX=0xc301 DX=0x7581
> Mapped AL=0x1c CX=0xc323 DX=0x7581
> Mapped AL=0x24 CX=0xc301 DX=0x7681
> Mapped AL=0x01 CX=0xc335 DX=0x7681
> Mapped AL=0x09 CX=0xc336 DX=0x7681
> Mapped AL=0x06 CX=0xc301 DX=0x7781
> Mapped AL=0x04 CX=0xc309 DX=0x7781
> Mapped AL=0x08 CX=0xc311 DX=0x7781
> Mapped AL=0x1c CX=0xc31b DX=0x7781
> Mapped AL=0x36 CX=0xc309 DX=0x7881
> Mapped AL=0x0a CX=0xc301 DX=0x7981
> Mapped AL=0x09 CX=0xc31b DX=0x7981
> Mapped AL=0x17 CX=0xc324 DX=0x7981
> Mapped AL=0x10 CX=0xc30d DX=0x7a81
> Mapped AL=0x10 CX=0xc325 DX=0x7a81
> Mapped AL=0x30 CX=0xc307 DX=0x7b81
> Mapped AL=0x19 CX=0xc309 DX=0x7c81
> Mapped AL=0x17 CX=0xc322 DX=0x7c81
> Mapped AL=0x34 CX=0xc30b DX=0x7d81
> Mapped AL=0x0c CX=0xc301 DX=0x7e81
> Mapped AL=0x20 CX=0xc31d DX=0x7e81
> Mapped AL=0x09 CX=0xc30f DX=0x7f81
> Mapped AL=0x17 CX=0xc318 DX=0x7f81
> Mapped AL=0x14 CX=0xc301 DX=0x8081
> Mapped AL=0x0c CX=0xc31f DX=0x8081
> Mapped AL=0x10 CX=0xc32f DX=0x8a81
> Mapped AL=0x10 CX=0xc301 DX=0x8b81
> Mapped AL=0x1e CX=0xc321 DX=0x8b81
> Mapped AL=0x0b CX=0xc301 DX=0x8c81
> Mapped AL=0x07 CX=0xc30c DX=0x8c81
> Mapped AL=0x0c CX=0xc325 DX=0x8c81
> Mapped AL=0x0c CX=0xc333 DX=0x8c81
> Mapped AL=0x0e CX=0xc401 DX=0x0081
> Mapped AL=0x0a CX=0xc42d DX=0x3e81
> Mapped AL=0x0a CX=0xc401 DX=0x3f81
> Mapped AL=0x02 CX=0xc413 DX=0x3f81
> Mapped AL=0x04 CX=0xc417 DX=0x3f81
> Mapped AL=0x06 CX=0xc423 DX=0x4181
> Mapped AL=0x0a CX=0xc41f DX=0x6281
> Mapped AL=0x06 CX=0xc419 DX=0x6581
> Mapped AL=0x02 CX=0xc403 DX=0x6a81
> Mapped AL=0x02 CX=0xc433 DX=0x6b81
> Mapped AL=0x02 CX=0xc423 DX=0x6d81
> Mapped AL=0x0c CX=0xc409 DX=0x6e81
> Mapped AL=0x11 CX=0xc509 DX=0x1f81
> Mapped AL=0x11 CX=0xc51a DX=0x1f81
> Mapped AL=0x28 CX=0xc517 DX=0x2081
> Mapped AL=0x3e CX=0xc501 DX=0x2181
> Mapped AL=0x09 CX=0xc501 DX=0x2281
> Mapped AL=0x35 CX=0xc50a DX=0x2281
> Mapped AL=0x09 CX=0xc501 DX=0x2381
>Mapped 1349 sectors.
>Added default *
> <dev=0x81,hd=13,cyl=31,sct=26>
> "ro root=811"
>fd 5: offset 4096 -> dev 0x81, head 13, track 31, sector 27
>fd 5: offset 4608 -> dev 0x81, head 13, track 31, sector 28
>Boot image: /vmlinuz
>Device 0x0811: BIOS drive 0x81, 141 heads, 1016 cylinders,
> 62 sectors. Partition offset: 62 sectors.
>Setup length is 4 sectors.
>fd 6: offset 0 -> dev 0x81, head 10, track 0, sector 3
>fd 6: offset 512 -> dev 0x81, head 10, track 0, sector 4
>fd 6: offset 1024 -> dev 0x81, head 10, track 0, sector 5
>fd 6: offset 1536 -> dev 0x81, head 10, track 0, sector 6
>fd 6: offset 2048 -> dev 0x81, head 10, track 0, sector 7
>fd 6: offset 2560 -> dev 0x81, head 10, track 0, sector 8
>fd 6: offset 3072 -> dev 0x81, head 10, track 0, sector 9
>fd 6: offset 3584 -> dev 0x81, head 10, track 0, sector 10
>fd 6: offset 4096 -> dev 0x81, head 10, track 0, sector 11
>fd 6: offset 4608 -> dev 0x81, head 10, track 0, sector 12
>fd 6: offset 5120 -> dev 0x81, head 10, track 0, sector 13
>fd 6: offset 5632 -> dev 0x81, head 10, track 0, sector 14
>fd 6: offset 6144 -> dev 0x81, head 10, track 0, sector 15
>fd 6: offset 6656 -> dev 0x81, head 10, track 0, sector 16
<snip>
>fd 6: offset 941568 -> dev 0x81, head 111, track 1, sector 40
>fd 6: offset 942080 -> dev 0x81, head 111, track 1, sector 41
>fd 6: offset 942592 -> dev 0x81, head 111, track 1, sector 42
>fd 6: offset 943104 -> dev 0x81, head 111, track 1, sector 43
>fd 6: offset 943616 -> dev 0x81, head 111, track 1, sector 44
>fd 6: offset 944128 -> dev 0x81, head 111, track 1, sector 45
>fd 6: offset 944640 -> dev 0x81, head 111, track 1, sector 46
>fd 6: offset 945152 -> dev 0x81, head 111, track 1, sector 47
>Compaction removed 1783 BIOS calls.
> Mapped AL=0x01 CX=0x1f1b DX=0x0d81
>fd 5: offset 5120 -> dev 0x81, head 13, track 31, sector 29
> Mapped AL=0x01 CX=0x1f1c DX=0x0d81
> Mapped AL=0x01 CX=0x0003 DX=0x0a81
> Mapped AL=0x01 CX=0x0004 DX=0x0a81
> Mapped AL=0x01 CX=0x0005 DX=0x0a81
> Mapped AL=0x01 CX=0x0006 DX=0x0a81
> Mapped AL=0x01 CX=0x0007 DX=0x0a81
> Mapped AL=0x13 CX=0x0008 DX=0x0a81
> Mapped AL=0x22 CX=0x001d DX=0x0a81
> Mapped AL=0x3e CX=0x0001 DX=0x0b81
> Mapped AL=0x0d CX=0x0001 DX=0x0c81
> Mapped AL=0x31 CX=0x000e DX=0x0c81
> Mapped AL=0x3e CX=0x0001 DX=0x0d81
> Mapped AL=0x11 CX=0x0001 DX=0x0e81
> Mapped AL=0x2d CX=0x0012 DX=0x0e81
> Mapped AL=0x3e CX=0x0001 DX=0x0f81
> Mapped AL=0x0e CX=0x0001 DX=0x1081
> Mapped AL=0x07 CX=0x002f DX=0x1081
> Mapped AL=0x09 CX=0x0036 DX=0x1081
> Mapped AL=0x0a CX=0x0001 DX=0x1181
> Mapped AL=0x08 CX=0x000d DX=0x1181
> Mapped AL=0x36 CX=0x0009 DX=0x2781
> Mapped AL=0x2f CX=0x0001 DX=0x2881
> Mapped AL=0x0f CX=0x0030 DX=0x2881
> Mapped AL=0x04 CX=0x0001 DX=0x2981
> Mapped AL=0x36 CX=0x0009 DX=0x2981
> Mapped AL=0x37 CX=0x0001 DX=0x2a81
> Mapped AL=0x07 CX=0x0038 DX=0x2a81
> Mapped AL=0x18 CX=0x0001 DX=0x2b81
> Mapped AL=0x02 CX=0x001b DX=0x2b81
> Mapped AL=0x04 CX=0x0021 DX=0x2b81
> Mapped AL=0x02 CX=0x002f DX=0x2b81
> Mapped AL=0x02 CX=0x0039 DX=0x2b81
> Mapped AL=0x08 CX=0x0003 DX=0x2c81
> Mapped AL=0x32 CX=0x000d DX=0x5781
> Mapped AL=0x1d CX=0x0001 DX=0x5881
> Mapped AL=0x21 CX=0x001e DX=0x5881
> Mapped AL=0x3e CX=0x0001 DX=0x5981
> Mapped AL=0x21 CX=0x0001 DX=0x5a81
> Mapped AL=0x1d CX=0x0022 DX=0x5a81
> Mapped AL=0x3e CX=0x0001 DX=0x5b81
> Mapped AL=0x25 CX=0x0001 DX=0x5c81
> Mapped AL=0x13 CX=0x0026 DX=0x5c81
> Mapped AL=0x04 CX=0x003b DX=0x5c81
> Mapped AL=0x3e CX=0x0001 DX=0x5d81
> Mapped AL=0x2b CX=0x0001 DX=0x5e81
> Mapped AL=0x13 CX=0x002c DX=0x5e81
> Mapped AL=0x3e CX=0x0001 DX=0x5f81
> Mapped AL=0x2f CX=0x0001 DX=0x6081
> Mapped AL=0x0f CX=0x0030 DX=0x6081
> Mapped AL=0x3e CX=0x0001 DX=0x6181
> Mapped AL=0x02 CX=0x0001 DX=0x6281
> Mapped AL=0x2e CX=0x0111 DX=0x6781
> Mapped AL=0x03 CX=0x0101 DX=0x6881
> Mapped AL=0x25 CX=0x0104 DX=0x6881
> Mapped AL=0x2a CX=0x0115 DX=0x6981
> Mapped AL=0x31 CX=0x0101 DX=0x6a81
> Mapped AL=0x0d CX=0x0132 DX=0x6a81
> Mapped AL=0x06 CX=0x0101 DX=0x6b81
> Mapped AL=0x36 CX=0x0109 DX=0x6b81
> Mapped AL=0x37 CX=0x0101 DX=0x6c81
> Mapped AL=0x07 CX=0x0138 DX=0x6c81
> Mapped AL=0x3e CX=0x0101 DX=0x6d81
> Mapped AL=0x3b CX=0x0101 DX=0x6e81
> Mapped AL=0x03 CX=0x013c DX=0x6e81
> Mapped AL=0x2f CX=0x0101 DX=0x6f81
>Mapped 1849 sectors.
>Added new
> <dev=0x81,hd=13,cyl=31,sct=29>
> "ro root=811"
>fd 5: offset 5632 -> dev 0x81, head 13, track 31, sector 30
>fd 5: offset 6144 -> dev 0x81, head 13, track 31, sector 31
>Boot image: /vmlinuz-2.2.14-new
>Device 0x0811: BIOS drive 0x81, 141 heads, 1016 cylinders,
> 62 sectors. Partition offset: 62 sectors.
>Setup length is 4 sectors.
>fd 6: offset 0 -> dev 0x81, head 31, track 1, sector 9
>fd 6: offset 512 -> dev 0x81, head 31, track 1, sector 10
>fd 6: offset 1024 -> dev 0x81, head 31, track 1, sector 11
>fd 6: offset 1536 -> dev 0x81, head 31, track 1, sector 12
>fd 6: offset 2048 -> dev 0x81, head 31, track 1, sector 13
>fd 6: offset 2560 -> dev 0x81, head 31, track 1, sector 14
>fd 6: offset 3072 -> dev 0x81, head 31, track 1, sector 15
>fd 6: offset 3584 -> dev 0x81, head 31, track 1, sector 16
>fd 6: offset 4096 -> dev 0x81, head 31, track 1, sector 17
>fd 6: offset 4608 -> dev 0x81, head 31, track 1, sector 18
>fd 6: offset 5120 -> dev 0x81, head 31, track 1, sector 19
>fd 6: offset 5632 -> dev 0x81, head 31, track 1, sector 20
>fd 6: offset 6144 -> dev 0x81, head 31, track 1, sector 21
>fd 6: offset 6656 -> dev 0x81, head 31, track 1, sector 22
<snip>
>fd 6: offset 710144 -> dev 0x81, head 88, track 1, sector 16
>fd 6: offset 710656 -> dev 0x81, head 88, track 1, sector 17
>fd 6: offset 711168 -> dev 0x81, head 88, track 1, sector 18
>fd 6: offset 711680 -> dev 0x81, head 88, track 1, sector 19
>fd 6: offset 712192 -> dev 0x81, head 88, track 1, sector 20
>fd 6: offset 712704 -> dev 0x81, head 88, track 1, sector 21
>fd 6: offset 713216 -> dev 0x81, head 88, track 1, sector 22
>fd 6: offset 713728 -> dev 0x81, head 88, track 1, sector 23
>fd 6: offset 714240 -> dev 0x81, head 88, track 1, sector 24
>fd 6: offset 714752 -> dev 0x81, head 89, track 1, sector 51
>Compaction removed 1351 BIOS calls.
> Mapped AL=0x01 CX=0x1f1e DX=0x0d81
>fd 5: offset 6656 -> dev 0x81, head 13, track 31, sector 32
> Mapped AL=0x01 CX=0x1f1f DX=0x0d81
> Mapped AL=0x01 CX=0x0109 DX=0x1f81
> Mapped AL=0x01 CX=0x010a DX=0x1f81
> Mapped AL=0x01 CX=0x010b DX=0x1f81
> Mapped AL=0x01 CX=0x010c DX=0x1f81
> Mapped AL=0x01 CX=0x010d DX=0x1f81
> Mapped AL=0x0f CX=0x010e DX=0x1f81
> Mapped AL=0x04 CX=0x011f DX=0x1f81
> Mapped AL=0x1a CX=0x0125 DX=0x1f81
> Mapped AL=0x3e CX=0x0101 DX=0x2081
> Mapped AL=0x15 CX=0x0101 DX=0x2181
> Mapped AL=0x29 CX=0x0116 DX=0x2181
> Mapped AL=0x20 CX=0x0101 DX=0x2281
> Mapped AL=0x28 CX=0x0117 DX=0x2681
> Mapped AL=0x0f CX=0x0101 DX=0x2781
> Mapped AL=0x03 CX=0x0110 DX=0x2781
> Mapped AL=0x1e CX=0x0121 DX=0x3c81
> Mapped AL=0x3e CX=0x0101 DX=0x3d81
> Mapped AL=0x21 CX=0x0101 DX=0x3e81
> Mapped AL=0x1d CX=0x0122 DX=0x3e81
> Mapped AL=0x3e CX=0x0101 DX=0x3f81
> Mapped AL=0x25 CX=0x0101 DX=0x4081
> Mapped AL=0x13 CX=0x0126 DX=0x4081
> Mapped AL=0x02 CX=0x013d DX=0x4081
> Mapped AL=0x3e CX=0x0101 DX=0x4181
> Mapped AL=0x1e CX=0x0101 DX=0x4281
> Mapped AL=0x0f CX=0x0101 DX=0x4c81
> Mapped AL=0x2f CX=0x0110 DX=0x4c81
> Mapped AL=0x3e CX=0x0101 DX=0x4d81
> Mapped AL=0x13 CX=0x0101 DX=0x4e81
> Mapped AL=0x2b CX=0x0114 DX=0x4e81
> Mapped AL=0x3e CX=0x0101 DX=0x4f81
> Mapped AL=0x17 CX=0x0101 DX=0x5081
> Mapped AL=0x27 CX=0x0118 DX=0x5081
> Mapped AL=0x3e CX=0x0101 DX=0x5181
> Mapped AL=0x1b CX=0x0101 DX=0x5281
> Mapped AL=0x13 CX=0x011c DX=0x5281
> Mapped AL=0x0e CX=0x0131 DX=0x5281
> Mapped AL=0x3e CX=0x0101 DX=0x5381
> Mapped AL=0x21 CX=0x0101 DX=0x5481
> Mapped AL=0x1d CX=0x0122 DX=0x5481
> Mapped AL=0x3e CX=0x0101 DX=0x5581
> Mapped AL=0x25 CX=0x0101 DX=0x5681
> Mapped AL=0x19 CX=0x0126 DX=0x5681
> Mapped AL=0x3e CX=0x0101 DX=0x5781
> Mapped AL=0x18 CX=0x0101 DX=0x5881
> Mapped AL=0x01 CX=0x0133 DX=0x5981
>Mapped 1399 sectors.
>Added test
> <dev=0x81,hd=13,cyl=31,sct=32>
> "ro root=811"
>/boot/boot.0811 exists - no backup copy made.
>fd 5: offset 512 -> dev 0x81, head 13, track 31, sector 4
>fd 5: offset 1024 -> dev 0x81, head 13, track 31, sector 21
>fd 5: offset 0 -> dev 0x81, head 13, track 31, sector 3
>Map file size: 7168 bytes.
>Writing boot sector.
LILO version 21.5.1 (24-Aug-2000) source at
ftp: metalab.unc.edu dir: /pub/Linux/system/boot/lilo
------------------------------
From: "Retro Grouch" <[EMAIL PROTECTED]>
Subject: Migrating from ide to scsi
Date: Tue, 03 Oct 2000 10:41:14 -0400
I'm about to move my system from IDE to SCSI.
I know I can't just do a cp -a - for one thing, the /dev files won't make
it.
What's the best way to simply take a system from a bunch of partitions on
/dev/hda and stuff them into /dev/sda?
TIA,
--Yan
------------------------------
From: Bruceh <[EMAIL PROTECTED]>
Subject: Partition Link Corrupted
Date: Tue, 03 Oct 2000 16:00:07 GMT
I wanted to resize my partitions and Partition Magic indicates
that the "Logical Drive chain" is incorrect. Is there a way to
fix this? Below is the info from Partitiion Magic:
TIA.
-bruceh-
=====================================================================
Disk 0: 2343 Cylinders, 240 Heads, 63 Sectors/Track.
The BIOS supports INT 13h extensions for this drive.
========================== Partition Tables =========================
Partition -----Begin---- ------End----- Start Num
Sector # Boot Cyl Head Sect FS Cyl Head Sect Sect Sects
========= = ==== ==== ==== ==== == ==== ==== ==== ========= =========
0 0 80 0 1 1 0B 585 239 63 63 8860257
0 1 00 586 0 1 0F 1023 239 63 8860320 26565840
Info: Begin C,H,S values were large drive placeholders.
Info: End C,H,S values were large drive placeholders.
Actual values are:
0 1 00 586 0 1 0F 2342 239 63 8860320 26565840
8860320 0 00 586 1 1 83 593 239 63 8860383 120897
8860320 1 00 1023 0 1 05 1023 239 63 17720640 17705520
Info: Begin C,H,S values were large drive placeholders.
Info: End C,H,S values were large drive placeholders.
Actual values are:
8860320 1 00 1172 0 1 05 2342 239 63 17720640 17705520
17720640 0 00 1023 1 1 0B 1023 239 63 17720703 17705457
Info: Begin C,H,S values were large drive placeholders.
Info: End C,H,S values were large drive placeholders.
Actual values are:
17720640 0 00 1172 1 1 0B 2342 239 63 17720703 17705457
17720640 1 00 594 0 1 05 870 239 63 8981280 4188240
Error #120: Logical Drive chain extends toward start of drive.
This is incompatible with DOS FDISK.
Linux fdisk is one source of this problem.
8981280 0 00 594 1 1 83 870 239 63 8981343 4188177
8981280 1 00 871 0 1 05 940 239 63 13169520 1058400
13169520 0 00 871 1 1 82 940 239 63 13169583 1058337
13169520 1 00 941 0 1 05 1023 239 63 14227920 3492720
Info: End C,H,S values were large drive placeholders.
Actual values are:
13169520 1 00 941 0 1 05 1171 239 63 14227920 3492720
14227920 0 00 941 1 1 83 1023 239 63 14227983 3492657
Info: End C,H,S values were large drive placeholders.
Actual values are:
14227920 0 00 941 1 1 83 1171 239 63 14227983 3492657
==============================================================================
Disk 0: 17297.9 Megabytes
============================ Partition Information ===========================
Volume Partition Partition Start Total
Letter:Label Type Status Size MB Sector # Sector Sectors
============= =============== ======== ======= ========= = ========= =========
C:NO NAME FAT32 Pri,Boot 4326.3 0 0 63 8860257
ExtendedX Pri 12971.6 0 1 8860320 26565840
EPBR Log 59.1 None - 8860320 120960
Linux Ext2 Log 59.0 8860320 0 8860383 120897
EPBR Log 2045.0 17720640 1 8981280 4188240
Linux Ext2 Log 2045.0 8981280 0 8981343 4188177
EPBR Log 516.8 8981280 1 13169520 1058400
*:SWAPSPACE2 Linux Swap Log 516.8 13169520 0 13169583 1058337
EPBR Log 1705.4 13169520 1 14227920 3492720
Linux Ext2 Log 1705.4 14227920 0 14227983 3492657
EPBR Log 8645.3 8860320 1 17720640 17705520
D:NO NAME FAT32 Log 8645.2 17720640 0 17720703 17705457
------------------------------
From: Ish Rattan <[EMAIL PROTECTED]>
Subject: Mandrake-7.1 and X11R6 question..
Date: 3 Oct 2000 11:58:19 -0500
Hello,
It does not exactly belong here.
I have installed Mandrake-7.1 on a dual Celeron box.
In X windows some how cut/paste does not seem to work.
The entry in /etc/X11/XF86Config for pointer section is:
Section "Pointer"
Protocol "Mircosoft"
Device "/dev/ttys0"
Emulate3Buttons
Emulate3Timeout 50
EndSection
The mouse in question is 3-button Logitec/Serial.
Also tried without Emulate3Buttons, seems have no effect.
Any idea?
- ishwar
------------------------------
From: [EMAIL PROTECTED] (William W.)
Subject: Re: curious file ?
Date: Tue, 03 Oct 2000 16:06:50 GMT
In our last episode (Tue, 03 Oct 2000 12:51:52 +0200),
the artist formerly known as G P said:
>In my home directory, I find a link file named ...
>whith link with itself ... ?
>I don't dare to delete it as long I don't know what it is ?
>Some help please .
>
>Distibution Mandrake
>kernel 2.2.15-4mdk
>
>[patrice@Ramses patrice]$ ls -al ...
>lrwxrwxrwx 1 patrice patrice 3 sep 19 16:38 ... -> ...
It's just a symlynk, so deleting it shouldn't matter, especially if it
points to itself To be sure that "..." isnt a link to something like
"... " try
ls -lQ ...
and see if you get
lrwxrwxrwx 1 patrice patrice 3 sep 19 16:38 "..." -> "..."
If so, the file just points to itself and can be deleted. Even if it
doesn't, it's easy enough to recreate a symlink if deleting it breaks
something. The real and perhaps more diturbing question is how it got
there in the first place.
--
It is pitch black.
You are likely to be spammed by a grue.
------------------------------
From: [EMAIL PROTECTED] (William W.)
Subject: Re: Printing man pages
Date: Tue, 03 Oct 2000 16:06:50 GMT
In our last episode (Tue, 03 Oct 2000 09:53:33 -0500),
the artist formerly known as Dave Barcelo said:
>How do I print man pages. I tried your standard redirect to an output
>file but all I got was garbage.
Assuming you mean print to a printer:
man manpage | lpr
Though you can probably get nicer output if you do something like
zcat /usr/man/man1/manpage.1.gz | groff -Tps -man | lpr
Though I haven't tried that myself.
--
It is pitch black.
You are likely to be spammed by a grue.
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.networking,comp.os.linux.setup,alt.os.linux
Subject: Re: PPP and routing.
Date: 3 Oct 2000 16:07:38 GMT
In <8rbsd6$2na$[EMAIL PROTECTED]> [EMAIL PROTECTED] writes:
]I think it is a problem with the routing. What happens is that the modem
Yup, it sure is. somehow, and it is completely mysterious how, you have
a default route attached to lo. This is totally weird (and useless). I
have never seen this before.
It should NOT be there, and you need to figure out why it is there.
Check /etc/sysconfig/network for the gateway line. Remove it.
Check the /etc/sysconfig/static-route to see if there is something there
which ccould be setting a default route for lo.
...
]Destination Gateway Genmask Flags Metric Ref Use
]Iface
]127.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0
]eth0
]0.0.0.0 127.0.0.2 0.0.0.0 UG 0 0 0
]lo
See. 0.0.0.0 is the default. It is connected to lo which is completely
and utterly dumb.
Actually, attaching 127.0.0.0 to eth0 is also completely dumb. It
belongs on lo.
Get rid of the 127 route on eth0. Do not use 127,x,x,x as your host IP
address. Look in the above files. Also look in
/etc/sysconfig/network-scripts/ifcfg-eth0
Something is badly misconfigured.
][root@motrha /root]$ pon myisp
]...Wait about a minute while the modem does its thing...
][root@mothra /root]$ ifconfig
]eth0 Link encap:Ethernet HWaddr 00:A0:CC:E5:02:0A
] inet addr:127.0.0.1 Bcast:127.0.0.255 Mask:255.255.255.0
] UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
] RX packets:0 errors:33 dropped:0 overruns:0 frame:0
] TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
] collisions:0 txqueuelen:100
] Interrupt:11 Base address:0xe400
]lo Link encap:Local Loopback
] inet addr:127.0.0.1 Mask:255.0.0.0
] UP LOOPBACK RUNNING MTU:3924 Metric:1
] RX packets:84 errors:0 dropped:0 overruns:0 frame:0
] TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
] collisions:0 txqueuelen:0
]ppp0 Link encap:Point-to-Point Protocol
] inet addr:207.172.61.159 P-t-P:10.65.1.11
]Mask:255.255.255.255
] UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1524 Metric:1
] RX packets:9 errors:0 dropped:0 overruns:0 frame:0
] TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
] collisions:0 txqueuelen:10
These are all fine except for the eth0 address.
]Oct 2 20:39:15 mothra pppd[279]: not replacing existing default route
]to lo [127.0.0.2]
See. Here it tells you what is wrong.
]Oct 2 20:39:15 mothra pppd[279]: Cannot determine ethernet address for
]proxy ARP
Why do you have proxy-arp? It will not work in your situation.
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.misc) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************