Re: [Bacula-users] Segmentation violation message

2006-04-19 Thread Cedric Tefft

Jaime Ventura wrote:



18-Apr 18:50 bserver-dir:  Error: message.c:668 fopen 
ñ/bserver-dir.bserver-dir.5 992232.mail failed: ERR=No 
such file or directory
18-Apr 18:50 bserver-dir: Fatal Error because: Bacula interrupted by 
signal 11: Segmentation viol ation

*
Can you help me with this last error messages?


It just means the director crashed -- probably due to the errors in your 
initial config.  Now that you've corrected those errors, it shouldn't 
happen again.


- Cedric



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Segmentation violation message

2006-04-19 Thread Jaime Ventura

Ok, i understand that. But should i report it as a bug?
Should i never use the reload command on the console any more?
If i do /etc/init.d/bacula-dir restart, at least i wont have a 
Segmentation violation...:(

Well, thanks anyway.

Cedric Tefft wrote:

Jaime Ventura wrote:



18-Apr 18:50 bserver-dir:  Error: message.c:668 fopen 
ñ/bserver-dir.bserver-dir.5 992232.mail failed: 
ERR=No such file or directory
18-Apr 18:50 bserver-dir: Fatal Error because: Bacula interrupted by 
signal 11: Segmentation viol ation

*
Can you help me with this last error messages?


It just means the director crashed -- probably due to the errors in 
your initial config.  Now that you've corrected those errors, it 
shouldn't happen again.


- Cedric



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Segmentation violation message

2006-04-19 Thread Cedric Tefft

Jaime Ventura wrote:


Ok, i understand that. But should i report it as a bug?
Should i never use the reload command on the console any more?
If i do /etc/init.d/bacula-dir restart, at least i wont have a 
Segmentation violation...:(

Well, thanks anyway.


Well, I don't think it was technically the reload that caused the 
crash.  From your original report, the last line in the log file before 
the crash was about Resetting previous configuration, so it would 
appear the problem is not so much in the reload command, but in bacula's 
attempt to revert to the previous config.


This does look like a bug, and you can report it as such (go to 
http://bugs.bacula.org), but it's a bug that would only occur when your 
config file is invalid, so my suspicion is that  it may not be at the 
top of Kern's to do list.  But I don't want to speak for the guy, and it 
can't hurt to try, so by all means, give it a shot.


- Cedric




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Segmentation violation message

2006-04-19 Thread Jaime Ventura

I think the previous configuration was correct.
I will try to reproduce the crash and see the exact circumstances, and 
submit the info to http://bugs.bacula.org

Thanks again.

Cedric Tefft wrote:

Jaime Ventura wrote:


Ok, i understand that. But should i report it as a bug?
Should i never use the reload command on the console any more?
If i do /etc/init.d/bacula-dir restart, at least i wont have a 
Segmentation violation...:(

Well, thanks anyway.


Well, I don't think it was technically the reload that caused the 
crash.  From your original report, the last line in the log file 
before the crash was about Resetting previous configuration, so it 
would appear the problem is not so much in the reload command, but in 
bacula's attempt to revert to the previous config.


This does look like a bug, and you can report it as such (go to 
http://bugs.bacula.org), but it's a bug that would only occur when 
your config file is invalid, so my suspicion is that  it may not be at 
the top of Kern's to do list.  But I don't want to speak for the guy, 
and it can't hurt to try, so by all means, give it a shot.


- Cedric




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Segmentation violation message

2006-04-19 Thread Kern Sibbald
On Wednesday 19 April 2006 11:00, Jaime Ventura wrote:
 Ok, i understand that. But should i report it as a bug?

This has been already reported as a bug, and I already have the code that will 
fix the bug that was reported and possibly yours.

 Should i never use the reload command on the console any more?
 If i do /etc/init.d/bacula-dir restart, at least i wont have a
 Segmentation violation...:(
 Well, thanks anyway.

 Cedric Tefft wrote:
  Jaime Ventura wrote:
  18-Apr 18:50 bserver-dir:  Error: message.c:668 fopen
  ñ/bserver-dir.bserver-dir.5 992232.mail failed:
  ERR=No such file or directory
  18-Apr 18:50 bserver-dir: Fatal Error because: Bacula interrupted by
  signal 11: Segmentation viol ation
  *
  Can you help me with this last error messages?
 
  It just means the director crashed -- probably due to the errors in
  your initial config.  Now that you've corrected those errors, it
  shouldn't happen again.
 
  - Cedric
 
 
 
  ---
  This SF.Net email is sponsored by xPML, a groundbreaking scripting
  language
  that extends applications into web and mobile media. Attend the live
  webcast
  and join the prime developer group breaking into this new coding
  territory!
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users

 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live
 webcast and join the prime developer group breaking into this new coding
 territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
Best regards,

Kern

  (
  /\
  V_V


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Segmentation violation message

2006-04-19 Thread Jaime Ventura

sorry, next time maybe i should see the bug reports first.
thanks

Kern Sibbald wrote:

On Wednesday 19 April 2006 11:00, Jaime Ventura wrote:
  

Ok, i understand that. But should i report it as a bug?



This has been already reported as a bug, and I already have the code that will 
fix the bug that was reported and possibly yours.


  

Should i never use the reload command on the console any more?
If i do /etc/init.d/bacula-dir restart, at least i wont have a
Segmentation violation...:(
Well, thanks anyway.

Cedric Tefft wrote:


Jaime Ventura wrote:
  

18-Apr 18:50 bserver-dir:  Error: message.c:668 fopen
ñ/bserver-dir.bserver-dir.5 992232.mail failed:
ERR=No such file or directory
18-Apr 18:50 bserver-dir: Fatal Error because: Bacula interrupted by
signal 11: Segmentation viol ation
*
Can you help me with this last error messages?


It just means the director crashed -- probably due to the errors in
your initial config.  Now that you've corrected those errors, it
shouldn't happen again.

- Cedric



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
  

---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live
webcast and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



  



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users