Bug 620819 - default console(3) port is "conserver"
Summary: default console(3) port is "conserver"
Keywords:
Status: CLOSED DUPLICATE of bug 466541
Alias: None
Product: Fedora
Classification: Fedora
Component: conserver
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Patrick Laughton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 667118
TreeView+ depends on / blocked
 
Reported: 2010-08-03 14:59 UTC by Paolo Bonzini
Modified: 2011-01-04 14:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-04 14:31:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Paolo Bonzini 2010-08-03 14:59:59 UTC
Description of problem:
Running the console client fails out-of-the-box due to "conserver" not being in /etc/services

Version-Release number of selected component (if applicable):
conserver-client-8.1.16-9

A fix is to pass --with-port to configure:

--- conserver.spec.in	2010-08-03 16:12:28.000000000 +0200
+++ conserver.spec	2010-08-03 16:12:45.000000000 +0200
@@ -47,7 +47,8 @@
 
 %configure --with-libwrap \
         --with-openssl \
-        --with-pam
+        --with-pam \
+        --with-port=782
 
 make %{?_smp_mflags}

Comment 1 Paolo Bonzini 2011-01-04 14:31:43 UTC
This is the same issue as bug 466541.  For some reason (an update?) my /etc/services file lacked the entry for conserver.

*** This bug has been marked as a duplicate of bug 466541 ***


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