SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
some issues with wxconsole
Author Message
Post some issues with wxconsole 
bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

It did indeed restore though but wxconsole is essentially locked up and
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command line.

Obviously I could click the wxconsole closed and re-open it.

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
failed promptparser->getChoices()=157175896

--
Craig White <craig < at > to...>

Post some issues with wxconsole 
Hi,

On 6/7/2007 2:24 AM, Craig White wrote:
bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

Hmm... I haven't used wxconsole restore tab for a long time because.

It did indeed restore though but wxconsole is essentially locked up and
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command line.

What are the messages in the console output window?

Also, do I understand correctly that the restore itself finished
successfully?

Obviously I could click the wxconsole closed and re-open it.

That would be a usable first-aid measure when the restore job finished...

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
failed promptparser->getChoices()=157175896

That's more something for the programmers, I think :-)

Arno

--
IT-Service Lehmann al < at > it...
Arno Lehmann http://www.its-lehmann.de

Post some issues with wxconsole 
Craig White <craig <at> tobyhouse.com> writes:


bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

It did indeed restore though but wxconsole is essentially locked up and
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command line.

Obviously I could click the wxconsole closed and re-open it.

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
failed promptparser->getChoices()=157175896


I am experiencing the same thing. Strangely this worked the first time I
tested it. I also get the OK button remains inactive after applying changed
to the default restore configuration. Starting to think wx-console on windows
isn't very reliable and bconsole is the way to go.

Mike



Re: [Bacula-users] exabyte autochanger From: Maria McKinley

- 2007-06-14 21:31

On 6/14/07, tomasz <tomaszd < at > pa...> wrote:
Maria McKinley wrote:
tomasz wrote:
Maria McKinley wrote:
Broderick Wood wrote:
I see in another post you say that MTX is working properly from the
command line. This makes me believe that LUN support is enabled.

You should be getting communication problems with MTX if it wasn't.
:-)

BTW What Operating System and version are you running?


I am running Debian, Linux version 2.4.27-3-386.

In another post, I had explained how I got the permissions fixed (at
least I think, they aren't the same as they use to be, but they are
what someone else had reccommeded), but bacula was hanging. It did
quit hanging, and turns out I had forgotten to restart the storage
daemon. But there still seems to be a problem, as this is what I get
now:

*update slots
Using default Catalog name=MyCatalog DB=bacula
Automatically selected Storage: Exabyte
Connecting to Storage daemon Exabyte at dinah:9103 ...
3306 Issuing autochanger "slots" command.
Device "Exabyte" has 0 slots.
No slots in changer to scan.

Could this still be a permission problem? Here are my permissions now:

crw-rw---- 1 root tape 9, 0 2005-02-25 22:38 /dev/st0
crw------- 1 root root 21, 0 2005-02-25 22:38 /dev/sg0

I assumed /dev/sg0 should have the same permissions as /dev/st0, so I
added this to my script:

KERNEL=="sg*", GROUP="tape", MODE="0660"

but this didn't change the permissions for /dev/sg0. Is this likely
to be the problem the changer didn't see any slots, and any idea why
didn't changing the permissions work like it did for /dev/st0?

thanks again,
maria


have been bacula running earlier as root? and right now is running as
bacula user? check starting script

cos if so as simple test change devices owner to bacula like
chown bacula:bacula /dev/st0
chown bacula:bacula /dev/sg0
and check if it works from bconsole
cos as i pointed it earlier when u run mtx in console u are doing it as
root - dont u? not bacula
when u r doing it from bconsole u r doing it as bacula group bacula - i
guess thats how it is running.
correct me if i am wrong



Ok, that did it. Changing them both to be owned by bacula fixed it. Now
I just have figure out how to make sure they stay that way. Thanks a bunch!


i think u wont do it
try the same as u done with 'st0' and 'chgrp' for 'sg0' to 'tape' then
add perm for group
then stick bacula user into 'tape' group


--
bEsT rEgArDs | "Confidence is what you have before you
tomasz dereszynski | understand the problem." -- Woody Allen
TD840-RIPE |


Thanks Tomasz, but I can't get the script to change the group for
/dev/sg0 for some reason. Here is my script:

KERNEL=="st*", GROUP="tape", MODE="0660"
KERNEL=="nst*", GROUP="tape", MODE="0660"
KERNEL=="sg*", GROUP="tape", MODE="0660"

