Re: [Bacula-users] LTO via USB

2022-08-23 Thread Wolfgang Denk
onverting SATA to USB. And this is certainly not a PCIe card either. > I'm assuming that I should still be able to run Bacula with the above? I would think so, too. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich,

Re: [Bacula-users] Change expiration date of a single volume

2022-07-15 Thread Wolfgang Denk
difference? > > Yes, that is the purpose of the recycle field. > > See the doc for Recycle = in the Pool directive: Hm, yes, but this is an attribute of the whole pool. And I do not want to have this for the whole pool, just for a single tape. Best regards, Wolfgang Denk --

Re: [Bacula-users] Change expiration date of a single volume

2022-07-15 Thread Wolfgang Denk
Bytes=0 MaxPoolBytes=0 MigTime=0 secs MigHiBytes=0 MigLoBytes=0 CacheRetention=0 secs JobRetention=0 secs FileRetention=0 secs Please let me know what else you might want to see. Thanks! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Direct

Re: [Bacula-users] Change expiration date of a single volume

2022-07-15 Thread Wolfgang Denk
t volumes on tape here! I can see that this works fine for disk volumes used for backing up the catalog. The only difference between these that I can see is that the disk volumes have recycle=1 set, while the tape volumes have recycle=0 . Does this make the difference? Best regards, Wolfgang D

[Bacula-users] Change expiration date of a single volume

2022-07-15 Thread Wolfgang Denk
I'm looking for a way to do this all just from the bconsole, for example. But "update volume" does not alow to change the expiration date - or am I missing something? [This is with Bacula 11.0.6 under Fedora 36.] Thanks in advance. Best regards, Wolfgang Denk -- DENX Softw

Re: [Bacula-users] Query failed: ERROR: relation "filename" does not exist

2021-12-14 Thread Wolfgang Denk
old syntax. The difference is mostly using "Filename.Name" in the old code, while "File.FileName" is needed now. To fix, I copied the bacula/examples/sample-query.sql file from the top-of-tree in the git repository, and this works fine. Thanks for all who replied! Best reg

Re: [Bacula-users] Query failed: ERROR: relation "filename" does not exist

2021-12-14 Thread Wolfgang Denk
.JobId=92777 AND File.FileIndex > 0 AND Filename.FilenameId=File.FilenameId AND Path.PathId=File.PathId ORDER BY Path.Path,Filename.Name; Is this working for you? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich,

Re: [Bacula-users] Query failed: ERROR: relation "filename" does not exist

2021-12-14 Thread Wolfgang Denk
cceeded. As you can see, there were no error messages. The big question is: what can I do to fix the problem? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany P

Re: [Bacula-users] Query failed: ERROR: relation "filename" does not exist

