[Bacula-users] prevent bacula from writing to a new tape

2007-01-28 Thread Oliver Lehmann
Hi,

I've a diff pool of 6 virtual slots (saving on hdd) I wonder now why
bacula took for each job a new virtual tape so i'm now left w/o an
available slot and a stuck backup. How can I fix this? This is the
first time I noticed it. The last thing I've changed is the number
of how many jobs may run in parallel from 5 to 1 because I had some
problems in the past regarding to busy volumes

28-Jan 01:05 nudel-dir: Start Backup JobId 320, 
Job=client-avocado-files.2007-01-28_01.05.00
28-Jan 01:05 avocado-fd: DIR and FD clocks differ by -5 seconds, FD 
automatically adjusting.
28-Jan 01:05 nudel-sd: Labeled new Volume Diff-0004 on device FileStorage 
(/mnt/files/.bacula).

28-Jan 01:24 nudel-dir: Start Backup JobId 321, 
Job=client-fiori-files.2007-01-28_01.05.01
28-Jan 01:25 nudel-dir: Pruned 5 Jobs on Volume Diff-0002 from catalog.
28-Jan 01:25 nudel-dir: ua_purge.c:611 All records pruned from Volume 
Diff-0002; marking it Purged
28-Jan 01:25 nudel-dir: Recycled volume Diff-0002
28-Jan 01:25 nudel-sd: Recycled volume Diff-0002 on device FileStorage 
(/mnt/files/.bacula), all previous data lost.

28-Jan 01:26 nudel-dir: Start Backup JobId 322, 
Job=client-gurke-files.2007-01-28_01.05.02
28-Jan 01:26 nudel-dir: Created new Volume Diff-0005 in catalog.
28-Jan 01:26 nudel-sd: Labeled new Volume Diff-0005 on device FileStorage 
(/mnt/files/.bacula).
28-Jan 01:26 nudel-sd: Wrote label to prelabeled Volume Diff-0005 on device 
FileStorage (/mnt/files/.bacula)

28-Jan 01:26 nudel-dir: Start Backup JobId 323, 
Job=client-kartoffel-files.2007-01-28_01.05.03
28-Jan 01:26 nudel-dir: Created new Volume Diff-0006 in catalog.
28-Jan 01:26 nudel-sd: Labeled new Volume Diff-0006 on device FileStorage 
(/mnt/files/.bacula).
28-Jan 01:26 nudel-sd: Wrote label to prelabeled Volume Diff-0006 on device 
FileStorage (/mnt/files/.bacula)

28-Jan 01:27 nudel-sd: Job client-nudel-files.2007-01-28_01.05.04 waiting. 
Cannot find any appendable volumes.


-rw-r-   1 baculabacula208983451 Jan 14 01:11 Diff-0001
-rw-r-   1 baculabacula 17085593 Jan 28 01:25 Diff-0002
-rw-r-   1 baculabacula236315816 Jan 21 01:06 Diff-0003
-rw-r-   1 baculabacula 34992661 Jan 28 01:24 Diff-0004
-rw-r-   1 baculabacula  1664910 Jan 28 01:26 Diff-0005
-rw-r-   1 baculabacula 99387890 Jan 28 01:27 Diff-0006


-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] prevent bacula from writing to a new tape

2007-01-28 Thread Oliver Lehmann
Oliver Lehmann wrote:

 I've a diff pool of 6 virtual slots (saving on hdd) I wonder now why
 bacula took for each job a new virtual tape so i'm now left w/o an
 available slot and a stuck backup. How can I fix this? 

I hate to reply to my own posts, but setting Maximum Volume Jobs should
probably do the job...


-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem establishing TLS console-dir

2007-01-28 Thread Jan Röhrich
Hello list,

I'm writing because I tried to establish a TLS connection between
bconsole on host 'nbjr' with the director on host 'slowness'.
After some issues with wrong CNs and a lot of problems like that I can
now establish a connection but if I type the command 'help' into the
console I get the answer 'help: is an invalid command.'. It's the same
with any other command.

Below are the relevant bacula config files. I also attached the
conversation between bconsole and director recorded with wireshark. For
me everything seems to be ok, a little cram-md5 stuff and later
encrypted conversation.

Hope somebody can help. I really need TLS working because I want to
backup over WLAN.

Best regards 

Jan


 ./bconsole
Connecting to Director slowness.home.roehrich.eu:9101
1000 OK: slowness-dir Version: 2.0.1 (12 January 2007)
Enter a period to cancel a command.
*help
help: is an invalid command.
*


Any ideas?

My config files:
bacula-dir.conf (only relevant areas)

Director {# define myself
  Name = slowness-dir
  TLS Enable = yes
  TLS Require = yes
  TLS Verify Peer = yes
  TLS Allowed CN = [EMAIL PROTECTED]
  TLS CA Certificate File = /etc/pki/tls/certs/vlugCA.crt
  TLS Certificate = /etc/pki/tls/certs/slowness.home.roehrich.eu.crt
  TLS Key = /etc/pki/tls/private/slowness.home.roehrich.eu.key
  DIRport = 9101# where we listen for UA connections
  QueryFile = /etc/bacula/query.sql
  WorkingDirectory = /var/bacula
  PidDirectory = /var/run
  Maximum Concurrent Jobs = 4
  Password = 932jhewdhiu3hzwihd87wqzteiuwhdiu37zei
  Messages = Daemon
}
Console {
  Name = nbjr-console
  Password = rjglkfdsjgfdsjgfdlgkjfsl
  TLS Enable = yes
  TLS Require = yes
  TLS CA Certificate File = /etc/pki/tls/certs/vlugCA.crt
  TLS Certificate = /etc/pki/tls/certs/slowness.home.roehrich.eu.crt
  TLS Key = /etc/pki/tls/private/slowness.home.roehrich.eu.key
}
--

bconsole.conf:
--
Console {
  Name = nbjr-console
  Password = rjglkfdsjgfdsjgfdlgkjfsl
  TLS Enable = yes
  TLS Require = yes
  TLS Certificate = /etc/pki/tls/certs/nbjr-fd.crt
  TLS Key = /etc/pki/tls/private/nbjr-fd.key
  TLS CA Certificate File = /etc/pki/tls/certs/vlugCA.crt
}

Director {
  Name = slowness-dir
  DIRport = 9101
  address = slowness.home.roehrich.eu
  Password = 932jhewdhiu3hzwihd87wqzteiuwhdiu37zei
  TLS Enable = yes
  TLS Require = yes
  TLS CA Certificate File = /etc/pki/tls/certs/vlugCA.crt
}



Hello nbjr-console calling

...8
auth cram-md5 [EMAIL PROTECTED] ssl=2


29/eDj/Dp7/LA6+7d4+vmC.
...
1000 OK auth

...4
auth cram-md5 [EMAIL PROTECTED] ssl=2


p6/ZM6xyA89S2wkc8WAxZD.
...
1000 OK auth
A...=..E...8.. .[%..e.|.Q.8#
.9.8.5.
.f.3.2./
J...F..EM...ct..H.!.A...; k3S. 
3..5^4.]P.T...~.)m..`#IN.5.B.;..F0..B0..0
..*.H..
.0..1.0...UDE1.0...UBaden-Wuerttemberg1.0...UIllingen1#0!..U.
..Linux User Group Vaihingen1.0...U...
Webhosting1.0...UJan Roehrich1 0...*.H..
[EMAIL PROTECTED]
070128135559Z.
170125135559Z0..1.0...UDE1.0...UBaden-Wuerttemberg1.0...UIllingen1.0...U.
.
CM-Systeme10 ..Uslowness.home.roehrich.eu1%0#..*.H..
[EMAIL PROTECTED]0
..*.H..
..0..
..I.).`..d.8v.
...dei/...hS,...P.tR..4.3.K.jGl..=K.G-!h.D..q.J).+#.8VA..0|G..).C,4U...0..R3(.hJ..efs8
...(]..m.{..i..G.~4..5..Gq.-l.)u..-J.MG.].d..h..[.P=...w*.MA...
.+..m...0
..*.H..
...
..}n..\h8.o..B.Va]A.;-..7.5Os)[EMAIL PROTECTED]
.h.UI.LO...]B...~.5X8.w...g|.K...CatL..I..T. 
q'..(..:.0...0..T0
..*.H..
.0..1.0...UDE1.0...UBaden-Wuerttemberg1.0...UIl
lingen1#0!..U.
..Linux User Group Vaihingen1.0...U...
Webhosting1.0...UJan Roehrich1 0...*.H..
[EMAIL PROTECTED]
050113000613Z.
150111000613Z0..1.0...UDE1.0...UBaden-Wuerttemberg1.0...UIllingen1#0!..U.
..Linux User Group Vaihingen1.0...U...
Webhosting1.0...UJan Roehrich1 0...*.H..
[EMAIL PROTECTED]
..*.H..
.0.Km.[.N..L..4..m_h.Lv.g2.$..
H..F..0G*.V.81...*)[EMAIL PROTECTED],/..0..
0...U..HgkP.h0U.#...0HgkP.h..0..1.0...UDE1.0...UBaden-Wuerttemberg1.0...UIllingen1#0!..U.
..Linux User Group Vaihingen1.0...U...
Webhosting1.0...UJan Roehrich1 0...*.H..
[EMAIL PROTECTED]
..*.H..
..WA.0..0...*P..Y.P.Y.5c.GBO
Dz.B.b..E.-.(h.+.J].2./O':.ygW.Q..h.*.R.+^E}m..{..C...G.9..|a#8.e..u,.A5..

