Summary: | gtcd fails for when theme is Marble3D | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | jay |
Component: | distribution | Assignee: | David Lawrence <dkl> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | e.maryniak |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-06-15 11:32:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
jay
1999-04-19 08:25:28 UTC
*** Bug 3459 has been marked as a duplicate of this bug. *** When booting with the Red Hat floppy, you can use, after some menus, virtual console 2 with Alt-F2, where you have a bash prompt: bash# Listed in /bin are some programs (not much), amongst others vi and vim. However, when you call vi or vim, you get this error: "vi: error in loading shared libraries: libX11.so.6: cannot open shared object: No such file or directory" This is somewhat awkward, as I wanted to edit a file on the Win98 (vfat) partition, namely a log file of what I was doing :-) Note that I was able to mount it: /bin/insmod fat.o /bin/insmod vfat.o mkdir /dos mount -t vfat /dev/hda1 /dos I also was not able to run 'more' (or 'less') and gpm at installation time. My idea was to keep a log of what I was doing and copy it with gpm, so I would not have to write it on paper and type it in again, should I need to install again (which I did :-) |