Linux-Misc Digest #187, Volume #27               Wed, 21 Feb 01 15:13:01 EST

Contents:
  Re: Problem solved (Re: Q: local host name cannot be resolved ?!?) ("Peter T. 
Breuer")
  Re: <Q> using lpr to number pages (Bob Hauck)
  Re: icq chat  port (Glitch)
  Re: Parallel port in 2.4 kernel (Glitch)
  More Dial Up Woes In Suse Linux 6.0 ("David Ayliffe")
  Re: possible to change rc.d sequence? (Jean-David Beyer)
  Re: Problem solved (Re: Q: local host name cannot be resolved ?!?) (Terence Hoosen)
  Re: Adding libraries to GCC (Jean-David Beyer)
  Re: *** Change standard file permissions *** (Jean-David Beyer)
  Re: Replicate/Clone RH6.2 Linux (Zen Sorcerer)
  RAID 1 Optimized?
  Re: /bin/sh ("Harlan Grove")
  IP-Routing (SuSE Linux 7.0 pro) ("Sebastian Frixe")
  Re: MD5 -> DES ? (David Griffith)
  LPI Certification ("Martin Kai")
  Re: news reader recommendations? (Lee Webb)
  Re: POP3 server error: -ERR being read already /usr/spool/mail/<username> ("The 
Spook")
  nonIDE CD skips! wtf? (Andrew Purugganan)
  Re: How to redirect X window outputs? (David Griffith)

----------------------------------------------------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Problem solved (Re: Q: local host name cannot be resolved ?!?)
Date: Wed, 21 Feb 2001 19:07:45 +0100

bv <[EMAIL PROTECTED]> wrote:
> One thing remains: I still can't telnet my local host. Is there something 
> wrong in /etc/services perhaps? The telnet lines look like this

Is there a telnet server, is it in inetd, and is access enabled in 
hosts.allow too?

> [bv@tornado bv]# cat /etc/services | grep telnet
> telnet          23/tcp

That's correct. For raw telnet, that is.


Peter

------------------------------

From: [EMAIL PROTECTED] (Bob Hauck)
Subject: Re: <Q> using lpr to number pages
Reply-To: hauck[at]codem{dot}com
Date: Wed, 21 Feb 2001 18:20:52 GMT

On Wed, 21 Feb 2001 08:53:13 GMT, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

> I am tired of having to hand number documents every time I print a web
> page from netscape :-)

Opera numbers printed pages.  Or save the PS output to a file and use
pstops on it.

-- 
 -| Bob Hauck
 -| Codem Systems, Inc.
 -| http://www.codem.com/

------------------------------

Date: Wed, 21 Feb 2001 13:32:43 -0500
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: icq chat  port



Mathias Rodenstein wrote:
> 
> hi,
> i was just curious if anyone knew the port icq uses for chat...need to know
> 
> tia, m

don't know if it would work but u could always initiate with someone
using a Windows machine (or a linux machine that wasn't behind a
firewall, which i'm assuming is what u are trying to get thru) and then
once the chat is going run 'netstat' to see if the icq chat connection
is listed , and if so, what port it is using.

------------------------------

Date: Wed, 21 Feb 2001 13:34:30 -0500
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: Parallel port in 2.4 kernel

You also need to enable 'pc style hardware'.

it took me forever to figure out why my parallel port zip drive wouldn't
work. I didn't have that PC style hardware option turned on. You need
that for the lpt port to be recognized.

Thaddeus L Olczyk wrote:
> 
> I forgot.
> Yes I did upgrade modutils.
> ( and lsmod shows they are loaded ).
> 
> And I forgot a question. Can anyone recommend any more things I can
> do to help diagnose the problem?
> 
> On Wed, 21 Feb 2001 17:29:17 GMT, [EMAIL PROTECTED] (Thaddeus L
> Olczyk) wrote:
> 
> >For some reason the parallel port does not seem to work for me in
> >either the 2.4.0 or the 2.4.1 kernels. It did in the 2.2.18 kernel,
> >but does not seem to be doing so now ( possibly just some
> >configuration stuff that the system blew away ).
> >
> >Right now I am in the 2.4.0 kernel.
> >I've checked /var/log/messages file
> >the only lp0 in there is usblp0 ( btw I have both a parallel printer
> >and a usb printer, they worked under 2.2.18 but the usb was flakey ),
> >but there is a parport.
> >In /proc/ioports parport0 appears.
> >I have no idea how to check irqs.
> >Any ideas?
> >One more question.
> >In my bios it gives me a choice of modes Normal,BiDir, ECP,EPP 1.9-17
> >ehich would be best forme to use at this time ( printer hp ljet II can
> >handle at lest bidir, but I think it can handle all modes)?
> >
> >
> >One thing I just noticed:
> >in /etc/modules.conf
> >preinstall plip modprobe parport_pc; echo 7 >/proc/parport/0/irq
> >but there is no /proc/parport directory, an important hint?
> >TIA
> >

------------------------------

From: "David Ayliffe" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux.suse,comp.os.linux.networking
Subject: More Dial Up Woes In Suse Linux 6.0
Date: Wed, 21 Feb 2001 19:00:21 -0000
Reply-To: "David Ayliffe" <[EMAIL PROTECTED]>

My modem still doesn't work.  It dials and verifies but I can get NO web
pages and any ping (even to an IP address) doesn't work; it comes back
network unreachable. I have set up the DNS server details in YaST.

Any ideas?

Please reply to group or directly to email

Thanks

David Ayliffe



------------------------------

From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: possible to change rc.d sequence?
Date: Wed, 21 Feb 2001 14:05:00 -0500

Jan Vandesompele wrote:
> 
> Hello,
> 
> Can anyone tell me if it is possible to change the sequence of the rc.d
> scripts at bootup? So the sequence of the scripts like this: Sxxxxxx
> 
If you are running a Red Hat distribution, you could renumber the
scripts in /etc/rc.d/rc?.d to get the order you want. But you better
be very careful about doing that because there is a required
ordering to some of those things. Here is the top of a typical file
in /etc/rc.d/init.d:

#!/bin/sh
#
# sendmail      This shell script takes care of starting and
stopping
#               sendmail.
#
# chkconfig: 2345 80 30
# description: Sendmail is a Mail Transport Agent, which is the
program \
#              that moves mail from one machine to another.

The sixth line tells the chkconfig that this stuff should be started
at run levels 2,3,4,and 5. The symbolic links to this file should be
S80sendmail in the rc[2345].d directories and K30sendmail in the
rc[16].d directories. You should change these only if you KNOW that
those who wrote the original ones had made an error. You may have to
do some others as well if you do one, because, as I said, some need
to go up or come down in a particular order.

-- 
 .~.  Jean-David Beyer           Registered Linux User 85642.
 /V\                             Registered Machine    73926.
/( )\ Shrewsbury, New Jersey
^^-^^ 1:55pm up 21:29, 3 users, load average: 2.11, 2.04, 2.01

------------------------------

From: Terence Hoosen <[EMAIL PROTECTED]>
Subject: Re: Problem solved (Re: Q: local host name cannot be resolved ?!?)
Date: Wed, 21 Feb 2001 19:07:02 +0000

bv wrote:

> For some strange reason the problem now seems to be solved I still don't 
> know what exactly was the problem but now it works :)

That's good to here!

> One thing remains: I still can't telnet my local host. Is there something 
> wrong in /etc/services perhaps? The telnet lines look like this
> 
> [bv@tornado bv]# cat /etc/services | grep telnet
> telnet          23/tcp
> rtelnet         107/tcp         #remote telnet
> rtelnet         107/udp

Is a telnet server actually installed?  As I understand, some 
distributions don't install it by default for security.  And if it is 
installed, you might want to check your xinetd configuration in 
/etc/xinetd.conf and /etc/xinetd.d (the latter is a directory).

The /etc/services file is really just the port equivalent of the 
/etc/hosts file (well, at least that's what I've found).  Also, might I 
suggest that you look into ssh.

HTH

-Tez


------------------------------

From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: Adding libraries to GCC
Date: Wed, 21 Feb 2001 14:22:52 -0500

Patrick Knight wrote:
> 
> Can anybody point me in the right direction? I want to program some huge
> numbers with GCC. Unless I am overlooking a library already included with
> GCC I have one from MIRACL that I want to add to GCC. I just don't know how.
> Has anyone added a library to a compiler before?
> 
You do not need to specifically add it to gcc. The distributors of
the MIRACL package should have told you how to install it.

In any case, you just diddle your makefiles to pick it up.

Here is how I set up a makefile to use some libraries that gcc never
heard of, IBM's sqllib:

DEFINES          = -DDEBUG
MACHINE_TYPE     = -mcpu=i686 -march=i686
DEBUG_FLAG       = -g
OPT_LEVEL        =

OBJS             = main.o

AR               = /usr/bin/ar
CAT              = /bin/cat
CHMOD            = /bin/chmod
CP               = /bin/cp
CXX              = /usr/bin/g++
ECHO             = /bin/echo
RM               = /bin/rm

SOURCES          = ${OBJS:.o=.cc}
.SUFFIXES :      .o .cc

MY_BIN           = ${MY_ROOT}/bin
MY_HEADERS       = ${MY_ROOT}/include
MY_LIB           = ${MY_ROOT}/lib
MY_ROOT          = /home/jdbeyer
MY_STOCKS        = ${MY_ROOT}/stocks
MY_STOCK_HEADERS = ${MY_STOCKS}/include
MY_STOCK_LIB     = ${MY_STOCKS}/lib

IBM_DB2_PATH            = ${IBM_DB2_ROOT}/sqllib
IBM_DB2_BIN             = ${IBM_DB2_PATH}/bin
IBM_DB2_DB2             = ${IBM_DB2_BIN}/db2
IBM_DB2_SAM_CPP         = ${IBM_DB2_PATH}/samples/cpp
IBM_DB2_HEADERS         = ${IBM_DB2_PATH}/include
IBM_DB2_LIB             = ${IBM_DB2_PATH}/lib

SYS_CXX_HEADERS = /usr/include/g++-2
SYS_LIB         = /usr/lib

CXX_FLAGS       = ${DEFINES} ${DEBUG_FLAG} ${MACHINE_TYPE} ${OPT_LEVEL}
CXX_INCLUDES    = -I${MY_HEADERS} -I${MY_STOCK_HEADERS} \
                        -I${IBM_DB2_HEADERS} -I${SYS_CXX_HEADERS}
CXX_LIBS        = -L${MY_STOCK_LIB} -L${MY_LIB} -L${IBM_DB2_LIB}

enter_dow:      ${OBJS} ${MY_STOCK_LIB}/libstock.a ${MY_LIB}/libmine.a
        ${CXX}  ${DEBUG_FLAG} ${CXX_LIBS} -o $@ ${OBJS} \
                        -lstock -lmine \
                        -W,-rpath,${IBM_DB2_LIB} -ldb2
[snip]

The sqllib is in IBM_DB2_ROOT (picked up from my environment) and
the library represented by -ldb2 is in
/usr/IBMdb2/V6.1/lib/libdb2.so . I suppose I could have put that
into /etc/ld.so.conf, but I didn't. Instead, it finds things by
watching the -W,-rpath thingie and following all the definitions
around and they finally resolve to /usr/IBMdb2/V6.1/lib; thus, -ldb2
picks up /usr/IBMdb2/V6.1/lib/libdb2.so (that is a symbolic link to
/usr/IBMdb2/V6.1/lib/libdb2.so.1). There are a lot more libraries
in  /usr/IBMdb2/V6.1/lib, but you get the idea.

I hope that is enough to get one idea of how to go about it. One
reason for not putting it into /etc/ld.so.conf is so as not to
pollute the namespace of the other users of this machine with the
names of these particular libraries.

-- 
 .~.  Jean-David Beyer           Registered Linux User 85642.
 /V\                             Registered Machine    73926.
/( )\ Shrewsbury, New Jersey
^^-^^ 2:05pm up 21:39, 3 users, load average: 2.06, 2.08, 2.02

------------------------------

From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: *** Change standard file permissions ***
Date: Wed, 21 Feb 2001 14:26:54 -0500

Werner Hofer wrote:
> 
> Hi
> how can i change the standard file permission ( 644 ). I would not
> use every time the chmod command....
> I would like to generate files automaticly with the permisssions 666.
> 
> How can i do that ? ( I have root permissions )
> 
man umask? Do it in your ~/.bash_profile or ~/.bashrc. If you want
to do it to (almost) everyone, look at /etc/ and examine

csh.login, profile, zprofile

but do not fiddle with those until you are sure you know what you
are doing.

-- 
 .~.  Jean-David Beyer           Registered Linux User 85642.
 /V\                             Registered Machine    73926.
/( )\ Shrewsbury, New Jersey
^^-^^ 2:20pm up 21:54, 3 users, load average: 2.14, 2.10, 2.05

------------------------------

From: Zen Sorcerer <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.networking
Subject: Re: Replicate/Clone RH6.2 Linux
Date: Wed, 21 Feb 2001 19:30:05 -0000

You can do a kickstart from CD-ROM or a local network(harddrive).
Installing from a local network is actually the most common method of
installation.

http://www.redhat.com/support/manuals/RHL-6.2-Manual/ref-guide/

Just scroll all the way down to section:
III. Appendixes/F. Kickstart Installations

It's very easy...

Zen

Steven Conway wrote:
> 
> I have painstakingly set up old OS/2 Warp (urgh) workstation with
> RedHat 6.2.
> 
> 1) I have correctly configured all of the devices by downloading
> patches,    recompiling, etc.
> 
> 2) Updated and changed the kernel.
> 
> 3) Updated the numerous packages with the latest patches (up2date)
> RPMS &    .tar.gz).
> 
> 4) Installed, and tested numerous other third party software packages.
> 
> 5) tested, tweeked and finally have the computer working exactly how I
> want it to.  
> 
> I now need to replicate/clone this workstation to 25 IDENTICAL
> workstations that are all connected over a Private internal network.
> 
> I was told to look at RedHats Kickstart but I am not sure if this
> approach is the best way to do this as it assumes you are installing
> off of a CD and not off of an existing system.  Am I correct in this
> assumption?  Can I even do what I am trying to do.
> 
> 
> 
> Steven Conway
> 


