Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 625362 Details for
Bug 865291
FATAL ERRORL python callback <bound method RPMCallback.callback of < pyanaconda.packaging.yumpayload.RPMCallback object at ..> failed
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
used kickstart
custom-ks.cfg (text/plain), 4.11 KB, created by
Jiri Moskovcak
on 2012-10-11 07:16:38 UTC
(
hide
)
Description:
used kickstart
Filename:
MIME Type:
Creator:
Jiri Moskovcak
Created:
2012-10-11 07:16:38 UTC
Size:
4.11 KB
patch
obsolete
>#version=DEVEL ># Install OS instead of upgrade >install ># Firewall configuration >firewall --disabled ># Use network installation >url --url="http://download.englab.brq.redhat.com/pub/fedora/linux/development-snapshot-20121009/18/x86_64/os" >repo --name="fedora" >repo --name="updates" >repo --name="updates-testing" >repo --name="fedora-abrt" --baseurl=http://repos.fedorapeople.org/repos/abrt/abrt/fedora-18/x86_64/ ># Network information >network --bootproto=dhcp --device=eth0 ># Root password >rootpw --iscrypted $1$1q6/3BvX$pfhRPRVl0GE3aRLxt3lE0/ ># System authorization information >auth --useshadow --passalgo=sha512 ># Use text mode install >text ># System keyboard >keyboard us ># System language >lang en_US ># SELinux configuration >selinux --enforcing ># Do not configure the X Window System >skipx ># Installation logging level >logging --level=info ># Reboot after installation >reboot ># System timezone >timezone --isUtc Europe/Prague ># System bootloader configuration >bootloader --append="rhgb quiet" --location=mbr --driveorder="vda" ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel ># Disk partitioning information >part / --fstype="ext4" --grow --size=1 >part biosboot --fstype="biosboot" --size=1 > >%packages --excludedocs --ignoremissing >@base >@development >@development-tools >abrt* >beakerlib >btparser* >createrepo >curl >dejagnu >expat-devel >expect >gcc >git >intltool >kernel-devel >libreport* >libtool >make >mock >nc >newt-devel >readline-devel >rpm-build >screen >strace >texinfo-tex >vim-enhanced >yum-utils >-acpid >-b43-fwcutter >-byacc >-cryptsetup-luks >-cscope >-ctags >-cvs >-diffstat >-dosfstools >-doxygen >-eject >-elfutils >-fprintd-pam >-gcc-gfortran >-hunspell >-hunspell-en >-indent >-irqbalance >-kexec-tools >-libreport-compat >-man-pages >-man-pages-overrides >-mlocate >-nano >-patchutils >-pinfo >-prelink >-rcs >-rdate >-readahead >-rfkill >-subversion >-swig >-system-config-firewall-tui >-system-config-network-tui >-systemtap >-systemtap-runtime >-tcpdump >-tcsh >-time >-usbutils >-vconfig >-virt-what >-which >-wireless-tools >-words > >%end >%post --interpreter=/bin/bash >pushd $PWD && { > cd /root && { > git clone git://abrt.brq.redhat.com/abrt.git ./abrt && { > cd ./abrt && { > case $(cut -d: -f4,5 /etc/system-release-cpe) in > enterprise_linux:6*) > git checkout rhel6 > ;; > *) > ;; > esac > } > } > } > popd >} >rpm -i http://abrt.brq.redhat.com/repo/redhat-ddns-client-1.3-4.noarch.rpm >cat > /etc/redhat-ddns/hosts << "_END_" >_END_ >mkdir /root/.ssh/ >chmod 700 /root/.ssh/ >chmod 600 /root/.ssh/* >restorecon /root/.ssh/* >cat >> /etc/procmailrc <<_END_ >VERBOSE=no >LOGFILE=/var/log/procmaillog >_END_ >cat > /root/abrt/tests/runtests/aux/config.sh.local << "_END_" >#!/bin/bash > >export FORMAT_SCRIPT='aux/scp_format.sh' >export REPORT_SCRIPT='aux/scp_report.sh' > >export SCPTO='virt_manage@abrt.brq.redhat.com:~/targets/f16/data/' > >export SHUTDOWN=1 >_END_ >cat > /etc/hosts << "_END_" >127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 >::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 > >192.168.122.1 fedorahosted.org >_END_ >cat > /etc/motd << "_END_" >ABRT integration test runner > >! beware of the fedorahosted alias in /etc/hosts >_END_ >cat > /etc/yum.repos.d/fedora-abrt.repo << "_END_" >[fedora-abrt] >name=Nightly builds of ABRT related projects - abrt, libreport, btparser, faf >baseurl=http://repos.fedorapeople.org/repos/abrt/abrt/fedora-$releasever/$basearch/ >enabled=1 >skip_if_unavailable=1 >gpgcheck=0 > >[fedora-abrt-source] >name=Nightly builds of ABRT related projects - abrt, libreport, btparser, faf - Source >baseurl=http://repos.fedorapeople.org/repos/abrt/abrt/fedora-$releasever/SRPMS >enabled=0 >skip_if_unavailable=1 >gpgcheck=0 >_END_ >EXCLUDE_TESTS="abrt-nightly-build|abrt-make-check|btparser-make-check|libreport-make-check" >TEST_ORDER="/root/abrt/tests/runtests/aux/test_order" >egrep -v "$EXCLUDE_TESTS" "$TEST_ORDER" > /tmp/test_order && mv /tmp/test_order "$TEST_ORDER" >sed -i 's/OpenGPGCheck.*=.*yes/OpenGPGCheck = no/' /etc/abrt/abrt-action-save-package-data.conf >%end
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 865291
:
625359
| 625362