Bug 1419510

Summary: Garbled ps -ef output
Product: Red Hat Enterprise Linux 7 Reporter: Marko Myllynen <myllynen>
Component: procps-ngAssignee: Jan Rybar <jrybar>
Status: CLOSED INSUFFICIENT_DATA QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: low Docs Contact:
Priority: low    
Version: 7.3CC: djez
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-19 11:55:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marko Myllynen 2017-02-06 11:38:35 UTC
Description of problem:
[root@infra02 ~]# cat /proc/21401/cmdline 
/usr/bin/dockerd-current--add-runtimedocker-runc=/usr/libexec/docker/docker-runc-current--default-runtime=docker-runc--authorization-plugin=rhel-push-plugin--exec-optnative.cgroupdriver=systemd--userland-proxy-path=/usr/libexec/docker/docker-proxy-current--selinux-enabled--log-driver=json-file--log-optmax-size=50m--storage-driverdevicemapper--storage-optdm.fs=xfs--storage-optdm.thinpooldev=/dev/mapper/docker--vg-docker--pool--storage-optdm.use_deferred_removal=true--add-registryregistry.example.com:5000--block-registryall--insecure-registryregistry.example.com:5000[root@infra02 ~]# 
[root@infra02 ~]# ps auxwww | grep 5000
root     21401  0.1  0.3 474504 28412 ?        Ssl  11:40   0:00 /usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --selinux-enabled --log-driver=json-file --log-opt max-size=50m --storage-driver devicemapper --storage-opt dm.fs=xfs --storage-opt dm.thinpooldev=/dev/mapper/docker--vg-docker--pool --storage-opt dm.use_deferred_removal=true --add-registry registry.example.com:5000 --block-registry all --insecure-registry registry.example.com:5000
root     21524  0.0  0.0  11084   720 pts/1    S+   11:42   0:00 grep --color=auto 5000
[root@infra02 ~]# ps -ef | grep 5000
root     21401     1  0 11:40 ?        00:00:00 /usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --selinux-enabled --log-driver=json-file --log-opt max-size=50m --storage-driver devicemapper --storage-opt dm.fs=xfs --storage-opt dm.thinpooldev=/dev/mapper/docker--vg-docker--pool --storage-opt dm.use_deferred_removal=true --add-registry registry.example.com:5000 --block-registry all --insecure-registry registry.example.com5000

Note the missing colon at the end. I haven't been able to reproduce this so I'm not sure what was going on but I saw this a couple of times so not necessarily due to hallucinations.

Version-Release number of selected component (if applicable):
procps-ng-3.3.10-10.el7.x86_64

Comment 2 Jan Rybar 2017-02-06 12:51:13 UTC
Hello Marko,
can you please specify the actual issue?

Thanks and have a nice day.

Comment 3 Marko Myllynen 2017-02-06 13:22:58 UTC
(In reply to Jan Rybar from comment #2)
> Hello Marko,
> can you please specify the actual issue?

The last colon is missing;

> --insecure-registry registry.example.com:5000

vs

> -insecure-registry registry.example.com5000

As said, I'm not able to reproduce (OTOH, haven't see the process in the same state afterwards the output in that sense has been slightly different) so I'm afraid I can't provide more details than this.

Thanks.

Comment 5 Jan Rybar 2018-01-19 11:55:38 UTC
Since there is no reproducer and we have insufficient data to investigate the problem, I'll close this bug for now.