grycap / minicon

Minimization of the filesystem for containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minicon getting strucked in middle

srisakthigajapathy opened this issue · comments

I have executed the below command and the command got strucks in middle. I have restarted my dev box and tried same but the issue exists same.

Note: the command was working perfectly before. now only it is strucking.

-bash-4.2$ minidock --yum -i base:latest -t docker-local.bin-na.asg.com/centosbase:latest -E grep -E sh -E bash -E chmod -E find -E sed -E jq -E chown -E cat -E tail -E cp -E ls -E rm -E mkdir -E mv -E echo -E ps
/etc/ld.so.cache
/etc/nsswitch.conf
/etc/passwd
/usr/bin/bash
/usr/bin/grep
/usr/bin/chmod

Can you please look into this issue. For one minicon job, many process are running like below

root 9535 9373 0 03:38 pts/0 00:00:00 /bin/bash /bin/minicon -t /minicon/work/image.tar --plugin-all -E grep -E sh -E vi -E bash -E chmod -E find -E sed -E jq -E chown -E cat -E tail -E cp -E ls -E rm -E mkdir -E mv -E echo -E ps -- /bin/bash
root 10670 9535 0 03:38 pts/0 00:00:00 /bin/bash /bin/minicon -t /minicon/work/image.tar --plugin-all -E grep -E sh -E vi -E bash -E chmod -E find -E sed -E jq -E chown -E cat -E tail -E cp -E ls -E rm -E mkdir -E mv -E echo -E ps -- /bin/bash
root 10684 10670 99 03:38 pts/0 00:00:16 /bin/bash /bin/minicon -t /minicon/work/image.tar --plugin-all -E grep -E sh -E vi -E bash -E chmod -E find -E sed -E jq -E chown -E cat -E tail -E cp -E ls -E rm -E mkdir -E mv -E echo -E ps -- /bin/bash
srisakt+ 10719 29303 0 03:38 pts/4 00:00:00 grep --color=auto minicon

Minicon job is not continuing its process. getting strucked in the middle.