Bug 9098 - installer runs grep + perl command that takes a long time
Summary: installer runs grep + perl command that takes a long time
Status: RESOLVED DUPLICATE of bug 1148
Alias: None
Product: Mageia
Classification: Unclassified
Component: Installer (show other bugs)
Version: 2
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 02:15 CET by João Silva
Modified: 2013-02-21 14:47 CET (History)
0 users

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description João Silva 2013-02-18 02:15:55 CET
Description of problem:

After settings root password and adding non-root user account, the command:

sh -c grep -D skip -rl /home/live /home/jmss/.??* | while read f; do perl -pi -e 's,/home/live,/home/jmss,g' "$f"; done

takes a looong time.

Version-Release number of selected component (if applicable):

Mageia 2 installer.

How reproducible:

When adding a non-root user?

Steps to Reproduce:
1. install Mageia
2. set root password and add non-root user
3. run "ps auxw|grep grep"
Comment 1 Manuel Hiebel 2013-02-21 14:47:53 CET
dup

*** This bug has been marked as a duplicate of bug 1148 ***

Status: NEW => RESOLVED
Resolution: (none) => DUPLICATE


Note You need to log in before you can comment on or make changes to this bug.