Bug 480308 - rawhide anaconda vnc install failure
Summary: rawhide anaconda vnc install failure
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F11Alpha, F11AlphaBlocker
TreeView+ depends on / blocked
 
Reported: 2009-01-16 12:08 UTC by Mark McLoughlin
Modified: 2009-01-21 18:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-19 14:36:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mark McLoughlin 2009-01-16 12:08:52 UTC
Just tried to install an x86_64 KVM guest with rawhide-20090116 and "console=ttyS0 vnc method=..." cmdline

Failed with:

Running anaconda 11.5.0.8, the Fedora system installer - please wait...        
/usr/lib64/python2.6/md5.py:8: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument
  DeprecationWarning, 2)
/usr/lib64/python2.6/sets.py:85: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument
  stacklevel=2)
12:49:40 Starting VNC...
12:49:40 Could not start the VNC server.  Aborting.
install exited abnormally [1/1]

Comment 1 Mark McLoughlin 2009-01-16 12:18:03 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

Comment 2 Chris Lumens 2009-01-16 14:51:48 UTC
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.

Comment 3 Adam Tkac 2009-01-19 14:31:08 UTC
You should install tightvnc-server package instead of vnc-libs and vnc-server packages in rawhide.

Comment 4 Mark McLoughlin 2009-01-19 14:36:21 UTC
That's what he did, see here:

  http://git.fedorahosted.org/git/?p=anaconda.git;a=commitdiff;h=60eb28

Comment 5 Mark McLoughlin 2009-01-20 13:07:24 UTC
Working fine for me with 20090120 rawhide

Comment 6 Adam Tkac 2009-01-21 18:50:44 UTC
(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.


Note You need to log in before you can comment on or make changes to this bug.