https://qa.mandrakesoft.com/show_bug.cgi?id=1284
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From [EMAIL PROTECTED] 2003-02-05 09:00 -------
*** This bug has been marked as a duplicate of 1252 ***
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
description:
If I insert a compactflash card holded by an PCMCIA adapter
the system is oscilating by 100% cpu usage.
the card has its mountpoint on /dev/hdc1
---> after inserting the card
# ps ax
1951 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
1959 ? R 0:00 /usr/bin/perl /usr/sbin/drakupdate_fstab --auto --add
/dev/ide/host2/bus0/target0/lun0/part1
1960 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
# ps ax
2048 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
2056 ? R 0:00 /usr/bin/perl /usr/sbin/drakupdate_fstab --auto --add
/dev/ide/host2/bus0/target0/lun0/part1
2057 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
# ps ax
2097 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
2105 ? R 0:00 /usr/bin/perl /usr/sbin/drakupdate_fstab --auto --add
/dev/ide/host2/bus0/target0/lun0/part1
2106 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
# ps ax
3538 ? R 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
3547 ? R 0:00 /usr/bin/perl /usr/sbin/drakupdate_fstab --auto --add
/dev/ide/host2/bus0/target0/lun0/part1
3548 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script add
/dev/ide/host2/bus0/target0/lun0/part1
---> after removing the card:
# ps ax
4077 ? S 0:00 sh -c ./ide stop hde 2>&1
4078 ? D 0:00 /bin/sh ./ide stop hde
4323 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script del
/dev/ide/host2/bus0/target0/lun0/part1
4324 ? S 0:00 /bin/sh /etc/dynamic/scripts/part.script del
/dev/ide/host2/bus0/target0/lun0/part1
On Mandrake 9.1pre3 the processes are stopping after a while when I have removed
the card;
on 9.0 I have to rename (or delete) /etc/dynamic/scripts/part.script to stop
those behavior.