Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anaconda - "Pane is dead" #121

Open
mpalmi opened this issue Apr 23, 2015 · 7 comments
Open

Anaconda - "Pane is dead" #121

mpalmi opened this issue Apr 23, 2015 · 7 comments

Comments

@mpalmi
Copy link
Contributor

mpalmi commented Apr 23, 2015

After doing a make bare and ./bootstrap.sh, an ISO is produced.
During install-time, the following error/stack-trace is seen.
We need to figure out what's causing this and either fix it or document it as a known issue.

clip_rhel7_anaconda_dead_pane

@mpalmi mpalmi added the bug label Apr 23, 2015
@mpalmi mpalmi added this to the RHEL 7 - Alpha3 milestone Apr 23, 2015
@ghost
Copy link

ghost commented Apr 29, 2015

I have been doing builds with modifications only to the kickstart, and I haven't been able to reproduce this. @mpalmi @tomhurd please keep an eye on this and update the issue with ways to reproduce.

@ghost
Copy link

ghost commented May 7, 2015

I think I reproduced this and know what's causing the issue. When you add a commit, a new folder is created based on the commit hash in the work directory. The build system is supposed to pull in all of the RPMs or copy over the cache directory in lorax. I am assuming neither of those are happening.

@ghost ghost added the Watch List label May 21, 2015
@mpalmi
Copy link
Contributor Author

mpalmi commented Jun 4, 2015

Another 'Pane is dead' error message:
2015-06-04-093934_5760x1080_scrot

This appeared after doing a make bare and then ./bootstrap.sh.

  • rhel repo set to "/opt/rhel-7-x86_64/rhel-x86_64-server-7/Packages/"
  • opt repo set to "/home/mpalmiotto/opt/"
  • yum repo name left blank

@ghost ghost modified the milestones: RHEL_7-Beta, RHEL_7-Alpha3 Jun 4, 2015
@mpalmi
Copy link
Contributor Author

mpalmi commented Jun 10, 2015

2015-06-10-124321_5760x1080_scrot

This appeared after doing a make bare and then ./bootstrap.sh.

  • rhel repo set to "/opt/rhel-7-x86_64/rhel-x86_64-server-7/Packages/"
  • opt repo set to "/home/mpalmiotto/opt/"
  • yum repo name left blank

@mpalmi
Copy link
Contributor Author

mpalmi commented Jun 11, 2015

2015-06-11-131232_5760x1080_scrot

This time, I did the following:
make bare
./bootstrap.sh
(Installed ISO with no error messages)

vi kickstart/clip-rhel7/clip-rhel7.ks
Made the following change:

diff --git a/kickstart/clip-rhel7/clip-rhel7.ks b/kickstart/clip-rhel7/clip-rhel7.ks
index 8351176..2b4ac18 100644
--- a/kickstart/clip-rhel7/clip-rhel7.ks
+++ b/kickstart/clip-rhel7/clip-rhel7.ks
@@ -357,6 +357,7 @@ cat <<- EOF > $AIDE_SCRIPT
 EOF
 
 /bin/chmod 755 $AIDE_SCRIPT
+/sbin/restorecon /root/aide.sh
 
 /usr/bin/cat <<- EOF > /etc/systemd/system/aide.service
        [Unit]

time make clip-rhel7-iso 2>&1 | tee ../logs/log-$(date +%Y%m%d--%H%M%S)
(Installed ISO with no error messages)

vi kickstart/clip-rhel7/clip-rhel7.ks
Made the following changes:

diff --git a/kickstart/clip-rhel7/clip-rhel7.ks b/kickstart/clip-rhel7/clip-rhel7.ks
index 2b4ac18..5e65cd3 100644
--- a/kickstart/clip-rhel7/clip-rhel7.ks
+++ b/kickstart/clip-rhel7/clip-rhel7.ks
@@ -343,7 +343,6 @@ AIDE_SCRIPT=/root/aide.sh
 echo "configuring AIDE"
 cat <<- EOF > $AIDE_SCRIPT
        #!/bin/sh
-       /bin/rm -f $AIDE_SCRIPT
        /bin/mv /sbin/aide $AIDE_DIR/aide
        /bin/mv /etc/aide.conf $AIDE_DIR/aide.conf
        /bin/ln -s $AIDE_DIR/aide /usr/sbin/aide
@@ -353,7 +352,6 @@ cat <<- EOF > $AIDE_SCRIPT
        /sbin/aide --init --config=$AIDE_DIR/aide.conf
        /bin/mv $AIDE_DIR/aide.db.new.gz $AIDE_DIR/aide.db.gz
        /usr/bin/systemctl disable aide.service
-       /usr/sbin/reboot
 EOF

time make clip-rhel7-iso 2>&1 | tee ../logs/log-$(date +%Y%m%d--%H%M%S)
(Got "Pane is dead" error)

@ghost
Copy link

ghost commented Jun 22, 2015

Unfortunately I was not able to reproduce the issue with the above steps.

@ghost ghost modified the milestones: RHEL_7_Final, RHEL_7-Beta Sep 9, 2015
@ghost
Copy link

ghost commented Oct 6, 2015

This is still not consistently reproduceable. We will want to document this as a known issue.

@ghost ghost added the Documentation label Oct 6, 2015
@minapoli minapoli modified the milestones: Future, RHEL_7_Final Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants