Linux-Misc Digest #251, Volume #21                Sun, 1 Aug 99 19:13:11 EDT

Contents:
  Re: Magic SysRq (was Re: Linux has finally crashed) (Juliusz Chroboczek)
  Re: tar question (Scott Lanning)
  Re: netscape and newsgroups ("hog")
  Re: XWin Terminal Emulator ("JS")
  mp3 broadcasting ("WME")
  Re: Dual-booting Win95 and Linux (Ceri Hankey)
  Re: Subject: Why all the symbolic links in linux (Timothy Fossum)
  Re: Why is module st0 (SCSI tape drive) always loaded? (Eric Veldhuyzen)
  democracy and government power (Richard Kulisz)
  Re: RAID1 Questions ("Phil R.")
  Re: helping the Third World (Richard Kulisz)
  [help] how to put crypt string into db or dbm for apache? (bono)
  Re: how to install c code source? (Eric)

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

From: Juliusz Chroboczek <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x,comp.os.linux.development.apps,alt.folklore.computers
Subject: Re: Magic SysRq (was Re: Linux has finally crashed)
Date: 01 Aug 1999 22:46:00 +0100

In article <tiio3.10795$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] (Philip W. Darnowsky) writes:

PWD> This does sound pretty cool, but what I wanted to know was if anyone knew
PWD> what the *original* use of SysRq was and how it got onto the keyboard on
PWD> the first place.  Even scroll lock I understand (and use), but SysRq? Who
PWD> knows? What happens if, for instance, you hit SysRq on a Windoze box? Or
PWD> on this O2 I'm on? Let's find out.  Not much, apparently.

I believe that on the original IBM PC/AT, the SysRq key would generate
interrupt 0x14.  Which would immediately return.

I believe the feature was there for the exclusive use of IBM's
proprietary synchronous-serial-line-cum-pagemode-terminal-emulator
extension card, but I wouldn't swear about it.

Followups to alt.folklore.computers.

                                        J.


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

From: [EMAIL PROTECTED] (Scott Lanning)
Subject: Re: tar question
Date: 1 Aug 1999 22:22:04 GMT

Bob Koss ([EMAIL PROTECTED]) wrote:
: I want to make a tar file of my home directory, but I wish to
: exclude the subdirectory ~/Office51.  How do I do that?

The command

  find ~ -type d -prune ! -name ~ ! -name Office51

will return

  beginning in your home directory (~)
  any directories (-type d)
          AND
  none of their subdirectories (-prune)
          AND
  not the name of the home directory itself (! -name ~)
          AND
  not the name Office51 (! -name Office51)

