Bug 4475
| Summary: | cannot run "xdos" | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | prabirm |
| Component: | dosemu | Assignee: | Cristian Gafton <gafton> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | prabirm, saurik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-09-25 03:20:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
prabirm
1999-08-11 17:30:05 UTC
hdimage.first problem is fixed, don't know if this was always the
case, and you simply didn't have dosemu-freedos installed, or if this
is a more recent fix:
[root(2)@ironclad dosemu]# rpm -q dosemu-freedos
dosemu-freedos-0.99.10-6
[root(2)@ironclad dosemu]# rpm -q --scripts dosemu-freedos
postinstall script (through /bin/sh):
[ -e /var/lib/dosemu/hdimage.first ] || \
ln -s hdimage.freedos /var/lib/dosemu/hdimage.first
postuninstall script (through /bin/sh):
if [ $1 = 0 ]; then
if [ -e /var/lib/dosemu/hdimage.first ]; then
rm -f /var/lib/dosemu/hdimage.first
fi
fi
VGA font problem has also been fixed: [root(2)@ironclad misc]# rpm -q xdosemu xdosemu-0.99.10-6 [root(2)@ironclad misc]# rpm -ql xdosemu | grep vga /usr/X11R6/lib/X11/fonts/misc/vga.pcf Now if only someone at RedHat would notice the added comments and close the bug report :). OK, we can do that. |