|
Bugzilla – Full Text Bug Listing |
| Summary: | Remote Administration Component In Yast2 Does Not Open Firewall Ports When Selected | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Forgotten User xs3PtXj4XH <forgotten_xs3PtXj4XH> |
| Component: | YaST2 | Assignee: | Michal Filka <mfilka> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | niclas_arndt |
| Version: | 13.1 Milestone 2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
part of my y2log
y2log containing attempt to change port settings After changing interface zone Updated y2log containing attempt to change port settings |
||
|
Description
Forgotten User xs3PtXj4XH
2013-02-13 21:18:49 UTC
Created attachment 529018 [details]
part of my y2log
Does anyone works to fix this bug?
I attached my y2log.
It seems that the service name of remote administration is wrong:
2013-03-07 12:11:15 <1> linux-4sx0.site(7428) [YCP] SuSEFirewall.ycp:2169 Removing 'service:xorg-x11-server' from 'EXT' zone
2013-03-07 12:11:15 <1> linux-4sx0.site(7428) [YCP] SuSEFirewallServices.ycp:554 Service service:xorg-x11-server is not known, searching for new definitions...
And
2013-03-07 12:11:16 <3> linux-4sx0.site(7428) [bash] ShellCommand.cc(shellcommand):78 sh: /sbin/SuSEconfig: No such file or directory
is OK?
I have a workaround/solution to this problem:
/ect/xinet.d/vnc
service vnc1
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/Xvnc
server_args = -noreset -inetd -once -query localhost -geometry 1240x695 -depth 24 -rfbauth /root/.vnc/passwd
type = UNLISTED
port = 5901
}
Log in (locally) as root and type 'vncpasswd' to enter the VNC password. This will enable you to log in as root.
(12.2 changed the KDE colour depth, so you had to change '-depth 16' to '24' in the above file to make the icons look ok.)
The openSUSE 12.3 documentation should be updated to cover the password change from 12.2 to 12.3. I don't know if it is possible to disable the VNC login screen completely or if you should do additional things to do it properly.
Created attachment 535087 [details]
y2log containing attempt to change port settings
Bug is present in 12.3 final. Created attachment 535088 [details] After changing interface zone Even after changing the network interface zone to "External" as per this bug: https://bugzilla.novell.com/show_bug.cgi?id=803616 the port selection still doesn't function. Problem is still present in openSUSE 13.1 M2. New YaST logs to follow. Created attachment 544274 [details]
Updated y2log containing attempt to change port settings
Updated log for 13.1 M2.
Work in progress. Thanks for testing. *** This bug has been marked as a duplicate of bug 808490 *** |