Then, because backticks (`) return the result of the command
they enclose, the command

  tar -cvf my.tar `find ~ -type d -prune ! -name ~ ! -name Office51`

will

  create a tar file (tar -c)
  verbosely (v)
  called my.tar (f my.tar)

from those directories returned by the find command.

(untested)

--
Scott Lanning: [EMAIL PROTECTED], http://physics.bu.edu/~slanning
"I'm going to have fun telling you about this absurdity, because I
find it delightful." --Richard Feynman

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

Reply-To: "hog" <[EMAIL PROTECTED]>
From: "hog" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: netscape and newsgroups
Date: Sun, 01 Aug 1999 21:31:23 GMT

How long did you wait. There are many thousands of newsgroups and the
download can be very long, especially if you connection is at  low speed.

Ramin Sina <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I would like to do all my internet stuff  (email, news, web) with
> netscape which came with SuSE6.1.  I have managed to configure my ppp to
> get connected to my ISP. I can access email and web; but when I try to
> "Join Discussion Groups..."  the window for the list of discussion
> groups opens up and I see at the bottom of it that the list is being
> downloaded, but none of the discussion groups is ever explicitly shown
> in the window. My ISP does not support linux. I have set up the news
> server  (in the preference menu of netscape) as they have suggested for
> Win95. I have no problem with enail and web browsing.  Has anyone had a
> similar problem? Any advice?
>
> Thanks,
> Ramin Sina
>



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

From: "JS" <[EMAIL PROTECTED]>
Subject: Re: XWin Terminal Emulator
Date: 1 Aug 1999 22:25:56 GMT

Try VMWare www.vmware.com

JS

<[EMAIL PROTECTED]> wrote in message news:7nt4a2$22t$[EMAIL PROTECTED]...
> Hello,
>
> I'm not quite sure if this'd be the right place to post, but I've a
> question. I am planning on adding a linux box to my at home lan and I
> thought it'd be cool to be able to run an X-Windows Terminal Emulator
> from my Windows 98 PC.
>
> Can anyone recommend a Free X-Windows Terminal Emulator for my Windows
> PC?
>
> Thank ya'll for your time.
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.



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

From: "WME" <[EMAIL PROTECTED]>
Subject: mp3 broadcasting
Date: Sun, 1 Aug 1999 18:21:28 -0400

Hi,
I have icecast-1.0.0   I installed it, compiled it according to the README
files
and was able to run the server program. My problem is getting the streamer
to
work.

I use shout. I made a list (in the iceplay directory) by doing the following
find /root/mp3 > playlist
then I run shout by doing the following:
./shout myservername -P letmein -p -x -p ./playlist
Then it starts streaming (i think), but the server says:
"directory_touch() failed...directory server error#0...

any ideas?
Please post only
Thanks



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

From: Ceri Hankey <[EMAIL PROTECTED]>
Subject: Re: Dual-booting Win95 and Linux
Date: Mon, 02 Aug 1999 00:30:21 +0200

This is a multi-part message in MIME format.
==============C7193AE0BD1EB4524294D6AE
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

It also depends whether you want Windows or Linux to be the Primary OS...

I use Windows with a menu from which I can go to where I want.

You need to modify MSDOS.SYS as follows...
_______________________________________

[Paths]
WinDir=C:\WINDOWS
WinBootDir=C:\WINDOWS
HostWinBootDrv=C

[Options]
BootMulti=1
BootGUI=0
Network=1

DoubleBuffer=1

disablelog=1
autoscan=1
;
;The following lines are required for compatibility with other programs.
;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
... I have left out the rest here
_____________________________________

Then modify your CONFIG.SYS file to read something like... (I attach mine)
_______________________________________

DEVICE=c:\windows\himem.sys /testmem:off
DEVICE=c:\windows\EMM386.EXE NOEMS HIGHSCAN I=B000-B7FF WIN=B500-B7FF
WIN=B200-B4FF
files=50
DOS=UMB
LASTDRIVE=Z

[menu]
menuitem=WIN, Windows95 on C
menuitem=MSDOS, MS-DOS only
menuitem=WINVAX, Windows, but wait for VAX to start up
menuitem=WINSAFE, Use 'Mode Sans Ech�c'
menuitem=LINUX, Linux Operating System
menudefault=WIN,20
menucolor=15,1

[WIN]
set WinDisk=C
set config=WIN
include C_Stuff

[WINSAFE]
set WinDisk=C
set config=WINSAFE
include MSDOS_Stuff

[MSDOS]
set WinDisk=C
set config=MSDOS
include MSDOS_Stuff

[WINVAX]
set WinDisk=C
set config=WINVAX
include C_Stuff

[LINUX]
set WinDisk=C
set config=LINUX
include MSDOS_Stuff

[MSDOS_Stuff]
DEVICE=c:\scsi\aspi8dos.sys /d
devicehigh c:\scsi\aspidisk.sys /d
rem DEVICEHIGH C:\CDROM\ATAPICD.SYS /D:MSCD001
DEVICEHIGH C:\CDROM\D91XV340.SYS /D:MSCD001
DEVICEHIGH C:\scsi\aspicd.SYS /D:ASPICD0


[C_Stuff]
DEVICE=c:\scsi\aspi8dos.sys /d
rem DEVICEHIGH C:\CDROM\ATAPICD.SYS /D:MSCD001
rem DEVICEHIGH C:\CDROM\D91XV340.SYS /D:MSCD001
rem DEVICEHIGH C:\cdrom\aspicd.SYS /D:ASPICD0

[common]
set BootWin=1
set BootGui=0
DOS=HIGH
device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)
Country=033,850,C:\WINDOWS\COMMAND\country.sys

____________________________________________
Then modify AUTOEXEC.BAT to look something like this...

____________________________________________

C:\PROGRA~1\NETWOR~1\MCAFEE~1\SCAN.EXE C:\
@IF ERRORLEVEL 1 PAUSE

REM Environment Settings For McAfee VirusScan
SET PATH=%PATH%;C:\PROGRA~1\NETWOR~1\MCAFEE~1

mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=850
keyb fr,,C:\WINDOWS\COMMAND\keyboard.sys

SET PATH=%PATH%;C:\Progra~1\voyager2.0.0\bin;C:\progra~1\JDK1.2\BIN

set CLASSPATH=.\;C:\progra~1\java\Jigsaw\classes\jigsaw.zip\
SET CLASSPATH=%CLASSPATH%;.;C:\Program Files\voyager2.0.0;C:\Program
Files\voyager2.0.0\lib\voyager2.0.0.jar;

SET BLASTER=A220 I7 D1 T2
SET SNDSCAPE=C:\WINDOWS

if %config%==LINUX c:\linux\autoboot.bat
if %config%==LINUX goto Endit

if not %config%==WIN lh %WinDisk%:\WINDOWS\COMMAND\MSCDEX /V /d:aspicd0
/D:MSCD001 /M:10

set temp=i:\temp
set tmp=i:\temp
if exist i:\temp\*.tmp attrib -r -h -s i:\temp\*.tmp
if exist i:\temp\*.tmp del i:\temp\*.tmp


rem
rem if not %config%==MSDOS C:\WINDOWS\M3OPEN.EXE
if %config%==WINVAX goto UseVax
goto NotVax
:UseVax
echo.
echo ******************************
echo *   Calling SetHost to VAX   *
echo ******************************
echo.
cd c:\pw95
c:\pw95\sethost
cd ..
pause

:NotVAX

if not %config%==WIN doskey/insert
if %config%==MSDOS c:\mouse\mouse
if %config%==MSDOS goto Endit
if %config%==WINSAFE win /d:m

if %config%==WIN if exist %WinDisk%:\windows\win.com %WinDisk%:\windows\win.com
:Endit
_______________________________________________

finally Create a directory eg C:\Linux where you will put the file AUTOBOOT.BAT
which looks like this...

_________________________________________________

c:\linux\loadlin c:\linux\vmlinuz initrd=c:\linux\initrd.img
append="hdd=ide-scsi" root=/dev/hda7


make sure that your DOS disk C: is readable from Linux and copy
/boot/init......img to C:\LINUX\INITRD.IMG and /boot/vmlinuz.??;??.?? to
C:\LINUX\VMLINUZ.


In your Config.sys file you can set the menudefault to where ever you want eg
(in my case) it could be
menudefault=LINUX,20 (Win95/98 will goto LINUX in 20 seconds unless you choose
another option!)


Good luck...

electra41 wrote:

> Flyboy105 wrote:
>
> > I installed Linux on my system with 250MB left over for Win95.  After I
> > installed Win95, I no longer get LILO's screen when I start up.
> > Can someone help me?
>
> boot into Linux, and as root run lilo (after modifying file
> /etc/lilo.conf). See manualon how to modify the file.

==============C7193AE0BD1EB4524294D6AE
Content-Type: text/x-vcard; charset=us-ascii;
 name="ccah.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Ceri Hankey
Content-Disposition: attachment;
 filename="ccah.vcf"

begin:vcard 
n:Hankey;Ceri (theGreen)
tel;cell:06 61 82 10 24
tel;fax:04 50 09 71 53
tel;home:04 50 09 71 52
x-mozilla-html:TRUE
url:http://perso.wanadoo.fr/ceri.hankey
adr:;;510, route du Gros Ch�ne;Argonay;;74370;France
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-11824
fn:Hankey, Ceri (theGreen)
end:vcard

==============C7193AE0BD1EB4524294D6AE==


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

From: Timothy Fossum <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Subject: Why all the symbolic links in linux
Date: Sun, 01 Aug 1999 16:26:41 -0500

gus wrote:
> 
> Norman Levin wrote:
> >
> > There still seems to be a misconception on what symbolic links do
> > over 'hard' links.
>  -- snip --
> > Norman Levin
> > vm/dynAmIX inc.
> 
> I see things two ways. Soft links create a master / slave situation.
> Hard links create multiple masters in a peer type arrangement.

-- snip ---

There's another place where soft (symbolic) links behave quite differently
from hard links.  Suppose filename X is hard linked to file /Y/Z.  If you
mount a new filesystem on top of Y, then the old /Y/Z becomes invisible, but X
still refers to the old file.
Now if X is symbolically linked to /Y/Z and you mount a new filesystem on top
of Y, X refers to the file named Z IN THE NEW FILESYSTEM, not the old one.  In
this way, you can have a filename that (usefully) refers to different physical
files depending on what filesystems are mounted on the directory tree.

-- 
Timothy Fossum -- Professor, Computer Science Department -- UW-Parkside
900 Wood Road -- Kenosha, WI 53144 -- [EMAIL PROTECTED] -- 414-595-2297

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

From: Eric Veldhuyzen <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: Why is module st0 (SCSI tape drive) always loaded?
Date: 01 Aug 1999 12:36:25 +0200

Steve Snyder writes:
> On my all-SCSI system (RedHat v6.0, kernel v2.2.10) I build the
> CD-ROM and tape drive support as modules.  (These devices are rarely
> used so there's no need to have the device drivers for them occupy
> RAM all the time.)

Oh wow!! YES, let's save another extra 30kb!! We might be really
needing it!!

If RAM occupation is really your problem, please buy some extra of
it. 30Kb is practically nothing these days. You really should try to
use a machine with more than 4Mb of RAM.

> I notice, though, that the module for the SCSI tape drive, "st0.o",
> is loaded at boot time and never removed.

> Can anyone explain this to me?  Thank you.

Most tapedrives will rewind the tape if the module is unloaded. You
probably don't want that because the next write will be done over the
beginneing of the tape.

-- 
#!perl #                       Life ain't fair, but root passwords help.
# Eric Veldhuyzen                                   http://www.terra.nu/
$!=$;=$_+(++$_);($:,$~,$/,$^,$*,$@)=$!=~                 # [EMAIL PROTECTED]
/.(.)...(.)(.)....(.)..(.)..(.)/;`$^$~$/$: $^$*$@$~ $_>&$;` #Perl Monger

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

From: [EMAIL PROTECTED] (Richard Kulisz)
Crossposted-To: comp.os.linux.advocacy,gnu.misc.discuss
Subject: democracy and government power
Date: 1 Aug 1999 22:21:59 GMT

In article <[EMAIL PROTECTED]>, A.T.Z. <[EMAIL PROTECTED]> wrote:
>Richard Kulisz schreef:
>> Hey, you may not want democracy
>> but plenty of people do.
>
>I want it too. But only a REAL democracy not the thing most countries
>have. Oh sorry,
>you may vote once in a few years and call it democracy.

Please explain how
"The first thing is to establish democracy in the Americas" (which last
I heard, included *north* america) can be interpreted to mean that I
want nothing more than formal voting. You simply *must* be talking about
someone else.

>> The government, if it is representative of society, has *every* right. Wealth
>> and property belongs to society and not to individual people and society can
>> reclaim all the wealth it loaned to an individual after he or she dies.
>
>COMMUNIST !!

I take it you haven't seen me describe myself as a Marxist, have you?
Is your point "communist <==> evil"?

>> All I need is 150K and I'm set; I don't see why anyone should get away with
>> a million (let alone a billion) when people are starving in the streets.
>
>150k pff. Just enough to buy a small house here in The Netherlands

Well, here it's enough for a medium house and a mutual fund whose interest
will pay the property taxes and utility bills forever.

>> They will move only so long as you allow them to move.
>
>HA HA HA HA ever tried to stop a hurricane??How would you stop an international
>company like say Philips or Compaq.

1) prevent them from selling in your country anything
        that's produced overseas
2) tax their overseas operations.

These aren't novel ideas.

>> Corporations will
>> remain wherever they can make a profit, and this has been demonstrated
>> in the USA and Australia.
>
>Nonsense. It is happening. Where have you been the last few years.

Only because the respective governments allow and even support it.
Politicians whine "we can do nothing" and you actually *believe* them?

>Companies using
>the possibilities there are. Perhaps the head-office in Washington and
>the factory in
>Argentina. No problem, we have the internet to communicate, telephone,
>voice over IP,
>IP tunneling etc.

It has nothing to do with technology and everything to do with politics.

Democracy isn't something
>> you establish by begging a parliamentarian, you achieve it by building a
>> massive social movement.
>
>You can get arrested for this kind of behaviour. Certainly when it succeeds.

Ralph Nader didn't get arrested.

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

From: "Phil R." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,linux.redhat.misc
Subject: Re: RAID1 Questions
Date: Sun, 01 Aug 1999 15:47:07 -0700


==============B416FD40D1A256CE9069F165
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Thanks again...

I have raid 1 built into the kernel, I'm not using it as a module.  Maybe it
is more reliable as a module??? To avoid all confusion, here is what I'm
seeing:

[root@atlantis /]# cat /proc/mdstat
Personalities : [3 raid1]
read_ahead not set
md0 : inactive
md1 : inactive
md2 : inactive
md3 : inactive

[root@atlantis /]# mkraid /dev/md0
handling MD device /dev/md0
analyzing super-block
disk 0: /dev/sdb1, 4096543kB, raid superblock at 4096448kB
/dev/sdb1 appears to contain an ext2 filesystem -- use -f to override
mkraid: aborted, see the syslog and /proc/mdstat for potential clues.

[root@atlantis /]# mkraid --really-force /dev/md0
DESTROYING the contents of /dev/md0 in 5 seconds, Ctrl-C if unsure!
handling MD device /dev/md0
analyzing super-block
disk 0: /dev/sdb1, 4096543kB, raid superblock at 4096448kB
disk 1: /dev/sdc1, 4096543kB, raid superblock at 4096448kB
mkraid: aborted, see the syslog and /proc/mdstat for potential clues.

And my raidtab file:

[root@atlantis /]# cat /etc/raidtab
raiddev /dev/md0
        raid-level      1
        nr-raid-disks   2
        nr-spare-disks  0
        chunk-size      4
        persistent-superblock 1
        device          /dev/sdb1
        raid-disk       0
        device          /dev/sdc1
        raid-disk       1

I'm wondering if the read-ahead option should be set in mdstat.  Also, do I
need 3 Raid 1 personalities, if my raidtab only calls for 1?


Jon Bloom wrote:

> [EMAIL PROTECTED] wrote:
> >
> > Now, I cant get RAID to start.  I setup the raidtab file, and fdisked
> > the two other hard drives just as my root drive is.  After which, I ran
> > mkraid /dev/md0.  It first tells me that it sees an ext2 filesystem on
> > the partition, but that is not so since I just fdisked and didn't
> > format the partitions.  To solve this I used the -really-force flag.
> > It then creates the raid superblocks on both drives and then says
> > mkraid aborted.  It never initializes the RAID...
>
> I don't recall getting such an error (though my memory is notoriously
> bad). Is that all it says? No indication of why it's aborting? What
> happens if you load the raid1 module and do a cat /proc/mdstat?
>
> > Did you run into this problem?  Also, I know this is later on, but what
> > is the best way to copy the entire contents of my root drive to the new
> > postion? I don't want to miss anything..
>
> I just booted up a separate partition (I generally configure a small
> "emergency" partition on my systems), mounted the old and new (RAID)
> root partitions and did a cp -a of one to the other.
>
> Jon
> --
> Jon Bloom, KE3Z
> [EMAIL PROTECTED]
> Electronic Publications Manager (Software, CD-ROMs and Web site)

==============B416FD40D1A256CE9069F165
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
Thanks again...
<P>I have raid 1 built into the kernel, I'm not using it as a module.&nbsp;
Maybe it is more reliable as a module??? To avoid all confusion, here is
what I'm seeing:
<P><I>[root@atlantis /]# cat /proc/mdstat</I>
<BR><I>Personalities : [3 raid1]</I>
<BR><I>read_ahead not set</I>
<BR><I>md0 : inactive</I>
<BR><I>md1 : inactive</I>
<BR><I>md2 : inactive</I>
<BR><I>md3 : inactive</I><I></I>
<P><I>[root@atlantis /]# mkraid /dev/md0</I>
<BR><I>handling MD device /dev/md0</I>
<BR><I>analyzing super-block</I>
<BR><I>disk 0: /dev/sdb1, 4096543kB, raid superblock at 4096448kB</I>
<BR><I>/dev/sdb1 appears to contain an ext2 filesystem -- use -f to override</I>
<BR><I>mkraid: aborted, see the syslog and /proc/mdstat for potential clues.</I><I></I>
<P><I>[root@atlantis /]# mkraid --really-force /dev/md0</I>
<BR><I>DESTROYING the contents of /dev/md0 in 5 seconds, Ctrl-C if unsure!</I>
<BR><I>handling MD device /dev/md0</I>
<BR><I>analyzing super-block</I>
<BR><I>disk 0: /dev/sdb1, 4096543kB, raid superblock at 4096448kB</I>
<BR><I>disk 1: /dev/sdc1, 4096543kB, raid superblock at 4096448kB</I>
<BR><I>mkraid: aborted, see the syslog and /proc/mdstat for potential clues.</I><I></I>
<P>And my raidtab file:<I></I>
<P><I>[root@atlantis /]# cat /etc/raidtab</I>
<BR><I>raiddev /dev/md0</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
raid-level&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nr-raid-disks&nbsp;&nbsp;
2</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nr-spare-disks&nbsp;
0</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
chunk-size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; persistent-superblock
1</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/dev/sdb1</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
raid-disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/dev/sdc1</I>
<BR><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
raid-disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1</I>
<P>I'm wondering if the read-ahead option should be set in mdstat.&nbsp;
Also, do I need 3 Raid 1 personalities, if my raidtab only calls for 1?
<BR>&nbsp;
<P>Jon Bloom wrote:
<BLOCKQUOTE TYPE=CITE>[EMAIL PROTECTED] wrote:
<BR>>
<BR>> Now, I cant get RAID to start.&nbsp; I setup the raidtab file, and
fdisked
<BR>> the two other hard drives just as my root drive is.&nbsp; After which,
I ran
<BR>> mkraid /dev/md0.&nbsp; It first tells me that it sees an ext2 filesystem
on
<BR>> the partition, but that is not so since I just fdisked and didn't
<BR>> format the partitions.&nbsp; To solve this I used the -really-force
flag.
<BR>> It then creates the raid superblocks on both drives and then says
<BR>> mkraid aborted.&nbsp; It never initializes the RAID...
<P>I don't recall getting such an error (though my memory is notoriously
<BR>bad). Is that all it says? No indication of why it's aborting? What
<BR>happens if you load the raid1 module and do a cat /proc/mdstat?
<P>> Did you run into this problem?&nbsp; Also, I know this is later on,
but what
<BR>> is the best way to copy the entire contents of my root drive to the
new
<BR>> postion? I don't want to miss anything..
<P>I just booted up a separate partition (I generally configure a small
<BR>"emergency" partition on my systems), mounted the old and new (RAID)
<BR>root partitions and did a cp -a of one to the other.
<P>Jon
<BR>--
<BR>Jon Bloom, KE3Z
<BR>[EMAIL PROTECTED]
<BR>Electronic Publications Manager (Software, CD-ROMs and Web site)</BLOCKQUOTE>
</HTML>

==============B416FD40D1A256CE9069F165==


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

From: [EMAIL PROTECTED] (Richard Kulisz)
Crossposted-To: comp.os.linux.advocacy,gnu.misc.discuss
Subject: Re: helping the Third World
Date: 1 Aug 1999 21:59:36 GMT

In article <[EMAIL PROTECTED]>,
Donovan Rebbechi <[EMAIL PROTECTED]> wrote:
>So why don't the socialists "work collectively" ? Do they want to 
>redistribute, or are they more interested in coercing others to do
>so ? 

We can work collectively to force redistribution of wealth from
the rich to the poor. Socialists can also work collectively to
wrest political and economic power away from the rich, though
this might take decades. The problem is that the mass media, and
right-wing idiots, encourage everyone to work *individually*;
but that can achieve nothing. Before you can work collectively,
you have to convince the collective to do so, and powerful forces
are put to bear to prevent this.

>No, they expect the loopy left to put their money where their mouths are. 
>ie don't pretend to be altruistic if you're not.

They expect the left to do the utterly futile. And it seems you do too.

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

From: bono <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux
Subject: [help] how to put crypt string into db or dbm for apache?
Date: Tue, 27 Jul 1999 07:30:04 GMT

hi:

Please reply by my email address: [EMAIL PROTECTED]

I am testing with the Apache's AuthDBUserFile entry and I have used the
examples in
www.sleepycat.com to compiled a very simple exec to input key and data
into the db file I called test.db  The key is fruit and the data is
apple (as the example)   I ran the program and it checked the entry and
retrieved me the apple so I assume that the db file is working fine.
However, when I try to hook up the db file using .htaccess


AuthName "Apache Test"
AuthType Basic
AuthDBUserFile /test/db/test.db
require valid-user

and run the test on the apache.  I can never get the page to authorize
me.  I then check back and see that the password should infact be
crypted as I see in the file I created by using htpasswd.
Is there anyway to tell apache to not look for a crypted password?  If
not then how can I change the data part of the db file into crypted?  I
assume that in the db file, the key is the username and the data is the
password.

Please help, I am really stucked...

Bono
[EMAIL PROTECTED]



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

From: Eric <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc,comp.os.linux
Subject: Re: how to install c code source?
Date: Sun, 01 Aug 1999 02:05:09 -0800

Floyd Davidson wrote:

> I'm not sure that I understand what you want there.  The
> string.h file is a ANSI/ISO Standard C header file, and there
> would never be a string.c file.  You should be able to find
> string.h at /usr/include/string.h if the C development system
> has been properly installed.
>
>

Dear Davidson or any RedHat 6.0 system programers:


     So where is the source of string  function , I.e.  strtok_r()or printf()  ?  /*
exist  .c code ?*/
   you know Linux or even Unix kernel was writeen by C program, but I almost no see
(very few) file.c in Redhat 6.0, why?
and
     how to get source code of
          (g)libc.src.rpm?

hope to see you reply and help again
sincerely
eric
[EMAIL PROTECTED]




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


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

Reply via email to