Bug 620819

Summary: default console(3) port is "conserver"
Product: [Fedora] Fedora Reporter: Paolo Bonzini <pbonzini>
Component: conserverAssignee: Patrick Laughton <jima>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: jima
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: 2011-01-04 14:31:43 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: 667118    

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 ***