Mageia Bugzilla – Attachment 6402 Details for
Bug 14586
msec-gui hangs: Gtk.Expander(_("Details")) TypeError: GObject.__init__() takes exactly 0 arguments (1 given)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Edited drakconf log from console
drakconf_msec.txt (text/plain), 14.94 KB, created by
Mauricio Andrés Bustamante Viveros
on 2015-04-30 09:21:15 CEST
(
hide
)
Description:
Edited drakconf log from console
Filename:
MIME Type:
Creator:
Mauricio Andrés Bustamante Viveros
Created:
2015-04-30 09:21:15 CEST
Size:
14.94 KB
patch
obsolete
>[neoser10@sarasofia ~]$ su >Password: >[root@sarasofia neoser10]# drakconf >"/usr/sbin/drakmenustyle" is not executable [Menus] at /usr/libexec/drakconf line 831. >"/usr/sbin/drakbackup" is not executable [Backups] at /usr/libexec/drakconf line 831. >"/usr/sbin/tomoyo-gui" is not executable [Tomoyo Policy] at /usr/libexec/drakconf line 831. >"/usr/sbin/drakguard" is not executable [Parental Controls] at /usr/libexec/drakconf line 831. >INFO: Starting gui.. (here is when i make click in the msec) >INFO: loading exceptions file /etc/security/msec/exceptions: No such file or directory >INFO: No exceptions loaded >INFO: Detected base msec level 'standard' >/usr/share/msec/msecgui.py:213: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > filemenu = Gtk.MenuItem(topmenu, use_underline=True) >/usr/share/msec/msecgui.py:219: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > menuitem = Gtk.MenuItem(submenu, use_underline=True) >/usr/share/msec/msecgui.py:236: DeprecationWarning: Gtk.modify_font is deprecated > label.modify_font(Pango.FontDescription("13")) >/usr/share/msec/msecgui.py:572: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > table = Gtk.Table(4, 4, False) >/usr/lib/python2.7/site-packages/gi/overrides/Gtk.py:1445: DeprecationWarning: Gtk.attach is deprecated > Gtk.Table.attach(self, child, left_attach, right_attach, top_attach, bottom_attach, xoptions, yoptions, xpadding, ypadding) >/usr/share/msec/msecgui.py:604: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Configure")) >/usr/share/msec/msecgui.py:618: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Update now")) >/usr/share/msec/msecgui.py:646: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Configure")) >/usr/share/msec/msecgui.py:667: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Show results")) >/usr/share/msec/msecgui.py:673: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Run now")) >/usr/share/msec/msecgui.py:832: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > treeview = Gtk.TreeView(lstore) >/usr/share/msec/msecgui.py:833: DeprecationWarning: Gtk.set_rules_hint is deprecated > treeview.set_rules_hint(True) >/usr/share/msec/msecgui.py:897: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > self.notify_mail = Gtk.CheckButton(_("Send security alerts by email to:")) >/usr/share/msec/msecgui.py:919: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > self.notify_desktop = Gtk.CheckButton(_("Display security alerts on desktop")) >/usr/share/msec/msecgui.py:490: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > treeview = Gtk.TreeView(lstore) >/usr/share/msec/msecgui.py:1103: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > self.periodic_checks = Gtk.CheckButton(_("Enable periodic security checks")) >/usr/share/msec/msecgui.py:1155: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > treeview = Gtk.TreeView(lstore) >/usr/share/msec/msecgui.py:1192: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Add a rule")) >/usr/share/msec/msecgui.py:1197: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Delete")) >/usr/share/msec/msecgui.py:1227: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > treeview = Gtk.TreeView(lstore) >/usr/share/msec/msecgui.py:1319: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Add a rule")) >/usr/share/msec/msecgui.py:1324: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > button = Gtk.Button(_("Delete")) >Ignore the following Glib::Object::Introspection & Gtk3 warnings (here is when i run the configure firewall button) >Too late to run INIT block at /usr/lib/perl5/vendor_perl/5.20.1/i386-linux-thread-multi/Glib/Object/Introspection.pm line 257. >Subroutine Gtk3::main redefined at /usr/lib/perl5/vendor_perl/5.20.1/Gtk3.pm line 296. >ct_sync.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect ct_sync --level=5 >msec.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect msec --level=5 >network-up.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect network-up --level=5 >network.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect network --level=5 >partmon.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect partmon --level=5 >postfix.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect postfix --level=5 >resolvconf.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect resolvconf --level=5 >routed.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect routed --level=5 > >Note: This output shows SysV services only and does not include native > systemd services. SysV configuration data might be overridden by native > systemd configuration. > > If you want to list systemd services use 'systemctl list-unit-files'. > To see services enabled on particular target use > 'systemctl list-dependencies [target]'. > > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 600x54 to 0,0 588x55. adjust_size_allocation must keep allocation inside original bounds > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 600x54 to 0,0 588x55. adjust_size_allocation must keep allocation inside original bounds > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 615x54 to 0,0 603x55. adjust_size_allocation must keep allocation inside original bounds > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 > >(drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 615x54 to 0,0 603x55. adjust_size_allocation must keep allocation inside original bounds >ct_sync.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect ct_sync --level=5 >msec.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect msec --level=5 >network-up.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect network-up --level=5 >network.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect network --level=5 >partmon.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect partmon --level=5 >postfix.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect postfix --level=5 >resolvconf.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect resolvconf --level=5 >routed.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig --no-reload --no-redirect routed --level=5 > >Note: This output shows SysV services only and does not include native > systemd services. SysV configuration data might be overridden by native > systemd configuration. > > If you want to list systemd services use 'systemctl list-unit-files'. > To see services enabled on particular target use > 'systemctl list-dependencies [target]'. > > >Note: This output shows SysV services only and does not include native > systemd services. SysV configuration data might be overridden by native > systemd configuration. > > If you want to list systemd services use 'systemctl list-unit-files'. > To see services enabled on particular target use > 'systemctl list-dependencies [target]'. >(here is when i finish configuring the firewall) and make click in the configure security button) >/usr/share/msec/msecgui.py:1650: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL)) >/usr/lib/python2.7/site-packages/gi/overrides/Gtk.py:537: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "title, transient_for, flags, add_buttons" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > self._init(*args, **new_kwargs) >Traceback (most recent call last): > File "/usr/share/msec/msecgui.py", line 1662, in option_changed > dialog.vbox.pack_start(Gtk.HSeparator()) >TypeError: pack_start() takes exactly 5 arguments (2 given) >Traceback (most recent call last): > File "/usr/share/msec/msecgui.py", line 1662, in option_changed > dialog.vbox.pack_start(Gtk.HSeparator()) >TypeError: pack_start() takes exactly 5 arguments (2 given) >/usr/share/msec/msecgui.py:351: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > Gtk.STOCK_OK, Gtk.ResponseType.OK) >/usr/share/msec/msecgui.py:351: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > Gtk.STOCK_OK, Gtk.ResponseType.OK) >/usr/share/msec/msecgui.py:375: DeprecationWarning: Gtk.add_with_viewport is deprecated > sw.add_with_viewport(vbox) >Traceback (most recent call last): and here is when i quit saving or without saving after change the email this user ....) > File "/usr/share/msec/msecgui.py", line 397, in ok > advanced = Gtk.Expander(_("Details")) >TypeError: GObject.__init__() takes exactly 0 arguments (1 given) >/usr/share/msec/msecgui.py:345: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > Gtk.STOCK_OK, Gtk.ResponseType.OK) >/usr/share/msec/msecgui.py:345: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > Gtk.STOCK_OK, Gtk.ResponseType.OK) >Traceback (most recent call last): > File "/usr/share/msec/msecgui.py", line 1727, in quit > ret = self.ok(widget, ask_ignore=True) > File "/usr/share/msec/msecgui.py", line 397, in ok > advanced = Gtk.Expander(_("Details")) >TypeError: GObject.__init__() takes exactly 0 arguments (1 given) > >I'm sorry for post it having a attachment with the same information, but i think is relevant
[neoser10@sarasofia ~]$ su Password: [root@sarasofia neoser10]# drakconf "/usr/sbin/drakmenustyle" is not executable [Menus] at /usr/libexec/drakconf line 831. "/usr/sbin/drakbackup" is not executable [Backups] at /usr/libexec/drakconf line 831. "/usr/sbin/tomoyo-gui" is not executable [Tomoyo Policy] at /usr/libexec/drakconf line 831. "/usr/sbin/drakguard" is not executable [Parental Controls] at /usr/libexec/drakconf line 831. INFO: Starting gui.. (here is when i make click in the msec) INFO: loading exceptions file /etc/security/msec/exceptions: No such file or directory INFO: No exceptions loaded INFO: Detected base msec level 'standard' /usr/share/msec/msecgui.py:213: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations filemenu = Gtk.MenuItem(topmenu, use_underline=True) /usr/share/msec/msecgui.py:219: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations menuitem = Gtk.MenuItem(submenu, use_underline=True) /usr/share/msec/msecgui.py:236: DeprecationWarning: Gtk.modify_font is deprecated label.modify_font(Pango.FontDescription("13")) /usr/share/msec/msecgui.py:572: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations table = Gtk.Table(4, 4, False) /usr/lib/python2.7/site-packages/gi/overrides/Gtk.py:1445: DeprecationWarning: Gtk.attach is deprecated Gtk.Table.attach(self, child, left_attach, right_attach, top_attach, bottom_attach, xoptions, yoptions, xpadding, ypadding) /usr/share/msec/msecgui.py:604: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Configure")) /usr/share/msec/msecgui.py:618: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Update now")) /usr/share/msec/msecgui.py:646: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Configure")) /usr/share/msec/msecgui.py:667: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Show results")) /usr/share/msec/msecgui.py:673: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Run now")) /usr/share/msec/msecgui.py:832: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations treeview = Gtk.TreeView(lstore) /usr/share/msec/msecgui.py:833: DeprecationWarning: Gtk.set_rules_hint is deprecated treeview.set_rules_hint(True) /usr/share/msec/msecgui.py:897: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations self.notify_mail = Gtk.CheckButton(_("Send security alerts by email to:")) /usr/share/msec/msecgui.py:919: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations self.notify_desktop = Gtk.CheckButton(_("Display security alerts on desktop")) /usr/share/msec/msecgui.py:490: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations treeview = Gtk.TreeView(lstore) /usr/share/msec/msecgui.py:1103: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations self.periodic_checks = Gtk.CheckButton(_("Enable periodic security checks")) /usr/share/msec/msecgui.py:1155: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations treeview = Gtk.TreeView(lstore) /usr/share/msec/msecgui.py:1192: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Add a rule")) /usr/share/msec/msecgui.py:1197: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Delete")) /usr/share/msec/msecgui.py:1227: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "model" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations treeview = Gtk.TreeView(lstore) /usr/share/msec/msecgui.py:1319: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Add a rule")) /usr/share/msec/msecgui.py:1324: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations button = Gtk.Button(_("Delete")) Ignore the following Glib::Object::Introspection & Gtk3 warnings (here is when i run the configure firewall button) Too late to run INIT block at /usr/lib/perl5/vendor_perl/5.20.1/i386-linux-thread-multi/Glib/Object/Introspection.pm line 257. Subroutine Gtk3::main redefined at /usr/lib/perl5/vendor_perl/5.20.1/Gtk3.pm line 296. ct_sync.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect ct_sync --level=5 msec.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect msec --level=5 network-up.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect network-up --level=5 network.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect network --level=5 partmon.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect partmon --level=5 postfix.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect postfix --level=5 resolvconf.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect resolvconf --level=5 routed.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect routed --level=5 Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. If you want to list systemd services use 'systemctl list-unit-files'. To see services enabled on particular target use 'systemctl list-dependencies [target]'. (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 600x54 to 0,0 588x55. adjust_size_allocation must keep allocation inside original bounds (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 600x54 to 0,0 588x55. adjust_size_allocation must keep allocation inside original bounds (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 615x54 to 0,0 603x55. adjust_size_allocation must keep allocation inside original bounds (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 adjusted size vertical min 47 natural 47 must not decrease below min 48 natural 48 (drakfirewall:25490): Gtk-WARNING **: GtkImage 0x9ce6278 attempted to adjust its size allocation from -12,1 615x54 to 0,0 603x55. adjust_size_allocation must keep allocation inside original bounds ct_sync.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect ct_sync --level=5 msec.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect msec --level=5 network-up.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect network-up --level=5 network.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect network --level=5 partmon.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect partmon --level=5 postfix.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect postfix --level=5 resolvconf.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect resolvconf --level=5 routed.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig --no-reload --no-redirect routed --level=5 Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. If you want to list systemd services use 'systemctl list-unit-files'. To see services enabled on particular target use 'systemctl list-dependencies [target]'. Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. If you want to list systemd services use 'systemctl list-unit-files'. To see services enabled on particular target use 'systemctl list-dependencies [target]'. (here is when i finish configuring the firewall) and make click in the configure security button) /usr/share/msec/msecgui.py:1650: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL)) /usr/lib/python2.7/site-packages/gi/overrides/Gtk.py:537: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "title, transient_for, flags, add_buttons" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations self._init(*args, **new_kwargs) Traceback (most recent call last): File "/usr/share/msec/msecgui.py", line 1662, in option_changed dialog.vbox.pack_start(Gtk.HSeparator()) TypeError: pack_start() takes exactly 5 arguments (2 given) Traceback (most recent call last): File "/usr/share/msec/msecgui.py", line 1662, in option_changed dialog.vbox.pack_start(Gtk.HSeparator()) TypeError: pack_start() takes exactly 5 arguments (2 given) /usr/share/msec/msecgui.py:351: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations Gtk.STOCK_OK, Gtk.ResponseType.OK) /usr/share/msec/msecgui.py:351: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations Gtk.STOCK_OK, Gtk.ResponseType.OK) /usr/share/msec/msecgui.py:375: DeprecationWarning: Gtk.add_with_viewport is deprecated sw.add_with_viewport(vbox) Traceback (most recent call last): and here is when i quit saving or without saving after change the email this user ....) File "/usr/share/msec/msecgui.py", line 397, in ok advanced = Gtk.Expander(_("Details")) TypeError: GObject.__init__() takes exactly 0 arguments (1 given) /usr/share/msec/msecgui.py:345: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations Gtk.STOCK_OK, Gtk.ResponseType.OK) /usr/share/msec/msecgui.py:345: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations Gtk.STOCK_OK, Gtk.ResponseType.OK) Traceback (most recent call last): File "/usr/share/msec/msecgui.py", line 1727, in quit ret = self.ok(widget, ask_ignore=True) File "/usr/share/msec/msecgui.py", line 397, in ok advanced = Gtk.Expander(_("Details")) TypeError: GObject.__init__() takes exactly 0 arguments (1 given) I'm sorry for post it having a attachment with the same information, but i think is relevant
View Attachment As Raw
Actions:
View
Attachments on
bug 14586
:
5609
| 6402