Bug 354733

Summary: could not switch checkbox for allowing VNC in firewall configuration
Product: [openSUSE] openSUSE 11.0 Reporter: Tomas Cech <tcech>
Component: InstallationAssignee: Katarina Machalkova <kmachalkova>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: mvidner
Version: Alpha 1   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs

Description Tomas Cech 2008-01-18 15:08:07 UTC
Created attachment 191005 [details]
y2logs

Summary screen --> Remote Administration
Checkbox "Open port in firewall" is disabled and non-switchable.
("No network interfaces are configured")

But I can see in summary screen network card successfully detected and set (default DHCP is fine for me).
Comment 1 Katarina Machalkova 2008-01-30 15:13:28 UTC
This issue was probably caused by NetworkDevices -> NetworkInterfaces transition. yast2-lan (network proposal) loads data into NetworkInterfaces data structures,

2008-01-18 15:55:36 <1> linux-bzjg(3891) [YCP] NetworkInterfaces.ycp:548 config=$["BOOTPROTO":"dhcp", "NAME":"RTL-8139/8139C/8139C+", "STARTMODE":"onboot"]
2008-01-18 15:55:36 <1> linux-bzjg(3891) [YCP] NetworkInterfaces.ycp:548 config=$["BROADCAST":"127.255.255.255", "FIREWALL":"no", "IPADDR":"127.0.0.1", "NETMASK":"255.0.0.0", "NETWORK":"127.0.0.0", "STARTMODE":"onboot", "USERCONTROL":"no"]

while remote administration (and also firewall) proposal expects them still in NetworkDevices. 

2008-01-18 15:58:04 <1> linux-bzjg(3891) [YCP] NetworkDevices.ycp:1425 List( dialup ) = []
2008-01-18 15:58:04 <1> linux-bzjg(3891) [YCP] NetworkDevices.ycp:1425 List(  ) = []
2008-01-18 15:58:04 <1> linux-bzjg(3891) [YCP] CWMFirewallInterfaces.ycp:214 Status: `no_ifaces, All: [], Allowed: []

Thus, it finds nothing and thinks there are no network ifaces configured. Should be fixed in next alpha, please reopen if the problem persists
Comment 2 Katarina Machalkova 2008-02-01 14:05:45 UTC
*** Bug 357985 has been marked as a duplicate of this bug. ***