Difference between revisions of "PM Software Stack"

From Pulsed Media Wiki
(moved debian 6.0 instructions as the last item)
Line 13: Line 13:
 
== Using PMSS ==
 
== Using PMSS ==
 
See [[:Category:PM Software Stack Guides]]
 
See [[:Category:PM Software Stack Guides]]
 
== Installing on Debian 6.0 Squeeze ==
 
At the very least you need to remove quota compilation from installation, and the line with rar installation for apt-get is not working. The correct package in squeeze is ''unrar-free''.
 
After installation complete you need to run:
 
/usr/sbin/lighty-enable-mod fastcgi
 
/usr/sbin/lighty-enable-mod fastcgi-php
 
/etc/init.d/lighttpd force-reload
 
 
Among a lot of environment changes, and probably a few added packages as well. The default in Debian 6.0 are quite poor for server environments, or general shell usage. For example, VI enhanced is lacking syntax highlighting, some autocomplete features work somewhat ''illogically'' compared to 5.0 etc.
 
 
The list of changes required for [[Debian]] 6.0 is quite extensive for optimal experience, but above instructions will get you started.
 
  
 
== Changelog ==
 
== Changelog ==
Line 59: Line 48:
 
* default version now set to 1, in preparation to take it into production
 
* default version now set to 1, in preparation to take it into production
 
* startRtorrent: codestyle fixes, Made error messages more clear, named rTorrent screen session to "rtorrent"
 
* startRtorrent: codestyle fixes, Made error messages more clear, named rTorrent screen session to "rtorrent"
 +
 +
== Installing on Debian 6.0 Squeeze ==
 +
At the very least you need to remove quota compilation from installation, and the line with rar installation for apt-get is not working. The correct package in squeeze is ''unrar-free''.
 +
After installation complete you need to run:
 +
/usr/sbin/lighty-enable-mod fastcgi
 +
/usr/sbin/lighty-enable-mod fastcgi-php
 +
/etc/init.d/lighttpd force-reload
 +
 +
Among a lot of environment changes, and probably a few added packages as well. The default in Debian 6.0 are quite poor for server environments, or general shell usage. For example, VI enhanced is lacking syntax highlighting, some autocomplete features work somewhat ''illogically'' compared to 5.0 etc.
 +
 +
The list of changes required for [[Debian]] 6.0 is quite extensive for optimal experience, but above instructions will get you started.

Revision as of 12:37, 15 May 2011

PMSS, short of PM Software Stack is a compilation of scripts to manage single server side seedbox configuration, turning instantly and conveniently an regular Debian 5.0 server into a seedbox. The PMSS does not contain multiserver management utilities nor clustering support out-of-box, but does include PM Master GUI remote update features. Debian 6.0 squeeze support is still in unstable status but several production servers already do exist.

General features

Using PMSS

See Category:PM Software Stack Guides

Changelog

15/5/2011:

Couple important new features introduced, several bug fixes.

  • Added lighttpd status checking and auto-restart (very rudimentary)
  • Fixed typo in /scripts/util/userConfig.php
  • Added /etc/seedbox/config/root.cron
  • /scripts/util/quotaFix.php now echoes results (also turns quota off, no need to turn it off first)
  • proftpd config update (remote) with MaxClientsPerUser, MaxClientsPerHost, run /scripts/util/ftpConfig.php
  • users class now supresses error if runtime db is not found
  • users class now saves the user db upon save
  • users class deconstructor added to save users db upon exit
  • modules support code begun (version for highly dynamic with multiple hooks etc.)
  • Changed update.php to a very basic one, as the remote capabilities are not being employed currently
  • Rudimentary module /etc/seedbox/module/basic/addUser.php for ultra simplistic user addition module (ie. custom configs, limitations).
  • Basic suspend & unsuspend capabilities (untested ALPHA)
  • skel permissions fixed

updating

bash soft.sh; php /scripts/update.php


27/03/2011:

This is primarily a bug fix and code quality release.

  • Set shell to /bin/bash upon user creation
  • Set shell to /bin/bash when using userConfig
  • quotaFix.php now turns quota off before attempting quota check
  • quotaFix.php now displays quota info before and after check
  • Lots of comments added to all code files touched
  • userConfig.php $filesLimitPerGb was undefined - hardcoded 500
  • update.php minor changes
  • default version now set to 1, in preparation to take it into production
  • startRtorrent: codestyle fixes, Made error messages more clear, named rTorrent screen session to "rtorrent"

Installing on Debian 6.0 Squeeze

At the very least you need to remove quota compilation from installation, and the line with rar installation for apt-get is not working. The correct package in squeeze is unrar-free. After installation complete you need to run:

/usr/sbin/lighty-enable-mod fastcgi
/usr/sbin/lighty-enable-mod fastcgi-php
/etc/init.d/lighttpd force-reload

Among a lot of environment changes, and probably a few added packages as well. The default in Debian 6.0 are quite poor for server environments, or general shell usage. For example, VI enhanced is lacking syntax highlighting, some autocomplete features work somewhat illogically compared to 5.0 etc.

The list of changes required for Debian 6.0 is quite extensive for optimal experience, but above instructions will get you started.