Changeset 1675 for branches/fc13-dev
- Timestamp:
- Sep 26, 2010, 3:24:23 PM (14 years ago)
- Location:
- branches/fc13-dev
- Files:
-
- 14 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/fc13-dev
- Property svn:mergeinfo changed
/trunk (added) merged: 1639-1643,1648,1651-1652,1654-1657,1667,1670-1671
- Property svn:mergeinfo changed
-
branches/fc13-dev/locker/bin
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/locker/bin/scripts-remove
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/locker/bin/signup-minimal
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/locker/bin/signup-sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/locker/deploy/bin
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/locker/deploy/bin/trac
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/locker/sql/bin/save-password
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/server/common/oursrc/execsys/execsys-binfmt
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/server/common/oursrc/php_scripts/php_scripts-config.m4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc13-dev/server/fedora/config/etc/hosts
r1674 r1675 10 10 18.181.0.229 scripts-test.mit.edu scripts-test 11 11 12 18.181.0.57 better-mousetrap.mit.edu better-mousetrap scripts1.mit.edu scripts1 12 13 18.181.0.53 old-faithful.mit.edu old-faithful scripts2.mit.edu scripts2 13 18.181.0.57 better-mousetrap.mit.edu better-mousetrap scripts1.mit.edu scripts114 14 18.181.0.167 bees-knees.mit.edu bees-knees sx-blade-4.mit.edu sx-blade-4 scripts3.mit.edu scripts3 15 15 18.181.0.228 cats-whiskers.mit.edu cats-whiskers scripts4.mit.edu scripts4 16 18.181.0.236 whole-enchilada.mit.edu whole-enchilada scripts5.mit.edu scripts5 16 17 18.181.0.237 pancake-bunny.mit.edu pancake-bunny scripts6.mit.edu scripts6 17 18 18.181.0.234 busy-beaver.mit.edu busy-beaver scripts7.mit.edu scripts7 18 19 18.181.0.235 real-mccoy.mit.edu real-mccoy scripts8.mit.edu scripts8 19 20 21 172.21.0.57 better-mousetrap.mit.edu 20 22 172.21.0.53 old-faithful.mit.edu 21 172.21.0.57 better-mousetrap.mit.edu22 23 172.21.0.167 bees-knees.mit.edu 23 24 172.21.0.228 cats-whiskers.mit.edu 25 172.21.0.236 whole-enchilada.mit.edu 24 26 172.21.0.237 pancake-bunny.mit.edu 25 27 172.21.0.234 busy-beaver.mit.edu -
branches/fc13-dev/server/fedora/config/etc/nagios/check_ldap_mmr.real
r1674 r1675 6 6 use Net::LDAP; 7 7 use strict; 8 9 my $nl = $ENV{'USE_NEWLINES'} ? "\n" : ""; 10 my $tab = $ENV{'USE_NEWLINES'} ? " " : ""; 8 11 9 12 # Nagios codes … … 25 28 my $replicaErrors = 0; 26 29 my $conflictErrors = 0; 27 my $errorstring = "Replication error(s): ";30 my $errorstring = "Replication error(s): $nl"; 28 31 foreach my $entr ( @entries ) { 29 32 my $servername=$entr->get_value($server); … … 35 38 $serverlaststart =~ s/(....)(..)(..)(..)(..)(..)./$1-$2-$3\ $4:$5:$6/; 36 39 $serverlastend =~ s/(....)(..)(..)(..)(..)(..)./$1-$2-$3\ $4:$5:$6/; 37 print "Replication to $servername last operation $serverlaststart ";38 print "Status: $serverstatus.";40 print "Replication to $servername last operation $serverlaststart $nl"; 41 print $tab . "Status: $serverstatus. $nl"; 39 42 if ($statuscode) { 40 43 $replicaErrors++; … … 42 45 } 43 46 } 47 print "$nl"; 44 48 45 49 $result=LDAPSearch($ldap,"nsds5ReplConflict=*",["nsds5ReplConflict"],$replicatedBase); … … 48 52 my $conflictingDN=$entr->dn(); 49 53 my $conflictDesc=$entr->get_value("nsds5ReplConflict"); 50 print "Conflict found for DN $conflictingDN ";51 print "Reason: $conflictDesc.";54 print "Conflict found for DN $conflictingDN $nl"; 55 print $tab . "Reason: $conflictDesc. $nl"; 52 56 $conflictErrors++; 53 57 $errorstring = $errorstring . $conflictDesc . ", "; 54 58 } 59 print "$nl"; 55 60 56 61 if ($conflictErrors > 0) { -
branches/fc13-dev/server/fedora/config/etc/sudoers
r1674 r1675 56 56 Defaults env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE" 57 57 Defaults env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY" 58 Defaults env_keep += "USE_NEWLINES" 58 59 59 60 ## Next comes the main part: which users can run what software on -
branches/fc13-dev/server/fedora/config/etc/sysconfig/network-scripts/route-eth1
r1674 r1675 2 2 18.181.0.56 via 172.21.0.56 3 3 18.181.0.52 via 172.21.0.52 4 18.181.0.57 via 172.21.0.57 4 5 18.181.0.53 via 172.21.0.53 5 18.181.0.57 via 172.21.0.576 6 18.181.0.167 via 172.21.0.167 7 7 18.181.0.228 via 172.21.0.228 8 18.181.0.236 via 172.21.0.236 9 18.181.0.237 via 172.21.0.237 8 10 18.181.0.234 via 172.21.0.234 9 11 18.181.0.235 via 172.21.0.235 10 18.181.0.237 via 172.21.0.237
Note: See TracChangeset
for help on using the changeset viewer.