Re: [Server-devel] XS upgrade

2009-09-29 Thread Martin Langhoff
2009/9/28 Henry Vélez Molina henry.lap...@gmail.com:
 First: ejabberd web admin should be _gone_. What does `rpm -V xs-config`
 say?

 SM5T c/fsckoptions

Ok. That sounds _very_ sane. Can you re-run domain_config and restart
the machine? The ejabberd web UI should be gone after that.

(And your connectivity problems should probably get fixed with that
too -- if not, we need to explore that more. Can you tell us more
about the connectivity issues?)

 Second: the problem with Moodle may be related to Postgresql. Can you
 tell us the output of these 2 commands?

  chkconfig --list pgsql-xs
  chkconfig --list postgresql

 0:off 1:off 2:off 3:on 4:on 5:on 6:off
 0:off 1:off 2:on 3:on 4:on 5:on 6:off

Ok, the second one should _not_ be on. Can you try

   # switch the generic postgresql service off
   chkconfig --off postgresql
   # check the results -- should say all off
   chkconfig --list postgresql

and then restart... with the restart, moodle should get started correctly...



m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] DNS/dhcp question

2009-09-29 Thread Jerry Vonau
On Tue, 2009-09-29 at 18:49 -0400, Gerald Ardito wrote:
 Jerry,
 
 I am still having problems.
 I thought I would try to simplify the network to see if that would
 make a difference.
 
 How about this:
 1. eth0 is plugged into our school network/internet
 2. eth1 is connected via ethernet cable to an access point.
 
 Would this work?
That is the default layout.

 If so, how should eth1 be configured?
 
As long as the access point is in bridging mode there should be no
issues, and nothing needs to be changed with eth1. Are you able to
re-configure the AP if needed? If so, what ip address does the AP use
for management? 

I only know what you tell me about your network layout, with your XS
setup like that, what are the results of  ip route ls? I'll assume
that eth0 has a static ip address. Just to get a feel of what your
layout looks like in my head.

Jerry


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] DNS/dhcp question

2009-09-29 Thread Gerald Ardito
Jerry,

I am not trying to be vague about anything. I would love to give you a sense
of what is happening. I want to apologize ahead for not being clear. Not all
of this makes perfect sense to me.

Current situation:
My XS box has 2 NICS
Eth0 connects to the school internet and has a static IP address
(10.125.105.153; subnet 255.255.248.0)
Eth1 connects to a VLAN set up for the XOs.
The Access Points for the VLAN point toward the XS box as the DHCP server
(so I'm told). I was given that IP address by my tech guy. Here are the
parameters: -IP range is 10.125.140.0
-Give the SchoolServer an IP address of 10.125.140.31,
-set up DHCP for a range of 10.125.140.100 - 254.
-Subnet mask should be 255.255.248.0


Ongoing questions:
1. I have been working under the assumption that eth1 should have the
Schoolserver address above (10.124.140.31). Is that correct?
2. What do I need to do (if anything) to configure the DHCP functions of the
XS?
3. Is there anything else you need to help with this.

Thanks.

Gerald


On Tue, Sep 29, 2009 at 10:21 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Tue, 2009-09-29 at 18:49 -0400, Gerald Ardito wrote:
  Jerry,
 
  I am still having problems.
  I thought I would try to simplify the network to see if that would
  make a difference.
 
  How about this:
  1. eth0 is plugged into our school network/internet
  2. eth1 is connected via ethernet cable to an access point.
 
  Would this work?
 That is the default layout.

  If so, how should eth1 be configured?
 
 As long as the access point is in bridging mode there should be no
 issues, and nothing needs to be changed with eth1. Are you able to
 re-configure the AP if needed? If so, what ip address does the AP use
 for management?

 I only know what you tell me about your network layout, with your XS
 setup like that, what are the results of  ip route ls? I'll assume
 that eth0 has a static ip address. Just to get a feel of what your
 layout looks like in my head.

 Jerry



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] firewalling/nocat

2009-09-29 Thread Tom Mitchell
Please mark it GPL.

A  README.GPL file on your server or some comments in the source or in
email should do.
Lots of scripts do not have a GPL line but may have an Implied GPL in
a source tree policy.  Since you are not checking it in yourself it seems
like a good thing to do and a courtesy to those that take it an run with it.
Scripts have source so the key obligation of the GPL is done.

On Tue, Sep 29, 2009 at 12:39 PM, Jerry Vonau jvo...@shaw.ca wrote:
 Hi Martin:

 I've worked up what I think the basic layout of what the firewall rules
 need to look like that would be used with nocat's access.fw I've
 stripped and ported nocat's initialize.fw script for our needs, should
 set up the required iptable rules. access.fw accepts 4 inputs:
 [permit\|deny] [MAC] [IP] [Class] There are 4 classes of access, Owner,
 Member, Public, with None being the default, The access from ranging
 from full to none. (read the script) I have my rough script and the
 resulting rule set at: http://members.shaw.ca/jvonau/pub/iptables/

 I have not tested this yet... (I need sleep now..) Just looking for feed
 back at this point. Just wondering since the hood is up, should we be
 looking to lock down the services a bit?

 Jerry



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




-- 
T o m   M i t c h e l l
mitch-at-niftyegg-dot-com
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel