-
moreejt committed patchset 1259 of module pcxportal to the PCX Portal CVS repository, changing 6 files.
2008-05-22 02:46:03 UTC by moreejt
-
etch is using the same layout as ubuntu so the same brokeness is showing up. The fixes should be in cvs. A new portal deb build and push up to the server would be very helpful. I am trying to test this stuff and get a demo vmware appliance setup.
2007-05-08 01:10:00 UTC by moreejt
-
patched portal myself. would be great to get a portal package so we can test. guess I need to setup vmware.
2007-04-24 02:34:35 UTC by moreejt
-
moreejt committed patchset 1258 of module pcxportal to the PCX Portal CVS repository, changing 1 files.
2007-04-24 02:33:37 UTC by moreejt
-
i checked out cvs and applied this patch. A new portal package would be great. I tried to do it but that means learning the build process for the portal too. Similar to xiwa but not the same. will keep trying.
2007-04-24 02:27:28 UTC by moreejt
-
moreejt committed patchset 1257 of module pcxportal to the PCX Portal CVS repository, changing 1 files.
2007-04-24 02:20:06 UTC by moreejt
-
The problem I now face is that the install.pl script in xiwa requires the portal config module to get path locations. Since the portal config file is set to only be readable by root/apache, the developer (me) cannot build the pcxportal-xiwa deb.
Yes I know I can change the perms so that it would work but I'd like to make this work the RIGHT way. A developer is NOT necessarily going to have...
2007-03-14 02:45:57 UTC by moreejt
-
portal in unstable is broken when multiple postgres versions are installed.
see patch for fixes. please apply.
2006-12-03 14:30:46 UTC by moreejt
-
The /etc/cron.dail/portal_log_purge symlink should be changed to a shell script that calls the perl file so that the user may disable noise. For example I changed it to a shell script on the server so that only errors show up in daily emails from cron.
#!/bin/sh
/usr/lib/pcx_portal/cron/Portal/portal_log_purge > /dev/null.
2006-12-03 14:28:49 UTC by moreejt
-
>WHY is the web tree for the portal NOT readable by
anyone other than root?
>> I never had a need for it to be world readable so I
didn't make it. This way if you are putting passwords
or something in files there only the webuser would be
able to see them.
>well, that's kinda silly. who is going to do that?
secondly, it is causing problems bc the postgres user
CANT read the...
2006-09-13 16:38:33 UTC by moreejt