I installed a fresh cauldron VM from network (using network install iso) All seemed to went ok, at the end though after the restart the network is not working, running drakconnect from console i got the following messages: [anaselli@localhost ~]$ drakconnect Too late to run INIT block at /usr/lib64/perl5/vendor_perl/Glib/Object/Introspection.pm line 257. Ignore the following Glib::Object::Introspection & Gtk3 warnings Subroutine Gtk3::main redefined at /usr/share/perl5/vendor_perl/Gtk3.pm line 539. WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated. WARN : [ifdown] 'network-scripts' will be removed from distribution in near future. WARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. /etc/sysconfig/network-scripts/ifdown-eth: riga 89: /etc/sysconfig/network-scripts/ifdown-ipv6: Permesso negato /etc/sysconfig/network-scripts/ifdown-eth: riga 125: /sbin/ifplugd: File o directory non esistente WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated. WARN : [ifup] 'network-scripts' will be removed from distribution in near future. WARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well. /etc/sysconfig/network-scripts/ifup-eth: riga 273: /sbin/ifplugd: File o directory non esistente
dhclient worked though...
Source RPM: (none) => drakx-net-.src.rpmCC: (none) => lewyssmith
Thank you for the report. Assigning it to the 'tools' group.
Assignee: bugsquad => mageiatoolsCC: lewyssmith => (none)
Please test again with initscripts-10.04-0.3.mga9. network-scripts now requires ifplugd and permissions for ifdown-* and ifup-* scripts are fixed.
Should i install all again for that? or just update the system
A fresh install would be the best, but I guess you can start with an update.
I'll try to do both, starting from updating as soon as it is provided.
@Jani Välimaa Hi, Jani. "ifplugd" appeared and the network work. Now the minimal installation (IceWM only) lacks "net-tools" (ifconfig does not work).
CC: (none) => alex_q_2000
After updating works now. I have to test a fresh install though. Experienced comment #7 too
(In reply to Alex Kotov from comment #7) > @Jani Välimaa > Hi, Jani. "ifplugd" appeared and the network work. Now the minimal > installation (IceWM only) lacks "net-tools" (ifconfig does not work). I wouldn't call this as an issue. /usr/sbin/ip from iproute2 should be used nowadays instead of ifconfig. iproute2 is pulled by basesystem and should be always available.
true that, Jani
(In reply to Jani Välimaa from comment #9) > I wouldn't call this as an issue. /usr/sbin/ip from iproute2 should be used > nowadays instead of ifconfig. iproute2 is pulled by basesystem and should be > always available. Thanks. However, it's a pity, because ifconfig was one of my favorite command. :) For interest, I looked in LUbuntu-21.04 - "net-tools" is also missing there. Alas, time cannot be stopped. :(