Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gregmac

Pages: [1]
1
News and Announcements / Re: Usage of eBox Platform
« on: August 24, 2009, 06:45:21 pm »
Using as a GUI for a firewall in a datacenter (right now only used for a couple specific production servers, as a pilot, more or less) and as an openvpn server (again, for the GUI). Our organization is mostly windows-centric, so having the GUI so I don't have to either train other users or do routine operations myself is a necessity.

A side note, at least when I looked a year ago or so when I set this up, ebox is by far the simplest/nicest platform for certificate management, a key for openvpn. All the other web-based GUIs for PKI I've looked at are huge and extremely involved to get set up. When all you need is a single CA, this is nice, simple, and effective.

2
Installation and Upgrades / Re: Edit user bug
« on: December 09, 2008, 08:25:37 pm »
I ended up just doing:

apt-get remove libebox
apt-get install ebox ebox-ca ebox-dhcp ebox-dns ebox-firewall ebox-mail ebox-network ebox-ntp ebox-objects ebox-openvpn ebox-samba ebox-services  ebox-usersandgroups ebox-webserver libebox

and after that, it was working fine. I originally upgraded from 0.11.99 so I don't know if  that made a difference or not.

3
Installation and Upgrades / Edit user bug
« on: December 09, 2008, 04:00:26 pm »
Whenever I try to edit a user (eg: /ebox/UsersAndGroups/User?username=test) I get the message:

  You have just hit a bug in eBox. Please seek technical support.
  An internal error related to a template has occurred. This is a bug, relevant information can be found in the logs.

Relevant log entry (/var/log/ebox/ebox.log):

2008/12/09 09:50:10 ERROR> Base.pm:343 EBox::CGI::Base::__ANON__ - no value sent for required parameter 'user'
Stack:
  [(eval 955):20]
  [/usr/share/perl5/HTML/Mason/Component.pm:135]
  [/usr/share/perl5/HTML/Mason/Request.pm:1262]
  [/usr/share/perl5/HTML/Mason/Request.pm:1252]
  [/usr/share/perl5/HTML/Mason/Request.pm:468]
  [/usr/share/perl5/HTML/Mason/Request.pm:468]
  [/usr/share/perl5/HTML/Mason/Request.pm:418]
  [/usr/share/perl5/HTML/Mason/Interp.pm:342]
  [/usr/share/perl5/EBox/CGI/Base.pm:140]
  [/usr/share/perl5/EBox/CGI/Base.pm:179]
  [/usr/share/perl5/EBox/CGI/Base.pm:332]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/Error.pm:408]
  [/usr/share/perl5/EBox/CGI/Base.pm:358]
  [/usr/share/perl5/EBox/CGI/Run.pm:86]
  [/usr/share/ebox/cgi/ebox.cgi:19]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/Error.pm:408]
  [/usr/share/ebox/cgi/ebox.cgi:34]
  [/usr/lib/perl5/ModPerl/RegistryCooker.pm:204]
  [/usr/lib/perl5/ModPerl/RegistryCooker.pm:204]
  [/usr/lib/perl5/ModPerl/RegistryCooker.pm:170]
  [/usr/lib/perl5/ModPerl/Registry.pm:31]
  [-e:0]
  [-e:0]


I'm running on Ubuntu hardy, relevant ebox versions:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                         Version                      Description
+++-============================-============================-========================================================================
ii  ebox                         0.12.3.99-0ubuntu1~ppa1~hard the eBox platform - Base framework
ii  ebox-ca                      0.12-0ubuntu1~ppa4~hardy2    eBox - Certificate Authority Manager for eBox
ii  ebox-dhcp                    0.12.2-0ubuntu1~ppa1~hardy1  eBox - DHCP server module
ii  ebox-dns                     0.12-0ubuntu1~ppa4~hardy2    eBox - DNS server
ii  ebox-firewall                0.12.4-0ubuntu1~ppa1~hardy1  eBox - Firewall
un  ebox-jabber                  <none>                       (no description available)
ii  ebox-mail                    0.12.2-0ubuntu1~ppa1~hardy1  eBox - Mail server
ii  ebox-network                 0.12-0ubuntu1~ppa4~hardy2    eBox - Network configuration module
ii  ebox-ntp                     0.12-0ubuntu1~ppa4~hardy2    eBox - NTP server
ii  ebox-objects                 0.12-0ubuntu1~ppa4~hardy2    eBox - Object management
ii  ebox-openvpn                 0.12-0ubuntu1~ppa5~hardy2    eBox - OpenVPN server module
ii  ebox-samba                   0.12.6.100-0ubuntu1~ppa2~har eBox - File sharing
ii  ebox-services                0.12-0ubuntu1~ppa4~hardy2    eBox - Services management
ii  ebox-usersandgroups          0.12.1-0ubuntu1~ppa1~hardy1  eBox - User and Group management

(source deb http://ppa.launchpad.net/ebox-unstable/ubuntu hardy main)

Is this a known issue?

Pages: [1]