Re: [Bacula-users] bacula fedora8 problem

2008-01-09 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please keep replies on list.

[EMAIL PROTECTED] wrote:
> Hi i searched many hours on google, i did not find any suggestion for
> this problem.

Yes, I see that there does not appear to be a specific tutorial, though
searching for the standard things does bring up the manual a number of
times.

> I describe that i install rpm's with the package manager yum (fedora)
> and i don?t have to compile the software

Yes, I'm well aware of that. Go look at the manual, and start from
immediately after compiling the package from source. You may need to dod
all of the steps that show up AFTER compiling the software. Did you read
the documentation? I don't see any evidence that you did anything other
than install and try to start the software. Bacula is a software that
REQUIRES that you read the documentation.

> what you mean wiht "replace RPM's with
> deb's or whatever other package type on other distributions. This is what
> one would do to find out how to config any of them"

I mean that the same instructions I gave apply to any other
distribution, except where I say RPM's when talking about your problem,
it would be deb's for someone else's problem.

> thanks anyway
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Zitat von Ryan Novosielski <[EMAIL PROTECTED]>:
> 
>> I could search Google for you, but I don't know what good that would do
>> anyone. I suggest you take a look yourself.
>>
>> Barring that, if you read the installation chapter in the manual, you
>> should see a point where you are supposed to 'make install' when using
>> source code. You may have to do some or all of the things listed after
>> this
>> point in the manual. Look in your documentation for RPM to find out where
>> the relevant files ended up (eg. for creating Bacula tables, etc.). Look
>> also for what might be throwing the 'not configured' error. Might be a
>> flag
>> that you have to manually unset (so that the maintainer is sure that you
>> bothered to config Bacula).
>>
>> Again though, I'd be REALLY surprised if someone didn't detail the
>> install
>> on the web. Also, there may be docs in /usr/share/docs someplace. Check
>> RPM's docs to see how you can see where.
>>
>> BTW, for anyone trolling the archives in the future -- replace RPM's with
>> deb's or whatever other package type on other distributions. This is what
>> one would do to find out how to config any of them.
>>
>> =R
>>
>> .. Original Message ...
>> On Wed, 09 Jan 2008 11:39:14 +0100 <[EMAIL PROTECTED]> wrote:
>>> Hi
>>> I'm new bacula user and I have some problem to start bacula.
>>>
>>> my Hardware and Software specifics
>>>
>>> Fedora 8 2.6.23.8-63.fc8 x86_64 GNU/Linux, Bacula is from the fedora
>>> repository on version 2.0.3-11.fc8 and the director has support for
>>> the PostgresSQL DB.
>>>
>>> my problem
>>> I install with yum all bacula with postgresql packages, i made a
>>> modification on bacula-dir.conf and bconsole.conf, but still not
>>> working. Can somebody help ?
>>> Thanks..
>>>
>>> Is a step by step or a how to documentation with fedora 8 / postgresql
>>> (mysql) available ?
>>>
>>> failures
>>>
>>> ./bacula-dir start
>>> Starting bacula-dir: Error: Not been configured[FAILED]
>>>
>>>
>>>  bconsole:  Fatal error: bnet.c:870 Unable to connect to Director
>>> daemon on srhhost2:9101. ERR=Connection refused
>>>
>>> configs
>>>
>>> Director {# define myself
>>>   Name = bacula-dir
>>>   DIRport = 9101# where we listen for UA connections
>>>   QueryFile = "/etc/bacula/query.sql"
>>>   WorkingDirectory = "/var/spool/bacula"
>>>   PidDirectory = "/var/run"
>>>   Maximum Concurrent Jobs = 1
>>>   Password = "@@DIR_PASSWORD@@" # Console password
>>>   Messages = Daemon
>>> }
>>>
>>>
>>> #
>>> # Bacula User Agent (or Console) Configuration File
>>> #
>>>
>>> Director {
>>>   Name = bacula-dir
>>>   DIRport = 9101
>>>   address = srhhost
>>>   Password = "@@DIR_PASSWORD@@"
>>> }
>>>
>>>
>>>
>>>
>>>
>>>
>>> -
>>>
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>>>
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>>
> 
> 
> 
> 


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHhN8smb+gadEcsb4RAnf0AKCf+N++RqpcFD45mATl8ZXMBVfdUACbBZos
68xEpr+0xwyWzW9

Re: [Bacula-users] bacula fedora8 problem

2008-01-09 Thread Frank Sweetser
[EMAIL PROTECTED] wrote:
> Hi
> I edit all bacula config files the password placeholders replaced with
> (for testing)
> 
> Director {# define myself
>   Name = bacula-dir
>   DIRport = 9101# where we listen for UA connections
>   QueryFile = "/etc/bacula/query.sql"
>   WorkingDirectory = "/var/spool/bacula"
>   PidDirectory = "/var/run"
>   Maximum Concurrent Jobs = 1
>   Password = "start" # Console password
>   Messages = Daemon
> }
> 
> what means Console password, is this the root password ?
> thanks

No, Bacula has its own set of passwords that it uses for authentication
between the various components.

http://www.bacula.org/rel-manual/Customizin_Configurat_Files.html#SECTION00134

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula fedora8 problem

