Mageia Bugzilla – Attachment 2799 Details for
Bug 6313
Dansguardian and systemd service broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
drakguard output when started from console
startdrakguardfromconsole.txt (text/plain), 12.55 KB, created by
Marja Van Waes
on 2012-09-15 18:51:12 CEST
(
hide
)
Description:
drakguard output when started from console
Filename:
MIME Type:
Creator:
Marja Van Waes
Created:
2012-09-15 18:51:12 CEST
Size:
12.55 KB
patch
obsolete
>Ambiguous call resolved as CORE::exit(), qualify as such or use & at > /usr/lib/libDrakX/standalone.pm line 200 (#1) > (W ambiguous) A subroutine you have declared has the same name as a Perl > keyword, and you have used the name without qualification for calling > one or the other. Perl decided to call the builtin because the > subroutine is not imported. > > To force interpretation as a subroutine call, either put an ampersand > before the subroutine name, or qualify the name with its package. > Alternatively, you can import the subroutine (or pretend that it's > imported with the use subs pragma). > > To silently interpret it as the Perl operator, use the CORE:: prefix > on the operator (e.g. CORE::log($x)) or declare the subroutine > to be an object method (see "Subroutine Attributes" in perlsub or > attributes). > >\1 better written as $1 at /usr/lib/libDrakX/standalone.pm line 206 (#2) > (W syntax) Outside of patterns, backreferences live on as variables. > The use of backslashes is grandfathered on the right-hand side of a > substitution, but stylistically it's better to use the variable form > because other Perl programmers will expect it, and it works better if > there are more than 9 backreferences. > >Ambiguous call resolved as CORE::exit(), qualify as such or use & at > /usr/lib/libDrakX/standalone.pm line 216 (#1) > >Statement unlikely to be reached at /usr/lib/libDrakX/standalone.pm line 220 (#3) > (W exec) You did an exec() with some statement after it other than a > die(). This is almost always an error, because exec() never returns > unless there was a failure. You probably wanted to use system() > instead, which does return. To suppress this warning, put the exec() in > a block by itself. > > (Maybe you meant system() when you said exec()?) >Gtk-Message **: Failed to load module "canberra-gtk-module" at /usr/lib/libDrakX/mygtk2.pm line 20. >Subroutine main::gtkadd redefined at /usr/sbin/drakguard line 11 > main::BEGIN() called at /usr/sbin/drakguard line 11 > eval {...} called at /usr/sbin/drakguard line 11 >Subroutine detect_devices::formatError redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::output redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::linkf redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::symlinkf redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::renamef redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::mkdir_p redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::rm_rf redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::cp_af redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::touch redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::substInFile redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::setVarsInSh redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::setExportedVarsInSh redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::setExportedVarsInCsh redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Subroutine detect_devices::update_gnomekderc redefined at /usr/lib/libDrakX/detect_devices.pm line 12 >Scalar value @params[0] better written as $params[0] at > /usr/lib/libDrakX/network/network.pm line 418 (#4) > (W syntax) You've used an array slice (indicated by @) to select a > single element of an array. Generally it's better to ask for a scalar > value (indicated by $). The difference is that $foo[&bar] always > behaves like a scalar, both when assigning to it and when evaluating its > argument, while @foo[&bar] behaves like a list when you assign to it, > and provides a list context to its subscript, which can do weird things > if you're expecting only one subscript. > > On the other hand, if you were actually hoping to treat the array > element as a list, you need to look into how references work, because > Perl will not magically convert between scalars and lists for you. See > perlref. > >Scalar value @params[2] better written as $params[2] at > /usr/lib/libDrakX/network/network.pm line 420 (#4) >Scalar value @params[3] better written as $params[3] at > /usr/lib/libDrakX/network/network.pm line 421 (#4) > >Subroutine services::basename redefined at /usr/lib/perl5/5.14.2/Exporter.pm > line 67 (#5) > (W redefine) You redefined a subroutine. To suppress this warning, say > > { > no warnings 'redefine'; > eval "sub name { ... }"; > } > >Subroutine services::dirname redefined at /usr/lib/perl5/5.14.2/Exporter.pm > line 67 (#5) >Scalar value @url_lists[2] better written as $url_lists[2] at > /usr/sbin/drakguard line 463 (#4) >Subroutine set_permissions redefined at /usr/sbin/drakguard line 514 (#5) >Scalar value @url_lists[2] better written as $url_lists[2] at > /usr/sbin/drakguard line 671 (#4) >Scalar value @url_lists[2] better written as $url_lists[2] at > /usr/sbin/drakguard line 672 (#4) >Scalar value @url_lists[2] better written as $url_lists[2] at > /usr/sbin/drakguard line 676 (#4) >Scalar value @url_lists[2] better written as $url_lists[2] at > /usr/sbin/drakguard line 677 (#4) >Scalar value @url_lists[2] better written as $url_lists[2] at > /usr/sbin/drakguard line 753 (#4) > >main::load() called too early to check prototype at /usr/sbin/drakguard line 72 (#6) > (W prototype) You've called a function that has a prototype before the > parser saw a definition or declaration for it, and Perl could not check > that the call conforms to the prototype. You need to either add an > early prototype declaration for the subroutine in question, or move the > subroutine definition ahead of the call to get proper prototype > checking. Alternatively, if you are certain that you're calling the > function correctly, you may put an ampersand before the name to avoid > the warning. See perlsub. > >Use of uninitialized value $device in pattern match (m//) at > /usr/lib/libDrakX/network/network.pm line 744 (#7) > (W uninitialized) An undefined value was used as if it were already > defined. It was interpreted as a "" or a 0, but maybe it was a mistake. > To suppress this warning assign a defined value to your variables. > > To help you figure out what was undefined, perl will try to tell you the > name of the variable (if any) that was undefined. In some cases it cannot > do this, so it also tells you what operation you used the undefined value > in. Note, however, that perl optimizes your program and the operation > displayed in the warning may not necessarily appear literally in your > program. For example, "that $foo" is usually optimized into "that " > . $foo, and the warning will refer to the concatenation (.) operator, > even though there is no . in your program. > >Use of uninitialized value $e in string eq at > /usr/lib/perl5/vendor_perl/5.14.1/MDK/Common/DataStructure.pm line 131 (#7) >dansguardian.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig dansguardian --level=5 >hddtemp.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig hddtemp --level=5 >hsqldb.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig hsqldb --level=5 >icapd.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig icapd --level=5 >killall.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig killall --level=5 >mandi.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig mandi --level=5 >microcode_ctl.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig microcode_ctl --level=5 >msec.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig msec --level=5 >netconsole.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig netconsole --level=5 >network-auth.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig network-auth --level=5 >network-up.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig network-up --level=5 >network.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig network --level=5 >partmon.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig partmon --level=5 >postfix.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig postfix --level=5 >resolvconf.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig resolvconf --level=5 >shorewall.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig shorewall --level=5 >single.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig single --level=5 >squid.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig squid --level=5 >upsd.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig upsd --level=5 >upsmon.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig upsmon --level=5 > >Note: This output shows SysV services only and does not include native > systemd services. SysV configuration data might be overriden by native > systemd configuration. > >Use of uninitialized value in pattern match (m//) at /usr/sbin/drakguard line > 400 (#7) >Use of uninitialized value in pattern match (m//) at /usr/sbin/drakguard line > 403 (#7) >Use of uninitialized value $o_plural in string ne at > /usr/lib/libDrakX/common.pm line 57 (#7) >Use of uninitialized value $name in pattern match (m//) at > /usr/lib/libDrakX/ugtk2.pm line 605 (#7) >Use of uninitialized value $name in concatenation (.) or string at > /usr/lib/libDrakX/ugtk2.pm line 610 (#7) >Use of uninitialized value $real_windowwidth in subtraction (-) at > /usr/lib/libDrakX/mygtk2.pm line 1220 (#7) >Use of uninitialized value in subtraction (-) at /usr/lib/libDrakX/mygtk2.pm > line 1220 (#7) >Use of uninitialized value $stepswidth in addition (+) at > /usr/lib/libDrakX/mygtk2.pm line 1220 (#7) >Use of uninitialized value $real_windowheight in subtraction (-) at > /usr/lib/libDrakX/mygtk2.pm line 1220 (#7) >Subroutine interactive::gtk::gtkadd redefined at /usr/lib/libDrakX/interactive/gtk.pm line 12 >Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/mygtk2.pm > line 242 (#7) > >(drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated > >(drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated > >(drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated > >(drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated >Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/ugtk2.pm > line 553 (#7) >Use of uninitialized value $cancel in concatenation (.) or string at > /usr/lib/libDrakX/interactive.pm line 295 (#7) >Use of uninitialized value $o_def in string eq at > /usr/lib/libDrakX/interactive.pm line 297 (#7) >Use of uninitialized value in string eq at /usr/lib/libDrakX/interactive.pm > line 297 (#7) >Use of uninitialized value $net_control in concatenation (.) or string at > /usr/sbin/drakguard line 609, <> line 296 (#7) >Use of uninitialized value $program_control in concatenation (.) or string at > /usr/sbin/drakguard line 610, <> line 296 (#7) > >Note: This output shows SysV services only and does not include native > systemd services. SysV configuration data might be overriden by native > systemd configuration. > >squid.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig squid on > >Note: This output shows SysV services only and does not include native > systemd services. SysV configuration data might be overriden by native > systemd configuration. > >dansguardian.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig dansguardian on > >Note: This output shows SysV services only and does not include native > systemd services. SysV configuration data might be overriden by native > systemd configuration. > >shorewall.service is not a native service, redirecting to /sbin/chkconfig. >Executing /sbin/chkconfig shorewall on >Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/c.pm line > 11 (#7)
Ambiguous call resolved as CORE::exit(), qualify as such or use & at /usr/lib/libDrakX/standalone.pm line 200 (#1) (W ambiguous) A subroutine you have declared has the same name as a Perl keyword, and you have used the name without qualification for calling one or the other. Perl decided to call the builtin because the subroutine is not imported. To force interpretation as a subroutine call, either put an ampersand before the subroutine name, or qualify the name with its package. Alternatively, you can import the subroutine (or pretend that it's imported with the use subs pragma). To silently interpret it as the Perl operator, use the CORE:: prefix on the operator (e.g. CORE::log($x)) or declare the subroutine to be an object method (see "Subroutine Attributes" in perlsub or attributes). \1 better written as $1 at /usr/lib/libDrakX/standalone.pm line 206 (#2) (W syntax) Outside of patterns, backreferences live on as variables. The use of backslashes is grandfathered on the right-hand side of a substitution, but stylistically it's better to use the variable form because other Perl programmers will expect it, and it works better if there are more than 9 backreferences. Ambiguous call resolved as CORE::exit(), qualify as such or use & at /usr/lib/libDrakX/standalone.pm line 216 (#1) Statement unlikely to be reached at /usr/lib/libDrakX/standalone.pm line 220 (#3) (W exec) You did an exec() with some statement after it other than a die(). This is almost always an error, because exec() never returns unless there was a failure. You probably wanted to use system() instead, which does return. To suppress this warning, put the exec() in a block by itself. (Maybe you meant system() when you said exec()?) Gtk-Message **: Failed to load module "canberra-gtk-module" at /usr/lib/libDrakX/mygtk2.pm line 20. Subroutine main::gtkadd redefined at /usr/sbin/drakguard line 11 main::BEGIN() called at /usr/sbin/drakguard line 11 eval {...} called at /usr/sbin/drakguard line 11 Subroutine detect_devices::formatError redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::output redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::linkf redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::symlinkf redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::renamef redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::mkdir_p redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::rm_rf redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::cp_af redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::touch redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::substInFile redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::setVarsInSh redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::setExportedVarsInSh redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::setExportedVarsInCsh redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Subroutine detect_devices::update_gnomekderc redefined at /usr/lib/libDrakX/detect_devices.pm line 12 Scalar value @params[0] better written as $params[0] at /usr/lib/libDrakX/network/network.pm line 418 (#4) (W syntax) You've used an array slice (indicated by @) to select a single element of an array. Generally it's better to ask for a scalar value (indicated by $). The difference is that $foo[&bar] always behaves like a scalar, both when assigning to it and when evaluating its argument, while @foo[&bar] behaves like a list when you assign to it, and provides a list context to its subscript, which can do weird things if you're expecting only one subscript. On the other hand, if you were actually hoping to treat the array element as a list, you need to look into how references work, because Perl will not magically convert between scalars and lists for you. See perlref. Scalar value @params[2] better written as $params[2] at /usr/lib/libDrakX/network/network.pm line 420 (#4) Scalar value @params[3] better written as $params[3] at /usr/lib/libDrakX/network/network.pm line 421 (#4) Subroutine services::basename redefined at /usr/lib/perl5/5.14.2/Exporter.pm line 67 (#5) (W redefine) You redefined a subroutine. To suppress this warning, say { no warnings 'redefine'; eval "sub name { ... }"; } Subroutine services::dirname redefined at /usr/lib/perl5/5.14.2/Exporter.pm line 67 (#5) Scalar value @url_lists[2] better written as $url_lists[2] at /usr/sbin/drakguard line 463 (#4) Subroutine set_permissions redefined at /usr/sbin/drakguard line 514 (#5) Scalar value @url_lists[2] better written as $url_lists[2] at /usr/sbin/drakguard line 671 (#4) Scalar value @url_lists[2] better written as $url_lists[2] at /usr/sbin/drakguard line 672 (#4) Scalar value @url_lists[2] better written as $url_lists[2] at /usr/sbin/drakguard line 676 (#4) Scalar value @url_lists[2] better written as $url_lists[2] at /usr/sbin/drakguard line 677 (#4) Scalar value @url_lists[2] better written as $url_lists[2] at /usr/sbin/drakguard line 753 (#4) main::load() called too early to check prototype at /usr/sbin/drakguard line 72 (#6) (W prototype) You've called a function that has a prototype before the parser saw a definition or declaration for it, and Perl could not check that the call conforms to the prototype. You need to either add an early prototype declaration for the subroutine in question, or move the subroutine definition ahead of the call to get proper prototype checking. Alternatively, if you are certain that you're calling the function correctly, you may put an ampersand before the name to avoid the warning. See perlsub. Use of uninitialized value $device in pattern match (m//) at /usr/lib/libDrakX/network/network.pm line 744 (#7) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl will try to tell you the name of the variable (if any) that was undefined. In some cases it cannot do this, so it also tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Use of uninitialized value $e in string eq at /usr/lib/perl5/vendor_perl/5.14.1/MDK/Common/DataStructure.pm line 131 (#7) dansguardian.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig dansguardian --level=5 hddtemp.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig hddtemp --level=5 hsqldb.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig hsqldb --level=5 icapd.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig icapd --level=5 killall.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig killall --level=5 mandi.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig mandi --level=5 microcode_ctl.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig microcode_ctl --level=5 msec.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig msec --level=5 netconsole.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig netconsole --level=5 network-auth.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig network-auth --level=5 network-up.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig network-up --level=5 network.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig network --level=5 partmon.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig partmon --level=5 postfix.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig postfix --level=5 resolvconf.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig resolvconf --level=5 shorewall.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig shorewall --level=5 single.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig single --level=5 squid.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig squid --level=5 upsd.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig upsd --level=5 upsmon.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig upsmon --level=5 Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overriden by native systemd configuration. Use of uninitialized value in pattern match (m//) at /usr/sbin/drakguard line 400 (#7) Use of uninitialized value in pattern match (m//) at /usr/sbin/drakguard line 403 (#7) Use of uninitialized value $o_plural in string ne at /usr/lib/libDrakX/common.pm line 57 (#7) Use of uninitialized value $name in pattern match (m//) at /usr/lib/libDrakX/ugtk2.pm line 605 (#7) Use of uninitialized value $name in concatenation (.) or string at /usr/lib/libDrakX/ugtk2.pm line 610 (#7) Use of uninitialized value $real_windowwidth in subtraction (-) at /usr/lib/libDrakX/mygtk2.pm line 1220 (#7) Use of uninitialized value in subtraction (-) at /usr/lib/libDrakX/mygtk2.pm line 1220 (#7) Use of uninitialized value $stepswidth in addition (+) at /usr/lib/libDrakX/mygtk2.pm line 1220 (#7) Use of uninitialized value $real_windowheight in subtraction (-) at /usr/lib/libDrakX/mygtk2.pm line 1220 (#7) Subroutine interactive::gtk::gtkadd redefined at /usr/lib/libDrakX/interactive/gtk.pm line 12 Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/mygtk2.pm line 242 (#7) (drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (drakguard:4898): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/ugtk2.pm line 553 (#7) Use of uninitialized value $cancel in concatenation (.) or string at /usr/lib/libDrakX/interactive.pm line 295 (#7) Use of uninitialized value $o_def in string eq at /usr/lib/libDrakX/interactive.pm line 297 (#7) Use of uninitialized value in string eq at /usr/lib/libDrakX/interactive.pm line 297 (#7) Use of uninitialized value $net_control in concatenation (.) or string at /usr/sbin/drakguard line 609, <> line 296 (#7) Use of uninitialized value $program_control in concatenation (.) or string at /usr/sbin/drakguard line 610, <> line 296 (#7) Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overriden by native systemd configuration. squid.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig squid on Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overriden by native systemd configuration. dansguardian.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig dansguardian on Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overriden by native systemd configuration. shorewall.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig shorewall on Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/c.pm line 11 (#7)
View Attachment As Raw
Actions:
View
Attachments on
bug 6313
:
2796
|
2797
| 2799