Re: lvm with raid

2004-07-01 Thread Jogi Hofmüller
* Russell Coker <[EMAIL PROTECTED]> [2004-07-01 14:52]:
 
> If you have a decent amount of RAM then the OS partition(s) will usually have 
> almost no access apart from writes to /var/log, and if you use the "-" option 
> in the syslog configuration that shouldn't be a significant load either.  
> Generally the more disks in a RAID-5 the better the performance that you can 
> get, so having a four-disk RAID-5 is likely to give better performance for no 
> cost (run "iostat -x 10" to verify this).

Since we are at the testing stage at the moment I will try this out as
soon as I find time to do it. The logging thing wouldn't bother me since
we do logging remotely via syslog. What I havent't tried out so far is
setting up a machine from scratch using raid and lvm though ... I built
my own set of boot-disks to get the hardware supported initially, so
this might also be resolveable ...

Thx for the advice. 
-- 
Jogi Hofmueller - mur.at
ICQ:  284632332
Tel.: +43 316 821451 55 |#| http://info.astrian.net/jargon/terms/h/hacker.html


pgpEqGnhkbZSj.pgp
Description: PGP signature


Re: lvm with raid

2004-07-01 Thread Jogi Hofmüller
* Russell Coker <[EMAIL PROTECTED]> [2004-07-01 14:52]:
 
> If you have a decent amount of RAM then the OS partition(s) will usually have 
> almost no access apart from writes to /var/log, and if you use the "-" option 
> in the syslog configuration that shouldn't be a significant load either.  
> Generally the more disks in a RAID-5 the better the performance that you can 
> get, so having a four-disk RAID-5 is likely to give better performance for no 
> cost (run "iostat -x 10" to verify this).

Since we are at the testing stage at the moment I will try this out as
soon as I find time to do it. The logging thing wouldn't bother me since
we do logging remotely via syslog. What I havent't tried out so far is
setting up a machine from scratch using raid and lvm though ... I built
my own set of boot-disks to get the hardware supported initially, so
this might also be resolveable ...

Thx for the advice. 
-- 
Jogi Hofmueller - mur.at
ICQ:  284632332
Tel.: +43 316 821451 55 |#| http://info.astrian.net/jargon/terms/h/hacker.html


pgpydox2ZfRJE.pgp
Description: PGP signature


Re: lvm with raid

2004-07-01 Thread Jogi Hofmüller
Hi!

* Gustavo Polillo <[EMAIL PROTECTED]> [2004-06-30 17:22]:
 
>   Is it possible to make lvm with raid ?? Is there anyone here that make it?
> thanks.

We just recently started tests with adaptecs zcr cards (2010S) and
aic-7902 controlors. Our solution is to have one disk to hold the OS and
three more that form a raid5. On top of the raid5 (which looks like one
HD to the OS) we use LVM. The raid then holds userdata like /home or the
root of the webserver or whatever.

Cheers
-- 
Jogi Hofmueller - mur.at
ICQ:  284632332
Tel.: +43 316 821451 55 |#| http://info.astrian.net/jargon/terms/h/hacker.html


pgp6B83FYaLTg.pgp
Description: PGP signature


Re: lvm with raid

2004-07-01 Thread Jogi Hofmüller
Hi!

* Gustavo Polillo <[EMAIL PROTECTED]> [2004-06-30 17:22]:
 
>   Is it possible to make lvm with raid ?? Is there anyone here that make it?
> thanks.

We just recently started tests with adaptecs zcr cards (2010S) and
aic-7902 controlors. Our solution is to have one disk to hold the OS and
three more that form a raid5. On top of the raid5 (which looks like one
HD to the OS) we use LVM. The raid then holds userdata like /home or the
root of the webserver or whatever.

Cheers
-- 
Jogi Hofmueller - mur.at
ICQ:  284632332
Tel.: +43 316 821451 55 |#| http://info.astrian.net/jargon/terms/h/hacker.html


pgpU3VxJIqoSW.pgp
Description: PGP signature


Re: Cyrus / Sieve