2008-01-09 Thread Frank Sweetser
[EMAIL PROTECTED] wrote:
> Hi
> I'm new bacula user and I have some problem to start bacula.
> 
> my Hardware and Software specifics
> 
> Fedora 8 2.6.23.8-63.fc8 x86_64 GNU/Linux, Bacula is from the fedora  
> repository on version 2.0.3-11.fc8 and the director has support for  
> the PostgresSQL DB.
> 
> my problem
> I install with yum all bacula with postgresql packages, i made a  
> modification on bacula-dir.conf and bconsole.conf, but still not  
> working. Can somebody help ?
> Thanks..
> 
> Is a step by step or a how to documentation with fedora 8 / postgresql  
> (mysql) available ?
> 
> failures
> 
> ./bacula-dir start
> Starting bacula-dir: Error: Not been configured[FAILED]

This is the relevant error message...

>Password = "@@DIR_PASSWORD@@" # Console password

... and here's the problem.  The startup scripts are noticing that you still
have the password placeholders, and assuming that you haven't configured
Bacula at all.  Edit the confg files, and at least change the password values
and you should be able to start the daemons.

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula fedora8 problem

2008-01-09 Thread Ryan Novosielski
I could search Google for you, but I don't know what good that would do 
anyone. I suggest you take a look yourself.

Barring that, if you read the installation chapter in the manual, you 
should see a point where you are supposed to 'make install' when using 
source code. You may have to do some or all of the things listed after this 
point in the manual. Look in your documentation for RPM to find out where 
the relevant files ended up (eg. for creating Bacula tables, etc.). Look 
also for what might be throwing the 'not configured' error. Might be a flag 
that you have to manually unset (so that the maintainer is sure that you 
bothered to config Bacula).

Again though, I'd be REALLY surprised if someone didn't detail the install 
on the web. Also, there may be docs in /usr/share/docs someplace. Check 
RPM's docs to see how you can see where.

BTW, for anyone trolling the archives in the future -- replace RPM's with 
deb's or whatever other package type on other distributions. This is what 
one would do to find out how to config any of them.

=R

.. Original Message ...
On Wed, 09 Jan 2008 11:39:14 +0100 <[EMAIL PROTECTED]> wrote:
>Hi
>I'm new bacula user and I have some problem to start bacula.
>
>my Hardware and Software specifics
>
>Fedora 8 2.6.23.8-63.fc8 x86_64 GNU/Linux, Bacula is from the fedora  
>repository on version 2.0.3-11.fc8 and the director has support for  
>the PostgresSQL DB.
>
>my problem
>I install with yum all bacula with postgresql packages, i made a  
>modification on bacula-dir.conf and bconsole.conf, but still not  
>working. Can somebody help ?
>Thanks..
>
>Is a step by step or a how to documentation with fedora 8 / postgresql  
>(mysql) available ?
>
>failures
>
>./bacula-dir start
>Starting bacula-dir: Error: Not been configured[FAILED]
>
>
>  bconsole:  Fatal error: bnet.c:870 Unable to connect to Director  
>daemon on srhhost2:9101. ERR=Connection refused
>
>configs
>
>Director {# define myself
>   Name = bacula-dir
>   DIRport = 9101# where we listen for UA connections
>   QueryFile = "/etc/bacula/query.sql"
>   WorkingDirectory = "/var/spool/bacula"
>   PidDirectory = "/var/run"
>   Maximum Concurrent Jobs = 1
>   Password = "@@DIR_PASSWORD@@" # Console password
>   Messages = Daemon
>}
>
>
>#
># Bacula User Agent (or Console) Configuration File
>#
>
>Director {
>   Name = bacula-dir
>   DIRport = 9101
>   address = srhhost
>   Password = "@@DIR_PASSWORD@@"
>}
>
>
>
>
>
>
>-
>Check out the new SourceForge.net Marketplace.
>It's the best place to buy or sell services for
>just about anything Open Source.
>http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>___
>Bacula-users mailing list
>Bacula-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bacula-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula fedora8 problem

2008-01-09 Thread roberto
Hi
I'm new bacula user and I have some problem to start bacula.

my Hardware and Software specifics

Fedora 8 2.6.23.8-63.fc8 x86_64 GNU/Linux, Bacula is from the fedora  
repository on version 2.0.3-11.fc8 and the director has support for  
the PostgresSQL DB.

my problem
I install with yum all bacula with postgresql packages, i made a  
modification on bacula-dir.conf and bconsole.conf, but still not  
working. Can somebody help ?
Thanks..

Is a step by step or a how to documentation with fedora 8 / postgresql  
(mysql) available ?

failures

./bacula-dir start
Starting bacula-dir: Error: Not been configured[FAILED]


  bconsole:  Fatal error: bnet.c:870 Unable to connect to Director  
daemon on srhhost2:9101. ERR=Connection refused

configs

Director {# define myself
   Name = bacula-dir
   DIRport = 9101# where we listen for UA connections
   QueryFile = "/etc/bacula/query.sql"
   WorkingDirectory = "/var/spool/bacula"
   PidDirectory = "/var/run"
   Maximum Concurrent Jobs = 1
   Password = "@@DIR_PASSWORD@@" # Console password
   Messages = Daemon
}


#
# Bacula User Agent (or Console) Configuration File
#

Director {
   Name = bacula-dir
   DIRport = 9101
   address = srhhost
   Password = "@@DIR_PASSWORD@@"
}






-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users