Re: exim question

2002-02-20 Thread Peter Billson

In your alias file, as your last rule, put

*:   username

where username is the account the mail should goto. Username can also be
a remote address i.e. [EMAIL PROTECTED]

Pete
-- 
http://www.elbnet.com
ELB Internet Services, Inc.
Web Design, Computer Consulting, Internet Hosting


Bernie Berg wrote:
> 
> im running potato with the unstable packages.  How do I get exim to spit all mail 
>that there isn't a user defined for to a certain mail box? so 
>"[EMAIL PROTECTED]" goes to "[EMAIL PROTECTED]"
> 
> thanks!
> bernie
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




downgrading woody kernel 2.4 -> 2.2

2002-02-20 Thread David Biro (DaV3|D3)

Hi!

  We're using Debian Woody (testing) on one of our servers, a we're
experiencing several crashes. I think it's because the 2.4 kernel (but
if not, just tell me please ;), so I decided to downgrade the kernel to
2.2 (whis is available in woody). 

  I'd ask if there will be any problems after downgrading?
 Or i have to download 2.2 source (apt-get install ...), compile, and
that's it? 

  Anyyway, any suggestion about stabilizing woody would be welcome,
because I really hate to reset the server every day.

  (Well, maybe it's a hw problem, but who knows?)

Thanks in advance,
 .DaVe

-- 
 [ http://www.wh.hu - webhosting - webdesign  -  http://www.wh.hu ]
 [ mailto:[EMAIL PROTECTED]   -mailto:[EMAIL PROTECTED] ]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: exim question

2002-02-20 Thread Ward Willats
At 6:30 PM -0600 2/20/02, Bernie Berg wrote:
im running potato with the unstable packages.  How do I get exim to 
spit all mail that there isn't a user defined for to a certain mail 
box? so "[EMAIL PROTECTED]" goes to 
"[EMAIL PROTECTED]"
1. An alias file:
system_aliases:
  driver = aliasfile
  file   = /etc/aliases
  file_transport = address_file
  search_type= lsearch*@
  include_domain = true
where /etc/aliases contains:
[EMAIL PROTECTED]: [EMAIL PROTECTED]
2. A catch all at the end of the director chain (after localuser):
catch_all:
  driver = smartuser
  domains= domain.com
  new_address= [EMAIL PROTECTED]
-- Ward



Re: RADIUS benchmarking???

2002-02-20 Thread Russell Coker
On Thu, 21 Feb 2002 11:20, Debian Usera wrote:
> Any ideas where i could find a non-to-complex and free benchamrking
> suite for RADIUS servers...Ive seen bonnie++'s father talking about some
> benchmarks he did (I know you are out here somwhere) and I was just
> curious if the scripts you used are shareable (cant buy me2cheap)...
> if they aint i guess its okay.

I'll send you a binary privately.  My current code can't be distributed.  I 
will write a free RADIUS benchmark soon...

-- 
Signatures >4 lines are rude.  If you send email to me or to a mailing list
that I am subscribed to which has >4 lines of legalistic junk at the end
then you are specifically authorizing me to do whatever I wish with the
message (the sig won't be read).




exim question

2002-02-20 Thread Bernie Berg
im running potato with the unstable packages.  How do I get exim to spit all 
mail that there isn't a user defined for to a certain mail box? so "[EMAIL 
PROTECTED]" goes to "[EMAIL PROTECTED]"

thanks!
bernie




RADIUS benchmarking???

2002-02-20 Thread Debian Usera
Hulo debian loving isp crowd,

Any ideas where i could find a non-to-complex and free benchamrking
suite for RADIUS servers...Ive seen bonnie++'s father talking about some
benchmarks he did (I know you are out here somwhere) and I was just
curious if the scripts you used are shareable (cant buy me2cheap)...
if they aint i guess its okay.

If the case is such that there are no freely available test scripts out
there, id settle for encouragment on building my own and perhaps a few
pointers on the subject (say something like"It can be done by
tweaking or playing with bash and portslave").

I can do with maximum authetication hits per minute, i dont think I need
more than this to make up my mind. (farely simple and small setup
anyways) Then maybe id load the diferent servers with cron calls to
radiuskill and such, just to aproach a little to a live setup, and run
the tests again.

 
Alex

  







Re: PHP4 module for Apache?

2002-02-20 Thread Donovan Baarda
On Tue, Feb 19, 2002 at 04:23:10PM +, Alexandre de M. C. Santos wrote:
> include the implemantation index.php in the line:
> 
> DirectoryIndexindex.html index.php
> 
> in /etc/apache/srm.conf.
> 
> By.
> 
> On Sat, 16 Feb 2002, Michael Merritt wrote:
> 
> > What package do I need to install to get mod_php support for PHP4 in 
> > Apache?  
> > I installed the php4 package, but my php scripts are still not being parsed.

If you are refering to *.php3 scripts  not being parsed, it's because the
default /etc/mime.types ties php3 to x-httpd-php3. Edit your /etc/mime.types
as follows and restart apache;

application/x-httpd-php phtml pht php php3
#application/x-httpd-php3   php3

ie, comment out the php3 line and add php3 to application/x-httpd-php

-- 
--
ABO: finger [EMAIL PROTECTED] for more info, including pgp key
--




Re: exim question

2002-02-20 Thread Ward Willats

At 6:30 PM -0600 2/20/02, Bernie Berg wrote:
>im running potato with the unstable packages.  How do I get exim to 
>spit all mail that there isn't a user defined for to a certain mail 
>box? so "[EMAIL PROTECTED]" goes to 
>"[EMAIL PROTECTED]"

1. An alias file:

system_aliases:
   driver = aliasfile
   file   = /etc/aliases
   file_transport = address_file
   search_type= lsearch*@
   include_domain = true

where /etc/aliases contains:

*@domain.com: [EMAIL PROTECTED]


2. A catch all at the end of the director chain (after localuser):

catch_all:
   driver = smartuser
   domains= domain.com
   new_address= [EMAIL PROTECTED]


-- Ward


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




samba and PAM/LDAP

2002-02-20 Thread tps
Hi, Folks.
  I'm in the process of helping create a fully PAMified box with
LDAP authentication, and one thing I can not figure out how to work
is SAMBA and PAM. We've recompiled samba with PAM support, ldd shows
the pam libs linked, but authentication fails, and we never see any hits
on the LDAP server. Has anyone gone down this road before?

Thanks,
Tim

-- 
  
   ><
   >> Tim Sailer (at home) ><  Coastal Internet,Inc.   <<
   >> Network and Systems Operations   ><  PO Box 671  <<
   >> http://www.buoy.com  ><  Ridge, NY 11961 <<
   >> [EMAIL PROTECTED]/[EMAIL PROTECTED] ><  (631)924-3728  (888) 924-3728 
  <<
   ><




Re: RADIUS benchmarking???

2002-02-20 Thread Russell Coker

On Thu, 21 Feb 2002 11:20, Debian Usera wrote:
> Any ideas where i could find a non-to-complex and free benchamrking
> suite for RADIUS servers...Ive seen bonnie++'s father talking about some
> benchmarks he did (I know you are out here somwhere) and I was just
> curious if the scripts you used are shareable (cant buy me2cheap)...
> if they aint i guess its okay.

I'll send you a binary privately.  My current code can't be distributed.  I 
will write a free RADIUS benchmark soon...

-- 
Signatures >4 lines are rude.  If you send email to me or to a mailing list
that I am subscribed to which has >4 lines of legalistic junk at the end
then you are specifically authorizing me to do whatever I wish with the
message (the sig won't be read).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




exim question

2002-02-20 Thread Bernie Berg

im running potato with the unstable packages.  How do I get exim to spit all mail that 
there isn't a user defined for to a certain mail box? so 
"[EMAIL PROTECTED]" goes to "[EMAIL PROTECTED]"

thanks!
bernie


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RADIUS benchmarking???

2002-02-20 Thread Debian Usera

Hulo debian loving isp crowd,

Any ideas where i could find a non-to-complex and free benchamrking
suite for RADIUS servers...Ive seen bonnie++'s father talking about some
benchmarks he did (I know you are out here somwhere) and I was just
curious if the scripts you used are shareable (cant buy me2cheap)...
if they aint i guess its okay.

If the case is such that there are no freely available test scripts out
there, id settle for encouragment on building my own and perhaps a few
pointers on the subject (say something like"It can be done by
tweaking or playing with bash and portslave").

I can do with maximum authetication hits per minute, i dont think I need
more than this to make up my mind. (farely simple and small setup
anyways) Then maybe id load the diferent servers with cron calls to
radiuskill and such, just to aproach a little to a live setup, and run
the tests again.

 
Alex

  





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: TNT+FreeRadius+-Debian

2002-02-20 Thread Debian Usera
Hallo,

Thanks for the previus prompt and great answers. I guess i should
elaborate just one little bit on this.

The TNT is a lucent terminal server product listed as Ascend Radius
compliant or Extended Radius Protocol compliant.

So im wondering if anyone has had any troubles with that on Cistron
Ive free radius here on my laptop and on
/usr/share/doc/radiusd-freeradius/ there is a file (ascend) where it
lists how to get such a protocol working finesays you have to set it
tu VSA's instead of the normal way to handle itit says Ascend's a
bunch of jerks for not following the protocol but its, lamefully, all
ive got (the lucent tnt is an ascend NAS).

So.. anyone has such a beast (ascend/lucent TS/NAS)?? working on
Cistron I see freeradius works with it. Does cistron work with it?

Alex





Re: TNT+FreeRadius+-Debian

2002-02-20 Thread Debian Usera
Hallo,

Thanks for the previus prompt and great answers. I guess i should
elaborate just one little bit on this.

The TNT is a lucent terminal server product listed as Ascend Radius
compliant or Extended Radius Protocol compliant.

So im wondering if anyone has had any troubles with that on Cistron
Ive free radius here on my laptop and on
/usr/share/doc/radiusd-freeradius/ there is a file (ascend) where it
lists how to get such a protocol working finesays you have to set it
tu VSA's instead of the normal way to handle itit says Ascend's a
bunch of jerks for not following the protocol but its, lamefully, all
ive got (the lucent tnt is an ascend NAS).

So.. anyone has such a beast (ascend/lucent TS/NAS)?? working on
Cistron I see freeradius works with it. Does cistron work with it?

Alex





Re: PHP4 module for Apache?

2002-02-20 Thread Donovan Baarda

On Tue, Feb 19, 2002 at 04:23:10PM +, Alexandre de M. C. Santos wrote:
> include the implemantation index.php in the line:
> 
> DirectoryIndexindex.html index.php
> 
> in /etc/apache/srm.conf.
> 
> By.
> 
> On Sat, 16 Feb 2002, Michael Merritt wrote:
> 
> > What package do I need to install to get mod_php support for PHP4 in Apache?  
> > I installed the php4 package, but my php scripts are still not being parsed.

If you are refering to *.php3 scripts  not being parsed, it's because the
default /etc/mime.types ties php3 to x-httpd-php3. Edit your /etc/mime.types
as follows and restart apache;

application/x-httpd-php phtml pht php php3
#application/x-httpd-php3   php3

ie, comment out the php3 line and add php3 to application/x-httpd-php

-- 
--
ABO: finger [EMAIL PROTECTED] for more info, including pgp key
--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




samba and PAM/LDAP

2002-02-20 Thread tps

Hi, Folks.
  I'm in the process of helping create a fully PAMified box with
LDAP authentication, and one thing I can not figure out how to work
is SAMBA and PAM. We've recompiled samba with PAM support, ldd shows
the pam libs linked, but authentication fails, and we never see any hits
on the LDAP server. Has anyone gone down this road before?

Thanks,
Tim

-- 
  
   ><
   >> Tim Sailer (at home) ><  Coastal Internet,Inc.   <<
   >> Network and Systems Operations   ><  PO Box 671  <<
   >> http://www.buoy.com  ><  Ridge, NY 11961 <<
   >> [EMAIL PROTECTED][EMAIL PROTECTED] ><  (631)924-3728  (888) 924-3728   <<
   ><


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ide hotswap raid fileservers

2002-02-20 Thread fnijenlist
just the company we normal order hardware ...and they are definetly not
the cheapest around for sure
we probably get some discount due to the numbers we take off.
I checked http://www.tweakers.net/pricewatch/cat/5 and indeed the cheapest
120gb available to public is there set to 280 euro's.
That company does not sell hardware to the public, only to other
companies.

frank

At 04:41 PM 2/20/2002 +0100, you wrote:

Frank Nijenhuis proclaimed:
> 3453 14x120 = 840 in raid 01

where do you buy 120 gb drives for 246 euros? around here (in germany),
the maxtor 120gb usually goes for around 260, the wd for 285 and the ibm
for 335.

holger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]




Re: TNT+FreeRadius+-Debian

2002-02-20 Thread Debian Usera

Hallo,

Thanks for the previus prompt and great answers. I guess i should
elaborate just one little bit on this.

The TNT is a lucent terminal server product listed as Ascend Radius
compliant or Extended Radius Protocol compliant.

So im wondering if anyone has had any troubles with that on Cistron
Ive free radius here on my laptop and on
/usr/share/doc/radiusd-freeradius/ there is a file (ascend) where it
lists how to get such a protocol working finesays you have to set it
tu VSA's instead of the normal way to handle itit says Ascend's a
bunch of jerks for not following the protocol but its, lamefully, all
ive got (the lucent tnt is an ascend NAS).

So.. anyone has such a beast (ascend/lucent TS/NAS)?? working on
Cistron I see freeradius works with it. Does cistron work with it?

Alex



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: TNT+FreeRadius+-Debian

2002-02-20 Thread Debian Usera

Hallo,

Thanks for the previus prompt and great answers. I guess i should
elaborate just one little bit on this.

The TNT is a lucent terminal server product listed as Ascend Radius
compliant or Extended Radius Protocol compliant.

So im wondering if anyone has had any troubles with that on Cistron
Ive free radius here on my laptop and on
/usr/share/doc/radiusd-freeradius/ there is a file (ascend) where it
lists how to get such a protocol working finesays you have to set it
tu VSA's instead of the normal way to handle itit says Ascend's a
bunch of jerks for not following the protocol but its, lamefully, all
ive got (the lucent tnt is an ascend NAS).

So.. anyone has such a beast (ascend/lucent TS/NAS)?? working on
Cistron I see freeradius works with it. Does cistron work with it?

Alex



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ide hotswap raid fileservers

2002-02-20 Thread fnijenlist

just the company we normal order hardware ...and they are definetly not
the cheapest around for sure
we probably get some discount due to the numbers we take off.
I checked http://www.tweakers.net/pricewatch/cat/5 and indeed the cheapest
120gb available to public is there set to 280 euro's.
That company does not sell hardware to the public, only to other
companies.

frank

At 04:41 PM 2/20/2002 +0100, you wrote:

Frank Nijenhuis proclaimed:
> 3453 14x120 = 840 in raid 01

where do you buy 120 gb drives for 246 euros? around here (in germany),
the maxtor 120gb usually goes for around 260, the wd for 285 and the ibm
for 335.

holger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ide hotswap raid fileservers

2002-02-20 Thread Holger Lubitz
Frank Nijenhuis proclaimed:
> 3453 14x120 = 840 in raid 01

where do you buy 120 gb drives for 246 euros? around here (in germany),
the maxtor 120gb usually goes for around 260, the wd for 285 and the ibm
for 335.

holger




Re: htaccess being ignored in DirectoryMatch and Directory ~

2002-02-20 Thread Jakub Ambro¿ewicz
> I've also found some unexpected behaviour using  but
haven't
> got enough time to narrow the problem.
>
> But I think that such expression works:
>
> 
> (note .* instead of *)
Above does not work.
> or just:
> 
Simple things are always toughest to think out :-)

Thanks very much

JA




Re: ide hotswap raid fileservers

2002-02-20 Thread Loren Jordan
Check out http://www.raidweb.com
I have used one of these arrays about 2 years ago and found it to be VERY 
GOOD.  I assume that the quality has gone up since then also with the extra 
models added to the ide and scsi raid product lines.

The array looks like a really BIG external scsi disk to the host 
server.  The cool feature for these things is HOT SWAP scsi or ide 
disks.  This makes it able to plug into your spare server and be back up 
and running in just a few min (+fsck time).

Just another idea for you to think about.
Hope this helps,
Loren
At 01:21 PM 02/20/2002 -0800, Frank Nijenhuis wrote:

Is there anyone on this list with experience in setting up large fileservers?
A customer asked me to set up a nfs fileserver for his webcluster, due to 
the cost a raid ide configuration was chosen but we're wondering if what 
are the technical boundaries to such setup.
I came accros a nice 19" rack with space for 16" hot spare ide brackets, 
the server would contain an asus serverboard and 14 x 120gb disks.2 
disks will contain the os in mirroring and those 14 hd's will be in raid 
01 and connected to two 3ware escalade 7000 series ide raidcontrollers..
The mobo  has 2 64bits pci slots which are supported by the 3ware cards, 
the ide hotspare removables have to support udma 100 ..but for now my main 
question isis this going to work..the setup of an ide raid config with 
almost a terabyte in storage in raidconfig..

anyone anyidea if there are complete solutions for sale on the market 
based on such configuration? Or are there ppl actuall running this kind of 
hardware under debian?

any help appreciated!
Frank
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Loren Jordan
Network Security Admin
National White Collar Crime Center
Internet Fraud Complaint Center
Phone (304)363-4312 Ext 2011
http://www.nw3c.org
http://www.ifccfbi.gov
mailto:[EMAIL PROTECTED]



Re: htaccess being ignored in DirectoryMatch and Directory ~

2002-02-20 Thread Tomasz Papszun
On Wed, 20 Feb 2002 at 14:13:27 +0100, Jakub Ambrożewicz wrote:
> Hello
> 
> I have a problem with apache from potato (i dont know if 
> newer version also). When i try do set AllowOverride
> for directories using regexp's   or 
>  they are just beeing ignored.
> So, the question is how to enable htaccess files for
> users? I found that Sheldon Hearn had similiar problem:
> it was reported as a bug. Suggested solution was to use
>  but it didn't worked for
> me, and as Sheldon didn't responded to bugteam's response
>  :-) problem was considered done. 
> And I still have a problem... so any suggestions are 
> welcome
> 

I've also found some unexpected behaviour using  but haven't
got enough time to narrow the problem.

But I think that such expression works:


(note .* instead of *)
or just:


-- 
 Tomasz Papszun   SysAdm @ TP S.A. Lodz, Poland  | And it's only
 [EMAIL PROTECTED]   http://www.lodz.tpsa.pl/   | ones and zeros.




htaccess being ignored in DirectoryMatch and Directory ~

2002-02-20 Thread Jakub Ambro¿ewicz
Hello

I have a problem with apache from potato (i dont know if 
newer version also). When i try do set AllowOverride
for directories using regexp's   or 
 they are just beeing ignored.
So, the question is how to enable htaccess files for
users? I found that Sheldon Hearn had similiar problem:
it was reported as a bug. Suggested solution was to use
 but it didn't worked for
me, and as Sheldon didn't responded to bugteam's response
 :-) problem was considered done. 
And I still have a problem... so any suggestions are 
welcome


Thanks
JA




Re: ide hotswap raid fileservers

2002-02-20 Thread Holger Lubitz

Frank Nijenhuis proclaimed:
> 3453 14x120 = 840 in raid 01

where do you buy 120 gb drives for 246 euros? around here (in germany),
the maxtor 120gb usually goes for around 260, the wd for 285 and the ibm
for 335.

holger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ide hotswap raid fileservers

2002-02-20 Thread Frank Nijenhuis
kuch ...kuch...kuch :) my god..14.450 dollars (that's 16513,46
eurod) for 920gb...
eh..let me see...
1500 rack
3453 14x120 = 840 in raid 01
1200 2 3ware escalade 7000 ide raid controller
1000 mobo/mem/2 hd's for os and small stuff...
total costs: 7153 euro which is 6161,07 dollar...
ah well.change to raid5 or take 160gb's
Frank

At 01:30 PM 2/20/2002 +0100, Mark Janssen wrote:
On Wed, 2002-02-20 at 22:21, Frank Nijenhuis wrote:
> Is there anyone on this list with experience in setting up large 
fileservers?
...
> The mobo  has 2 64bits pci slots which are supported by the 3ware cards,
> the ide hotspare removables have to support udma 100 ..but for now my main
> question isis this going to work..the setup of an ide raid config with
> almost a terabyte in storage in raidconfig..
>
> anyone anyidea if there are complete solutions for sale on the market 
based
> on such configuration? Or are there ppl actuall running this kind of
> hardware under debian?

If you open up a copy of Linux-Journal you'll see an add from raidzone.
They've been selling 1 TB IDE-RAID systems for more then a year.
ANd the price isn't too bad either (I dunno what your idea adds up to)
I've never used their systems (yet) but it seems interesting.
Check them out on www.raidzone.com
--
Mark Janssen Unix / Linux, Open-Source and Internet Consultant @
SyConOS IT
E-mail: mark(at)markjanssen.nl / maniac(at)maniac.nl GnuPG Key Id:
357D2178
Web: Maniac.nl Unix-God.[Net|Org] MarkJanssen.[com|net|org|nl]
SyConOS.[com|nl]



Re: ide hotswap raid fileservers