2021-12-13 Thread Wolfgang Denk
missed one. Do you have a hint, which one? And, of this was an older one, how to fix it? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (

[Bacula-users] Query failed: ERROR: relation "filename" does not exist

2021-12-13 Thread Wolfgang Denk
.ClientId ORDER BY Job.StartTime DESC LIMIT 20; Does this ring a bell to somebody? Any ideas how to fix that? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, G

Re: [Bacula-users] Hanging w. Dir inserting Attributes

2021-07-23 Thread Wolfgang Denk
activity. Check if your DB is running and make sure it is tuned for your system configuration. If you are not already using PostgreSQL, you may consider migrating to it. Hope this helps. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165

Re: [Bacula-users] How to convert the catalogue to Bacula 11.0.2 mode.

2021-04-30 Thread Wolfgang Denk
27;m using mysql? Ah, no, of course not. Sorry, I didn't pay attention. In this case the user should probably be "mysql", but I can't test this as none of my Bacula systems uses MySQL any more [I converted to PostreSQL many years ago, as it was _significantly_ faster.] Best re

Re: [Bacula-users] How to convert the catalogue to Bacula 11.0.2 mode.

2021-04-30 Thread Wolfgang Denk
run the catalogue update script I get: ... > [erik@Erik-PC bacula]$ /usr/libexec/bacula/update_mysql_tables You should run this script as user "postgres". See my message from yesterday for details. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Dire

Re: [Bacula-users] How to convert the catalogue to Bacula 11.0.2 mode.

2021-04-30 Thread Wolfgang Denk
must run the "update_bacula_tables" script that is > in the new version.  It is normally found in the /src/cats > directory. In Fedora, it gets installed as /usr/libexec/bacula/update_bacula_tables Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wol

Re: [Bacula-users] How to convert the catalogue to Bacula 11.0.2 mode.

2021-04-29 Thread Wolfgang Denk
TABLE CREATE INDEX UPDATE 2 COMMIT Update of Bacula PostgreSQL tables 1021 to 1022 succeeded. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax:

Re: [Bacula-users] Spooling vs buffering

2019-02-07 Thread Wolfgang Denk
n't have 800GB available for the spool file either, which means my > choices are: OK, if this is your problem, then ask yourself how much it would cost to add sufficient storage. Come on, be real! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wo

Re: [Bacula-users] Spooling vs buffering (was: Autochanger Configuration Help)

2019-02-07 Thread Wolfgang Denk
han this and spooling will slow things down. This is not correct, if you consider incremental and differential backups. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany P

Re: [Bacula-users] modifying established jobs

2018-10-26 Thread Wolfgang Denk
r. > > And you should regard 'reload' as a temporary measure and restart the > Director when opportunity permits. What is the rationale for this recommendation? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 1652

Re: [Bacula-users] modifying established jobs

2018-10-26 Thread Wolfgang Denk
erwise it would take only effect after restarting the director. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w

Re: [Bacula-users] Relabel tapes without loosing data

2018-07-03 Thread Wolfgang Denk
"label ... barcodes" command and result in the old tape names; but I guess for new tapes you would switch to a new label scheme anyway.]] Hope this helps. Viele Grüße, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 1652

Re: [Bacula-users] Tape Library Drivers Order Suggestion Device Paths Serial Script

2018-05-04 Thread Wolfgang Denk
ply "cd" into the /dev/tape/by-id/ directory in your script before doing anything else. The latter is easier to implement, while the former would result in better readable file names. But all these changes will not fix the problem that devices currently used (for example by a running ba

Re: [Bacula-users] Tape Library Drivers Order Suggestion Device Paths Serial Script

2018-05-04 Thread Wolfgang Denk
rs placed after device on command line] sginfo version: 2.35 [20140403]; See man page for more details. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49

Re: [Bacula-users] Having to restart Storage Daemon after unmount/mount

2018-03-30 Thread Wolfgang Denk
5. From bconsole issue a mount command > 6. Next issue a label barcodes command > 7. Finally verify slots are updated by issuing a status slots command Did you try running an "update slots barcodes" command after step 4 ? Best regards, Wolfgang Denk -- DENX Softwa

Re: [Bacula-users] LTO Cartridge Memory Specification?

2015-10-22 Thread Wolfgang Denk
Dear Rudolf, I wrote: > OK, so "TAF" means Tape Alert Flag - makes sense. > > Do you also happen to know what these numbers mean? As mentioned, I > have a few tapes which show "3, 4, 6", and one which shows "3, 4, 6, 20". Once I can search for "Tape Alert Flag", I can also find these error code

Re: [Bacula-users] LTO Cartridge Memory Specification?

2015-10-22 Thread Wolfgang Denk
I guess these numbers have some meaning? Of course I can just act on a base "any entrey means tape is bad", but I would feel better if I were able to understand what went wrong. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk

[Bacula-users] LTO Cartridge Memory Specification?

2015-10-22 Thread Wolfgang Denk
anybody shed any light on this? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de &qu

Re: [Bacula-users] bacula.org web site non-functional?

2014-07-26 Thread Wolfgang Denk
unusable web design. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de "Pardon me for breathing, wh

Re: [Bacula-users] bacula.org web site non-functional?

2014-07-26 Thread Wolfgang Denk
Fedora 20 with all current updates installed; browser is Firefox 30.0 (firefox-30.0-4.fc20.x86_64). I have the same issue on 3 (more or less identically configured)( systems. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich

[Bacula-users] handling of mixed media types

2014-07-25 Thread Wolfgang Denk
ssible while the web site is non-functional) the manual, but with no working solution yet.] Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone:

[Bacula-users] bacula.org web site non-functional?

2014-07-25 Thread Wolfgang Denk
ion... Or am I missing something? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de Our business i

[Bacula-users] Auto-select for different media types?

2014-05-12 Thread Wolfgang Denk
LTO-4 media available for the needed pool? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Emai

Re: [Bacula-users] When does bacula use multiple tape drives

2014-03-31 Thread Wolfgang Denk
our bacula-dir.conf, you should have something like this: # Definition of LTO autoloader Storage { Name = LTOLIB Address = ... SDPort= 9103 Password = ... Device= Qualstar Media Type= LTO6 Autochanger = yes Maximum Concurrent Jobs = 6 } Best rega

Re: [Bacula-users] When does bacula use multiple tape drives

2014-03-31 Thread Wolfgang Denk
he same pool into more than 1 drive at a > time. Yes, it can. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989

Re: [Bacula-users] Fatal error: askdir.c:340 NULL Volume name. This shouldn't happen!!!

2014-02-17 Thread Wolfgang Denk
there should be no need to ask for any other tape. - if the volume is allocated first, and it is already loaded in a suitable drive, then that drive should be used, ant not the other one. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zund

Re: [Bacula-users] Fatal error: askdir.c:340 NULL Volume name. This shouldn't happen!!!

2014-02-17 Thread Wolfgang Denk
nevertheless, or in a few weeks when it is sure that > this helped). We didn't have to wait long. The error happened again last night, now with VolumeRetention set to 1,638,000 seconds = 455h = 18d + 23h. Seems this is another problem. Best regards, Wolfgang Denk -- DENX Software Eng

Re: [Bacula-users] Fatal error: askdir.c:340 NULL Volume name. This shouldn't happen!!!

2014-02-16 Thread Wolfgang Denk
r all volumes in this pool; I have changed this now to 455h (= 18d + 23h). Let's see what happens. Thanks for the hint; I will report results in a while (either when it happens again nevertheless, or in a few weeks when it is sure that this helped). Best regards, Wolfgang Denk --

Re: [Bacula-users] Fatal error: askdir.c:340 NULL Volume name. This shouldn't happen!!!

2014-02-16 Thread Wolfgang Denk
I have now registered to the bug database and files a bug report: http://bugs.bacula.org/view.php?id=2027 Let's hope this will be fixed soon. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5

Re: [Bacula-users] Fatal error: askdir.c:340 NULL Volume name. This shouldn't happen!!!

2014-02-13 Thread Wolfgang Denk
. Hm... Haven't seen this here yet. Thanks! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w..

[Bacula-users] Fatal error: askdir.c:340 NULL Volume name. This shouldn't happen!!!

2014-01-28 Thread Wolfgang Denk
t;interesting" thing is that it's always the same 2 jobs out of my list which are candidates for this error. And it does not always happen - maybe 2 times per week or so... All this is with 5.2.13 on Fedora 20 systems... All help / ideas welcome. Thanks in advance. Best regards, Wo

Re: [Bacula-users] SOLVED: catalog problem: duplicate key value violates unique constraint "fileset_pkey"

2014-01-15 Thread Wolfgang Denk
e been simplified, but I didn't know this then yet (and I hope I will never have to do this again). > hope this helps and good luck, It did. Thanks a lot for your help - I highly appreciate it. If we ever should run into each other in real life please remember me that I owe you some beer.

Re: [Bacula-users] catalog problem: duplicate key value violates unique constraint "fileset_pkey"

2014-01-15 Thread Wolfgang Denk
s. You were right once more. Running as "postgres" worked fine. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142

Re: [Bacula-users] catalog problem: duplicate key value violates unique constraint "fileset_pkey"

2014-01-15 Thread Wolfgang Denk
ation fileset_filesetid_s= > eq > > Interesting... "select current_user" will tell you what role name > bconsole is using. It was "postgres". > With psql you can connect as any role: > > psql -U -d Indeed, running as user "postgres" fixed

Re: [Bacula-users] catalog problem: duplicate key value violates unique constraint "fileset_pkey"

2014-01-14 Thread Wolfgang Denk
| 10 | | file_fileid_seq | 10 | | storage_storageid_seq | 10 | +---+--+ OK, now I know which sequences I have to check, but I still don't know what owner "10" means... Best regar

Re: [Bacula-users] catalog problem: duplicate key value violates unique constraint "fileset_pkey"

2014-01-14 Thread Wolfgang Denk
,807 | 1 | 1 | 32 | f | t | +---++-+--+---+---+-+-+---+---+ Enter SQL query: Sorry, my DB / sql knowledge is somewhat limited (read: non-existient). Could you please be so kind and tell me how I could fix that? Thanks in advance! Best reg

[Bacula-users] catalog problem: duplicate key value violates unique constraint "fileset_pkey"

2014-01-13 Thread Wolfgang Denk
never showed any such problem. I have been wondering if there was some DB issue for these jobs, which is one of the reasons for switching to PostgreSQL. But maybe this is totally unrelated... Any help welcome. Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [Bacula-users] Bacula transfer limited 100Mbit/s

2013-05-04 Thread Wolfgang Denk
east one other bottleneck in your setup. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de Microsof

Re: [Bacula-users] PGSQL: make_catalog_backup.pl dumps everything?

2013-01-11 Thread Wolfgang Denk
gt; Case in point: mtx-changer. > > I suggest that you do similar. I'm doing that. I just didn't understand what the script was doing. But as it turned out, it was just a RFTDM problem. Now where was my brown paper bag? ;-) Best regards, Wolfgang Denk -- DENX Software Engineering G

Re: [Bacula-users] PGSQL: make_catalog_backup.pl dumps everything?

2013-01-11 Thread Wolfgang Denk
n - I was looking for a command line argument, and saw none. But you are right, indeed it sets the PGDATABASE environment variable. Thanks a lot! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenst

Re: [Bacula-users] PGSQL: make_catalog_backup.pl dumps everything?

2013-01-11 Thread Wolfgang Denk
chema and what else). I think this is not correct - I may end up backing up many, many gigabytes of data which are totally unrelated. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Gro

[Bacula-users] PGSQL: make_catalog_backup.pl dumps everything?

2013-01-09 Thread Wolfgang Denk
latter, what is the rationale? I'm running Bacula 5.2.12-3 on Fedora 17 systems. Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-

Re: [Bacula-users] PostgreSQL: import of DB from MySQL fails

2013-01-06 Thread Wolfgang Denk
? > > I would look at non-Bacula resources. What you are doing is > Postgresql-specific. You are definitely right here. But the hints I get there are not really helpful, at least not to me - I ain't no DB expert after all. Thanks. Best regards, Wolfgang Denk -- DENX Software

Re: [Bacula-users] PostgreSQL: import of DB from MySQL fails

2012-12-30 Thread Wolfgang Denk
much better (at least no errors so far), albeit _terribly_ slow. I did not expect import times in the order of _weeks_. Has anybody else successfully done an update MySQL => PostgrS!L recently? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk &

Re: [Bacula-users] PostgreSQL: import of DB from MySQL fails

2012-12-30 Thread Wolfgang Denk
der creating an empty > database and bscanning all existing volumes into it. This is not really an option for me. I have >700 tapes (including a large number of old, slow SLR100 and DDS-3 tapes) in 2 databases. Scanning these tapes would take ages and cause a significant amount of manual inte

Re: [Bacula-users] PostgreSQL: import of DB from MySQL fails

2012-12-30 Thread Wolfgang Denk
or about 8 days. And this is only the smaller of my bacula databases... Is there something going wrong? I guess there is no way to check before the process completes, right? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB

Re: [Bacula-users] PostgreSQL: import of DB from MySQL fails

2012-12-28 Thread Wolfgang Denk
quot;File" VALUES (1422233176,1941692,37890,1487195,... ^ ERROR: relation "File" does not exist LINE 1: INSERT INTO "File" VALUES (1406866989,2278503,37516,1674162,... ^ ERROR: relation "File" does not exist LINE 1: INSE

Re: [Bacula-users] PostgreSQL: import of DB from MySQL fails

2012-12-28 Thread Wolfgang Denk
o there must be some other problem... Hm google tells me about some "--compatible=postgresql" argument to mysqldump ... Will try that. But then - why isn't this mentioned anywhere in the bacula docs? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfga

[Bacula-users] PostgreSQL: import of DB from MySQL fails

2012-12-28 Thread Wolfgang Denk
37886,7163,1817... ^ ... It appears that the file formats are not compatible. Is there anything I'm missing, or some simple fix (like substituting all "`" charatcers with "'" or so) ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [Bacula-users] PostgreSQL - how to exclude bacula database?

2012-12-28 Thread Wolfgang Denk
bal postmaster.log Thanks - that was really helpful! > This assumes you are dumping each database, including the globals > database, to disk and backing that up. Understood, doing that. Thanks again. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk &

Re: [Bacula-users] PostgreSQL - how to exclude bacula database?

2012-12-28 Thread Wolfgang Denk
when I can > afford to loose some records) I don't understand you. You complain that mysqldump was unreliable (and causing inconsistent backup data), which is apparently not true, and then you recommend some other tools which may "loose some records"? This makes little sense to me. B

[Bacula-users] PostgreSQL - how to exclude bacula database?

2012-12-27 Thread Wolfgang Denk
een so far contain similar (at least similar obvious) exclude rules. What am I missing here? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (

Re: [Bacula-users] PostgreSQL - Could not open Catalog "MyCatalog", database "bacula"

2012-12-27 Thread Wolfgang Denk
localhost, 10.1.1.1' Indeed - fixing listen_addresses solves the issue. > Hope that helps. It does - thanks a lot!! I owe you yet another beer... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchens

Re: [Bacula-users] PostgreSQL - Could not open Catalog "MyCatalog", database "bacula"

2012-12-27 Thread Wolfgang Denk
his fixes the problem. OK, assuming I would like to have the flexibility of running the DB on another host it seems I need to re-check pg_hba.conf ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-

Re: [Bacula-users] PostgreSQL - Could not open Catalog "MyCatalog", database "bacula"

2012-12-27 Thread Wolfgang Denk
acula.org/manuals/en/catalog/catalog/Installi_Configur_PostgreS.html). This doesn't help. There must be some other problem. Is there any way to get more debug information from bacula and/or PostgreSQL? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk &

Re: [Bacula-users] PostgreSQL - Could not open Catalog "MyCatalog", database "bacula"

2012-12-27 Thread Wolfgang Denk
e PostgreSQL, so this is OK, I think. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de If you wa

[Bacula-users] PostgreSQL - Could not open Catalog "MyCatalog", database "bacula"

2012-12-27 Thread Wolfgang Denk
ug which actual operation is failing? Or otherwise find out which exact setting might be wrong? Thanks in advance... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany P

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-18 Thread Wolfgang Denk
o begin with. Eventually such a check could be added? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-8

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-18 Thread Wolfgang Denk
Dear Radoslaw, In message you wrote: > > > # Definition of LTO(3) autoloader > > Storage { ... > > Device= LTO3-0, LTO3-1 > > Here should be a Device = Autochanger Thanks a lot - this indeed fixes it. Best regards, Wolfgang Denk -- DENX Software Enginee

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-18 Thread Wolfgang Denk
s already mounted with Volume "DIF000L3" Thanks again! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Ema

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-18 Thread Wolfgang Denk
t; > And do you have two or more drives? The autoloader has two drives. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-6

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-18 Thread Wolfgang Denk
er drive[0]:" prompt. That would be a bit strange. The format of this message is generally used to allow input of a user chosen value, showing the default value in brackets - i. e. when I press enter it uses drive # 0, but I can overwrite this by entering another value, like 1 in my case

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-15 Thread Wolfgang Denk
.2.11-3.fc17.x86_64 bacula-console-bat-5.2.11-3.fc17.x86_64 bacula-director-5.2.11-3.fc17.x86_64 bacula-docs-5.2.11-1.fc17.noarch bacula-libs-5.2.11-3.fc17.x86_64 bacula-libs-sql-5.2.11-3.fc17.x86_64 bacula-storage-5.2.11-3.fc17.x86_64 Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-15 Thread Wolfgang Denk
Note that already the "3304 Issuing autochanger "load slot 25, drive 0" command." is incorrect, it should have "drive 1" instead. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirch

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-15 Thread Wolfgang Denk
bacula/mtx-changer %c %o %S %a %d" > >Changer Device = /dev/tape/by-id/scsi-1BDT_FlexStor_II_00DE64100465_LL0 > > } > > Try replacing the two Device= lines with one line: > Device = LT03-0,LT02-1 Thanks for the idea - done, but unfortunately this does not change the

Re: [Bacula-users] Copy + Migrate to different ppols - was: Tape-to-tape copy job?

2012-11-15 Thread Wolfgang Denk
Dear Adrian, In message <2012165221.ga25...@r2d2.s.lihas.de> you wrote: > > On Sun, Nov 11, 2012 at 03:05:12PM +0100, Wolfgang Denk wrote: > > OK, the task is: > > 1) Backup some jobs to pool DISK > > 2) Copy these jobs from pool DISK to pool ARCHIVE > >

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-15 Thread Wolfgang Denk
It's some problem with the director (or more likely with it's configuration) that causes it to always use drive index 0 only. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [Bacula-users] How to specify drive of Autochanger?

2012-11-15 Thread Wolfgang Denk
; # Spool Data to disk before writing to tape Spool Directory = /backup/spool Maximum Spool Size = 5120GB Maximum Job Spool Size = 5120GB } Any attempt to access storage "LTOLIB" will always go to drive 0 (aka "LTO3-0" = /dev/tape/by-id/scsi-35000e11802947001-nst) only.

Re: [Bacula-users] Copy + Migrate to different ppols - was: Tape-to-tape copy job?

2012-11-11 Thread Wolfgang Denk
igrate) from one pool to two or more other pools. Or am I missing something? Is there any deeper technical reason for such a limitation [except that nobody needed this before, so it was just never anticipated] ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Den

Re: [Bacula-users] Tape-to-tape copy job?

2012-11-10 Thread Wolfgang Denk
migration to tape, and another for for copying to the archive tapes. Can this be done? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 F

Re: [Bacula-users] wanted on DEVICE-0, is in use by device DEVICE-1

2012-11-09 Thread Wolfgang Denk
oChanger = yes # Enable the Alert command only if you have the mtx package loaded # Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'" # If you have smartctl, enable this, it has more info than tapeinfo Alert Command = "sh -c 'smartctl -H -l error %c'&

[Bacula-users] Tape-to-tape copy job?

2012-11-05 Thread Wolfgang Denk
looking for, but how can I set this up to provide such information interactively on the console command line? Any help welcome, thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [Bacula-users] Summary - Tweak SCSI negotiation settings

2012-10-21 Thread Wolfgang Denk
earlier postings here that this should be chosenin the 1024 ... 2048 KiB range. With this setup I get now sustained data rates of 55...59 MiB/sec for uncompressible data, and data rates varying between 80...140 MiB/sec for compressible data. Thanks! Wolfgang Denk -- DENX Software Engineering G

Re: [Bacula-users] Tweak SCSI negotiation settings

2012-10-18 Thread Wolfgang Denk
uch better performance, the 2940 is from last millenia Agreed. Thanks for confirming my suspicion that I should start by replacing the SCSI adapter. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5,

[Bacula-users] Tweak SCSI negotiation settings

2012-10-18 Thread Wolfgang Denk
for auch a limitation. [Yes, I am aware that the Adaptec 2940 is not exactly new. But I should get more than 8.8 MB/s out of it, should I not?] Any help welcome. Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235

Re: [Bacula-users] parallelizing jobs

2012-04-05 Thread Wolfgang Denk
terminated, the client says it is running no jobs at this time. Only SD and DIR are still processing this job. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+4

Re: [Bacula-users] parallelizing jobs

2012-04-05 Thread Wolfgang Denk
s use the same pool, so both jobs and thus both clients will use the same volume. There are other jobs running in parallel, too (but not as many as to run into the max job limit). Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235

Re: [Bacula-users] parallelizing jobs

2012-04-05 Thread Wolfgang Denk
Dear John Drescher, In message you wrote: > > Do you have any restrictions on how many jobs go per volume? No. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Ger

[Bacula-users] parallelizing jobs

2012-04-05 Thread Wolfgang Denk
something that involves the DIR and the SD only, so it should not block the client from starting the next backup job. Seems I'm missing something here. Any ideas are highly welcome. Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [Bacula-users] Problems with Jumbo packets?

2012-01-06 Thread Wolfgang Denk
the NIC / driver side of things. Thanks for all the advice. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w

Re: [Bacula-users] Problems with Jumbo packets?

2012-01-06 Thread Wolfgang Denk
Dear Frank Sweetser, In message <4f0722a4.5090...@wpi.edu> you wrote: > > Are all of the machines on the same subnet? If not, you'll also have to check > the MTU on all of your local router interfaces. Yes, they are all in the same net, and all on the same switch. Best reg

Re: [Bacula-users] Problems with Jumbo packets?

2012-01-06 Thread Wolfgang Denk
Maybe you could take a look at the NIC on the impacted hosts Yes, I do have some of these, too. But these are easy to spot as they don't accept larger MTU's: # ifconfig eth0 mtu 9000 SIOCSIFMTU: Invalid argument # ifconfig eth0 mtu 7200 # Best regards, Wolfgang Denk -- DENX

[Bacula-users] Problems with Jumbo packets?

2012-01-06 Thread Wolfgang Denk
regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de This restaurant was advertising breakfast any time.

Re: [Bacula-users] Linux: backup and restore of file capabilities ?

2012-01-03 Thread Wolfgang Denk
> I need to think how we are going to solve that. I understand the problem is located, and no further testing on my side is needed? Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-8

Re: [Bacula-users] Linux: backup and restore of file capabilities ?

2012-01-02 Thread Wolfgang Denk
for xattr save messages. > > Done that, but I could not see any. The log file is available here: ftp://ftp.denx.de/pub/tmp/log.gz Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groe

Re: [Bacula-users] Linux: backup and restore of file capabilities ?

2012-01-02 Thread Wolfgang Denk
ommon-5.0.3-13.fc16.x86_64 bacula-director-mysql-5.0.3-13.fc16.x86_64 bacula-docs-5.0.3-13.fc16.x86_64 bacula-storage-common-5.0.3-13.fc16.x86_64 bacula-storage-mysql-5.0.3-13.fc16.x86_64 Anything ales I could look for? Thanks in advance. Best regards, Wolfgang

[Bacula-users] Linux: backup and restore of file capabilities ?

2012-01-01 Thread Wolfgang Denk
x27;t know how to create a 100% correct backup of a plain vanilla Linux root filesystem... :-( Happy new year, btw... Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+4

Re: [Bacula-users] st: from_buffer offset overflow. - I/O Error

2011-06-15 Thread Wolfgang Denk
B buffer for your tape driver? Bacula will write in 63 KiB blocks, so you should never need that much. What does your /etc/stinit.def look like? [Or where else do you configure your tape driver to use such buffers?] Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang De

Re: [Bacula-users] Cancel Multiple Jobs

2011-06-14 Thread Wolfgang Denk
o echo cancel JobId=$i ; done | bconsole Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de Emotions a

Re: [Bacula-users] Bacula stalls after 2.5 TB

2010-12-03 Thread Wolfgang Denk
U) is helpful. Also check if you have software compression enabled in your setup. My speculation is still that this might be a sparse file (eventually unintentionally, like after disk errors) and you consume the time compressing a zillion of null bytes or similar. Best regards, Wolfgang Denk

Re: [Bacula-users] Bacula stalls after 2.5 TB

2010-12-01 Thread Wolfgang Denk
tus storage" report? Can you see or hear if the tape drive is active? What does a "ls -l /firewall/mysql/archive/sdw_netflow/netflow_20100430.tar" on that system show? Is there any chance that this is a sparse file with (big) holes (eventually even unintentionally, like after some

Re: [Bacula-users] change tape status while backups are running

2010-06-02 Thread Wolfgang Denk
and I don't want to wait that long. On the other hand, I don't want to job to stall until Monday when the tape finally fills up. If it was possible to signal a "tape full" condition, I could enforce the insertion of a new magazine. Best regards, Wolfgang Denk -- DENX Softwa

  1   2   >