--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: <[EMAIL PROTECTED]>
Subject: RAID 1 Optimized?
Date: Wed, 21 Feb 2001 19:30:05 -0000

I have 2 x 20GB IDE HDD set-up for RAID 1 via Webmin and I'm using Red Hat 
7.0.

1. is my RAID 1 set-up working *optimally*?
2. if not how do I optimize it? pls explain clearly.

Thank you in advance.

=========================================================

Webmin: Linux RAID Module

RAID device options 
Device file /dev/md0 
RAID level Mirrored (RAID1) 
Status Active 
Usable size 159744 blocks 
Persistent superblock? Yes 
Chunk size 4096 kB 
Partitions in RAID IDE device B partition 1 
IDE device B partition 2 

=========================================================

Webmin: Partitions on Local Disks Module

Location IDE device A 
Cylinders 39761 
Model WDC WD205AA 

No.    Type    Start    End    Use    Free 
1 Linux        1       1524    /     78 %  
2 Extended     1525    39761   
5 Linux        1525    39199   /usr  85 %  
6 Linux swap   39200   39720   swap   
7 Linux        39721   39761   /var  35 %  


Location IDE device B 
Cylinders 2490 
Model ST320423A 

No.    Type    Start    End    Use    Free 
1 Linux raid     1      20     /dev/md0   
2 Linux raid     21     2490   /dev/md0 

=========================================================  

[maint@localhost maint]$ cat /proc/mdstat
Personalities : [raid1]
read_ahead 1024 sectors
md0 : active raid1 hdb2[1] hdb1[0](F) 159744 blocks [2/1] [_U]
unused devices: <none>

=========================================================

[maint@localhost maint]$ cat /etc/raidtab
raiddev /dev/md0
      raid-level      1
      persistent-superblock   1
      chunk-size      4096
      nr-raid-disks   2
      device  /dev/hdb1
              raid-disk       0
      device  /dev/hdb2
              raid-disk       1  

=========================================================

[maint@localhost maint]$ dmesg
Linux version 2.2.16-22 ([EMAIL PROTECTED]) (gcc version egcs-
2.91.66
19990314/Linux (egcs-1.1.2 release)) #1 Tue Aug 22 16:49:06 EDT 2000
Detected 601389 kHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 1199.31 BogoMIPS
Memory: 255572k/260096k available (1048k kernel code, 408k reserved, 3004k 
data,
64k init, 0k bigmem)
Dentry hash table entries: 262144 (order 9, 2048k)
Buffer cache hash table entries: 262144 (order 8, 1024k)
Page cache hash table entries: 65536 (order 6, 256k)
VFS: Diskquotas version dquot_6.4.0 initialized
CPU: Intel Pentium III (Coppermine) stepping 03
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.35a (19990819) Richard Gooch ([EMAIL PROTECTED])
PCI: PCI BIOS revision 2.10 entry at 0xfb2a0
PCI: Using configuration type 1
PCI: Probing PCI hardware
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
TCP: Hash tables configured (ehash 262144 bhash 65536)
Linux IP multicast router 0.06 plus PIM-SM
Initializing RT netlink socket
Starting kswapd v 1.5
Detected PS/2 Mouse Port.
Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 256 Unix98 ptys configured
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.13)
Real Time Clock Driver v1.09
RAM disk driver initialized:  16 RAM disks of 4096K size
VP_IDE: IDE controller on PCI bus 00 dev 39
VP_IDE: not 100% native mode: will probe irqs later
  ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:DMA
  ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:DMA, hdd:pio
