Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
In zh_CN language env, service start output info translate error.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. install RHEL6.4 with Chinese Simplified language set
2. and see the follow section Actual results
3.
Actual results:
[root@dhcp-13-188 ~]# service nfs start
启动 NFS 服务: [确定]
关掉 NFS 配额: [确定]
`----> translate Error. should be "启动"(starting) not "关掉"(shutting sown)
启动 NFS mountd: [确定]
启动 NFS 守护进程: [确定]
正在启动 RPC idmapd: [确定]
[root@dhcp-13-188 ~]# service nfs stop
关闭 NFS 守护进程: [确定]
关闭 NFS mountd: [确定]
关闭 NFS quotas: [确定]
Shutting down RPC idmapd: [确定]
`-----> here should use chinese also, this should be nfs-utils problem.
[root@dhcp-13-188 ~]# /etc/init.d/nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS mountd: [ OK ]
Starting NFS daemon: [ OK ]
正在启动 RPC idmapd: [确定]
`----> here should be english also. shuold be nfs-utils, not use the union output method
[root@dhcp-13-188 ~]# /etc/init.d/nfs stop
Shutting down NFS daemon: [ OK ]
Shutting down NFS mountd: [ OK ]
Shutting down NFS quotas: [ OK ]
Shutting down RPC idmapd: [确定]
`-->here should use OK
[root@dhcp-13-188 ~]#
Additional info:
(In reply to Lukáš Nykrýn from comment #3)
> Translation for initscripts is handled on transifex
> https://fedora.transifex.com/projects/p/fedora-initscripts/resource/rhel6-
> branch/
> so if there are some translation error, they should be fixed there.
I see. and there is another issue:
[root@dhcp-13-188 ~]# /etc/init.d/nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS mountd: [ OK ]
Starting NFS daemon: [ OK ]
正在启动 RPC idmapd: [确定]
`----> here should be english also. shuold be nfs-utils, not use the union output method
[root@dhcp-13-188 ~]# /etc/init.d/nfs stop
Shutting down NFS daemon: [ OK ]
Shutting down NFS mountd: [ OK ]
Shutting down NFS quotas: [ OK ]
Shutting down RPC idmapd: [确定]
`-->here should use OK
You should ask us to fix that.
Create this bug is useless.
Comment 7RHEL Program Management
2013-10-14 02:36:00 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.
Description of problem: In zh_CN language env, service start output info translate error. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. install RHEL6.4 with Chinese Simplified language set 2. and see the follow section Actual results 3. Actual results: [root@dhcp-13-188 ~]# service nfs start 启动 NFS 服务: [确定] 关掉 NFS 配额: [确定] `----> translate Error. should be "启动"(starting) not "关掉"(shutting sown) 启动 NFS mountd: [确定] 启动 NFS 守护进程: [确定] 正在启动 RPC idmapd: [确定] [root@dhcp-13-188 ~]# service nfs stop 关闭 NFS 守护进程: [确定] 关闭 NFS mountd: [确定] 关闭 NFS quotas: [确定] Shutting down RPC idmapd: [确定] `-----> here should use chinese also, this should be nfs-utils problem. [root@dhcp-13-188 ~]# /etc/init.d/nfs start Starting NFS services: [ OK ] Starting NFS quotas: [ OK ] Starting NFS mountd: [ OK ] Starting NFS daemon: [ OK ] 正在启动 RPC idmapd: [确定] `----> here should be english also. shuold be nfs-utils, not use the union output method [root@dhcp-13-188 ~]# /etc/init.d/nfs stop Shutting down NFS daemon: [ OK ] Shutting down NFS mountd: [ OK ] Shutting down NFS quotas: [ OK ] Shutting down RPC idmapd: [确定] `-->here should use OK [root@dhcp-13-188 ~]# Additional info: