Displaying 3 results from an estimated 3 matches for "installdataclass".
2015 Jan 08
3
Customising a CentOS 6.6 installation disk
...are from the
stage 1 initrd.img.
However, anaconda (13.21.229) exits abnormally with a DBusException
(org.freedesktop.DBus.Error.NoReply); possibly because NetworkManager is
unable to launch the wpa_supplicant.
Anaconda appears to be choking during initialisation:
anaconda.id = instClass.installDataClass(anaconda, extraModules,
opts.display_mode, anaconda.backend)
File "/usr/lib/anaconda/instdata.py", line 324, in __init__
self.reset()
File "/usr/lib/anaconda/instdata.py", line 64, in reset
self.network = network.Network()
File "/usr/lib/anaconda/network...
2015 Jan 08
0
Customising a CentOS 6.6 installation disk
...t;
> However, anaconda (13.21.229) exits abnormally with a DBusException
> (org.freedesktop.DBus.Error.NoReply); possibly because NetworkManager
> is unable to launch the wpa_supplicant.
>
> Anaconda appears to be choking during initialisation:
>
> anaconda.id = instClass.installDataClass(anaconda, extraModules,
> opts.display_mode, anaconda.backend)
> File "/usr/lib/anaconda/instdata.py", line 324, in __init__
> self.reset()
> File "/usr/lib/anaconda/instdata.py", line 64, in reset
> self.network = network.Network()
> File "...
2015 Jan 08
1
Customising a CentOS 6.6 installation disk
...t; However, anaconda (13.21.229) exits abnormally with a DBusException (org.freedesktop.DBus.Error.NoReply); possibly because NetworkManager is unable to launch the wpa_supplicant.
>>
>> Anaconda appears to be choking during initialisation:
>>
>> anaconda.id = instClass.installDataClass(anaconda, extraModules, opts.display_mode, anaconda.backend)
>> File "/usr/lib/anaconda/instdata.py", line 324, in __init__
>> self.reset()
>> File "/usr/lib/anaconda/instdata.py", line 64, in reset
>> self.network = network.Network()
>> Fi...