hda: WDC WD205AA, ATA DISK drive
hdb: ST320423A, ATA DISK drive
hdc: E-IDE CD-ROM CR-850E, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: WDC WD205AA, 19569MB w/2048kB Cache, CHS=39761/16/63
hdb: ST320423A, 19536MB w/512kB Cache, CHS=2490/255/63
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
raid5: measuring checksumming speed
raid5: MMX detected, trying high-speed MMX checksum routines
 pII_mmx   :  1336.548 MB/sec
 p5_mmx    :  1403.985 MB/sec
 8regs     :  1032.129 MB/sec
 32regs    :   578.358 MB/sec
using fastest function: p5_mmx (1403.985 MB/sec)
scsi : 0 hosts.
scsi : detected total.
md.c: sizeof(mdp_super_t) = 4096
Partition check:
hda: hda1 hda2 < hda5 hda6 hda7 >
hdb: hdb1
autodetecting RAID arrays
(read) hdb1's sb offset: 20000768 [events: 00000000]
md: invalid raid superblock magic on hdb1
md: hdb1 has invalid sb, not importing!
could not import hdb1!
autorun ...
... autorun DONE.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 64k freed
Adding Swap: 262544k swap-space (priority -1)
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 202M
agpgart: Detected Via Apollo Pro chipset
agpgart: AGP aperture is 64M @ 0xd8000000
rtl8139.c:v1.07 5/6/99 Donald Becker 
http://cesdis.gsfc.nasa.gov/linux/drivers/r
tl8139.html
eth0: RealTek RTL8139 Fast Ethernet at 0xec00, IRQ 11, 00:40:f6:cc:07:6c.
hdb:
hdb:
hdb: hdb1
hdb: hdb1
hdb: hdb1 hdb2
hdb: hdb1 hdb2
bind<hdb1,1>
md0: WARNING: hdb2 appears to be on the same physical disk as hdb1. True
   protection against single-disk failure might be compromised.