2002-02-20 Thread Mark Janssen
On Wed, 2002-02-20 at 22:21, Frank Nijenhuis wrote:
> Is there anyone on this list with experience in setting up large fileservers?
...
> The mobo  has 2 64bits pci slots which are supported by the 3ware cards, 
> the ide hotspare removables have to support udma 100 ..but for now my main 
> question isis this going to work..the setup of an ide raid config with 
> almost a terabyte in storage in raidconfig..
> 
> anyone anyidea if there are complete solutions for sale on the market based 
> on such configuration? Or are there ppl actuall running this kind of 
> hardware under debian?

If you open up a copy of Linux-Journal you'll see an add from raidzone.
They've been selling 1 TB IDE-RAID systems for more then a year.
ANd the price isn't too bad either (I dunno what your idea adds up to)

I've never used their systems (yet) but it seems interesting.
Check them out on www.raidzone.com

-- 
Mark Janssen Unix / Linux, Open-Source and Internet Consultant @
SyConOS IT
E-mail: mark(at)markjanssen.nl / maniac(at)maniac.nl GnuPG Key Id:
357D2178
Web: Maniac.nl Unix-God.[Net|Org] MarkJanssen.[com|net|org|nl]
SyConOS.[com|nl]




ide hotswap raid fileservers

2002-02-20 Thread Frank Nijenhuis

