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 - philmills

Pages: 1 ... 7 8 [9] 10
121
Installation and Upgrades / Re: 1.3.15 - printers list
« on: January 23, 2010, 01:05:16 am »
Xerox Phaser 3425
Xerox Phaser 3420
I previously used 3400 driver and it seemed to work ok

others which i haven't yet tried to add:
IBM infoprint 1372
HP LaserJet M2727 MFP
HP Laserjet M1522nf
HP Color LaserJet CP1515n

added already:
HP Laserjet P2015
Xerox Document center DC440 (using 400 driver)
HP Color LaserJet 5550
HP Color LaserJet 3800
HP LaserJet 4250

122
Installation and Upgrades / Using Ebox as a LAMP server
« on: January 22, 2010, 10:10:35 am »
Its about time i contributed something positive rather than just bugs and requests, so here goes:

A simple "How to" for using Ebox as a LAMP server with phpMyAdmin.
This has been tested on Ebox 1.3.15

Prerequisties:
  • ebox-webserver module must be installed and enabled

Install MySQL server:
Code: [Select]
sudo apt-get install mysql-server
enter your password if prompted

Install phpMyAdmin
Code: [Select]
sudo apt-get install phpmyadmin
enter your password if prompted

thats it!

123
Installation and Upgrades / 1.3.15 - printers list
« on: January 21, 2010, 07:12:42 pm »
I think previously i have used ubuntu iso and installed ebox packages after, and have always been able to find pretty much all my printers.
However, this time  I installed a fresh Ebox 1.3.15 using the Ebox .iso, and have found the printer driver list doesn't contain my Xerox Phaser's.
Is it possible to add all the missing drivers without going through all the fuss of enabling CUPS?  (Ebox printer config seems to be happier without it)

If its too much fuss I may reinstall from Ubuntu disk instead, and add ebox packages like before...

124
Installation and Upgrades / Re: Add printer bug
« on: January 21, 2010, 03:08:57 pm »
yeah its limited to 10 chars - IMO this is too short

125
Installation and Upgrades / Add printer bug
« on: January 21, 2010, 01:52:25 pm »
I'm trying to add a printer with the name: HPCLJ3800PS
I get this message:
Code: [Select]
The printer's name contains characters not valid. Only alphanumeric characters are allowedmy small brain tells me those are all alphanumeric characters....
what's up?

127
Installation and Upgrades / Re: Slave tries to connect to local LDAP
« on: January 19, 2010, 03:45:01 pm »
thats great news!!

128
Installation and Upgrades / Re: Slave tries to connect to local LDAP
« on: January 19, 2010, 03:13:59 pm »
the current problem is in this rather extensive thread :
http://forum.ebox-platform.com/index.php?topic=2591.0
would be nice if e-box team would acknowledge and give some input...

129
i was kinda hoping that it would be fixed in 1.3 stable - if not then its not stable (if you see what i mean)

130
well - it sounds like this master/slave thing is well and truly broken, which is comforting to know i'm not the only one, but i do sympathise that your master is now broken from trying to get to the bottom of this...

132
Well, that would make sense that a replication service is running on the slave...

line 74 is this:
Code: [Select]
            throw EBox::Exceptions::Internal("Failed to enable: " .
which appears in the else statement of the following:
Code: [Select]
sub _process
{
    my ($self) = @_;

    $self->_requireParam('module');
    my $modName = $self->param('module');
    my $manager = new EBox::ServiceManager();
    my $module = EBox::Global->modInstance($modName);

    $module->setConfigured(1);
    $module->enableService(1);
    $manager->updateModuleDigests($modName);

    try {
        $module->enableActions();
    } otherwise {
        my ($excep) = @_;
        $module->setConfigured(undef);
        $module->enableService(undef);
        if ($excep->isa("EBox::Exceptions::External")) {
            throw EBox::Exceptions::External("Failed to enable: " .
                $excep->stringify());
        } else {
            throw EBox::Exceptions::Internal("Failed to enable: " .
                $excep->stringify());
        }
    };

    $manager->updateModuleDigests($modName);


    $self->{redirect} = "ServiceModule/StatusView";

}

I'm a bit of a newb when it comes to this kinda stuff...
sorry

133
as far as i understand, replication is what tells the slave to get the user accounts from ldap on the master. How would i deactivate it anyway????

134
is there any difference in that regard if installing ebox on an existing ubuntu system or installing from an ebox 1.3 iso ?

135
Code: [Select]
drwxrwxrwx 2 ebox adm   4096 2010-01-05 15:48 ssl
drwxrwxrwx 2 ebox adm   4096 2010-01-12 17:51 ssl-ca

error message is as follows:
Code: [Select]
A really nasty bug has occurred
Exception
Failed to enable: Replication failed
Trace
Failed to enable: Replication failed at /usr/share/perl5/EBox/CGI/ServiceModule/ConfigureModuleController.pm line 74
EBox::CGI::ServiceModule::ConfigureModuleController::_process('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0xac...') called at /usr/share/perl5/EBox/CGI/Base.pm line 262
EBox::CGI::Base::run('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0xac...') called at /usr/share/perl5/EBox/CGI/Run.pm line 120
EBox::CGI::Run::run('EBox::CGI::Run', 'ServiceModule/ConfigureModuleController', 'EBox') called at /usr/share/ebox/cgi/ebox.cgi line 19
ModPerl::ROOT::ModPerl::Registry::usr_share_ebox_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0xac7ffe0)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0xaca0db8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0xaca0db8)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0xac7ffe0)') called at -e line 0
eval {...} called at -e line 0

Pages: 1 ... 7 8 [9] 10