bind<hdb2,2>
hdb2's event counter: 00000000
hdb1's event counter: 00000000
md: md0: raid array is not clean -- starting background reconstruction
raid1 personality registered
md0: max total readahead window set to 128k
md0: 1 data-disks, max readahead per data-disk: 128k
raid1: device hdb2 operational as mirror 1
raid1: device hdb1 operational as mirror 0
raid1: raid set md0 not clean; reconstructing mirrors
raid1: raid set md0 active with 2 out of 2 mirrors
md: updating md0 RAID superblock on device
hdb2 [events: 00000001](write) hdb2's sb offset: 10361856
md: syncing RAID array md0
md: minimum _guaranteed_ reconstruction speed: 100 KB/sec.
md: using maximum available idle IO bandwith for reconstruction.
md: using 128k window.
hdb1 [events: 00000001](write) hdb1's sb offset: 9638848
. 
hdb: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hdb: read_intr: error=0x40 { UncorrectableError }, LBAsect=10174, 
sector=10111
end_request: I/O error, dev 03:41 (hdb), sector 10111
interrupting MD-thread pid 25253
raid1: mirror resync was not fully finished, restarting next time.
raid1: Disk failure on hdb1, disabling device.
     Operation continuing on 1 devices
raid1: md0: rescheduling block 5055
md: recovery thread got woken up ...
md0: no spare disk to reconstruct array! -- continuing in degraded mode
md: recovery thread finished ...
dirty sb detected, updating.
md: updating md0 RAID superblock on device
hdb2 [events: 00000002](write) hdb2's sb offset: 10361856
(skipping faulty hdb1 )
. 
raid1: md0: redirecting sector 5055 to another mirror
md_do_sync() got signal ... exiting
interrupting MD-thread pid 25253
raid1: mirror resync was not fully finished, restarting next time.
interrupting MD-thread pid 25252
raid1d(25252) flushing signals.
interrupting MD-thread pid 25253
raid1syncd(25253) flushing signals.
md: updating md0 RAID superblock on device
hdb2 [events: 00000003](write) hdb2's sb offset: 10361856
(skipping faulty hdb1 )
. 
unbind<hdb2,1>
export_rdev(hdb2)
unbind<hdb1,0>
export_rdev(hdb1)
md0 stopped.
hdb: hdb2
hdb: hdb2
hdb:
hdb:
hdb: hdb1
hdb: hdb1
hdb: hdb1 hdb2
hdb: hdb1 hdb2
bind<hdb1,1>
md0: WARNING: hdb2 appears to be on the same physical disk as hdb1. True
   protection against single-disk failure might be compromised.