When I run it, the group and permissions for st* and nst* change, but
not sg*. Sticking bacula in group tape makes sense to me, but what
does it mean "add perm for group"?

cheers,
maria

Post some issues with wxconsole 
Mike Lauwaert wrote:
Craig White <craig <at> tobyhouse.com> writes:


bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

It did indeed restore though but wxconsole is essentially locked up and
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command line.

Obviously I could click the wxconsole closed and re-open it.

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
failed promptparser->getChoices()=157175896




I am experiencing the same thing. Strangely this worked the first time I
tested it. I also get the OK button remains inactive after applying changed
to the default restore configuration. Starting to think wx-console on windows
isn't very reliable and bconsole is the way to go.

Mike


I get constant lockups with wx-console on various commands (probably
every one that i've used at some stage). Can't seem to find a pattern to it.

I access the same director with gnome and text consoles with no problems
at all

I too am starting to think wx-console isn't reliable at the moment


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users


Post some issues with wxconsole 
Hello,

There are several unfortunate issues with wxconsole.

1. We have tested and built it against wxWidgets 2.6.x (if I remember right),
and some users seem to be building it against wxWidgets 2.8, which is almost
sure to fail since their API has surprise changes on each major version :-(

2. There is and has been no Bacula developer to work on wxconsole for several
years now. I have "patched" a few problems, but my "patching" is not a good
solution.

3. We are developing a replacement (bat) that we can support, which already
has far more functionality than wxconsole.

4. So, bottom line, wxconsole is deprecated and thus scheduled to go away in a
future release (probably 2.4.0).

Regards,

Kern

==================================
Date: Fri, 15 Jun 2007 10:55:10 +1000
From: Chuckles <listbin < at > ch...>
Subject: Re: [Bacula-users] some issues with wxconsole
To: Mike Lauwaert <mlauwaert < at > ho...>
Cc: bacula-users < at > li...
Message-ID: <4671E36E.9030000 < at > ch...>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Mike Lauwaert wrote:
Craig White <craig <at> tobyhouse.com> writes:


bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

It did indeed restore though but wxconsole is essentially locked up and
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command line.

Obviously I could click the wxconsole closed and re-open it.

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
failed promptparser->getChoices()=157175896




I am experiencing the same thing. Strangely this worked the first time I
tested it. I also get the OK button remains inactive after applying changed
to the default restore configuration. Starting to think wx-console on
windows
isn't very reliable and bconsole is the way to go.

Mike


I get constant lockups with wx-console on various commands (probably
every one that i've used at some stage). Can't seem to find a pattern to it.

I access the same director with gnome and text consoles with no problems
at all

I too am starting to think wx-console isn't reliable at the moment


-------------------------------------------------------------------------

Post some issues with wxconsole 
On Fri, 2007-06-15 at 09:10 +0200, Kern Sibbald wrote:
Hello,

There are several unfortunate issues with wxconsole.

1. We have tested and built it against wxWidgets 2.6.x (if I remember right),
and some users seem to be building it against wxWidgets 2.8, which is almost
sure to fail since their API has surprise changes on each major version :-(

2. There is and has been no Bacula developer to work on wxconsole for several
years now. I have "patched" a few problems, but my "patching" is not a good
solution.

3. We are developing a replacement (bat) that we can support, which already
has far more functionality than wxconsole.

4. So, bottom line, wxconsole is deprecated and thus scheduled to go away in a
future release (probably 2.4.0).
----
# rpm -qa|grep wx
wxGTK-2.6.3-1.el5.rf
bacula-wxconsole-2.0.3-1
wxGTK-devel-2.6.3-1.el5.rf

Sounds good and thanks for the update. I probably wouldn't care much
about wxconsole at all except that it is the only methodology I have
found that gives me any kind of click through to navigate the backup
tree for restore

--
Craig White <craig < at > to...>

Post some issues with wxconsole 
Attachments: Message as HTML

What is language for "bat"? do you need some help for programming? In my
mind, what mostly lacks in wx-console is a "restricted" way for "normal"
users without admin rights who can only view their own station (and
perhaps their own files) and can only restore where file were but
perhaps with a new name.

Jean-Sébastien Hederer - Gérant
ASPerience
Conseil, intégration, hébergement de systèmes informatiques spécialisé en solutions logiciel libre de gestion d'entreprise
Mob.: 06 69 56 21 49
Tél.: 02 51 13 50 94
Fax.: 02 40 68 70 06
http://www.asperience.fr

"Kern Sibbald" a écrit le 15/06/2007 09:10 :
Hello,

There are several unfortunate issues with wxconsole.

1. We have tested and built it against wxWidgets 2.6.x (if I remember right),
and some users seem to be building it against wxWidgets 2.8, which is almost
sure to fail since their API has surprise changes on each major version :-(

2. There is and has been no Bacula developer to work on wxconsole for several
years now. I have "patched" a few problems, but my "patching" is not a good
solution.

3. We are developing a replacement (bat) that we can support, which already
has far more functionality than wxconsole.

4. So, bottom line, wxconsole is deprecated and thus scheduled to go away in a
future release (probably 2.4.0).

Regards,

Kern

==================================
Date: Fri, 15 Jun 2007 10:55:10 +1000
From: Chuckles <listbin < at > ch...>
Subject: Re: [Bacula-users] some issues with wxconsole
To: Mike Lauwaert <mlauwaert < at > ho...>
Cc: bacula-users < at > li...
Message-ID: <4671E36E.9030000 < at > ch...>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Mike Lauwaert wrote:

Craig White <craig <at> tobyhouse.com> writes:



bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

It did indeed restore though but wxconsole is essentially locked up and
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command line.

Obviously I could click the wxconsole closed and re-open it.

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
failed promptparser->getChoices()=157175896



I am experiencing the same thing. Strangely this worked the first time I
tested it. I also get the OK button remains inactive after applying changed
to the default restore configuration. Starting to think wx-console on

windows

isn't very reliable and bconsole is the way to go.

Mike



I get constant lockups with wx-console on various commands (probably
every one that i've used at some stage). Can't seem to find a pattern to it.

I access the same director with gnome and text consoles with no problems
at all

I too am starting to think wx-console isn't reliable at the moment

-------------------------------------------------------------------------


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users


Post some issues with wxconsole 
On Saturday 16 June 2007 00:56, Jean-S=E9bastien Hederer wrote:
What is language for "bat"?=20

C++

do you need some help for programming?=20

Yes.

In my =20
mind, what mostly lacks in wx-console is a "restricted" way for "normal"=
=20
users without admin rights who can only view their own station (and=20
perhaps their own files) and can only restore where file were but=20
perhaps with a new name.

Unless there is a bug that I am not aware of, what you want exists for all=
=20
consoles. It called restricted consoles. The restrictions (actually what i=
s=20
permitted) is defined in the Director for each console.

=20
Jean-S=E9bastien Hederer - G=E9rant
ASPerience
Conseil, int=E9gration, h=E9bergement de syst=E8mes informatiques sp=E9ci=
alis=E9 en=20
solutions logiciel libre de gestion d'entreprise
Mob.: 06 69 56 21 49
T=E9l.: 02 51 13 50 94
Fax.: 02 40 68 70 06
http://www.asperience.fr
=20
=20
=20
=20
"Kern Sibbald" a =E9crit le 15/06/2007 09:10 :
Hello,

There are several unfortunate issues with wxconsole. =20

1. We have tested and built it against wxWidgets 2.6.x (if I remember=20
right),=20
and some users seem to be building it against wxWidgets 2.8, which is=20
almost=20
sure to fail since their API has surprise changes on each major=20
version :-(

2. There is and has been no Bacula developer to work on wxconsole for=20
several=20
years now. I have "patched" a few problems, but my "patching" is not a=
=20
good=20
solution.

3. We are developing a replacement (bat) that we can support, which=20
already=20
has far more functionality than wxconsole.

4. So, bottom line, wxconsole is deprecated and thus scheduled to go aw=
ay=20
in a=20
future release (probably 2.4.0).

Regards,

Kern

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Date: Fri, 15 Jun 2007 10:55:10 +1000
From: Chuckles <listbin < at > ch...>
Subject: Re: [Bacula-users] some issues with wxconsole
To: Mike Lauwaert <mlauwaert < at > ho...>
Cc: bacula-users < at > li...
Message-ID: <4671E36E.9030000 < at > ch...>
Content-Type: text/plain; charset=3DISO-8859-1; format=3Dflowed

Mike Lauwaert wrote:
=20
Craig White <craig <at> tobyhouse.com> writes:

=20
=20
bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

It did indeed restore though but wxconsole is essentially locked up a=
nd
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command lin=
e.

Obviously I could click the wxconsole closed and re-open it.

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent =3D=3D GTK_WIDGET (cont=
ainer)'
failed promptparser->getChoices()=3D157175896

=20
=20
I am experiencing the same thing. Strangely this worked the first tim=
e I=20
tested it. I also get the OK button remains inactive after applying=20
changed=20
to the default restore configuration. Starting to think wx-console on=
=20
=20
windows=20
=20
isn't very reliable and bconsole is the way to go.

Mike

=20
=20
I get constant lockups with wx-console on various commands (probably=20
every one that i've used at some stage). Can't seem to find a pattern t=
o=20
it.

I access the same director with gnome and text consoles with no problem=
s=20
at all

I too am starting to think wx-console isn't reliable at the moment
=20
----------------------------------------------------------------------=
=2D--
=20

-----------------------------------------------------------------------=
=2D-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users
=20
=20

Post some issues with wxconsole 
Attachments: Message as HTML

Where is documentation for helping on bat?

"Kern Sibbald" a écrit le 16/06/2007 08:19 :
On Saturday 16 June 2007 00:56, Jean-Sébastien Hederer wrote:

What is language for "bat"?


C++


do you need some help for programming?


Yes.


In my
mind, what mostly lacks in wx-console is a "restricted" way for "normal"
users without admin rights who can only view their own station (and
perhaps their own files) and can only restore where file were but
perhaps with a new name.


Unless there is a bug that I am not aware of, what you want exists for all
consoles. It called restricted consoles. The restrictions (actually what is
permitted) is defined in the Director for each console.


Jean-Sébastien Hederer - Gérant
ASPerience
Conseil, intégration, hébergement de systèmes informatiques spécialisé en

solutions logiciel libre de gestion d'entreprise

Mob.: 06 69 56 21 49
Tél.: 02 51 13 50 94
Fax.: 02 40 68 70 06
http://www.asperience.fr




"Kern Sibbald" a écrit le 15/06/2007 09:10 :

Hello,

There are several unfortunate issues with wxconsole.

1. We have tested and built it against wxWidgets 2.6.x (if I remember

right),

and some users seem to be building it against wxWidgets 2.8, which is

almost

sure to fail since their API has surprise changes on each major

version :-(

2. There is and has been no Bacula developer to work on wxconsole for

several

years now. I have "patched" a few problems, but my "patching" is not a

good

solution.

3. We are developing a replacement (bat) that we can support, which

already

has far more functionality than wxconsole.

4. So, bottom line, wxconsole is deprecated and thus scheduled to go away

in a

future release (probably 2.4.0).

Regards,

Kern

==================================
Date: Fri, 15 Jun 2007 10:55:10 +1000
From: Chuckles <listbin < at > ch...>
Subject: Re: [Bacula-users] some issues with wxconsole
To: Mike Lauwaert <mlauwaert < at > ho...>
Cc: bacula-users < at > li...
Message-ID: <4671E36E.9030000 < at > ch...>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Mike Lauwaert wrote:


Craig White <craig <at> tobyhouse.com> writes:




bacula 2.03 (on RHELv5)

wxconsole is nice - thanks - went into restore tab and chose a folder
for a test restore. Went through, picked the folder and clicked the
'Restore...' button and the wxconsole locked up with a message at the
bottom that says 'Failed to retrieve jobid'

It did indeed restore though but wxconsole is essentially locked up and
I can't do anything in restore tab at all and in console tab, messages
are still written but it isn't possible to click into the command line.

Obviously I could click the wxconsole closed and re-open it.

Standard error written to terminal states...

(wxconsole:5370): Gtk-CRITICAL **: gtk_container_remove: assertion
`GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
failed promptparser->getChoices()=157175896




I am experiencing the same thing. Strangely this worked the first time I
tested it. I also get the OK button remains inactive after applying

changed

to the default restore configuration. Starting to think wx-console on


windows


isn't very reliable and bconsole is the way to go.

Mike




I get constant lockups with wx-console on various commands (probably
every one that i've used at some stage). Can't seem to find a pattern to

it.

I access the same director with gnome and text consoles with no problems
at all

I too am starting to think wx-console isn't reliable at the moment


-------------------------------------------------------------------------


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users



Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB