Linux-Misc Digest #63, Volume #28 Fri, 8 Jun 01 20:13:02 EDT
Contents:
Re: Floppy format confusion,HELP!!! (Floyd Davidson)
Re: See a man file (drsquare)
Re: hardware autodetection ("Peter T. Breuer")
Re: ReiserFS irrecoverable defect after disk failure (Ulrich Leidecker)
Re: Splitting a ext2 partition. ("Joel")
Re: Debian install suggestions, anyone? (Jerome Mrozak)
Re: Replicating Linux computers (Michael Heiming)
Re: See a man file ("Peter T. Breuer")
Re: See a man file (Juergen Heinzl)
Re: See a man file (Colin Watson)
Re: Replicating Linux computers ("Peter T. Breuer")
Re: Laptop umruesten (Dennis Toelle)
Re: gnu parted? (Michael Lee Yohe)
Mounting Zip drive in RH 7.1 after upgrade! ([EMAIL PROTECTED])
Re: See a man file (drsquare)
Re: See a man file (drsquare)
Encryption : What is the easiest secure way to encrypt a file in linux (Jason
LaPenta)
Re: PLEASE help me.....Can you print to "D" size plotters? ("Robert L. Klungle")
----------------------------------------------------------------------------
From: Floyd Davidson <[EMAIL PROTECTED]>
Subject: Re: Floppy format confusion,HELP!!!
Date: 08 Jun 2001 13:00:43 -0800
Jeff Pierce <[EMAIL PROTECTED]> wrote:
>I used to think I knew about floppies, but now I find a ton of different
>formats and /dev/fd*'s.
>
>What is the difference between /dev/fd0h* and /dev/fd0u* ?
>How do you go about formating a floppy now?
>Say I wanted to format a floppy 1.68 Meg, how?
Do a "man 4 fd" and see if you have it. The version I have is
way out of date though. Basically the fd0h series is for 5 1/4"
floppy drives, and the fd0u series is for 3 1/2" floppy drives.
(At one time the 3 1/2" device names were fd0H, and I do not
know why the change or what significance it had otherwise.)
>FAQ makes mention of going beyond 80 track to 83. How do you know if
>your drive is capable of this?
Virtually all drives are capable of 83 tracks. The way to know,
is to try it and see if you get a properly formatted disk.
Just be aware that when trying 84 tracks (or if you happen to
actually come up with a drive that can't do 83 tracks) what
happens inside the drive is the head mechanism repeatedly bangs
against the mechanical stops. It *will* break. It might break
the first time you do it, or it may take 20 times. Listen
carefully (only try this in a quiet room) to the drive as the
formatting program approaches 80 tracks, and abort it immediately
of what you hear does not sound right.
Floppy drives are cheap, so there is no great risk in trying
it once to see what happens.
--
Floyd L. Davidson <http://www.ptialaska.net/~floyd>
Ukpeagvik (Barrow, Alaska) [EMAIL PROTECTED]
------------------------------
From: drsquare <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.questions
Subject: Re: See a man file
Date: Fri, 08 Jun 2001 23:07:21 +0100
On 5 Jun 2001 00:15:30 GMT, in comp.unix.questions,
([EMAIL PROTECTED] (Colin Watson)) wrote:
>jose luis fernandez diaz <[EMAIL PROTECTED]> wrote:
>>I have a file (cppp.1) and I want see it with 'man'. If I do 'file
>>cppp.1', the system shows this:
>>
>> cppp.1: troff or preprocessor input text
>>
>>How can I see that file with man ?
>
>Depending on your version of man, 'man ./cppp.1', 'man -l cppp.1', or
>even just 'man cppp.1' might work.
On a slightly different subject, how do you convert a man file into a
plain text file?
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.unix.bsd.freebsd.misc
Subject: Re: hardware autodetection
Date: Fri, 8 Jun 2001 23:46:51 +0200
In comp.os.linux.misc "Paul E. Bennett" <[EMAIL PROTECTED]> wrote:
> As the company, SiliCom, are based in Israel and emails are not
> being answered - no phone number and I haven't found their Web-site
> despite searching, I can understand the desire for a probe programme
> that reports all hardware and current settings.
Do as you would with any company that acts like that .. turn up
at the shop you bought from, and tell them you'll avoid
that companies products, and would they please get their pcmcia cards
from reputable manufacturers who write drivers for their hardware that
enable you to use it!
Peter
------------------------------
From: Ulrich Leidecker <[EMAIL PROTECTED]>
Subject: Re: ReiserFS irrecoverable defect after disk failure
Date: Sat, 09 Jun 2001 00:15:29 +0200
Reply-To: [EMAIL PROTECTED]
I have had kind of the same problem. SuSE 7.0 Kernel 2.2.16, 40 GB IDE
disk. It started with the lack of access to certain files in /var/log.
Followed by boot failure (kernel panic/reiserfs panic)
Some time sooner I experienced several complete system failures when using
KDE2. (entire system hang without any cause!)
Though I can't help you (in fact I could use a little help myself :-() I
wanted to let you know that you are not the only one with that problem.
>From my point of view reiserfs and especially reiserfsck need some
improvement before reiserfs should be used in any productive system.
Uli
Ingo Struewing schrieb:
> Perhaps I've been hit by one of the heaviest ReiserFS problems.
>
> After months of flawless operation under SuSE 7.0 (kernel 2.2.16),
> my IDE disk spat I/O errors within a 9GB partition contining a
> ReiserFS.
>
> The I/O errors may be the reason for a system hang-up. The reboot
> failed due to the unmountable root filesystem.
>
> Booting a rescue system, reiserfsck succeded with log-replay but
> terminated due to the I/O errors regardless of the options applied.
>
> To work around the I/O errors, I copied the disk contents to a new
> disk, using dd in three phases: from beginning of disk until I/O error,
> then filling the locations of the defective sectors from /dev/zero,
> and lastly from behind the defect until the end of disk. I did use
> the requred seek= and skip= options, I think.
>
> On the new disk, as expected, reiserfsck did no longer fail on I/O
> errors. After the log replay it simply complained that there is no
> ReiserFS structure! (And it was not as ext2 or other filesystem).
> I verified the copy operation by comparing the 256 first sectors
> of the partiton and some randomly choosen locations between the
> two disks (again by using dd with seek= into temporary files).
>
> The exact location of the defective sectors is sector 128 an 129
> (counting 512-byte sectors beginning from zero, which is a part of
> block 16 when counting in 4kB block beginning at zero).
> This is measured from the beginning of the partition.
> Dd did not find other defects on the disk.
>
> Obviuosly ReiserFS does store essential information at this
> position and does not mirror it elsewhere in the partition.
> Perhaps kind of a superblock that is stored only once.
>
> If this is true, I think of it as a major design failure.
> This filesystem type should not be used on productive systems.
>
> Ingo
------------------------------
From: "Joel" <[EMAIL PROTECTED]>
Subject: Re: Splitting a ext2 partition.
Date: Fri, 8 Jun 2001 17:16:04 -0500
I used parted (which wasn't easy). Here's what I did.
1. I had to install the package from the cd.
2. I discovered that you can't shrink a mounted partition (which was a
problem because I have only the root partition)
3. So I booted from the redhat cd (install mode, not rescue (I'll explain
later)).
4. Mounted my /dev/hdb2 (partition I want to shrink) to /mnt/hdb2 on the
filesystem on the installation cd.
5. copied /mnt/hdb2/sbin/parted (I don't remember if that's where it was or
not) to /sbin
6. umounted /dev/hdb2
7. ran parted with the appropriet parameters.
8. waited
9. booted back to rh 7.2
10. fdisk /dev/hdb and made a new partition
11. mkfs the new partition.
It took a while for me to figure out how to do this, but I figured it out.
Thanks for your help, everyone.
-Joel
"Peter T. Breuer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Bernard Cosell <[EMAIL PROTECTED]> wrote:
> > On Wed, 6 Jun 2001 22:55:29 +0200, "Peter T. Breuer"
> > <[EMAIL PROTECTED]> wrote:
>
> > } Joel <[EMAIL PROTECTED]> wrote:
> > } > How can I split a linux partition into 2 partitions. It's kinda
hard to
> > } > explain why I need to do this. I know there is a dos utility that
can cut
> > } > some of a FAT partition off, but what about linux? Thanks in
advance.
> > }
> > } You can't split it. You can shrink it using gnu parted. But I don't
> > } know why you don't simply back it up, carve it up, and restore.
>
> > can't you use parted to do this? It might be a bit painful if the
> > partition is near-full, but you could:
> > 1) shrink current partition
> > 2) use parted to make a new partition in the now-empty space.
>
> I didn't think you could use parted to make new partitions. Obviously I
> am wrong about that ...
>
> > THEN:
> > 1) copy as much stuff as possible from partition 1 to partition 2
> > 2) shrink partition 1 [since it now has some empty space]
> > 3) expand partition 2 into the now-empty space
> > 4) if partition 2 isn't large enough yet, go back to step 1
>
> > wouldn't this work? Even if the partition is full, you could not even
>
> Well, no. You've physically done the stuff, now you have to tell the
> system about it. Edit fstab (remember that partition numbers have
> changed) and maybe lilo.conf, run lilo and reboot. But yes, the
> shrink-a-little, move-a-little, shrink-a-little, .. dance would work.
> I'd just hate to describe it to anybody :-). You also get the advantage
> that maybe parted can tell the kernel about its changes ... nawww. Not
> a chance. Only if the disk is completely unmounted.
>
> > bother with tar z and such and just burn 500/600 megs of it off onto a
> > CD, then use THAT empty space as the 'hole' you use to shuffle the
>
> Well, usually when people do this "pivot" manouever, they have some
> space available to act as the pivot! A usual trick is to deactivate the
> swap partition and use that as the pivot. It depends how tight you are.
> Usually there's no need even for pivot spaces.
>
> > partition sizes, then when you're done copy the CD back into whichever
> > partition it is supposed to go into...
>
> ya ya ya.
>
> Peter
------------------------------
From: Jerome Mrozak <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.mandrake,aus.computers.linux,comp.sys.ibm.ps2.hardware
Subject: Re: Debian install suggestions, anyone?
Date: Fri, 08 Jun 2001 17:30:31 -0500
The potato installer is rather unforgiving. Type correctly the first
time, you won't get a chance to backtrack very often, if at all.
Missy wrote:
>
> I just ordered a copy of Debian potato to install on my PS/2 77....I would
> appreciate any help or advice etc. cause I've heard lots of horror stories!
> Beware, I'm not an expert, but not a total idiot. If it's anything like the
> LISA install of Caldera OpenLinux 2.3 I'll survive ok. Thank you!
>
> Missy
>
> --
> http://missy842.tripod.com/
--
Jerome Mrozak "Never buy a dog and bark for yourself"
[EMAIL PROTECTED] --"Slippery" Jim DiGriz
(the Stainless Steel Rat)
------------------------------
Date: Sat, 09 Jun 2001 00:35:02 +0200
From: Michael Heiming <[EMAIL PROTECTED]>
Subject: Re: Replicating Linux computers
"Peter T. Breuer" wrote:
>
> [EMAIL PROTECTED] wrote:
> >>>>>> "Peter" == Peter T Breuer <[EMAIL PROTECTED]> writes:
>
> > Peter> The point is that ghost does it via broadcast, so you can
> > Peter> do 50 at once. You'd need 50 helpers to do it at once the
> > Peter> way I just described. Mind you, you could race round the
> > Peter> room with the floppy. I once wrote the /etc/rc file to do
> > Peter> all that while installing a room full of clients. As I
> > Peter> recall, it took me the first two rows (about 8 machines) to
> > Peter> get it right. The trouble is that one has to program in a
> > .................................................^^^^^^
> > Peter> reboot in order that the kernel sees the new partition
> > Peter> table ..
>
> > Wrong! You don't need a reboot.
>
> > Firstly, most, if not all, fdisk utilities on Linux will use the
> > appropriate ioctl() calls to tell the kernel to re-read the partition
> > table. This feature has been there since the first time I used
>
> Unfortunately it will fail if the disk is mounted, which it generally
> is at this point, because we're copying data to it (hic).
>
> > Peter> either that or you have to hope that all the
> > Peter> bioses and all the disks are exactly alike (they never are)
> > Peter> and dd the whole disk (which is how ghost does it,
> > Peter> usually).
>
> > If all the machines are identical, that's not a problem. Having to
> > configure different IP addresses for the machines is more difficult.
> > So, if the machines are to be networked together, you would eventually
> > want to set up BOOTP or even better: DHCP (but I prefer DHCP with
> > statistically assigned IP addresses). If you have set up DHCP or
> > BOOTP, then network booting is just a few steps away. So, why not
> > network-boot the machines? Why not have one server serve the file
> > system to all other machines (NFS root-mount)? That would save much
> > maintenance work in the long run. (Imagine having to apply distro
> > patches!)
>
> It's no problem to maintain large numbers of separate clients at once
> (I have hundreds). I use a script system called "doit" to distribute
> and queue tasks, and another which compares md5sums of everything
> everywhere and gives the majority verdict to the minority class.
> The number of differences between the machines is of the order of
> 10-20 files.
>
> Peter
True and I can imagine some scripts running rsync/rdist through ssh,
handle
this perfectly. However, the possibility to boot from a central server,
using central storage/backup, sounds great. The IMHO one bad
point about ws with discs, case you need to update the kernel, you have
no control if the machine does not boot and perhaps this box is not
this near to you...:-(
Michael
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.questions
Subject: Re: See a man file
Date: Sat, 9 Jun 2001 00:23:56 +0200
In comp.os.linux.misc drsquare <[EMAIL PROTECTED]> wrote:
> On 5 Jun 2001 00:15:30 GMT, in comp.unix.questions,
> ([EMAIL PROTECTED] (Colin Watson)) wrote:
>>jose luis fernandez diaz <[EMAIL PROTECTED]> wrote:
>>>I have a file (cppp.1) and I want see it with 'man'. If I do 'file
>>>cppp.1', the system shows this:
>>>
>>> cppp.1: troff or preprocessor input text
>>>
>>>How can I see that file with man ?
>>
>>Depending on your version of man, 'man ./cppp.1', 'man -l cppp.1', or
>>even just 'man cppp.1' might work.
> On a slightly different subject, how do you convert a man file into a
> plain text file?
Groan. This is a faq.
man foo | col -b
should do most of it. If you want different size pages, read the man
pages for man and figure out your own pet way with -t and ps2ascii
and friends.
Peter
------------------------------
From: [EMAIL PROTECTED] (Juergen Heinzl)
Crossposted-To: comp.unix.questions
Subject: Re: See a man file
Date: Fri, 08 Jun 2001 22:40:42 GMT
In article <[EMAIL PROTECTED]>, drsquare wrote:
>On 5 Jun 2001 00:15:30 GMT, in comp.unix.questions,
> ([EMAIL PROTECTED] (Colin Watson)) wrote:
>
>>jose luis fernandez diaz <[EMAIL PROTECTED]> wrote:
>>>I have a file (cppp.1) and I want see it with 'man'. If I do 'file
>>>cppp.1', the system shows this:
>>>
>>> cppp.1: troff or preprocessor input text
>>>
>>>How can I see that file with man ?
>>
>>Depending on your version of man, 'man ./cppp.1', 'man -l cppp.1', or
>>even just 'man cppp.1' might work.
>
>On a slightly different subject, how do you convert a man file into a
>plain text file?
[-]
man cpp | col -b [> /tmp/cpp.txt]
------------------------------
From: [EMAIL PROTECTED] (Colin Watson)
Crossposted-To: comp.unix.questions
Subject: Re: See a man file
Date: 8 Jun 2001 22:44:19 GMT
drsquare <[EMAIL PROTECTED]> wrote:
>On 5 Jun 2001 00:15:30 GMT, in comp.unix.questions,
> ([EMAIL PROTECTED] (Colin Watson)) wrote:
>>Depending on your version of man, 'man ./cppp.1', 'man -l cppp.1', or
>>even just 'man cppp.1' might work.
>
>On a slightly different subject, how do you convert a man file into a
>plain text file?
'man foo.1 > foo.txt' will often do. Otherwise, 'groff -mandoc -Tascii
foo.1 > foo.txt'.
Cheers,
--
Colin Watson [[EMAIL PROTECTED]]
"I could stay awake just to hear you breathing
Watch you smile while you are sleeping
Far away and dreaming" - Aerosmith, "I Don't Wanna Miss a Thing"
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Replicating Linux computers
Date: Sat, 9 Jun 2001 00:46:55 +0200
Michael Heiming <[EMAIL PROTECTED]> wrote:
> this perfectly. However, the possibility to boot from a central server,
> using central storage/backup, sounds great. The IMHO one bad
I always used to prefer this (years and years ago). But the day when 30
people try and startup netscape 4.7 from a bin dir mounted nfs across a
10BT net you really don't want to be around ...
> point about ws with discs, case you need to update the kernel, you have
> no control if the machine does not boot and perhaps this box is not
> this near to you...:-(
People do use my ENBD device in roo mode with clientside write-caching
turned on as a replacement for nfs root that uses just a single ro root
image. Apparently it works well.
Peter
------------------------------
From: Dennis Toelle <[EMAIL PROTECTED]>
Subject: Re: Laptop umruesten
Date: Sat, 9 Jun 2001 01:16:47 +0200
Hi!
> You'll have to excuse me answering in English. I understand the
> German (just about), but could not possibly write a useful answer.
No problem, Iunderstand both languages.
> If I understand you correctly, you have a 66MHz 80386 system, with
> 3.5" floppy but no CDROM, operating under Windows 3.1. You want to
> load an internet capable version of Linux.
That's it!
> My suggestion is that you connect the machine serially to another
> which is already internet capable or fitted with a CDROM drive,
> and transfer an entire install set (overnight?) by Zmodem.
Well I thougt about it, too, but which files will I need?
CU, Dennis.
------------------------------
From: Michael Lee Yohe <[EMAIL PROTECTED]>
Subject: Re: gnu parted?
Date: Fri, 08 Jun 2001 18:36:57 -0500
> cryptic to use. Is there a GUI
> frontend somewhere, preferably ncurses
> based?
Go to www.freshmeat.net and type "nParted" in the search box.
------------------------------
From: [EMAIL PROTECTED]
Subject: Mounting Zip drive in RH 7.1 after upgrade!
Date: Fri, 08 Jun 2001 23:55:36 GMT
Hi all,
I just upgraded from RH6.1 to RH7.1 and am having problems mounting my
ZIP drive. This drive mounted properly under RH7.1
Since I have no idea what I am doing I am including the dmesg output
and my current fstab file.
1. Can someone help me fix this?
2. Can someone give an explanation what might be wrong so I can learn
from this?
Any help will be appreciated!!!
Thanks,
Pedro
Linux version 2.4.2-2 ([EMAIL PROTECTED]) (gcc version 2.96
20000731 (Red Hat Linux 7.1 2.96-79)) #1 Sun Apr 8 20:41:30 EDT 2001
BIOS-provided physical RAM map:
BIOS-e820: 000000000009f800 @ 0000000000000000 (usable)
BIOS-e820: 0000000000000800 @ 000000000009f800 (reserved)
BIOS-e820: 0000000000018400 @ 00000000000e7c00 (reserved)
BIOS-e820: 0000000003ffe000 @ 0000000000100000 (usable)
BIOS-e820: 0000000000001800 @ 00000000040fe000 (ACPI data)
BIOS-e820: 0000000000000400 @ 00000000040ff800 (ACPI NVS)
BIOS-e820: 0000000001f00400 @ 00000000040ffc00 (usable)
BIOS-e820: 0000000000018400 @ 00000000fffe7c00 (reserved)
On node 0 totalpages: 24576
zone(0): 4096 pages.
zone DMA has max 32 cached pages.
zone(1): 20480 pages.
zone Normal has max 160 cached pages.
zone(2): 0 pages.
zone HighMem has max 1 cached pages.
Kernel command line: BOOT_IMAGE=linux ro root=304
BOOT_FILE=/boot/vmlinuz-2.4.2-2 hdc=ide-scsi
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 398.279 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 794.62 BogoMIPS
Memory: 94244k/98304k available (1365k kernel code, 3664k reserved,
92k data, 236k init, 0k highmem)
Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes)
Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes)
Page-cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode-cache hash table entries: 8192 (order: 4, 65536 bytes)
VFS: Diskquotas version dquot_6.5.0 initialized
CPU: Before vendor init, caps: 0183f9ff 00000000 00000000, vendor = 0
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After vendor init, caps: 0183f9ff 00000000 00000000 00000000
CPU: After generic, caps: 0183f9ff 00000000 00000000 00000000
CPU: Common caps: 0183f9ff 00000000 00000000 00000000
CPU: Intel Pentium II (Deschutes) stepping 01
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.37 (20001109) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfd9b3, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 0: assuming transparent
PCI: Using IRQ router PIIX [8086/7110] at 00:07.0
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: Card 'U.S. Robotics 56K Voice Win'
isapnp: 1 Plug & Play card detected total
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.14)
Starting kswapd v1.8
pty: 256 Unix98 ptys configured
block: queued sectors max/low 62424kB/20808kB, 192 slots per queue
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:pio, hdd:pio
hda: Maxtor 91360D8, ATA DISK drive
hdb: NEC CD-ROM DRIVE:28D, ATAPI CD/DVD-ROM drive
hdc: SONY CD-RW CRX0811, ATAPI CD/DVD-ROM drive
hdd: IOMEGA ZIP 100 ATAPI Floppy, ATAPI FLOPPY drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 26563824 sectors (13601 MB) w/256KiB Cache, CHS=1653/255/63,
UDMA(33)
hdd: 98288kB, 196576 blocks, 512 sector size
hdd: 98304kB, 96/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm
Partition check:
hda: hda1 hda2 hda3 < hda5 hda6 > hda4
hdd: hdd1 hdd2 hdd3 hdd4
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Serial driver version 5.02 (2000-08-09) with MANY_PORTS MULTIPORT
SHARE_IRQ SERIAL_PCI ISAPNP enabled
Real Time Clock Driver v1.10d
md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md.c: sizeof(mdp_super_t) = 4096
autodetecting RAID arrays
autorun ...
... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 8192 bind 8192)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 236k freed
Adding Swap: 72252k swap-space (priority -1)
Adding Swap: 124920k swap-space (priority -2)
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.251 $ time 20:53:29 Apr 8 2001
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 9 for device 00:07.2
usb-uhci.c: USB UHCI at I/O 0x1020, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
hdb: ATAPI 40X CD-ROM drive, 128kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
hdc: driver not present
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: SONY Model: CD-RW CRX0811 Rev: MYS2
Type: CD-ROM ANSI SCSI revision: 02
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
parport0: cpp_daisy: aa5500ff(20)
parport0: assign_addrs: aa5500ff(20)
parport0: Printer, Hewlett-Packard HP LaserJet 5L
ip_conntrack (768 buckets, 6144 max)
eth0: 3c509 at 0x300, 10baseT port, address 00 50 04 a0 25 98, IRQ
10.
3c509.c:1.16 (2.2) 2/3/98 [EMAIL PROTECTED]
eth0: Setting Rx mode to 1 addresses.
isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 2
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 2
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 2
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 2
hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key = 5, asc = 21, ascq = 0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed
/dev/hda4 / ext2 defaults
1 1
/dev/hda2 /boot ext2 defaults
1 2
/dev/cdrom /mnt/cdrom iso9660 owner
0 0
/dev/hda5 /mnt/data vfat
user,exec,dev,suid,rw,umask=000 0 0
/dev/hda6 swap swap defaults
0 0
/dev/fd0 /mnt/floppy vfat noauto,owner
0 0
none /proc proc defaults
0 0
none /dev/pts devpts gid=5,mode=620
0 0
/SWAP swap swap defaults
0 0
/dev/cdrom1 /mnt/cdrom1 iso9660
noauto,owner,kudzu,ro 0 0
/dev/cdrom2 /mnt/cdrom2 iso9660
noauto,owner,kudzu,ro 0 0
/dev/hdd4 /mnt/zip100.0 auto
noauto,owner,kudzu 0 0
------------------------------
From: drsquare <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.questions
Subject: Re: See a man file
Date: Sat, 09 Jun 2001 01:01:50 +0100
On Sat, 9 Jun 2001 00:23:56 +0200, in comp.unix.questions,
("Peter T. Breuer" <[EMAIL PROTECTED]>) wrote:
>In comp.os.linux.misc drsquare <[EMAIL PROTECTED]> wrote:
>>>Depending on your version of man, 'man ./cppp.1', 'man -l cppp.1', or
>>>even just 'man cppp.1' might work.
>
>> On a slightly different subject, how do you convert a man file into a
>> plain text file?
>
>Groan. This is a faq.
Are you sure? I've read the FAQ and nothing like this was mentioned.
------------------------------
From: drsquare <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.questions
Subject: Re: See a man file
Date: Sat, 09 Jun 2001 01:01:50 +0100
On 8 Jun 2001 22:44:19 GMT, in comp.unix.questions,
([EMAIL PROTECTED] (Colin Watson)) wrote:
>drsquare <[EMAIL PROTECTED]> wrote:
>>On 5 Jun 2001 00:15:30 GMT, in comp.unix.questions,
>> ([EMAIL PROTECTED] (Colin Watson)) wrote:
>>>Depending on your version of man, 'man ./cppp.1', 'man -l cppp.1', or
>>>even just 'man cppp.1' might work.
>>
>>On a slightly different subject, how do you convert a man file into a
>>plain text file?
>
>'man foo.1 > foo.txt' will often do. Otherwise, 'groff -mandoc -Tascii
>foo.1 > foo.txt'.
>
>Cheers,
That leaves with a load of repeated characters and control characters.
A sentence like:
"Hello. This is a manual page."
Would end up like:
"HHHHHHHH^D^Deeeellloooo ^D^D^D^D TThhiissss..." etc
------------------------------
From: Jason LaPenta <[EMAIL PROTECTED]>
Subject: Encryption : What is the easiest secure way to encrypt a file in linux
Date: Fri, 08 Jun 2001 19:58:34 -0400
Encryption : What is the easiest secure way to encrypt a file in linux?
thanks in advance
Jason
[EMAIL PROTECTED]
------------------------------
From: "Robert L. Klungle" <[EMAIL PROTECTED]>
Subject: Re: PLEASE help me.....Can you print to "D" size plotters?
Date: Sat, 09 Jun 2001 00:05:44 GMT
Andy H wrote:
> Hi all:
>
> We're trying to plot to a HP 1055cm plotter - we're using the
> Design Jet 650C driver. The plots seem to come out ok *but* the full
> range of paper sizes aren't available in the driver settings. We
> desperately need to print a "D" size plot but the biggest the driver
> allows is 16x22. This is strange as I know the 650C can print E size
> sheets. How can I change these settings? I tried screwing around
> with the 650C driver (interface, whatever) file to no avail. Please
> help.
I tried the same thing and found that the restriction was MS-Word
(max 22 inches). Switching to Canvas for windows worked fine.
cheers...bob
------------------------------
** 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 by posting to comp.os.linux.misc.
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
******************************