2004-06-09 Thread Jogi Hofmüller
Hi!

* Fraser Campbell <[EMAIL PROTECTED]> [2004-06-08 15:16]:
 
> I'm looking for some information about the cyrus email system.  Is cyrus 
> worth 
> it?  Is it significantly more management overhead than a more typical 
> user/imap system?

We have been using it for more than half a year now. At the beginning it
was strange that Users didn't get a mailbox automatically but it turns
out to be an advantage for us (seperating different types of User
Accounts).

> Currently I am using postfix/courier-imap/mysql to manage all email and I'm 
> very happy with it, my customers can create their own email accounts and 
> manage their own aliases.

We are using postfix/cyrus here where postfix is delivering mail locally
via lmtp and cyrus authenticates Users using saslauthd/pam. In a testing
environment we are experimenting with LDAP at the moment and it works
quite nicely.

> However, I'd like to make a more polished "product" and I'm wondering if 
> cyrus 
> offers any significant advantages.  I've been hunting for a blow-by-blow 
> comparison of cyrus versus "standard" mail implementations but haven't found 
> much.

AFAICT the major advantage is scalability. Although our user base is
quite small (~300) it's supposed to work perfectly for ten-thousands of
Users. Another cool thing - which we don't yet use - is the
mail-partition feature which alows you to spread the Users mailboxes
over differnt file-systems.

We decided to use Cyrus because it brings IMAP and POP3 support in one
'package' and it perfectly supports TLS/SSL secured connections.

Hope that is usefull.

Cheers
-- 
Jogi Hofmueller - mur.at
ICQ:  284632332
Tel.: +43 316 821451 55 |#| http://info.astrian.net/jargon/terms/h/hacker.html


pgpYgHi8wZUDE.pgp
Description: PGP signature


Re: Cyrus / Sieve

2004-06-09 Thread Jogi Hofmüller
Hi!

* Fraser Campbell <[EMAIL PROTECTED]> [2004-06-08 15:16]:
 
> I'm looking for some information about the cyrus email system.  Is cyrus worth 
> it?  Is it significantly more management overhead than a more typical 
> user/imap system?

We have been using it for more than half a year now. At the beginning it
was strange that Users didn't get a mailbox automatically but it turns
out to be an advantage for us (seperating different types of User
Accounts).

> Currently I am using postfix/courier-imap/mysql to manage all email and I'm 
> very happy with it, my customers can create their own email accounts and 
> manage their own aliases.

We are using postfix/cyrus here where postfix is delivering mail locally
via lmtp and cyrus authenticates Users using saslauthd/pam. In a testing
environment we are experimenting with LDAP at the moment and it works
quite nicely.

> However, I'd like to make a more polished "product" and I'm wondering if cyrus 
> offers any significant advantages.  I've been hunting for a blow-by-blow 
> comparison of cyrus versus "standard" mail implementations but haven't found 
> much.

AFAICT the major advantage is scalability. Although our user base is
quite small (~300) it's supposed to work perfectly for ten-thousands of
Users. Another cool thing - which we don't yet use - is the
mail-partition feature which alows you to spread the Users mailboxes
over differnt file-systems.

We decided to use Cyrus because it brings IMAP and POP3 support in one
'package' and it perfectly supports TLS/SSL secured connections.

Hope that is usefull.

Cheers
-- 
Jogi Hofmueller - mur.at
ICQ:  284632332
Tel.: +43 316 821451 55 |#| http://info.astrian.net/jargon/terms/h/hacker.html


pgplpqcPb8vpR.pgp
Description: PGP signature


Re: Ticketing systems

2003-12-10 Thread Jogi Hofmüller
* Dan Ros <[EMAIL PROTECTED]> [2003-12-10 17:10]:
> We are looking for a open source ticketing system. This is to be a internal
> ticketing system, for escalated queries only, ie; not general tech support
> queries. The helpdesk has their own proprietary system they use. At the
> moment we are modifying bugzilla to fit our needs, but I was wondering what
> other list members use.

our favourite at the moment ist 'roundup' from
http://roundup.sourceforge.net/.

 
cheers
-- 
Jogi Hofmueller 
http://mur.at/
Tel.: +43-316-821 451 55
Fax.: +43-316-821 451 26
Erreichbar: MO, MI, DO, 10.00 - 14.00


pgpyEZeyido9F.pgp
Description: PGP signature


Re: Ticketing systems

2003-12-10 Thread Jogi Hofmüller
* Dan Ros <[EMAIL PROTECTED]> [2003-12-10 17:10]:
> We are looking for a open source ticketing system. This is to be a internal
> ticketing system, for escalated queries only, ie; not general tech support
> queries. The helpdesk has their own proprietary system they use. At the
> moment we are modifying bugzilla to fit our needs, but I was wondering what
> other list members use.

our favourite at the moment ist 'roundup' from
http://roundup.sourceforge.net/.

 
cheers
-- 
Jogi Hofmueller 
http://mur.at/
Tel.: +43-316-821 451 55
Fax.: +43-316-821 451 26
Erreichbar: MO, MI, DO, 10.00 - 14.00


pgp0.pgp
Description: PGP signature


Re: Cyrus "Could not shut down filedescriptor..."

2003-08-14 Thread Jogi Hofmüller
Hi!

* Jean-Marc V. Liotier <[EMAIL PROTECTED]> [2003-08-06 15:31]:
> Aug  4 10:43:25 localhost cyrus/imapd[10867]: Could not shut down filedescriptor 0: 
> Bad file descriptor
> Aug  4 10:43:25 localhost cyrus/imapd[10867]: Could not shut down filedescriptor 1: 
> Bad file descriptor
> Aug  4 10:43:25 localhost cyrus/imapd[10867]: Could not shut down filedescriptor 2: 
> Bad file descriptor
> 
> I found nothing with Google. Does anyone know what this is about ?

Look at the thread from info-cyrus. I found an archive at:

http://www.mail-archive.com/[EMAIL PROTECTED]/thrd2.html#13109

From what I read, the Error is 'harmless' ...

Cheers
-- 
Jogi Hofmüller 
Technischer Direktor - mur.at
http://mur.at/
Tel.: +43-316-821 451 55
Fax.: +43-316-821 451 26
Erreichbar: MO, MI, DO, 10.00 - 14.00


pgp0.pgp
Description: PGP signature


Re: PPP-Server

2003-06-14 Thread Jogi Hofmüller
* Kay-Michael Voit <[EMAIL PROTECTED]> [2003-06-14 12:42]:
> Hi,
> can someone give me just a small hint, what I need to set um a PPP
> Server? I only need something to search for, as I have no idea how
> this works, for i have been working only with LAN connections and ADSL
> for years.

We use mgetty here to watch the serial lines (just two ISDN modems) and it
works fine for us. It includes some features like access based on phone
number of caller but we have not tested that yet.

Initial setup can be a bit tricky but once it runs it makes no problems at
all (which is probably the reason for the setup troubles cuz you just do
it once every couple of years :) )

cheers
-- 
j.h.
jogi hofmueller <[EMAIL PROTECTED]>
see message header for GnuPG (PGP) Information



pgpL6gnHGnX2z.pgp
Description: PGP signature


Re: PPP-Server

2003-06-14 Thread Jogi Hofmüller
* Kay-Michael Voit <[EMAIL PROTECTED]> [2003-06-14 12:42]:
> Hi,
> can someone give me just a small hint, what I need to set um a PPP
> Server? I only need something to search for, as I have no idea how
> this works, for i have been working only with LAN connections and ADSL
> for years.

We use mgetty here to watch the serial lines (just two ISDN modems) and it
works fine for us. It includes some features like access based on phone
number of caller but we have not tested that yet.

Initial setup can be a bit tricky but once it runs it makes no problems at
all (which is probably the reason for the setup troubles cuz you just do
it once every couple of years :) )

cheers
-- 
j.h.
jogi hofmueller <[EMAIL PROTECTED]>
see message header for GnuPG (PGP) Information



pgp0.pgp
Description: PGP signature