Skip to content

Instantly share code, notes, and snippets.

@amitsaha
Created May 10, 2012 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitsaha/2650996 to your computer and use it in GitHub Desktop.
Save amitsaha/2650996 to your computer and use it in GitHub Desktop.
Anaconda Log: Fedora 17 self-built boot.iso errors
04:00:35,247 INFO anaconda: /usr/sbin/anaconda 17.20
04:00:45,236 INFO anaconda: 1048576 kB (1024 MB) are available
04:00:45,236 INFO anaconda: check_memory(): total:1024, needed:768, graphical:768
04:00:45,284 INFO anaconda: anaconda called with cmdline = ['/usr/sbin/anaconda']
04:00:45,285 INFO anaconda: Default encoding = utf-8
04:00:45,394 INFO anaconda: Display mode = g
04:00:45,400 INFO anaconda: 1048576 kB (1024 MB) are available
04:00:45,400 INFO anaconda: check_memory(): total:1024, needed:768, graphical:768
04:00:47,070 DEBUG anaconda: X server has signalled a successful start.
04:00:47,076 INFO anaconda: Starting window manager, pid 547.
04:00:47,081 INFO anaconda.stdout: Starting graphical installation.
04:00:48,965 INFO anaconda: using only installclass _Fedora
04:00:48,971 INFO anaconda: Detected 1008M of memory
04:00:48,972 INFO anaconda: Swap attempt of 1008M to 2016M
04:00:49,788 DEBUG anaconda: display: (['LVDS1', 'connected', '1024x600+0+0', '(normal', 'left', 'inverted', 'right', 'x', 'axis', 'y', 'axis)', '222mm', 'x', '125mm'],)
04:00:49,791 INFO anaconda: Setting window size to 1024x600
04:00:51,569 INFO anaconda: dispatch: resetting to the first step.
04:00:51,570 INFO anaconda: dispatch: moving (1) to step sshd
04:00:51,571 DEBUG anaconda: dispatch: sshd is a direct step
04:00:51,571 INFO anaconda: sshd: not enabled, skipping.
04:00:51,574 INFO anaconda: created new libuser.conf at /tmp/libuser.IfCPIg with instPath="/mnt/sysimage"
04:00:51,575 INFO anaconda: dispatch: leaving (1) step sshd
04:00:51,576 INFO anaconda: dispatch: moving (1) to step language
04:00:56,648 INFO anaconda: dispatch: leaving (1) step language
04:00:56,650 INFO anaconda: dispatch: moving (1) to step keyboard
04:01:01,666 INFO anaconda: dispatch: leaving (1) step keyboard
04:01:01,670 INFO anaconda: dispatch: moving (1) to step betanag
04:01:01,671 DEBUG anaconda: dispatch: betanag is a direct step
04:01:03,810 INFO anaconda: dispatch: leaving (1) step betanag
04:01:03,812 INFO anaconda: dispatch: moving (1) to step filtertype
04:01:06,127 INFO anaconda: dispatch: leaving (1) step filtertype
04:01:06,128 INFO anaconda: dispatch: moving (1) to step filter
04:01:06,185 DEBUG anaconda: dispatch: the interface chose not to display step filter.
04:01:06,186 INFO anaconda: dispatch: leaving (1) step filter
04:01:06,187 INFO anaconda: dispatch: moving (1) to step storageinit
04:01:06,188 DEBUG anaconda: dispatch: storageinit is a direct step
04:01:06,549 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD!
04:01:06,550 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp
04:01:09,248 DEBUG anaconda: required disklabel type for sda (1) is None
04:01:09,249 DEBUG anaconda: default disklabel type for sda is gpt
04:01:09,252 DEBUG anaconda: selecting gpt disklabel for sda based on size
04:01:19,842 INFO anaconda: dispatch: leaving (1) step storageinit
04:01:19,843 INFO anaconda: dispatch: moving (1) to step findrootparts
04:01:19,845 DEBUG anaconda: dispatch: findrootparts is a direct step
04:01:19,865 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options ro
04:01:20,259 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False
04:01:20,611 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda3 on /mnt/sysimage as ext4 with options ro
04:01:20,685 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False
04:01:21,008 DEBUG anaconda: isys.py:mount()- going to mount /dev/loop1 on /mnt/sysimage as ext4 with options ro
04:01:21,915 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/vg_zion--f17-lv_home on /mnt/sysimage as ext4 with options ro
04:01:21,999 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False
04:01:24,184 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/vg_zion--f17-lv_root on /mnt/sysimage as ext4 with options ro
04:01:24,505 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False
04:01:35,320 INFO anaconda: dispatch: leaving (1) step findrootparts
04:01:35,322 INFO anaconda: dispatch: moving (1) to step network
04:01:35,645 CRIT anaconda: anaconda 17.20 exception report
Traceback (most recent call first):
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 125, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 108, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 202, in __new__
private=private)
File "/usr/lib/python2.7/site-packages/pyanaconda/network.py", line 176, in getActiveNetDevs
bus = dbus.SystemBus()
File "/usr/lib/python2.7/site-packages/pyanaconda/network.py", line 103, in getDefaultHostname
for dev in getActiveNetDevs():
File "/usr/lib/python2.7/site-packages/pyanaconda/iw/network_gui.py", line 43, in getScreen
self.hostname = network.getDefaultHostname(anaconda)
File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1270, in display_step
new_screen = self.currentWindow.getScreen(self.anaconda)
File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1157, in display_step
return self.icw.display_step(step)
File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 387, in dispatch
rc = self.anaconda.intf.display_step(self.step)
File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 247, in go_forward
self.dispatch()
File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1201, in nextClicked
self.anaconda.dispatch.go_forward()
DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment