Re: Degraded RAID UI (Re: Server Team 20080812 meeting minutes)

2008-08-14 Thread Dustin Kirkland
On Thu, Aug 14, 2008 at 1:13 AM, Kees Cook <[EMAIL PROTECTED]> wrote:
> As mentioned, a timeout to the handler's question could be added using
> the "-t" option to "read" (which is supported in busybox, thankfully):
>ANS="unanswered"
>read -p "Boot with degraded RAID anyway? [y/N]: " -r ANS -t 15

I had tried this without success previously.

I should mention that there is some wonkiness with "read"...  The "-r"
option MUST be the last option in the parameter list.  The sample code
that Kees pasted above won't work, since he has the "-t 15" following
the "-r ANS".

In any case, I'm attaching another patch that solves this problem to
the bug.  I've tested the timeout and it behaves as expected.  See:
 * https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/257568


:-Dustin

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Ideas for landscape-sysinfo tool

2008-08-14 Thread Gustavo Niemeyer
Hello Steven,

> Just to add to that, it would be nice to see a 24 hour history, 7 day
> history, and 30 day history of load averages, and network usage if
> possible.

That's precisely the kind of feature that landscape-client and the
Landscape server already offer.  But long histories might not be
good candidates for the login message.  The idea is offering a quick
hint about how things are generally going, together with any
outstanding warnings that are likely worth keeping an eye on.

-- 
Gustavo Niemeyer
http://niemeyer.net

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Ideas for landscape-sysinfo tool

2008-08-14 Thread Gustavo Niemeyer
Hi Daniel,

> is that information going to be dynamically generated each time an
> user does login, or it's going to be updated in a file every X
> minutes, and the motd message will just happen to be the latest
> version available?Personally I have some servers I never login

It'll be displayed only during logins, even though it's quite possible
that some of the notes do consider historic information at some
point.

> into, unless I know there is a problem with it, or I know security
> updates are available, which make that message a bit pointless to
> display at login time only.
>
> If that "motd" info was available in a file, then I could find a way
> to push that into a centralized server where I could see it no matter
> when I do an actual login.

This is just one more feature we're implementing in Landscape, and
in this case it'll benefit even administrators that are not Landscape
users.  If you want to reuse it in different situations, the software is
GPL and it should be trivial to just run it from cron and ask it to mail
the information anywhere you want, for instance.

> And actually that type of expanded motd message may be more useful on
> my desktop computer where I login more often than on a server that
> just happily runs in a corner of the server room serving services or
> disk space without human intervention for days at end.

It'll be easy to run it on desktops too.

> These days I'm playing with the getting old Big Brother (www.bb4.org)
> to centralize messages from various servers into one web page.  Now
> looking at some of the info I have been tracking that way from my
> servers:  connectivity, system load, disk usage (i.e, specific
> important disks are nearly full while other disks I can ignore), if
> specific processes are still running (by default big brother tracks
> cron), and if specific services are online and listening (ftp, http,
> ssh). I could see some of these bits of info being useful in that motd
> message.
>
> It is on my to-do list to tied into Dell's OMSA and track down as well
> more hardware specific basic info (temperature, state of disks and
> raid, are the fans working, etc).

Nice ideas!  Thank you!

-- 
Gustavo Niemeyer
http://niemeyer.net

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Ideas for landscape-sysinfo tool

2008-08-14 Thread Daniel Robitaille
On Wed, Aug 13, 2008 at 3:11 PM, Gustavo Niemeyer <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I'm one of the developers working on the Landscape project at
> Canonical[1].  Recently we've started working on a tool, so far named
> landscape-sysinfo, which will be used to display some dynamic
> information next to the MOTD message during logins.

is that information going to be dynamically generated each time an
user does login, or it's going to be updated in a file every X
minutes, and the motd message will just happen to be the latest
version available?Personally I have some servers I never login
into, unless I know there is a problem with it, or I know security
updates are available, which make that message a bit pointless to
display at login time only.

If that "motd" info was available in a file, then I could find a way
to push that into a centralized server where I could see it no matter
when I do an actual login.

And actually that type of expanded motd message may be more useful on
my desktop computer where I login more often than on a server that
just happily runs in a corner of the server room serving services or
disk space without human intervention for days at end.