H...D..A..L0..H0..0
..*.H..
.0..1.0...UDE1.0...UBaden-Wuerttemberg1.0...UIllingen1#0!..U.
..Linux User Group Vaihingen1.0...U...
Webhosting1.0...UJan Roehrich1 0...*.H..
[EMAIL PROTECTED]
070127123330Z.

[Bacula-users] ERR=Input/output error

2007-01-28 Thread Mike Seda
Hi All,
I received ERR=Input/output error upon executing label barcodes. 
However, update slots was successful. Any ideas? Verbose bconsole 
output provided below:

Connecting to Storage daemon Tape at uwharrie:9103 ...
Sending label command for Volume MSR100L3 Slot 1 ...
3301 Issuing autochanger loaded? drive 0 command.
3302 Autochanger loaded? drive 0, result: nothing loaded.
3304 Issuing autochanger load slot 1, drive 0 command.
3305 Autochanger load slot 1, drive 0, status is OK.
3301 Issuing autochanger loaded? drive 0 command.
3302 Autochanger loaded? drive 0, result is Slot 1.
block.c:994 Read error on fd=5 at file:blk 0:0 on device Drive-1 
(/dev/nst0). ERR=Input/output error.
3000 OK label. VolBytes=64512 DVD=0 Volume=MSR100L3 Device=Drive-1 
(/dev/nst0)
Catalog record for Volume MSR100L3, Slot 1  successfully created.

Specs:
Dell PE 2650
RHEL 4 AS
Quantum PX502 Autochanger (1 drive, LTO-3, FC, barcode reader)
Bacula 2.0.1 (via rpm)

Regards,
Mike


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] ERR=Input/output error

2007-01-28 Thread Arno Lehmann
Hello,

On 1/28/2007 10:59 PM, Mike Seda wrote:
 Hi All,
 I received ERR=Input/output error upon executing label barcodes. 
 However, update slots was successful. Any ideas? Verbose bconsole 
 output provided below:
 
 Connecting to Storage daemon Tape at uwharrie:9103 ...
 Sending label command for Volume MSR100L3 Slot 1 ...
 3301 Issuing autochanger loaded? drive 0 command.
 3302 Autochanger loaded? drive 0, result: nothing loaded.
 3304 Issuing autochanger load slot 1, drive 0 command.
 3305 Autochanger load slot 1, drive 0, status is OK.
 3301 Issuing autochanger loaded? drive 0 command.
 3302 Autochanger loaded? drive 0, result is Slot 1.
 block.c:994 Read error on fd=5 at file:blk 0:0 on device Drive-1 
 (/dev/nst0). ERR=Input/output error.

That is atape that was unused or used by another backup software before, 
and that you didn't prepare by writing two EOFs to it.

The error message is nothing to worry about in that case.

There is more information in the list archives...

Arno

 3000 OK label. VolBytes=64512 DVD=0 Volume=MSR100L3 Device=Drive-1 
 (/dev/nst0)
 Catalog record for Volume MSR100L3, Slot 1  successfully created.
 
 Specs:
 Dell PE 2650
 RHEL 4 AS
 Quantum PX502 Autochanger (1 drive, LTO-3, FC, barcode reader)
 Bacula 2.0.1 (via rpm)
 
 Regards,
 Mike
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 2.0 on Ubuntu

2007-01-28 Thread Troy Daniels
 dpkg: dependency problems prevent configuration of bacula-console:
  bacula-console depends on libssl0.9.8 (= 0.9.8c-1); however:
   Version of libssl0.9.8 on system is 0.9.8b-2ubuntu2.

Looks to me like you need to update your libssl.

It's preventing a few of the core debs from being installed.

I'd start there and see if that clears up the rest of the issues.

Cheers,


Troy Daniels
Systems Administrator.
iTouch Australia (pty) ltd.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 2.0 on Ubuntu

2007-01-28 Thread expert71



dpkg: dependency problems prevent configuration of bacula-console:
bacula-console depends on libssl0.9.8 (= 0.9.8c-1); however:
 Version of libssl0.9.8 on system is 0.9.8b-2ubuntu2.


yup, that solved the problem.

Thanks!


bindStJ7P9sEU.bin
Description: PGP Public Key
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users