Thanks Martin!

I can started /usr/sbin/bacula-fd because the bacula-fd already done before the error on bconsole as you said before.
I try:
/usr/sbin/bacula-fd -c /etc/bacula/bacula.conf -d 99
And it returns me error that /var/run was not created, after I do it the bacula-fd run without problems.

Fernanda.

On 9/24/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
Send Bacula-users mailing list submissions to
        bacula-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
         https://lists.sourceforge.net/lists/listinfo/bacula-users
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bacula-users digest..."


Today's Topics:

   1. Re: BACULA 1.37.38 AIX 4.3 Undefined symbol ERROR (Martin Simmons)
   2. Round-robbin style appends (Ryan Novosielski)
   3. Re: Round-robbin style appends (Phil Stracchino)

--__--__--

Message: 1
Date: Fri, 23 Sep 2005 22:20:00 +0100
From: Martin Simmons <[EMAIL PROTECTED] >
To: [EMAIL PROTECTED]
CC: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] BACULA 1.37.38 AIX 4.3 Undefined symbol ERROR

>>>>> On Fri, 23 Sep 2005 22:15:50 +0100, Martin Simmons <[EMAIL PROTECTED]> said:

>>>>> On Fri, 23 Sep 2005 16:34:15 -0300, Fernanda Santoro < [EMAIL PROTECTED]> said:

  Fernanda> Now you can why where this problem is with the following report? I'll try
  Fernanda> download the last patch level of AIX 4.3 maintenace packages, this is a
  Fernanda> readme recomendation but I wouldn't like to apply it because I'm afraid of
  Fernanda> what may cause to the system.

  Fernanda> g++ -v -L../lib -L../cats -o bconsole console.o console_conf.o
  Fernanda> authenticate.o conio.o -ltermcap -lbac -lm -lpthread
  Fernanda> Reading specs from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0
  Fernanda> /2.9-aix51-020209/specs
  Fernanda> gcc version 2.9-aix51-020209
  Fernanda> /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/collect2
  Fernanda> -bpT:0x10000000 -bpD:0x20000000 -btextro -bnodelcsect -o bconsole
  Fernanda> /lib/crt0.o -L../lib -L../cats -L/usr/bin/../lib/gcc-lib/powerpc-
  Fernanda> ibm-aix4.3.3.0/2.9-aix51-020209 -L/usr/bin/../lib/gcc-lib
  Fernanda> -L/opt/freeware/GNUPro/lib/gcc-lib/powerpc- ibm-aix4.3.3.0/2.9-aix51-020209
  Fernanda> -L/usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/../../..
  Fernanda> -L/opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/=
  Fernanda> ../../..
  Fernanda> console.o console_conf.o authenticate.o conio.o -ltermcap -lbac -lpthread
  Fernanda> -lstdc++ -lm /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-02020=
  Fernanda> 9/libgcc.a
  Fernanda> -lc /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/libgcc.=
  Fernanda> a
  Fernanda> ld: 0711-317 ERROR: Undefined symbol: win32_client
  Fernanda> ld: 0711-317 ERROR: Undefined symbol: TERM_msg
  Fernanda> ld: 0711-317 ERROR: Undefined symbol: OK_msg
  Fernanda> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
  Fernanda> information.
  Fernanda> collect2: ld returned 8 exit status

  Fernanda> One more time, thanks for the help!

  Martin> The command line args to collect2 look OK to me, so AIX maintenace packages
  Martin> may be your only hope.

On more idea: maybe it built the bacula-fd already, just before this error?
The bconsole program is not actually needed for Bacula to work as a client,
because you can run bconsole on some other machine.

__Martin


--__--__--

Message: 2
Date: Fri, 23 Sep 2005 20:01:07 -0400
From: Ryan Novosielski <[EMAIL PROTECTED]>
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Round-robbin style appends

Is there any way to force the tapes to be appended to in a round-robbin
fashion for differentials? I'd prefer to not use the same tape everyday
in case of a catastrophic tape/head failure, but I'd like to only use
two or three tapes and keep appending them until they are full. Is this
a scenario that is possible with 1.36?

--
---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | | Ryan Novosielski - User Support Spec. III
|$&| |__| |  | |__/ | \| _| | [EMAIL PROTECTED] - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.| IST/AST - NJMS Medical Science Bldg - C630



--__--__--

Message: 3
Date: Fri, 23 Sep 2005 21:41:40 -0400
From: Phil Stracchino <[EMAIL PROTECTED]>
To: Ryan Novosielski < [EMAIL PROTECTED]>
CC:  bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Round-robbin style appends

Ryan Novosielski wrote:
> Is there any way to force the tapes to be appended to in a round-robbin
> fashion for differentials? I'd prefer to not use the same tape everyday
> in case of a catastrophic tape/head failure, but I'd like to only use
> two or three tapes and keep appending them until they are full. Is this
> a scenario that is possible with 1.36?

Sorry, no, there is no existing mechanism for round-robin tape usage.
You'd have to do it by hand if you wanted to do it.  I cannot recommend
it, though; due to the necessity for rewinding and positioning, it would
increase wear both on your tapes and on your drive, making a failure
more probable overall.


--
Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
Mobile: 603-216-7037         Landline: 603-886-3518



--__--__--

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


End of Bacula-users Digest

Reply via email to