Search results

  1. z3R0

    RT Tracker Issues p5-DBIx-SearchBuilder-1.54

    Well I've tried everything with no luck. I updated the ports repository then all the ports and nothing, then I deleted/uninstalled and reinstalled the ports and again nothing. I'm almost about to give up on RT and just write my on system from scratch :x
  2. z3R0

    RT Tracker Issues p5-DBIx-SearchBuilder-1.54

    Ok I'll try that if the portupdates bonk out. Googling I ran into an old post: http://forums.freebsd.org/archive/index.php/t-1911.html What caught my eye was: "DutchDaemon February 2nd, 2009, 09:06 Hi, well I removed all bsdpan-* modules (through pkg_delete) that were duplicated and were...
  3. z3R0

    RT Tracker Issues p5-DBIx-SearchBuilder-1.54

    Updating them as we speak. Hopefully that will do the trick. portsnap/portmanager Thanks for the quick replies! -z3r0
  4. z3R0

    RT Tracker Issues p5-DBIx-SearchBuilder-1.54

    Just ran it with the following results: Fixed 0 packages (0 files moved, 0 files modified) Skipped 243 packages Strange... -z3r0
  5. z3R0

    RT Tracker Issues p5-DBIx-SearchBuilder-1.54

    My Apache log is reporting the following when I try to access RT Tracker from my server. I have uninstalled and reinstalled p5-DBIx-SearchBuilder-1.54 with no luck. I have all the RT Tracker dependencies for rt38 and been fighting with this for a bit. Has anyone run into this issue? Can't...
  6. z3R0

    apache2 mod_perl2

    Thanks anomie! I happen to own the book, the problem is that I'm reading like 5 other books right now so I haven't had change to get into it as I would like. Right now I'm having bigger issues updating ports and patching FreeBSD. See here...
  7. z3R0

    Updating Ports Issues with architecture automake autoconf?

    I recently updated to 7.2 release-p1 and I'm having issues trying to install RT Tracker. Here are the errors: Errno architecture (i386-freebsd-64int-7.2-prerelease) does not match executable architecture (i386-freebsd-64int-7.2-release-p1) at /usr/local/lib/perl5/site_perl/5.8.9/Errno.pm line...
  8. z3R0

    apache2 mod_perl2

    Thanks for the hardening link! I'm working on securing MySQL and Apache. I'm planning in putting them in jails. I'll be running mod_perl2 along w/ php5 so I want to make sure everything is nice and secure. What do you guys think of the following? mod_jail mod_security mod_evasive I have...
  9. z3R0

    apache2 mod_perl2

    Well I reinstalled apache2 and mod_perl2 and it seems to be working. Thanks =D The only problem that I have now (totally unrelated) is that I can no longer access root. Seems that the password has changed or something fishy is going on. I think I'm just gonna wipe the server and reinstall...
  10. z3R0

    apache2 mod_perl2

    Well here's what apache reports: Mon Jun 01 09:15:33 2009] [info] mod_unique_id: using ip addr ap_get_server_banner() not available until httpd/2.2.4 falling back to ap_get_server_version() at /usr/local/lib/perl5/5.8.9/mach/XSLoader.pm line 94. ap_get_server_description() not available until...
  11. z3R0

    apache2 mod_perl2

    Thanks for the help anomie, but I'm still having no luck. The the perl file still does not get interpeted and I see the code. I also tried the following: PerlModule Apache2::compat along with: AddHandler perl-script .pl After adding those lines the actual .pl is downloaded when...
  12. z3R0

    apache2 mod_perl2

    I tried installing mod_perl2 statically this time following these instructions: http://search.cpan.org/~gozer/mod_perl-2.0.1/docs/user/install/install.pod With no luck. I receive the following errors in modperl_exports.c error: `modperl_thx_interp_get' undeclared error...
  13. z3R0

    apache2 mod_perl2

    I'm having issues getting mod_perl2 to render .pl scripts. I installed the mod_perl2 package from the ports collection and configured httpd.conf as so: LoadModule perl_module libexec/apache2/mod_perl.so PerlSwitches -wT Alias /htdocs/ /usr/local/www/htdocs <Location /htdocs/>...
  14. z3R0

    OpenSolaris Zones/Containers FreeBSD Port?

    This looks even more interesting then Jails or Zones: Jump to 40:46 in the video: BitFrost http://video.google.com/videoplay?docid=-4285568518538296189
  15. z3R0

    OpenSolaris Zones/Containers FreeBSD Port?

    Never said anything about ripping out Jails. I suggested adding Zones. For example FreeBSD has added PF, yet they also have IPFW and IPFilter. Nothing wrong with having multiple mechanisms.
  16. z3R0

    OpenSolaris Zones/Containers FreeBSD Port?

    In the sense that Zones are an extension of Jails. So instead of having to add functionality that is already in Zones(or that has already been extended for you) to Jails, why not just incorporate the code in Zones? Or better yet merge both, and simplify the management of Jails with better utilities.
  17. z3R0

    OpenSolaris Zones/Containers FreeBSD Port?

    OpenSolaris provides easier to use tools for the creation and management of Zones (zonecfg, zoneadm, zlogin, etc...) Though some work has been done on JailResourceLimits as mentioned above http://wiki.freebsd.org/JailResourceLimits Zones are stronger in this area so why reinvent the...
  18. z3R0

    OpenSolaris Zones/Containers FreeBSD Port?

    Other features to consider are: 1) Building the Sun grid engine into the kernel 2) Adding clustering into ZFS and 3) Bootable ZFS Just a thought.
  19. z3R0

    OpenSolaris Zones/Containers FreeBSD Port?

    Well it is merely a feature I would love to see in FreeBSD the "armchair general" comment was not necessary. I appreciate the hard work that FreeBSD developers carryout. I just don't see what is wrong with making a suggestion to incorporate Solaris Zones. For example ZFS, Dtrace are being...
  20. z3R0

    OpenSolaris Zones/Containers FreeBSD Port?

    Why not? Zones are FreeBSD Jails on steroids, easier to manage not to mention better integrated with ZFS. OpenVS and VServer might be ahead though. http://en.wikipedia.org/wiki/Jail_(computer_security)#Implementations Would anyone care highlight a detailed feature by feature comparison of...
Back
Top