-
Small patch to parse the pbs_server name from the job number as passed to the pro/epi-logue. This is commited in CVS.
To apply the patch:
patch /path/to/.mypbs_core < multiple_host.diff.
2007-02-02 19:02:00 UTC by jbronder
-
jbronder committed patchset 79 of module base to the MyPBS CVS repository, changing 1 files.
2007-02-02 18:57:32 UTC by jbronder
-
Using the DBI driver mysqlPP is failing on the current
system installed in house. I haven't looked into it
much yet, but a quick fix is to change the driver to
the pure mysql one.
-Justin.
2006-08-23 20:43:43 UTC by jbronder
-
The quick install doc says the following in the
"Changing Administrator Password" section:
Log into MyPBS with your favorite web browser at:
http://my-server.mydomain.com/mypbs. Log in with the
username admin with the password pass. Now you will be
forced to change your administrator password.
In the install I did I was never "forced" to change the
admin password. Now I did not have a...
2006-08-04 01:46:21 UTC by sad
-
The quick install doc talks about:
To install the MyPBS Web Tools copy the contents php
folder (available in CVS or the pre-packaged release)
into a subfolder in your HTML root directory.
This should instead talk about copying the contents of
the "frontend" folder instead.
Even better would be a frontend install script that
would do this after asking where the php web files
should...
2006-08-04 01:36:05 UTC by sad
-
The quick install docs should make some reference to
having to turn on mod_rewrite in apache so the web
frontend links work.
I also had to set AllowOverride All and then alter the
Options to get the .htaccess file to be used. This was
on a SuSE-10.0 system.
2006-08-04 01:29:35 UTC by sad
-
The quick install doc available refers to setting
default database access stuff in init.php
According to Chris this should be connectdb.php instead.
2006-08-04 01:26:32 UTC by sad
-
Logged In: YES
user_id=2347
Sorry, changed bug to web frontend.
2006-08-04 01:24:33 UTC by sad
-
As I discovered and Chris helped me with the frontend
part of the project tar ball needs a htaccess file
included so the link rewrite rules are present & work.
The .htaccess file he supplied me with looks like:
RewriteEngine on
#RewriteRule \.(css|jpe?g|gif|png)$ - [L]
RewriteRule ^queues-([^/\.]+)$
main.php?page=queues&module=$1 [L]
RewriteRule...
2006-08-04 01:23:28 UTC by sad
-
MyPBS version 0.8.4 has been released. It contains several small features and bug fixes.
What's new with this release?
* Batch user creation now works
* Update checker updated, now uses XML-RPC
* Ability to disable update checker using the admin settings
* Project Member update page formatting improved
* Changed file structure to a main page instead of separate...
2006-04-07 16:00:56 UTC by kaddar