Back to bug 814850

Who When What Removed Added
David Cantrell 2012-07-05 15:37:15 UTC Status NEW CLOSED
Resolution --- WONTFIX
Last Closed 2012-07-05 11:37:15 UTC
Jan Pokorný [poki] 2013-09-18 18:38:49 UTC CC jpokorny
Jan Pokorný [poki] 2013-09-18 18:54:09 UTC Status CLOSED ASSIGNED
Resolution WONTFIX ---
Keywords Reopened
Jan Pokorný [poki] 2013-09-18 18:59:41 UTC Blocks 1009639
Vratislav Podzimek 2013-09-23 18:55:10 UTC Blocks 1009639
Vratislav Podzimek 2013-09-23 19:00:15 UTC CC vpodzime
See Also https://bugzilla.redhat.com/show_bug.cgi?id=784159
Assignee anaconda-maint-list vpodzime
Suzanne Logcher 2013-09-23 21:10:00 UTC CC syeghiay
Suzanne Logcher 2015-06-03 14:38:06 UTC CC syeghiay
Clayton Spicer 2016-02-25 15:41:23 UTC CC cspicer
Doc Text Kickstart installations that run shell scripts using redirected input may experience execution problems due to a missing /dev/fd directory. You may workaround this problem by adding a %pre script at the top of your kickstart file that does this:

%pre
ln -sf /proc/self/fd /dev/fd
%end
Kickstart installations that run shell scripts using redirected input may experience execution problems due to a missing /dev/fd directory. You may workaround this problem by adding a %pre script at the top of your kickstart file that does this:

%pre
ln -sf /proc/self/fd /dev/fd
%end
Clayton Spicer 2016-02-25 17:31:38 UTC Docs Contact cspicer
Doc Type Bug Fix Known Issue
Red Hat Bugzilla 2016-02-25 17:31:38 UTC Doc Type Known Issue Bug Fix
Clayton Spicer 2016-02-25 17:35:05 UTC Doc Text Kickstart installations that run shell scripts using redirected input may experience execution problems due to a missing /dev/fd directory. You may workaround this problem by adding a %pre script at the top of your kickstart file that does this:

%pre
ln -sf /proc/self/fd /dev/fd
%end
Missing `/dev/fd` directory affecting Kickstart installations

Kickstart installations that run shell scripts using redirected input might experience execution problems due to a missing `/dev/fd` directory. To work around this problem, add the following `%pre` script at the start of your Kickstart file:

%pre
ln -sf /proc/self/fd /dev/fd
%end
Doc Type Bug Fix Known Issue
Jan Blazek 2016-06-08 11:34:18 UTC Assignee vpodzime sbueno
Lubos Kocman 2016-06-20 09:56:19 UTC Assignee sbueno vpodzime
Samantha N. Bueno 2016-08-18 18:56:25 UTC Assignee vpodzime anaconda-maint-list
Samantha N. Bueno 2016-08-18 18:57:17 UTC Status ASSIGNED NEW
Jan Kurik 2017-12-06 13:02:45 UTC Status NEW CLOSED
Resolution --- WONTFIX
Last Closed 2012-07-05 11:37:15 UTC 2017-12-06 08:02:45 UTC

Back to bug 814850