2009/1/21 Yuri Timofeev <tim4...@gmail.com>: > Try > su -l apache -s /bin/sh -c "/usr/sbin/bconsole -n -c > /etc/bacula/bconsole.conf" > > works OK? > > Add following line to the file .htaccess > > php_value open_basedir "/usr/sbin:/etc/bacula:/tmp" > > and try webacula again. > >
Or more safely: Create symlinks: cd <your html directory> ln -s /usr/sbin/bconsole bconsole ln -s /etc/bacula/bconsole.conf bconsole.conf edit application/config.ini bacula.sudo = "" bacula.bconsole = "<full path to symlink>/bconsole" Check "FollowSymLinks" options: <Directory "/var/www/webacula/html"> Options Indexes FollowSymLinks ... > > 2009/1/20 RYAN vAN GINNEKEN <ad...@mx1.canmail.org>: >> Thanks again for your response here is me stopping and starting apache also >> you can see the permission denied error that i get when i try to click the >> director button in webacula. This is with the perms on bconsole and >> bconsole.conf set to 777 not to sure about the sudo stuff as i am using the >> other method covered in the INSTALL doc. I will give the sudo method a try >> and let this list know the outcome soon. >> >> Tue Jan 20 11:43:12 2009] [notice] caught SIGTERM, shutting down >> [Tue Jan 20 11:43:17 2009] [notice] Apache/2.0.55 (Ubuntu) PHP/5.1.2 >> configured -- resuming normal operations >> /etc/bacula/bconsole: line 22: /sbin/bconsole: Permission denied >> /etc/bacula/bconsole: line 22: /sbin/bconsole: Permission denied >> >> This is line 22 within bconsole >> >> /sbin/bconsole -c /etc/bacula/bconsole.conf >> >> As far as php and suoshin not in my skillset yet but i guess i am willing to >> learn heehee >> >> Did a locate on suoshin nothing comes up also searched for it in the >> /etc/php5/apache2/php.ini again nothing comes up. >> >> >> >> PS docs developer should add a bit about what needs to be inside the >> webacula.users auth file as i or others? might be unclear and have turned >> auth off for now. >> >> >> Computer King & CaN Mail - Sales Service Hosting Backup >> >> http://www.computerking.ca http://www.canmail.org >> >> NEW!!! Custom Service Packages >> Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online >> Accounting Packages >> >> ----- "Yuri Timofeev" <tim4...@gmail.com> wrote: >> >>> Hi! >>> I'm webacula developer. >>> >>> Perhaps you should contact the Samuel Rios Carvalho nhawkbr [dog] >>> gmail [dot] com - he is the author of docs/INSTALL.debian >>> >>> >>> PS. >>> webacula has its bugtracker and mailing lists. >>> See https://sourceforge.net/projects/webacula/ for details. >>> >>> >>> 2009/1/20 RYAN vAN GINNEKEN <k...@computerking.ca>: >>> > Thanks for your help thus far, getting PDO_mysql to work on Dapper >>> was a bit tricky but mostly seems to be working now. However a couple >>> of things #1 on the main screen i get these messages about >>> bconsole.conf thought it might be permissions I did add bacula to the >>> www-data group >>> > (bacula:x:111:www-data) >>> > and set perms on bconsole and bconsole.conf >>> > (rwxr-x--- 1 root bacula 470 2008-06-22 14:52 bconsole >>> > -rw-r----- 1 root bacula 462 2008-08-01 12:54 bconsole.conf) >>> > as instructed. Even tried 777 permissions but still get the errors >>> below thing this might be causing my other problem too see further >>> below for that. >>> > >>> > Scheduled Jobs (at 24 hours forward) >>> > >>> > ERROR: There was a problem executing bconsole. See below. >>> > >>> > ERROR >>> > Command: no output. >>> > Check access to >>> > /etc/bacula/bconsole -n -c /etc/bacula/bconsole.conf >>> > >>> > Information from Director : List of Running Jobs >>> > >>> > ERROR: There was a problem executing bconsole. See below. >>> > >>> > ERROR >>> > Command: no output. >>> > Check access to >>> > /etc/bacula/bconsole -n -c /etc/bacula/bconsole.conf >>> > >>> > >>> > ****Also keep getting this error when i try to list jobs and such >>> hoping it is related to the above errors. >>> > >>> > Fatal error: Call to undefined method >>> ReflectionClass::newInstanceArgs() in >>> /var/www/webacula/library/Zend/Filter/Input.php on line 918 >>> > >>> > here is the inside of the mentioned file line 918 is the one with 5 >>> stars beside it >>> > >>> > $class = new ReflectionClass($className); >>> > >>> > if (!$class->implementsInterface($interfaceName)) { >>> > require_once 'Zend/Filter/Exception.php'; >>> > throw new Zend_Filter_Exception("Class based on basename >>> '$classBaseName' must implement the '$interfaceName' interface"); >>> > } >>> > >>> > if ($class->hasMethod('__construct')) { >>> > ***** $object = $class->newInstanceArgs($args); >>> > } else { >>> > $object = $class->newInstance(); >>> > } >>> > >>> > return $object; >>> > } >>> > >>> > } >>> > >>> > PS here are some tutorials on how to get PDO and PDO_mysql to work >>> on dapper >>> > >>> > >>> http://bhiv.com/getting-pdo-to-work-with-ubuntus-606-lts-dapper-drake/ >>> > http://ubuntuforums.org/showthread.php?t=364883 >>> > >>> > >>> > >>> > Computer King & CaN Mail - Sales Service Hosting Backup >>> > >>> > http://www.computerking.ca http://www.canmail.org >>> > >>> > NEW!!! Custom Service Packages >>> > Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online >>> Accounting Packages >>> > >>> > ----- "Bruno Friedmann" <br...@ioda-net.ch> wrote: >>> > >>> >> RYAN vAN GINNEKEN wrote: >>> >> > Hello all I am tring to get webacula running on dapper have >>> follow >>> >> the INSTALL document to the letter but keep getting this error. >>> Not >>> >> sure if i have Zend installed or not. There does not seem to be a >>> >> zend-framework package for Dapper has anyone managed to get this >>> >> working on good old dapper? >>> >> > >>> >> > >>> >> > Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with >>> >> message 'The PDO extension is required for this adapter but the >>> >> extension is not loaded' in >>> >> /var/www/webacula/library/Zend/Db/Adapter/Pdo/Abstract.php:95 >>> Stack >>> >> trace: #0 >>> /var/www/webacula/library/Zend/Db/Adapter/Abstract.php(390): >>> >> Zend_Db_Adapter_Pdo_Abstract->_connect() #1 >>> >> /var/www/webacula/library/Zend/Db/Adapter/Pdo/Abstract.php(206): >>> >> Zend_Db_Adapter_Abstract->query('DESCRIBE Job', Array) #2 >>> >> /var/www/webacula/library/Zend/Db/Adapter/Pdo/Mysql.php(137): >>> >> Zend_Db_Adapter_Pdo_Abstract->query('DESCRIBE Job') #3 >>> >> /var/www/webacula/library/Zend/Db/Table/Abstract.php(605): >>> >> Zend_Db_Adapter_Pdo_Mysql->describeTable('Job', NULL) #4 >>> >> /var/www/webacula/library/Zend/Db/Table/Abstract.php(534): >>> >> Zend_Db_Table_Abstract->_setupMetadata() #5 >>> >> /var/www/webacula/library/Zend/Db/Table/Abstract.php(269): >>> >> Zend_Db_Table_Abstract->_setup() #6 >>> >> /var/www/webacula/application/models/Job.php(33): >>> >> Zend_Db_Table_Abstract->__construct(Array) # >>> >> 7 >>> >> > /var/www/webacula/application/controllers/Index in >>> >> /var/www/webacula/library/Zend/Db/Adapter/Pdo/Abstract.php on line >>> 95 >>> >> >>> >> > >>> >> > >>> >> >>> >> The Zend Package is deliver with webbacula. >>> >> did you see the message : 'Zend_Db_Adapter_Exception' ;-) >>> >> >>> >> You have a trouble with your php base installation. >>> >> ZF need to have the pdo + pdo-mysql | pdo-postgresql | pdo-sqlite >>> >> database drivers. >>> >> choose the drivers to be one of the database your bacula is >>> running. >>> >> >>> >> I'm pretty sure you can get this package from a repository for >>> >> dapper. >>> >> The other way to have them is by pecl install. >>> >> >>> >> >>> >> >>> >> -- >>> >> >>> >> Bruno Friedmann >>> >> >>> >> >>> >> >>> ------------------------------------------------------------------------------ >>> >> This SF.net email is sponsored by: >>> >> SourcForge Community >>> >> SourceForge wants to tell your story. >>> >> http://p.sf.net/sfu/sf-spreadtheword >>> >> _______________________________________________ >>> >> Bacula-users mailing list >>> >> Bacula-users@lists.sourceforge.net >>> >> https://lists.sourceforge.net/lists/listinfo/bacula-users >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > This SF.net email is sponsored by: >>> > SourcForge Community >>> > SourceForge wants to tell your story. >>> > http://p.sf.net/sfu/sf-spreadtheword >>> > _______________________________________________ >>> > Bacula-users mailing list >>> > Bacula-users@lists.sourceforge.net >>> > https://lists.sourceforge.net/lists/listinfo/bacula-users >>> > >>> >>> >>> >>> -- >>> with best regards >> > > > > -- > with best regards > -- with best regards ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users