Re: [Bacula-users] Webacula on dapper

2009-01-24 Thread RYAN vAN GINNEKEN
Ok did the upgrade to Hardy 8.04 LTS but i have some problems On dapper bacula package was to old 1.3 something so i installed bacula from source 2.4.0 at the time. However now that i have upgraded i keep getting the error below I tried to install the bacula package because it in 2.2.8 in Hard

Re: [Bacula-users] Webacula on dapper

2009-01-23 Thread Yuri Timofeev
2009/1/23 RYAN vAN GINNEKEN : > Full error report not sure what you mean? please explain webacula newbe here! > nothing is showing up in my apache error or access logs now that i have fixed > the permission problems. The only error i can find is the one mentioned in > my last post when i try to

Re: [Bacula-users] Webacula on dapper

2009-01-22 Thread RYAN vAN GINNEKEN
Oh that dreaded word upgrade I knew my php was a bit behind, must be stubborn had to try. I am running ubuntu 6.06 LTS on this machine have not checked but guessing this would require a php install from source. As another option i will be moving to knew hardware soonish maybe i sould use this

Re: [Bacula-users] Webacula on dapper

2009-01-22 Thread Yuri Timofeev
The webacula "System Requirements" also described in inline help http:///webacula/help/ or main menu "Help" 2009/1/23 Bruno Friedmann : > I've verify, the minimal version for running ZF should be at least 5.1.4 > your is only 5.1.2 and ZF embedded with webbacula is 1.5.1 > Did you see the readme

Re: [Bacula-users] Webacula on dapper

2009-01-22 Thread Bruno Friedmann
I've verify, the minimal version for running ZF should be at least 5.1.4 your is only 5.1.2 and ZF embedded with webbacula is 1.5.1 Did you see the readme inside the ZF.tar.gz It clearly state that. Better is a 5.2x version ( due to spl requirement ). Actually with 1.7x version the minimal was rai

Re: [Bacula-users] Webacula on dapper

2009-01-22 Thread RYAN vAN GINNEKEN
Full error report not sure what you mean? please explain webacula newbe here! nothing is showing up in my apache error or access logs now that i have fixed the permission problems. The only error i can find is the one mentioned in my last post when i try to list the files on the job screen. Fa

Re: [Bacula-users] Webacula on dapper

2009-01-21 Thread RYAN vAN GINNEKEN
Huge thanks folks did a chown root:bacula on /sbin/bacula and now things are working better but i still get this error when i try to list files within the job window or when i click on a client in the client list window Fatal error: Call to undefined method ReflectionClass::newInstanceArgs() in

Re: [Bacula-users] Webacula on dapper

2009-01-21 Thread Yuri Timofeev
2009/1/21 RYAN vAN GINNEKEN : > >> Try >> su -l apache -s /bin/sh -c "/usr/sbin/bconsole -n -c >> /etc/bacula/bconsole.conf" >> >> works OK? > Nope get permission denied error also i cannot run the command like you have > above and must use a line like this here is the output? could the php-value

Re: [Bacula-users] Webacula on dapper

2009-01-21 Thread RYAN vAN GINNEKEN
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" wrote: > Try > su -l apache -s /bin/sh

Re: [Bacula-users] Webacula on dapper

2009-01-21 Thread Yuri Timofeev
2009/1/21 Yuri Timofeev : > 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

Re: [Bacula-users] Webacula on dapper

2009-01-21 Thread Yuri Timofeev
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. 2009/1/20 RYAN vAN GINNEKEN : > Thanks again for your response here is me stoppin

Re: [Bacula-users] Webacula on dapper

2009-01-20 Thread RYAN vAN GINNEKEN
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

Re: [Bacula-users] Webacula on dapper

2009-01-20 Thread Yuri Timofeev
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 : >

Re: [Bacula-users] Webacula on dapper

2009-01-20 Thread Bruno Almeida
Hi I just installed webacula on a CentOS box and was getting the same error regarding bconsole. Not sure if it is the same problem, but I was getting this error on the apache logs: sudo: sorry, you must have a tty to run sudo So edited /etc/sudoers and commented out the following line: #Defaul

Re: [Bacula-users] Webacula on dapper

2009-01-19 Thread Bruno Friedmann
RYAN vAN GINNEKEN wrote: > 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

Re: [Bacula-users] Webacula on dapper

2009-01-19 Thread RYAN vAN GINNEKEN
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:

Re: [Bacula-users] Webacula on dapper

2009-01-18 Thread Bruno Friedmann
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 t

[Bacula-users] Webacula on dapper

2009-01-18 Thread RYAN vAN GINNEKEN
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?