> The goal of this tool is to provide the administrator a basic overview
> of how the system is running.  To give a basic feeling of what it is
> about, a rough mockup follows.  Please note that we don't even know
> yet which of these details will be available, and how they will be
> actually worded.
>
>System load:  1.15 Processes:   1500
>Memory usage: 65%  Temperature: 74 C
>Swap usage:   None Users logged on: 1 (you)
>
>=> Zombie processes were found alive.
>=> Disk usage on /home is above 90%.
>=> This machine is being affected by USNs 123, 456 and 789.
>
> The headers at the top will always be present, while notes at the
> bottom will report outstanding events.
>
> So the question is: what information would you find useful to look at
> during logins, to get an idea of how things are going in your servers?

These days I'm playing with the getting old Big Brother (www.bb4.org)
to centralize messages from various servers into one web page.  Now
looking at some of the info I have been tracking that way from my
servers:  connectivity, system load, disk usage (i.e, specific
important disks are nearly full while other disks I can ignore), if
specific processes are still running (by default big brother tracks
cron), and if specific services are online and listening (ftp, http,
ssh). I could see some of these bits of info being useful in that motd
message.

It is on my to-do list to tied into Dell's OMSA and track down as well
more hardware specific basic info (temperature, state of disks and
raid, are the fans working, etc).


Daniel

-- 
Daniel Robitaille
 http://friendfeed.com/robitaille

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Looking for users of redhat-cluster-suite on Ubuntu

2008-08-14 Thread Henri Cook


Shang Wu wrote:

On Thu, Aug 14, 2008 at 8:43 AM, Chris Joelly <[EMAIL PROTECTED]> wrote:
  

Hi,

sorry for tuning in that late, but found your posting today.

we are setting up a 2 node cluster for use with Samba and Apache
webserver and want to gather experiences of other Ubuntu server users
using RHCS.

I'm not sure what's available in RHCS but I recently accomplished your 
goal in an active-active format (although i'd much rather have done 
active-passive) using Heartbeat2 and a shared drive with DRBD. If you 
would like more information please contact me.


The only problem i've noticed is with DRBD and OCFS2, apparently Ubuntu 
(in contrast to Suse(SLES) and Redhat (RLES)) currently lacks OCFS2 
Userspace drives in the 2.6.24 kernel. This means heartbeat can't manage 
your OCFS2 resource (but it can manage DRBD if you take care of the 
OCFS2 drivers yourself) until at least 2.6.25 when i'm told the drivers 
are likely to make their way in to Ubuntu.



As documentaion from Ubuntu is very limited and there also seems to be
no other users using Ubuntu server with RHCS, i decided to tune in and
maybe could provide some experiences if they are of help. By now we are
playing around but soon the server should go to a 'limited' production
scenario and grow with experience and clients over time...

You mentioned in your posting (Fri Jul 11) that there are white papers
available covering Apache/NFS/Samba setups? Are these white papers
publically available? And is there other indepth information regaring
Ubuntus RHCS packages available?

thx,

Chris


--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam




Hi Chris,

The white paper for RHCS is not available yet at the moment. A while
ago, we had a similar discussion on the same topic, you can find more
information:
https://lists.ubuntu.com/archives/ubuntu-server/2008-July/001936.html

If you are going to setup the apache server using RHCS, here is the
bug that you should take a look at before setting it up and might save
you some time:
https://bugs.launchpad.net/ubuntu/+source/redhat-cluster-suite/+bug/250847

Regards,

  


Regards,

Henri
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: Looking for users of redhat-cluster-suite on Ubuntu

2008-08-14 Thread Shang Wu
On Thu, Aug 14, 2008 at 8:43 AM, Chris Joelly <[EMAIL PROTECTED]> wrote:
> Hi,
>
> sorry for tuning in that late, but found your posting today.
>
> we are setting up a 2 node cluster for use with Samba and Apache
> webserver and want to gather experiences of other Ubuntu server users
> using RHCS.
>
> As documentaion from Ubuntu is very limited and there also seems to be
> no other users using Ubuntu server with RHCS, i decided to tune in and
> maybe could provide some experiences if they are of help. By now we are
> playing around but soon the server should go to a 'limited' production
> scenario and grow with experience and clients over time...
>
> You mentioned in your posting (Fri Jul 11) that there are white papers
> available covering Apache/NFS/Samba setups? Are these white papers
> publically available? And is there other indepth information regaring
> Ubuntus RHCS packages available?
>
> thx,
>
> Chris
>
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>

Hi Chris,

The white paper for RHCS is not available yet at the moment. A while
ago, we had a similar discussion on the same topic, you can find more
information:
https://lists.ubuntu.com/archives/ubuntu-server/2008-July/001936.html

If you are going to setup the apache server using RHCS, here is the
bug that you should take a look at before setting it up and might save
you some time:
https://bugs.launchpad.net/ubuntu/+source/redhat-cluster-suite/+bug/250847

Regards,

-- 
Shang Wu
Ubuntu System Support Analyst
E-mail : [EMAIL PROTECTED]
Canonical Ltd
http://www.canonical.com/support

Public Key: keyserver.ubuntu.com
Key ID: 4B2BCA02
Fingerprint: 4832 D5D0 D124 CE1D FD07 167A 3E93 FF44 4B2B CA02

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: ebox bind apache

2008-08-14 Thread Jim Tarvid
Webmin and Debian style Apache did not play well together. Ebox doesn't do
Apache at all.

I've got hundreds of domains and virtual websites and anything that would
lighten the load would be welcome.

I could roll up my sleeves and write some scripts.

Jim

On Thu, Aug 14, 2008 at 10:06 AM, James Dinkel <[EMAIL PROTECTED]> wrote:

> On Thu, Aug 14, 2008 at 7:40 AM, Jim Tarvid <[EMAIL PROTECTED]> wrote:
>
>>
>>> Tell me again what is wrong with webmin?
>>>
>>>
>
> I meant to mention that I too would like to hear some specific examples of
> why the Debian and Ubuntu developers do not like Webmin.  All I've heard so
> far is a general "it doesn't do things the Debian way," but my experience
> (I've used Webmin and Debian, and now Ubuntu, for years) has always been
> great.  So as for me and my house, we will use the Webmin.
>
> James
>



-- 
http://ls.net
http://drupal.ls.net
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

RE: Ideas for landscape-sysinfo tool

2008-08-14 Thread Miano, Steven M.
On 14/08/08 03:11, Gustavo Niemeyer wrote:
>> So the question is: what information would you find useful to look at
>> during logins, to get an idea of how things are going in your servers?
>>
>Things like network usage & load and swapping behaviour.

Just to add to that, it would be nice to see a 24 hour history, 7 day history, 
and 30 day history of load averages, and network usage if possible.

Maybe just a couple of arrays stored and presented?


CONFIDENTIALITY NOTICE: This e-mail may contain information that is privileged, 
confidential or otherwise protected from disclosure. If you are not the 
intended recipient of this e-mail, please notify the sender immediately by 
return e-mail, purge it and do not disseminate or copy it.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Looking for users of redhat-cluster-suite on Ubuntu

2008-08-14 Thread Chris Joelly
Hi,

sorry for tuning in that late, but found your posting today.

we are setting up a 2 node cluster for use with Samba and Apache 
webserver and want to gather experiences of other Ubuntu server users 
using RHCS. 

As documentaion from Ubuntu is very limited and there also seems to be
no other users using Ubuntu server with RHCS, i decided to tune in and
maybe could provide some experiences if they are of help. By now we are
playing around but soon the server should go to a 'limited' production
scenario and grow with experience and clients over time...

You mentioned in your posting (Fri Jul 11) that there are white papers 
available covering Apache/NFS/Samba setups? Are these white papers
publically available? And is there other indepth information regaring 
Ubuntus RHCS packages available?

thx,

Chris


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


ebox bind apache

2008-08-14 Thread Jim Tarvid
Tried ebox with ebox-dns this morning and it broke outgoing connections.

Many of my dns stanzas contain gmail configuration and to be useful, I would
need templates.

No apache2 module at all that I could find.

Tell me again what is wrong with webmin?

-- 
http://ls.net
http://drupal.ls.net
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam