<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.soylentnews.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mechanicjay</id>
	<title>SoylentNews - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.soylentnews.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mechanicjay"/>
	<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/wiki/Special:Contributions/Mechanicjay"/>
	<updated>2026-04-17T13:25:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=8286</id>
		<title>SystemAdministration-OLD-2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=8286"/>
		<updated>2014-08-22T21:31:38Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[TeamPages]] - parent, [[Development]]&lt;br /&gt;
&lt;br /&gt;
==Welcome==&lt;br /&gt;
&lt;br /&gt;
This is a comphensive index dealing with aspects of system administration and management of our clusters, as well as some of the more archine bits of setup required to make it work.&lt;br /&gt;
&lt;br /&gt;
==Who we are==&lt;br /&gt;
&amp;lt;section begin=whoarewe /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|'''[[SystemAdministration|Sysop Team Main Page]]'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20%; background-color: #f2f2f2;&amp;quot;|&lt;br /&gt;
'''nick'''&lt;br /&gt;
| style=&amp;quot;width: 40%; background-color: #f2f2f2;&amp;quot;|&lt;br /&gt;
'''position'''&lt;br /&gt;
| style=&amp;quot;width: 40%; background-color: #f2f2f2;&amp;quot;|&lt;br /&gt;
'''timezone'''&lt;br /&gt;
|-&lt;br /&gt;
| xlefay&lt;br /&gt;
| Co-team leader&lt;br /&gt;
| UTC+2 (CEST)&lt;br /&gt;
|-&lt;br /&gt;
| [[User:paulej72|paulej72]]&lt;br /&gt;
| Co-team leader&lt;br /&gt;
| UTC-4 (EDT)&lt;br /&gt;
|-&lt;br /&gt;
| mechanicjay&lt;br /&gt;
| Co-leader&lt;br /&gt;
| UTC-4 (EST/EDT)&lt;br /&gt;
|-&lt;br /&gt;
| NCommander&lt;br /&gt;
| Member&lt;br /&gt;
| UTC-9 (AKDT)&lt;br /&gt;
|-&lt;br /&gt;
| robind&lt;br /&gt;
| Member&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Audioguy&lt;br /&gt;
| Member&lt;br /&gt;
| UTC-7 (PST/PDT)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=whoarewe /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Index of Development Pages and Resources==&lt;br /&gt;
&lt;br /&gt;
===Servers===&lt;br /&gt;
&lt;br /&gt;
List of servers on linode: [http://wiki.soylentnews.org/wiki/Category:SystemAdministration/Servers  Category:SystemAdministration/Servers]&lt;br /&gt;
* [[soylent-www]] - Primary Apache and slash servers for main site.&lt;br /&gt;
:: [[Hydrogen]], [[Fluorine]], [[Boron]]&lt;br /&gt;
* soylent-db -- mysql servers, holds the slash database.&lt;br /&gt;
:: [[Helium]], [[Neon]]&lt;br /&gt;
* dev -- Development server.&lt;br /&gt;
:: [[Lithium]]&lt;br /&gt;
* staff-slash -- Staff only Slash server.&lt;br /&gt;
:: [[Nitrogen]]&lt;br /&gt;
* irc -- IRC server and related services.&lt;br /&gt;
:: [[Carbon]]&lt;br /&gt;
* [[SystemAdministration/Backups|backups]] -- Backup services.&lt;br /&gt;
:: [[Oxygen]]&lt;br /&gt;
* directory services  -- LDAP and Kerberos.&lt;br /&gt;
:: [[Helium]], [[Boron]]&lt;br /&gt;
* [[soylent-services]] - mail, wiki, other services as needed.&lt;br /&gt;
:: [[Beryllium]]&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
&lt;br /&gt;
* '''Need cron job to backup server'''&lt;br /&gt;
* No init script for Apache.&lt;br /&gt;
* Broken https configuration&lt;br /&gt;
** Mostly fixed, Slash is the problem child now&lt;br /&gt;
* Gluster is occassionally misfiring, manifests as Apache or slashd crashing depending on the node, can be fixed with the following command cocktail&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo umount -l /srv/soylentnews.org # tells linux to lazy unmount, required when glusterd took a dive&lt;br /&gt;
sudo service glusterfs-server restart&lt;br /&gt;
sudo mount -a # will remount gluster without an issue&lt;br /&gt;
&lt;br /&gt;
Then restart Apache/Slashd as required&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Stuff That Needs To Be Addressed==&lt;br /&gt;
* Hydrogen is off line due to performance problems&lt;br /&gt;
* Gluster is unstable on Fluorine&lt;br /&gt;
* icinga/monitoring project needs to be picked up and completed&lt;br /&gt;
* Should have some sort of SN password safe&lt;br /&gt;
* Privilege Duplication - making sure that all services have multiple admins&lt;br /&gt;
* DNS, Audioguy is investigating some goofiness&lt;br /&gt;
* Systems Documentation needs to revised and brought up to date.&lt;br /&gt;
* Work Coordination, not always good communication when fundamental things change.&lt;br /&gt;
&lt;br /&gt;
==Work Notes==&lt;br /&gt;
DNS is completely run and managed by Linode's DNS Manager service.  This was an expedient decision when trying to get off bluehost.  We may want to investigate putting the master zone file on helium or boron and having external services handle serving out our dns.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[SystemAdministration/AccessInstruction|Access Instructions]] - how to get on the nodes, get around, and kerberos for users primer&lt;br /&gt;
* [[SystemAdministration/GroupPermissions|Group Permissions]] - understanding our LDAP groups, what machines they can access, and where you can sudo&lt;br /&gt;
* [[SystemAdministration/LDAPManagementForDummies|LDAP Management for Dummies]] - how to do basic shit in that source of miserary known as LDAP&lt;br /&gt;
* [[SystemAdministration/TheRiseAndFallOfNewNodeManagement|The Rise And Fall Of New Node Management]] - from bash to fully intergrated node, this doc has it&lt;br /&gt;
* [[SystemAdministration/TheHitchhikersGuideToTheli694-22Domain|The Hitchhikerr's Guide to The li694-22 Domain]] - machine list, general information&lt;br /&gt;
* [[SystemAdministration/KerberosAdministration|Kerberos Administration Or Everything You Wanted To Know About Kerberos But Were Afraid To Ask]]&lt;br /&gt;
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turned off&lt;br /&gt;
* [[EmergencyProcedures|Emergency Technical Procedures]] - in case of fire, break glass (Read before messing with servers)&lt;br /&gt;
* [[SystemAdministration/Backups|Backup Information]] - information on where and what is being backed up.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teams]]&lt;br /&gt;
[[Category:System administration]]&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=8285</id>
		<title>SystemAdministration-OLD-2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=8285"/>
		<updated>2014-08-22T21:29:27Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[TeamPages]] - parent, [[Development]]&lt;br /&gt;
&lt;br /&gt;
==Welcome==&lt;br /&gt;
&lt;br /&gt;
This is a comphensive index dealing with aspects of system administration and management of our clusters, as well as some of the more archine bits of setup required to make it work.&lt;br /&gt;
&lt;br /&gt;
==Who we are==&lt;br /&gt;
&amp;lt;section begin=whoarewe /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|'''[[SystemAdministration|Sysop Team Main Page]]'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20%; background-color: #f2f2f2;&amp;quot;|&lt;br /&gt;
'''nick'''&lt;br /&gt;
| style=&amp;quot;width: 40%; background-color: #f2f2f2;&amp;quot;|&lt;br /&gt;
'''position'''&lt;br /&gt;
| style=&amp;quot;width: 40%; background-color: #f2f2f2;&amp;quot;|&lt;br /&gt;
'''timezone'''&lt;br /&gt;
|-&lt;br /&gt;
| xlefay&lt;br /&gt;
| Co-team leader&lt;br /&gt;
| UTC+2 (CEST)&lt;br /&gt;
|-&lt;br /&gt;
| [[User:paulej72|paulej72]]&lt;br /&gt;
| Co-team leader&lt;br /&gt;
| UTC-4 (EDT)&lt;br /&gt;
|-&lt;br /&gt;
| mechanicjay&lt;br /&gt;
| Co-leader&lt;br /&gt;
| UTC-4 (EST/EDT)&lt;br /&gt;
|-&lt;br /&gt;
| NCommander&lt;br /&gt;
| Member&lt;br /&gt;
| UTC-9 (AKDT)&lt;br /&gt;
|-&lt;br /&gt;
| robind&lt;br /&gt;
| Member&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Audioguy&lt;br /&gt;
| Member&lt;br /&gt;
| UTC-7 (PST/PDT)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=whoarewe /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Index of Development Pages and Resources==&lt;br /&gt;
&lt;br /&gt;
===Servers===&lt;br /&gt;
&lt;br /&gt;
List of servers on linode: [http://wiki.soylentnews.org/wiki/Category:SystemAdministration/Servers  Category:SystemAdministration/Servers]&lt;br /&gt;
* [[soylent-www]] - Primary Apache and slash servers for main site.&lt;br /&gt;
:: [[Hydrogen]], [[Fluorine]], [[Boron]]&lt;br /&gt;
* soylent-db -- mysql servers, holds the slash database.&lt;br /&gt;
:: [[Helium]], [[Neon]]&lt;br /&gt;
* dev -- Development server.&lt;br /&gt;
:: [[Lithium]]&lt;br /&gt;
* staff-slash -- Staff only Slash server.&lt;br /&gt;
:: [[Nitrogen]]&lt;br /&gt;
* irc -- IRC server and related services.&lt;br /&gt;
:: [[Carbon]]&lt;br /&gt;
* [[SystemAdministration/Backups|backups]] -- Backup services.&lt;br /&gt;
:: [[Oxygen]]&lt;br /&gt;
* directory services  -- LDAP and Kerberos.&lt;br /&gt;
:: [[Helium]], [[Boron]]&lt;br /&gt;
* [[soylent-services]] - mail, wiki, other services as needed.&lt;br /&gt;
:: [[Beryllium]]&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
&lt;br /&gt;
* '''Need cron job to backup server'''&lt;br /&gt;
* No init script for Apache.&lt;br /&gt;
* Broken https configuration&lt;br /&gt;
** Mostly fixed, Slash is the problem child now&lt;br /&gt;
* Gluster is occassionally misfiring, manifests as Apache or slashd crashing depending on the node, can be fixed with the following command cocktail&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo umount -l /srv/soylentnews.org # tells linux to lazy unmount, required when glusterd took a dive&lt;br /&gt;
sudo service glusterfs-server restart&lt;br /&gt;
sudo mount -a # will remount gluster without an issue&lt;br /&gt;
&lt;br /&gt;
Then restart Apache/Slashd as required&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Stuff That Needs To Be Addressed==&lt;br /&gt;
* Hydrogen is off line due to performance problems&lt;br /&gt;
* icinga/monitoring project needs to be picked up and completed&lt;br /&gt;
* Should have some sort of SN password safe&lt;br /&gt;
* Privilege Duplication - making sure that all services have multiple admins&lt;br /&gt;
* DNS, Audioguy is investigating some goofiness&lt;br /&gt;
* Systems Documentation needs to revised and brought up to date.&lt;br /&gt;
* Work Coordination, not always good communication when fundamental things change.&lt;br /&gt;
&lt;br /&gt;
==Work Notes==&lt;br /&gt;
DNS is completely run and managed by Linode's DNS Manager service.  This was an expedient decision when trying to get off bluehost.  We may want to investigate putting the master zone file on helium or boron and having external services handle serving out our dns.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[SystemAdministration/AccessInstruction|Access Instructions]] - how to get on the nodes, get around, and kerberos for users primer&lt;br /&gt;
* [[SystemAdministration/GroupPermissions|Group Permissions]] - understanding our LDAP groups, what machines they can access, and where you can sudo&lt;br /&gt;
* [[SystemAdministration/LDAPManagementForDummies|LDAP Management for Dummies]] - how to do basic shit in that source of miserary known as LDAP&lt;br /&gt;
* [[SystemAdministration/TheRiseAndFallOfNewNodeManagement|The Rise And Fall Of New Node Management]] - from bash to fully intergrated node, this doc has it&lt;br /&gt;
* [[SystemAdministration/TheHitchhikersGuideToTheli694-22Domain|The Hitchhikerr's Guide to The li694-22 Domain]] - machine list, general information&lt;br /&gt;
* [[SystemAdministration/KerberosAdministration|Kerberos Administration Or Everything You Wanted To Know About Kerberos But Were Afraid To Ask]]&lt;br /&gt;
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turned off&lt;br /&gt;
* [[EmergencyProcedures|Emergency Technical Procedures]] - in case of fire, break glass (Read before messing with servers)&lt;br /&gt;
* [[SystemAdministration/Backups|Backup Information]] - information on where and what is being backed up.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teams]]&lt;br /&gt;
[[Category:System administration]]&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Beryllium&amp;diff=6335</id>
		<title>Beryllium</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Beryllium&amp;diff=6335"/>
		<updated>2014-03-16T00:51:38Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Basic Information ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This node's ip address: 72.14.184.41&lt;br /&gt;
&lt;br /&gt;
Services set to run at startup (can be restarted via /etc/init.d/&amp;lt;script&amp;gt;):&lt;br /&gt;
&lt;br /&gt;
*postfix - SMTP server, handles incoming and outgoing mail.&lt;br /&gt;
*dovecot - IMAP server and mail delivery agent.&lt;br /&gt;
*mailmain - listserv, this is just the qrunner service which picks up stuff in the queue to mail out.&lt;br /&gt;
*saslauthd - Mail authentication.&lt;br /&gt;
*mysqld - mysql databases&lt;br /&gt;
*httpd  - apache webserver running multiple virtualhosts&lt;br /&gt;
&lt;br /&gt;
Currently, mechanicjay, robind and ncommander have ssh access to this box.&lt;br /&gt;
&lt;br /&gt;
== Apache Config ==&lt;br /&gt;
All vhost configs are in /etc/httpd/conf.d/&amp;lt;servicename&amp;gt;.soylentnews.org.conf&lt;br /&gt;
All vhost wwwroots are in /var/www/vhosts/&amp;lt;servicename&amp;gt;&lt;br /&gt;
--mailman (lists.soylentnews.org) is the exception since that was installed as a system package via yum&lt;br /&gt;
&lt;br /&gt;
Current virtual hosts:&lt;br /&gt;
*lists&lt;br /&gt;
*postfixadmin&lt;br /&gt;
*wiki&lt;br /&gt;
*forums&lt;br /&gt;
*webmail (squirrelmail install)&lt;br /&gt;
*rt (not currently active)&lt;br /&gt;
*000_default (nothing to see here page if no or unrecognized host header is passed)&lt;br /&gt;
&lt;br /&gt;
== Mysql ==&lt;br /&gt;
Just a basic mysql install.&lt;br /&gt;
&lt;br /&gt;
Current databases:&lt;br /&gt;
*postfix -- handles mail accounts -- all mail services auth against this db&lt;br /&gt;
*wiki&lt;br /&gt;
*forums&lt;br /&gt;
*rt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mail Config ==&lt;br /&gt;
&lt;br /&gt;
This is a nightmare, and will have to spend some time figuring out how to document it in a sane way.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System Packages ==&lt;br /&gt;
&lt;br /&gt;
Stuff that was installed from yum will go here&lt;br /&gt;
&lt;br /&gt;
[[Category:System administration]]&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6325</id>
		<title>SystemAdministration-OLD-2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6325"/>
		<updated>2014-03-15T22:15:18Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: /* Known Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[TeamPages]] - parent, [[Development]]&lt;br /&gt;
&lt;br /&gt;
==Welcome==&lt;br /&gt;
&lt;br /&gt;
==Who we are==&lt;br /&gt;
&lt;br /&gt;
* robinld -- systems &lt;br /&gt;
&lt;br /&gt;
* mechanicjay -- systems&lt;br /&gt;
&lt;br /&gt;
==Index of Development Pages and Resources==&lt;br /&gt;
&lt;br /&gt;
===Servers===&lt;br /&gt;
&lt;br /&gt;
* [[soylent-www]] - Primary Apache and slash server for main site.&lt;br /&gt;
* soylent-db -- mysql server, holds the slash database&lt;br /&gt;
* slashcott - Holds the slashcott site, development machine&lt;br /&gt;
* [[soylent-services]] - mail, wiki, other services as needed&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* There are errors in the zone file in the spf TXT record -- Mechanicjay would be happy to fix this and clean up the zone file in general, but needs linode manager access from NCommander.&lt;br /&gt;
* No init script for Apache.&lt;br /&gt;
* Broken https configuration&lt;br /&gt;
* Nginx running&lt;br /&gt;
&lt;br /&gt;
==Work Notes==&lt;br /&gt;
DNS is completely run and managed by Linode's DNS Manager service.  This was an expedient decision when trying to get off bluehost.  We may want to investigate putting the master zone file [[soylent-services]] with bind and having external services handle serving out our dns.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turn off&lt;br /&gt;
* [[EmergencyProcedures]] - in case of fire, break glass (Red befor messing with servers)&lt;br /&gt;
&lt;br /&gt;
[[Category:Teams]]&lt;br /&gt;
[[Category:System administration]]&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6323</id>
		<title>SystemAdministration-OLD-2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6323"/>
		<updated>2014-03-15T21:33:57Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: /* Work Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[TeamPages]] - parent, [[Development]]&lt;br /&gt;
&lt;br /&gt;
==Welcome==&lt;br /&gt;
&lt;br /&gt;
==Who we are==&lt;br /&gt;
&lt;br /&gt;
* robinld -- systems &lt;br /&gt;
&lt;br /&gt;
* mechanicjay -- systems&lt;br /&gt;
&lt;br /&gt;
==Index of Development Pages and Resources==&lt;br /&gt;
&lt;br /&gt;
===Servers===&lt;br /&gt;
&lt;br /&gt;
* [[soylent-www]] - Primary Apache and slash server for main site.&lt;br /&gt;
* soylent-db -- mysql server, holds the slash database&lt;br /&gt;
* slashcott - Holds the slashcott site, development machine&lt;br /&gt;
* [[soylent-services]] - mail, wiki, other services as needed&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
&lt;br /&gt;
* There is debugging code enabled in the init script for varnish that is specifically labeled 'DEBUG CODE DON'T ENABLE IN PRODUCTION' -- Mechanicjay notes that we had intended to turn this off after the first week as it was helping us troubleshoot login problems the first week.   Mechanicjay further notes that he no longer seems to have ssh access to soylent-www so has been unable to comment this out of the varnish config.&lt;br /&gt;
* There are errors in the zone file in the spf TXT record&lt;br /&gt;
* No init script for Apache.&lt;br /&gt;
* Broken https configuration&lt;br /&gt;
* Nginx running&lt;br /&gt;
&lt;br /&gt;
==Work Notes==&lt;br /&gt;
DNS is completely run and managed by Linode's DNS Manager service.  This was an expedient decision when trying to get off bluehost.  We may want to investigate putting the master zone file [[soylent-services]] with bind and having external services handle serving out our dns.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turn off&lt;br /&gt;
* [[EmergencyProcedures]] - in case of fire, break glass (Red befor messing with servers)&lt;br /&gt;
&lt;br /&gt;
[[Category:Teams]]&lt;br /&gt;
[[Category:System administration]]&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6322</id>
		<title>SystemAdministration-OLD-2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6322"/>
		<updated>2014-03-15T21:30:03Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: /* Servers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[TeamPages]] - parent, [[Development]]&lt;br /&gt;
&lt;br /&gt;
==Welcome==&lt;br /&gt;
&lt;br /&gt;
==Who we are==&lt;br /&gt;
&lt;br /&gt;
* robinld -- systems &lt;br /&gt;
&lt;br /&gt;
* mechanicjay -- systems&lt;br /&gt;
&lt;br /&gt;
==Index of Development Pages and Resources==&lt;br /&gt;
&lt;br /&gt;
===Servers===&lt;br /&gt;
&lt;br /&gt;
* [[soylent-www]] - Primary Apache and slash server for main site.&lt;br /&gt;
* soylent-db -- mysql server, holds the slash database&lt;br /&gt;
* slashcott - Holds the slashcott site, development machine&lt;br /&gt;
* [[soylent-services]] - mail, wiki, other services as needed&lt;br /&gt;
&lt;br /&gt;
==Known Problems==&lt;br /&gt;
&lt;br /&gt;
* There is debugging code enabled in the init script for varnish that is specifically labeled 'DEBUG CODE DON'T ENABLE IN PRODUCTION' -- Mechanicjay notes that we had intended to turn this off after the first week as it was helping us troubleshoot login problems the first week.   Mechanicjay further notes that he no longer seems to have ssh access to soylent-www so has been unable to comment this out of the varnish config.&lt;br /&gt;
* There are errors in the zone file in the spf TXT record&lt;br /&gt;
* No init script for Apache.&lt;br /&gt;
* Broken https configuration&lt;br /&gt;
* Nginx running&lt;br /&gt;
&lt;br /&gt;
==Work Notes==&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turn off&lt;br /&gt;
* [[EmergencyProcedures]] - in case of fire, break glass (Red befor messing with servers)&lt;br /&gt;
&lt;br /&gt;
[[Category:Teams]]&lt;br /&gt;
[[Category:System administration]]&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Soylent-www&amp;diff=6321</id>
		<title>Soylent-www</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Soylent-www&amp;diff=6321"/>
		<updated>2014-03-15T21:28:28Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Information ==&lt;br /&gt;
&lt;br /&gt;
Ip address: 198.58.127.22&lt;br /&gt;
&lt;br /&gt;
Services that *should* be running:&lt;br /&gt;
*varnish&lt;br /&gt;
*httpd&lt;br /&gt;
*slash&lt;br /&gt;
*nginx?  &lt;br /&gt;
*memcached&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
Only httpd does *not* have an init script, needs to be fired manually via apachectl.&lt;br /&gt;
&lt;br /&gt;
== Varnish Config ==&lt;br /&gt;
Varnish is a caching reverse proxy that listens on port 80 and proxies traffic to the local apache running on port 2600.&lt;br /&gt;
&lt;br /&gt;
It's current set to cache only status objects:  css, js, gif, jpeg, etc.&lt;br /&gt;
&lt;br /&gt;
== Nginx Config ==&lt;br /&gt;
No idea, I didn't set this up.&lt;br /&gt;
&lt;br /&gt;
If it's passing to Varnish, it probably won't work because slash is brain-dead about upstream reverse proxies and doesn't really parse the X-Forwarded-For header properly.&lt;br /&gt;
&lt;br /&gt;
If it's passing directly to the local apache, it might work a bit better.&lt;br /&gt;
&lt;br /&gt;
== Apache Config ==&lt;br /&gt;
&lt;br /&gt;
Listening on Port 2600, there is a setting in one of the slash includes to get perl to recognize the XFF header stuff&lt;br /&gt;
&lt;br /&gt;
== Slash Config ==&lt;br /&gt;
No Idea, I didn't set this up.&lt;br /&gt;
&lt;br /&gt;
== Memcache Config ==&lt;br /&gt;
This caches mysql queries so fewer queries have to go back to the db.&lt;br /&gt;
I didn't set this up, someone else need to document the config.&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Beryllium&amp;diff=6226</id>
		<title>Beryllium</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Beryllium&amp;diff=6226"/>
		<updated>2014-03-15T12:57:38Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: Created page with &amp;quot; == Basic Information ==   This node's ip address: 72.14.184.41  Services set to run at startup (can be restarted via /etc/init.d/&amp;lt;script&amp;gt;):  *postfix - SMTP server, handles i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Basic Information ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This node's ip address: 72.14.184.41&lt;br /&gt;
&lt;br /&gt;
Services set to run at startup (can be restarted via /etc/init.d/&amp;lt;script&amp;gt;):&lt;br /&gt;
&lt;br /&gt;
*postfix - SMTP server, handles incoming and outgoing mail.&lt;br /&gt;
*dovecot - IMAP server and mail delivery agent.&lt;br /&gt;
*mailmain - listserv, this is just the qrunner service which picks up stuff in the queue to mail out.&lt;br /&gt;
*saslauthd - Mail authentication.&lt;br /&gt;
*mysqld - mysql databases&lt;br /&gt;
*httpd  - apache webserver running multiple virtualhosts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Apache Config ==&lt;br /&gt;
All vhost configs are in /etc/httpd/conf.d/&amp;lt;servicename&amp;gt;.soylentnews.org.conf&lt;br /&gt;
All vhost wwwroots are in /var/www/vhosts/&amp;lt;servicename&amp;gt;&lt;br /&gt;
--mailman (lists.soylentnews.org) is the exception since that was installed as a system package via yum&lt;br /&gt;
&lt;br /&gt;
Current virtual hosts:&lt;br /&gt;
*lists&lt;br /&gt;
*postfixadmin&lt;br /&gt;
*wiki&lt;br /&gt;
*forums&lt;br /&gt;
*webmail (squirrelmail install)&lt;br /&gt;
*rt (not currently active)&lt;br /&gt;
*000_default (nothing to see here page if no or unrecognized host header is passed)&lt;br /&gt;
&lt;br /&gt;
== Mysql ==&lt;br /&gt;
Just a basic mysql install.&lt;br /&gt;
&lt;br /&gt;
Current databases:&lt;br /&gt;
*postfix -- handles mail accounts -- all mail services auth against this db&lt;br /&gt;
*wiki&lt;br /&gt;
*forums&lt;br /&gt;
*rt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mail Config ==&lt;br /&gt;
&lt;br /&gt;
This is a nightmare, and will have to spend some time figuring out how to document it in a sane way.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System Packages ==&lt;br /&gt;
&lt;br /&gt;
Stuff that was installed from yum will go here&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6225</id>
		<title>SystemAdministration-OLD-2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SystemAdministration-OLD-2024&amp;diff=6225"/>
		<updated>2014-03-15T12:46:51Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: /* Servers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[TeamPages]] - parent, [[Development]]&lt;br /&gt;
&lt;br /&gt;
==Welcome==&lt;br /&gt;
&lt;br /&gt;
==Who we are==&lt;br /&gt;
&lt;br /&gt;
* robinld -- systems &lt;br /&gt;
&lt;br /&gt;
* mechanicjay -- systems&lt;br /&gt;
&lt;br /&gt;
==Index of Development Pages and Resources==&lt;br /&gt;
&lt;br /&gt;
===Servers===&lt;br /&gt;
&lt;br /&gt;
* soylent-www - Primary Apache and slash server for main site.&lt;br /&gt;
* Database machine?&lt;br /&gt;
* slashcott - Holds the slashcott site, development machine&lt;br /&gt;
* ??????? -  some machine that has our dns but is otherwise unused.&lt;br /&gt;
* [[soylent-services]] - mail, wiki, other services as needed&lt;br /&gt;
&lt;br /&gt;
==Work Notes==&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[DnsRecords]] - copy of the zone file pasted from the machine that was accidentally turn off&lt;br /&gt;
* [[EmergencyProcedures]] - in case of fire, break glass (Red befor messing with servers)&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=WhosWho&amp;diff=6163</id>
		<title>WhosWho</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=WhosWho&amp;diff=6163"/>
		<updated>2014-03-14T21:30:30Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: /* Development */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In the interest of getting questions to the right people on via email or IRC, this is a summary of who is involved in SoylentNews. If you'd like to work with a team directly, try the [[TeamPages]]. Please add yourself (or others) if you are actively working on the project.&lt;br /&gt;
&lt;br /&gt;
==Team Contacts==&lt;br /&gt;
	&lt;br /&gt;
Teams are guided by leaders that may occasionally change. Teams can still always be contacted directly at the following addresses:&lt;br /&gt;
&lt;br /&gt;
*dev@SoylentNews.org ([[#Development|Development]])&lt;br /&gt;
*editors@SoylentNews.org ([[#Content|Content]])&lt;br /&gt;
*forums@SoylentNews.org&lt;br /&gt;
*wiki@SoylentNews.org ([[#Wiki|Wiki]])&lt;br /&gt;
*chat@SoylentNews.org ([[#IRC|IRC]])&lt;br /&gt;
*style@soylentnews.org ([[#Style|Style]])&lt;br /&gt;
*art@SoylentNews.org ([[#Art|Art]])&lt;br /&gt;
&lt;br /&gt;
==The Man Behind The Curtain==&lt;br /&gt;
* NCommander - Site-wide responsibility&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
* mattie_p - General Manager/Head Team Leader/Lead Cat herder&lt;br /&gt;
* mrcoolbp - [[CommunitySupport]]&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
[[Development|Dev Team Main Page]]&lt;br /&gt;
&lt;br /&gt;
* paulej72 - Team Leader (EST/EDT current TZ-4) Working on template and css issues on the site, main bug herder.&lt;br /&gt;
* NCommander&lt;br /&gt;
* robinld&lt;br /&gt;
* mechanicjay - postmaster, ancillary services, server configs.&lt;br /&gt;
* FatPhil (TZ+2)&lt;br /&gt;
* AudioGuy - documentation of system and cleanup of css to get things into a ste that new templates and Themes can be made&lt;br /&gt;
* martyb - Database, secondary bug herder&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
*audioguy - [[UserExperience|User Experience Team Main Page]]&lt;br /&gt;
*FrogBlast - Art Team&lt;br /&gt;
*MrBluze&lt;br /&gt;
*shogun - HTML&lt;br /&gt;
*moo_kuh - Testing&lt;br /&gt;
*PrestonL - CSS / Bug Testing&lt;br /&gt;
*mtrycz - User Interface&lt;br /&gt;
*CynicGalahad - Website Design&lt;br /&gt;
&lt;br /&gt;
==Content==&lt;br /&gt;
[[Editors|Editors Team Main Page]]&lt;br /&gt;
* LaminatorX - Team Leader&lt;br /&gt;
&lt;br /&gt;
Editors include:&lt;br /&gt;
&lt;br /&gt;
* Dopefish&lt;br /&gt;
* mattie_p&lt;br /&gt;
* janrinok&lt;br /&gt;
* girlwhowaspluggedout&lt;br /&gt;
&lt;br /&gt;
Misc:&lt;br /&gt;
&lt;br /&gt;
* Cactus&lt;br /&gt;
&lt;br /&gt;
==Forums==&lt;br /&gt;
* applesmasher - Overlord&lt;br /&gt;
* Dopefish&lt;br /&gt;
* LaminatorX&lt;br /&gt;
* mattie_p - I'm just an active user and in the Editor Group.  I'm nobody official on the forums, though.&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
[[Wiki|Wiki Team Main Page]]&lt;br /&gt;
* FunPika - Overlord&lt;br /&gt;
* mrcoolbp&lt;br /&gt;
* Cactus&lt;br /&gt;
* sfm&lt;br /&gt;
* cosurgi&lt;br /&gt;
&lt;br /&gt;
==IRC==&lt;br /&gt;
[[IRC|IRC Team Main Page]]&lt;br /&gt;
* Landon - Overlord&lt;br /&gt;
* Xlefay - Technical lead&lt;br /&gt;
* MrBluze&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
see also: the now out-of-date [[Staff list]].&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SoylentNews&amp;diff=5346</id>
		<title>SoylentNews</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SoylentNews&amp;diff=5346"/>
		<updated>2014-03-01T04:01:11Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''This is the Wiki for [http://soylentnews.org SoylentNews.org]'''&lt;br /&gt;
&lt;br /&gt;
This is a home for information about how this project was started, the vision for it, and discussion about it's future. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Project Goal==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''To everyone involved... THANK YOU!'''&lt;br /&gt;
&lt;br /&gt;
We are building a community-driven news site alternative to Slashdot. We have a functioning main site, and we are working on tweaking and improving as we grow.&lt;br /&gt;
&lt;br /&gt;
The vision is to maintain a news aggregation site that delivers what's important - better articles, less fluff, and all the functionality you expect from the moderation system. &lt;br /&gt;
&lt;br /&gt;
* The proposed business model is [[Finances|here]] &amp;lt;br&amp;gt;&lt;br /&gt;
* Some business planning is [[Business|here]] &amp;lt;br&amp;gt;&lt;br /&gt;
* A statement of functionality (turn into a requirements document?)--- [[FeatureList]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Get Involved==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Hop in to IRC!''' - [[SoylentNews:IRC|IRC]]: #soylent on irc.soylentnews.org/6697 ([http://irc.sylnt.us/?channels=#soylent Webchat]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Volunteer''' - Reach out to us: volunteer (at) soylentnews (dot) org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Work on an open project'''&lt;br /&gt;
* Pick a project from the [[Open Projects]] list&lt;br /&gt;
* Contact the relevant Overlord for more information ([[WhosWho| Who's Who?]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Register on the forums''' - http://forums.SoylentNews.org&lt;br /&gt;
* Go to forums.SoylentNews.org and register a user&lt;br /&gt;
* Read [http://forums.soylentnews.org/viewtopic.php?f=10&amp;amp;t=38&amp;amp;sid=e55255cb6dfe68b28c8cf5f2b9697a64| this] post if you are having problems. (Thanks MrGuy)&lt;br /&gt;
* Add yourself to whichever groups you are interested in&lt;br /&gt;
* For tech issues with the forum software, please Email Joel: soylent (at) finite (dot) ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Tell Somebody''' A friend, a colleague, any major news source....&lt;br /&gt;
*Do what you can to get the word out&lt;br /&gt;
*Also you could participate in '''[[#The_Slashcott|The Slashcott]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mailing list update Messages are [[MailingListUpdates|here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contacts==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All Contact and Overlord info can be found here:&lt;br /&gt;
===[[WhosWho| Who's Who?]]===&lt;br /&gt;
&lt;br /&gt;
== List of Discussion Pages ==&lt;br /&gt;
&lt;br /&gt;
*[[NewName]]&lt;br /&gt;
*[[MailingListUpdates]]&lt;br /&gt;
*[[Finances]] -- which model would allow to minimise and/or distribute hosting costs&lt;br /&gt;
*[[Business]]&lt;br /&gt;
*[[Moderation]] -- how/if to enhance; was it so bad it was the primary reason for the diaspora?&lt;br /&gt;
*[[FeatureList]] -- discussion of required/desired characteristics&lt;br /&gt;
*[[Submission guidelines]]&lt;br /&gt;
*[[Content]]&lt;br /&gt;
*[[Style]]&lt;br /&gt;
*[[Migration of users from Slashdot]] -- how to handle Nicks and UIDs&lt;br /&gt;
*[[Licensing]]&lt;br /&gt;
*[[WhosWho]] -- points of contact in different project areas&lt;br /&gt;
*[[Spreading the word]]&lt;br /&gt;
*[[Comments]]&lt;br /&gt;
*[[To do]]&lt;br /&gt;
*[[Bugs]]&lt;br /&gt;
*[[Stories from former Slashdot users]]&lt;br /&gt;
*[[IRCVision|What should the IRC network be like?]]&lt;br /&gt;
*[[URLShortener|How do we want a URL shortener to be used?]]&lt;br /&gt;
*[[CssWork]]&lt;br /&gt;
*[[The Slashcott]]&lt;br /&gt;
&lt;br /&gt;
== Site Name ==&lt;br /&gt;
&lt;br /&gt;
We have a '''temporary''' name!&lt;br /&gt;
&lt;br /&gt;
Thanks go out to everyone who made suggestions - some of them were&lt;br /&gt;
absolutely brilliant! For example, it hadn't occurred to me to choose a name based on a&lt;br /&gt;
non-English word, or a palindrome, or a puzzle. Many of the entries were quite clever.&lt;br /&gt;
(Adies, it took me more than a day to figure yours out. Bravo!)&lt;br /&gt;
&lt;br /&gt;
I won't post the runners up because squatters might take the names before we hold the real&lt;br /&gt;
contest. We'll figure out a way to prevent this somehow - at worst case we can choose judges&lt;br /&gt;
and do it privately.&lt;br /&gt;
&lt;br /&gt;
Jerry had the winning entry.&lt;br /&gt;
&lt;br /&gt;
The temp name is: '''SoylentNews''' with the tagline: '''SoylentNews is people!'''&lt;br /&gt;
&lt;br /&gt;
Does this rock? It hits the trifecta of website goodness:&lt;br /&gt;
&lt;br /&gt;
* Descriptive in a way that mundanes will understand (compare &amp;quot;Photoshop&amp;quot; with &amp;quot;GIMP&amp;quot;, &amp;quot;Internet Explorer&amp;quot; with &amp;quot;Firefox&amp;quot;, and &amp;quot;MediaPlayer&amp;quot; with &amp;quot;VLC&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
* It's part of Nerd culture, a pun, and slightly twisted&lt;br /&gt;
&lt;br /&gt;
* It's suggestive of being community driven&lt;br /&gt;
&lt;br /&gt;
* Possible Trademark issues&lt;br /&gt;
&lt;br /&gt;
* It is attached to some movie about eating corpses and implies &amp;quot;News fresh as processed corpses&amp;quot; (??)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will be a hard act to beat. Start thinking up names for the contest, or throw your weight&lt;br /&gt;
behind this one. The contest will be held soon after we open the doors.&lt;br /&gt;
&lt;br /&gt;
(And it was poutine (from IRC) who suggested we use a temporary name. Others may also have suggested it, but it was his post that I noticed. Be sure to thank him if you see him on IRC.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Similar Projects ==&lt;br /&gt;
* [http://technocrat.net/ Technocrat] - News site presented by Bruce Perens, going on the air Tuesday February 17.&lt;br /&gt;
* [http://pipedot.org/ Pipedot] - Rewrite project - Aiming to create a cleaner news site with modern technology.&lt;br /&gt;
* Usenet newsgroup comp.misc - [https://groups.google.com/forum/#!forum/comp.misc on Google Groups], [http://squte.com/ on Squte], [news:comp.misc via newsreader application]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Updates Archive ==&lt;br /&gt;
&lt;br /&gt;
An archive of updates surrounding initial work and launch can be found at [[Updates]]&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=WhosWho&amp;diff=4772</id>
		<title>WhosWho</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=WhosWho&amp;diff=4772"/>
		<updated>2014-02-18T19:42:16Z</updated>

		<summary type="html">&lt;p&gt;Mechanicjay: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In the interest of getting questions to the right people on IRC, this is a summary of who is involved in SoylentNews. Please add yourself or others if you can field questions about the topic.&lt;br /&gt;
&lt;br /&gt;
==The Man Behind The Curtain==&lt;br /&gt;
* Barrabas&lt;br /&gt;
==Code==&lt;br /&gt;
* NCommander&lt;br /&gt;
* robinld&lt;br /&gt;
* zford&lt;br /&gt;
* mechanicjay&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Frontend: CSS\HTML issues that pertain to look and feel==&lt;br /&gt;
* paulej72  (working on mods to comments.css)&lt;br /&gt;
&lt;br /&gt;
==Content==&lt;br /&gt;
* LaminatorX&lt;br /&gt;
* Dopefish&lt;br /&gt;
* Cactus&lt;br /&gt;
* mattie_p&lt;br /&gt;
*Gaaark&lt;br /&gt;
&lt;br /&gt;
==Forums==&lt;br /&gt;
* applesmasher&lt;br /&gt;
* Dopefish&lt;br /&gt;
&lt;br /&gt;
* LaminatorX&lt;br /&gt;
* mattie_p - I'm just an active user and in the Editor Group.  I'm nobody official on the forums, though.&lt;br /&gt;
*Gaaark&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
* Cactus&lt;br /&gt;
* FunPika&lt;br /&gt;
* sfm&lt;br /&gt;
* cosurgi&lt;br /&gt;
&lt;br /&gt;
==IRC==&lt;br /&gt;
* Landon&lt;br /&gt;
* Xlefay&lt;br /&gt;
* mrbluze&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
* paulej72, currently scraping SoylentNews comments for bug reports and posting them to the bug tracker&lt;/div&gt;</summary>
		<author><name>Mechanicjay</name></author>
	</entry>
</feed>