bind<hdb2,2>
hdb2's event counter: 00000000
hdb1's event counter: 00000000
md: md0: raid array is not clean -- starting background reconstruction
md0: max total readahead window set to 128k
md0: 1 data-disks, max readahead per data-disk: 128k
raid1: device hdb2 operational as mirror 1
raid1: device hdb1 operational as mirror 0
raid1: raid set md0 not clean; reconstructing mirrors
raid1: raid set md0 active with 2 out of 2 mirrors
md: updating md0 RAID superblock on device
hdb2 [events: 00000001](write) hdb2's sb offset: 19840192
md: syncing RAID array md0
md: minimum _guaranteed_ reconstruction speed: 100 KB/sec.
md: using maximum available idle IO bandwith for reconstruction.
md: using 128k window.
hdb1 [events: 00000001](write) hdb1's sb offset: 160512
. 
hdb: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hdb: read_intr: error=0x40 { UncorrectableError }, LBAsect=10174, 
sector=10111
end_request: I/O error, dev 03:41 (hdb), sector 10111
interrupting MD-thread pid 25755
raid1: mirror resync was not fully finished, restarting next time.
raid1: Disk failure on hdb1, disabling device.
     Operation continuing on 1 devices
raid1: md0: rescheduling block 5055
md: recovery thread got woken up ...
md0: no spare disk to reconstruct array! -- continuing in degraded mode
md: recovery thread finished ...
dirty sb detected, updating.
md: updating md0 RAID superblock on device
hdb2 [events: 00000002](write) hdb2's sb offset: 19840192
(skipping faulty hdb1 )
. 
raid1: md0: redirecting sector 5055 to another mirror
md_do_sync() got signal ... exiting 

--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: "Harlan Grove" <[EMAIL PROTECTED]>
Subject: Re: /bin/sh
Date: Wed, 21 Feb 2001 19:33:52 GMT

Christopher Albert <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
...
>I've written some init scripts to run
>an application as a service on linux, which I posted
>to a developpers list. Some have questioned the fact
>that i used bash syntax for the script which has the
>shebang #!/bin/sh, which to old unix hands means plain
>vanilla Bourne, and there's stuff you do with Bash that
>doesn't work on ol' Bourne.
>I want to claim that on Linux /bin/sh is Bash by default.
>Am I wrong?

Maybe the people questioning this believe it should be possible for these
scripts to run on other unix-like systems that would have Bourne but may not
have bash. I dunno. But they're right to question this. If you're using
bash-specific features, you should be explicit about it with #!/bin/bash.



------------------------------

From: "Sebastian Frixe" <[EMAIL PROTECTED]>
Subject: IP-Routing (SuSE Linux 7.0 pro)
Date: Wed, 21 Feb 2001 08:04:20 +0100

Hello,

I'm using SuSE Linux 7.0 and I realized lots of things referring to network
tasks (samba, ipchains-restrictions, internet-routing, ipmasqadm portfw,
transp. proxy, proxy-server, etc.)

There's only one issue I was not able to realize until now.

Is there a possibility to route all TCP/UDP/ICMP-requests from the
linux-server to another computer? Independently which port is addressed.

I tried it with ipmasqadm portfw and autofw but I only found a solution
"port-oriented" but not "ip-oriented".

thank you very much in advance,

Sebastian



------------------------------

From: David Griffith <[EMAIL PROTECTED]>
Subject: Re: MD5 -> DES ?
Date: Wed, 21 Feb 2001 19:50:10 +0000

Munch wrote:

> Hi all,
>
> I've just installed a RH7.0 Machine, and wonder if anyone can point me
> to the procedure for swapping the passwd encryption from MD5 (Default)
> to DES (Like all my other webservers..)  Ordinarily I'd just reinstall
> and select the right option (doh!), but the machine is quite a physical
> distance away from me now.....
>
> Any help appreciated
>
> James.
>
> Sent via Deja.com
> http://www.deja.com/

I only have RH6.0, i dont know if its changed, but for my system:

/usr/sbin/authconfig

This is the prog run during install. I can deselect MD5, and it gives me
DES

Hope this helps
David Griffith


------------------------------

From: "Martin Kai" <[EMAIL PROTECTED]>
Subject: LPI Certification
Date: Wed, 21 Feb 2001 19:50:36 -0800

Invitation to participate and build LPI Certification resource site.

Cheers.
LPICert Team



------------------------------

From: [EMAIL PROTECTED] (Lee Webb)
Subject: Re: news reader recommendations?
Date: 21 Feb 2001 19:52:08 GMT
Reply-To: [EMAIL PROTECTED]

On Tue, 20 Feb 2001 22:59:00 GMT, Drew Roedersheimer wrote:
>On Tue, 20 Feb 2001 02:02:20 GMT, Mark Bratcher wrote:
>>In article <[EMAIL PROTECTED]>, Stan McCann wrote:
>
>>If you ever give up on the GUI requirement, I'd recommend slrn.
>>
>echo that - took me a couple days to get used to it, but I'll never
>go back to a gui newsreader after using slrn. 

Hell, I may as well join in: used Pan, NS, KNode, slrn, pine.
I always seemed to go back to slrn (perhaps becuase I also use mutt).

Quick note: when you say you want a "GUI" client. What exactly do you mean?
i.e., what's your requirement in a GUI newsreader?
I ask because if you're just looking for a newsreader with a point-and-click
to read interface, slrn can still do that. Just add:

set mouse 1

to the .slrnrc file, and you can select messages to read etc with the mouse. 
There's even a menu for use with the mouse as well. 
You can also tell it to use a different text editor to write the messages than
just vi (if you really wanted. Can't see the appeal myself ;-)

Just a thought.
Lee.

------------------------------

From: "The Spook" <[EMAIL PROTECTED]>
Subject: Re: POP3 server error: -ERR being read already /usr/spool/mail/<username>
Date: Wed, 21 Feb 2001 20:56:58 +0100

Brian Cochrane wrote ...
-- Cut --
>The problem I'm having is when trying to fetch mail from my Linux box
>with a POP3 client, I get the following error:
>
>    -ERR being read already /usr/spool/mail/brian
-- Cut --

I think you may have run into a problem that stumped me for a while som time
ago -- in.pop3d expects a specific directory, /var/tmp/.pop to exist. Create
it with "mkdir /var/tmp/.pop" and your woes may be over. (On the system I
helped with, it was owned by root, had root as group and had permission 770)

  /TRY



------------------------------

From: [EMAIL PROTECTED] (Andrew Purugganan)
Subject: nonIDE CD skips! wtf?
Date: 21 Feb 2001 19:39:00 GMT

I put in a CD full of mp3 goodness. My old-timer CD (i use sbpcd as a 
loadable module) i forget what its speed is, plays the songs ok except 
for a frequently recurring split second skip when the light flashes. I 
believe that signifies a 'read'. Is there a way to improve its 
performance i.e. increase the buffer per read or something?

--
jazz 
Registered linux user no. 164098  +--+--+--+ Litestep user no. 386
Doesn't it bother you, that we have to search for intelligent life
--- OUT THERE??

------------------------------

From: David Griffith <[EMAIL PROTECTED]>
Subject: Re: How to redirect X window outputs?
Date: Wed, 21 Feb 2001 19:56:57 +0000

Try setting up xdm, on remote machine, then using

X -query  remote.machine

to bring up a login dialog where you are.  The network is then
transparent.

David Griffith



GYULAI Mihaly wrote:

> I can telnet into another machine, run some programs and see
> their window on my X.
> (I did "xhost +other_machine", and on the other machine: "setenv
> DISPLAY my_machine:0.0" - it's a Solaris with csh).
>
> My problem is: not every program puts its output window onto
> my X. I'm interested especially in the first automatically started
> program to redirect its output to my desk.
>
> How can I do this? Please help with any ideas.
>
> Literally I'm the sysadmin on both machines and I can experiment with
> them.
>
> I tried to telnet into that machine at its startup process and
> when the telnet was successful I've set the "DISPLAY" at once.
> However, the windowmanager didn't show up at my screen...
>
> Any help appreciated.
>
> --
> GYULAI Mihaly
> http://gyulai.freeyellow.com
>
> Sent via Deja.com
> http://www.deja.com/


------------------------------


** 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
******************************

Reply via email to