Bug 480308
Summary: | rawhide anaconda vnc install failure | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark McLoughlin <markmc> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | anaconda-maint-list, atkac |
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: | 2009-01-19 14:36:21 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: | |||
Bug Depends On: | |||
Bug Blocks: | 476773 |
Description
Mark McLoughlin
2009-01-16 12:08:52 UTC
Ah, is this the switch to tightvnc? https://fedoraproject.org/wiki/Features/TightVNC From: http://kojipkgs.fedoraproject.org/mash/rawhide-20090116/logs/x86_64.log Package vnc-libs is obsoleted by tightvnc-server-module, trying to install tightvnc-server-module-1.5.0-0.9.20081120svn3200.fc11.x86_64 instead Package vnc-server is obsoleted by tightvnc-server-module, trying to install tightvnc-server-module-1.5.0-0.9.20081120svn3200.fc11.x86_64 instead Yep, looks like that's the problem. I think it must be because we're no longer grabbing the X extention module though we are grabbing the other packages and files. This should be fixed in the next version of anaconda. You should install tightvnc-server package instead of vnc-libs and vnc-server packages in rawhide. That's what he did, see here: http://git.fedorahosted.org/git/?p=anaconda.git;a=commitdiff;h=60eb28 Working fine for me with 20090120 rawhide (In reply to comment #4) > That's what he did, see here: > > http://git.fedorahosted.org/git/?p=anaconda.git;a=commitdiff;h=60eb28 Well, this commit is right but you don't have to include tightvnc-server-module package. It contains libvnc.so module to Xorg and depends on xorg-x11-server-Xorg. tightvnc-server-module is not needed for "raw" Xvnc. You can probably save some MB when you exclude it from install root. |