Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 858013 Details for
Bug 1060382
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128)
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
anaconda log
anaconda.log (text/plain), 5.64 KB, created by
poma
on 2014-02-01 01:14:55 UTC
(
hide
)
Description:
anaconda log
Filename:
MIME Type:
Creator:
poma
Created:
2014-02-01 01:14:55 UTC
Size:
5.64 KB
patch
obsolete
>19:36:56,130 INFO anaconda: /sbin/anaconda 21.19-1 >19:36:56,526 INFO anaconda: 2097152 kB (2048 MB) are available >19:36:56,529 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:36:56,532 INFO anaconda: Not doing 'start audit daemon' in live installation >19:36:56,536 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >19:36:56,538 INFO anaconda: Default encoding = ascii >19:36:57,434 INFO anaconda: Display mode = g >19:36:57,442 INFO anaconda: 2097152 kB (2048 MB) are available >19:36:57,443 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:36:58,030 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >19:36:58,034 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >19:36:58,035 INFO anaconda: using only installclass _Fedora >19:36:58,045 INFO anaconda: bootloader GRUB2 on X86 platform >19:36:58,125 INFO anaconda: bootloader GRUB2 on X86 platform >19:36:58,182 DEBUG anaconda: network: devices found ['eth0'] >19:36:58,794 DEBUG anaconda: updating hostname localhost.localdomain >19:36:58,831 INFO anaconda: Running Thread: AnaStorageThread (-1275765952) >19:36:58,861 INFO anaconda: Running Thread: AnaTimeInitThread (-1285555392) >19:36:58,867 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (-1297093824) >19:36:58,870 INFO anaconda: Running Thread: AnaPayloadThread (-1305486528) >19:36:59,143 DEBUG anaconda: updating hostname localhost.localdomain >19:36:59,282 INFO anaconda: got 0 NTP servers from DHCP >19:36:59,284 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (-1297093824) >19:36:59,294 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (-1297093824) >19:36:59,294 INFO anaconda: Not doing 'start chronyd' in live installation >19:36:59,297 INFO anaconda: Starting geolocation lookup >19:36:59,301 INFO anaconda: Geolocation provider: Fedora GeoIP >19:37:00,683 INFO anaconda: Not doing 'activate layouts' in live installation >19:37:01,114 INFO anaconda: Geolocation lookup finished in 1.8 seconds >19:37:01,117 INFO anaconda: got results from geolocation >19:37:01,120 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (-1297093824) >19:37:03,676 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >19:37:03,794 INFO anaconda: Thread Done: AnaStorageThread (-1275765952) >19:37:04,020 INFO anaconda: Thread Done: AnaTimeInitThread (-1285555392) >19:37:04,148 INFO anaconda: Thread Done: AnaPayloadThread (-1305486528) >19:37:38,415 INFO anaconda: Not doing 'require network connection' in live installation >19:37:38,416 DEBUG anaconda: network standalone spoke (init): completed: True >19:37:38,416 INFO anaconda: Not doing 'require network connection' in live installation >19:37:38,444 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >19:37:38,444 DEBUG anaconda: Entered hub: SummaryHub >19:37:39,047 INFO anaconda: Running Thread: AnaDateTimeThread (-1305486528) >19:37:39,124 INFO anaconda: Not doing 'modify system time and date' in live installation >19:37:39,129 INFO anaconda: Thread Done: AnaDateTimeThread (-1305486528) >19:37:54,698 INFO anaconda: fs space: 0 B needed: 1,94 GiB >19:37:54,781 DEBUG anaconda: running handleException >19:37:54,789 DEBUG anaconda: Traceback (most recent call last): > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 77, in <lambda> > self.window.connect("continue-clicked", lambda *args: self._on_continue_clicked(cb)) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 320, in _on_continue_clicked > StandaloneSpoke._on_continue_clicked(self, cb) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 73, in _on_continue_clicked > cb() > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 490, in _on_continue_clicked > nextAction.refresh() > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 384, in refresh > self._createBox() > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 217, in _createBox > self._updateCompleteness(spoke) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 266, in _updateCompleteness > self._handleCompleteness(spoke, update_continue) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 280, in _handleCompleteness > self._updateContinue() > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 285, in _updateContinue > if self._checker and not self._checker.check(): > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/lib/space.py", line 80, in check > self.error_message = _(self.error_template) % self.deficit > >UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128) > >19:37:54,789 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >19:37:55,383 INFO anaconda: Running Thread: AnaNTPserver1 (-1305486528) >19:37:55,390 INFO anaconda: Running Thread: AnaNTPserver2 (-1285555392) >19:37:55,394 INFO anaconda: Running Thread: AnaNTPserver3 (-1275765952) >19:37:55,410 INFO anaconda: Running Thread: AnaNTPserver4 (-1297093824) >19:37:55,521 INFO anaconda: Thread Done: AnaNTPserver2 (-1285555392) >19:37:55,529 INFO anaconda: Thread Done: AnaNTPserver3 (-1275765952) >19:37:55,536 INFO anaconda: Thread Done: AnaNTPserver4 (-1297093824) >19:37:55,661 INFO anaconda: Thread Done: AnaNTPserver1 (-1305486528) >19:37:56,299 INFO anaconda: Running kickstart %%traceback script(s) >19:37:56,304 INFO anaconda: All kickstart %%traceback script(s) have been run >19:37:57,067 DEBUG anaconda: updating hostname localhost.localdomain
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1060382
:
858011
|
858012
| 858013