Is there anyone on this list with experience in setting up large fileservers?
A customer asked me to set up a nfs fileserver for his webcluster, due to 
the cost a raid ide configuration was chosen but we're wondering if what 
are the technical boundaries to such setup.
I came accros a nice 19" rack with space for 16" hot spare ide brackets, 
the server would contain an asus serverboard and 14 x 120gb disks.2 
disks will contain the os in mirroring and those 14 hd's will be in raid 01 
and connected to two 3ware escalade 7000 series ide raidcontrollers..
The mobo  has 2 64bits pci slots which are supported by the 3ware cards, 
the ide hotspare removables have to support udma 100 ..but for now my main 
question isis this going to work..the setup of an ide raid config with 
almost a terabyte in storage in raidconfig..

anyone anyidea if there are complete solutions for sale on the market based 
on such configuration? Or are there ppl actuall running this kind of 
hardware under debian?

any help appreciated!
Frank



Re: TNT+FreeRadius+-Debian

2002-02-20 Thread Lucas Heise

On 18 Feb 2002 19:40:18 -0600, Debian Usera said:

>
> 
> Question...
> 
> Has anyone gotten to work the lucent tnt lots-o-modems thingie with A
> free/cistron radiusd and debian?
> 

Using Cistron RADIUS since April 1998. Never with Lucent gear, but I've got
a mix of Cisco, Jetstream, Patton and Portslave (Linux) NASes. It's a
*very* stable product and has features not found in other (commercial)
products. Never seen any problems related to Lucent on the mailing list so
I guess should work out of the box.

> How is that compared to, say NavisRadius form lucent??/ or other
> proprietary AAA solutions. You guys say go proprietary or go freeradius
> for the dial-in stuff???
> 
> This is a new game for mewe got something like 200 dial-in clients
> coming our way and im really in a tight spot here...I want to go
> freeradius but dont know if thats a good idea. Ive not much time to play
> around with it either
> 

FreeRADIUS is still beta. I've played with it but it's probably not yet
ripe for a production environment. OTOH Cistron is stable and has never let
me down from the beginning. Support on the mailing list is excellent,
something you'll likely miss with a commercial product. Be sure to d/l the
latest version (1.6.6).

> So, should i buy Navis (or whatever) Radius (and blame lucent if it
> doesnt work) or should i just keep proving this jerks at work that
> debian should be the only OS on earth (and hand parts of my anatomy to
> my boss if it doesnt work)?
> 

Hmm... why buy? 


-- 
---
Lucas Heise
System & Network Administrator
Laonet Service Center
Vientiane, Lao PDR
---
[EMAIL PROTECTED]
PGP key fingerprint = AB 1F EA D4 ED F1 A2 D2 74 D1 7A C0 2B 97 D2 E9




Re: htaccess being ignored in DirectoryMatch and Directory ~

2002-02-20 Thread Jakub Ambro¿ewicz

> I've also found some unexpected behaviour using  but
haven't
> got enough time to narrow the problem.
>
> But I think that such expression works:
>
> 
> (note .* instead of *)
Above does not work.
> or just:
> 
Simple things are always toughest to think out :-)

Thanks very much

JA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ide hotswap raid fileservers

2002-02-20 Thread Loren Jordan

Check out http://www.raidweb.com

I have used one of these arrays about 2 years ago and found it to be VERY 
GOOD.  I assume that the quality has gone up since then also with the extra 
models added to the ide and scsi raid product lines.

The array looks like a really BIG external scsi disk to the host 
server.  The cool feature for these things is HOT SWAP scsi or ide 
disks.  This makes it able to plug into your spare server and be back up 
and running in just a few min (+fsck time).

Just another idea for you to think about.

Hope this helps,
Loren

At 01:21 PM 02/20/2002 -0800, Frank Nijenhuis wrote:


>Is there anyone on this list with experience in setting up large fileservers?
>A customer asked me to set up a nfs fileserver for his webcluster, due to 
>the cost a raid ide configuration was chosen but we're wondering if what 
>are the technical boundaries to such setup.
>I came accros a nice 19" rack with space for 16" hot spare ide brackets, 
>the server would contain an asus serverboard and 14 x 120gb disks.2 
>disks will contain the os in mirroring and those 14 hd's will be in raid 
>01 and connected to two 3ware escalade 7000 series ide raidcontrollers..
>The mobo  has 2 64bits pci slots which are supported by the 3ware cards, 
>the ide hotspare removables have to support udma 100 ..but for now my main 
>question isis this going to work..the setup of an ide raid config with 
>almost a terabyte in storage in raidconfig..
>
>anyone anyidea if there are complete solutions for sale on the market 
>based on such configuration? Or are there ppl actuall running this kind of 
>hardware under debian?
>
>any help appreciated!
>
>Frank
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Loren Jordan

Network Security Admin
National White Collar Crime Center
Internet Fraud Complaint Center
Phone (304)363-4312 Ext 2011

http://www.nw3c.org
http://www.ifccfbi.gov
mailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: htaccess being ignored in DirectoryMatch and Directory ~

2002-02-20 Thread Tomasz Papszun

On Wed, 20 Feb 2002 at 14:13:27 +0100, Jakub Ambrożewicz wrote:
> Hello
> 
> I have a problem with apache from potato (i dont know if 
> newer version also). When i try do set AllowOverride
> for directories using regexp's   or 
>  they are just beeing ignored.
> So, the question is how to enable htaccess files for
> users? I found that Sheldon Hearn had similiar problem:
> it was reported as a bug. Suggested solution was to use
>  but it didn't worked for
> me, and as Sheldon didn't responded to bugteam's response
>  :-) problem was considered done. 
> And I still have a problem... so any suggestions are 
> welcome
> 

I've also found some unexpected behaviour using  but haven't
got enough time to narrow the problem.

But I think that such expression works:


(note .* instead of *)
or just:


-- 
 Tomasz Papszun   SysAdm @ TP S.A. Lodz, Poland  | And it's only
 [EMAIL PROTECTED]   http://www.lodz.tpsa.pl/   | ones and zeros.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




htaccess being ignored in DirectoryMatch and Directory ~

2002-02-20 Thread Jakub Ambro¿ewicz

Hello

I have a problem with apache from potato (i dont know if 
newer version also). When i try do set AllowOverride
for directories using regexp's   or 
 they are just beeing ignored.
So, the question is how to enable htaccess files for
users? I found that Sheldon Hearn had similiar problem:
it was reported as a bug. Suggested solution was to use
 but it didn't worked for
me, and as Sheldon didn't responded to bugteam's response
 :-) problem was considered done. 
And I still have a problem... so any suggestions are 
welcome


Thanks
JA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ide hotswap raid fileservers

2002-02-20 Thread Frank Nijenhuis


kuch ...kuch...kuch :) my god..14.450 dollars (that's 16513,46
eurod) for 920gb...

eh..let me see...

1500 rack
3453 14x120 = 840 in raid 01
1200 2 3ware escalade 7000 ide raid controller
1000 mobo/mem/2 hd's for os and small stuff...

total costs: 7153 euro which is 6161,07 dollar...


ah well.change to raid5 or take 160gb's

Frank



At 01:30 PM 2/20/2002 +0100, Mark Janssen wrote:
>On Wed, 2002-02-20 at 22:21, Frank Nijenhuis wrote:
> > Is there anyone on this list with experience in setting up large 
> fileservers?
>...
> > The mobo  has 2 64bits pci slots which are supported by the 3ware cards,
> > the ide hotspare removables have to support udma 100 ..but for now my main
> > question isis this going to work..the setup of an ide raid config with
> > almost a terabyte in storage in raidconfig..
> >
> > anyone anyidea if there are complete solutions for sale on the market 
> based
> > on such configuration? Or are there ppl actuall running this kind of
> > hardware under debian?
>
>If you open up a copy of Linux-Journal you'll see an add from raidzone.
>They've been selling 1 TB IDE-RAID systems for more then a year.
>ANd the price isn't too bad either (I dunno what your idea adds up to)
>
>I've never used their systems (yet) but it seems interesting.
>Check them out on www.raidzone.com
>
>--
>Mark Janssen Unix / Linux, Open-Source and Internet Consultant @
>SyConOS IT
>E-mail: mark(at)markjanssen.nl / maniac(at)maniac.nl GnuPG Key Id:
>357D2178
>Web: Maniac.nl Unix-God.[Net|Org] MarkJanssen.[com|net|org|nl]
>SyConOS.[com|nl]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ide hotswap raid fileservers

2002-02-20 Thread Mark Janssen

On Wed, 2002-02-20 at 22:21, Frank Nijenhuis wrote:
> Is there anyone on this list with experience in setting up large fileservers?
...
> The mobo  has 2 64bits pci slots which are supported by the 3ware cards, 
> the ide hotspare removables have to support udma 100 ..but for now my main 
> question isis this going to work..the setup of an ide raid config with 
> almost a terabyte in storage in raidconfig..
> 
> anyone anyidea if there are complete solutions for sale on the market based 
> on such configuration? Or are there ppl actuall running this kind of 
> hardware under debian?

If you open up a copy of Linux-Journal you'll see an add from raidzone.
They've been selling 1 TB IDE-RAID systems for more then a year.
ANd the price isn't too bad either (I dunno what your idea adds up to)

I've never used their systems (yet) but it seems interesting.
Check them out on www.raidzone.com

-- 
Mark Janssen Unix / Linux, Open-Source and Internet Consultant @
SyConOS IT
E-mail: mark(at)markjanssen.nl / maniac(at)maniac.nl GnuPG Key Id:
357D2178
Web: Maniac.nl Unix-God.[Net|Org] MarkJanssen.[com|net|org|nl]
SyConOS.[com|nl]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




ide hotswap raid fileservers

2002-02-20 Thread Frank Nijenhuis



Is there anyone on this list with experience in setting up large fileservers?
A customer asked me to set up a nfs fileserver for his webcluster, due to 
the cost a raid ide configuration was chosen but we're wondering if what 
are the technical boundaries to such setup.
I came accros a nice 19" rack with space for 16" hot spare ide brackets, 
the server would contain an asus serverboard and 14 x 120gb disks.2 
disks will contain the os in mirroring and those 14 hd's will be in raid 01 
and connected to two 3ware escalade 7000 series ide raidcontrollers..
The mobo  has 2 64bits pci slots which are supported by the 3ware cards, 
the ide hotspare removables have to support udma 100 ..but for now my main 
question isis this going to work..the setup of an ide raid config with 
almost a terabyte in storage in raidconfig..

anyone anyidea if there are complete solutions for sale on the market based 
on such configuration? Or are there ppl actuall running this kind of 
hardware under debian?

any help appreciated!

Frank


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]