[Cooker] [Bug 4918] [coreutils] The df output is not standard, some scripts will not work

2003-08-29 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=4918


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-29-08 11:32 ---


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

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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]
status: RESOLVED
creation_date: 
description: 
The command df output is no more using the links like /dev/hda1 but the real 
special file like /dev/ide/host0/bus0/target0/lun0/part1 
This line is so long that each output take 2 lines, so some sciptes like the MythII 
(The loki game) setup will not works: 
Here is the command used in the script: 
free_kb=`df $install_path|grep /dev|awk '{print $4}'` where 
$install_path=/usr/local/games/myth2 by default. 
 
It was working in 9.1. 
 
Old output exemple: 
FilesystemSize  Used Avail Use% Mounted on 
/dev/hda1 5.3G  2.6G  2.5G  51% / 
/dev/hda6  13G  9.9G  3.1G  77% /home 
 
mdk9.2 output exemple: 
FilesystemSize  Used Avail Use% Mounted on 
/dev/ide/host0/bus0/target1/lun0/part1 
   16G  1.3G   14G   9% / 
/dev/ide/host0/bus0/target1/lun0/part6 
  131G  684M  131G   1% /home



[Cooker] [Bug 4918] [coreutils] The df output is not standard, some scripts will not work

2003-08-27 Thread [waschk]
http://qa.mandrakesoft.com/show_bug.cgi?id=4918





--- Additional Comments From [EMAIL PROTECTED]  2003-27-08 09:35 ---
Yes, this also breaks one of the gdesklets sensors (don't remember which package).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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]
status: NEW
creation_date: 
description: 
The command df output is no more using the links like /dev/hda1 but the real 
special file like /dev/ide/host0/bus0/target0/lun0/part1 
This line is so long that each output take 2 lines, so some sciptes like the MythII 
(The loki game) setup will not works: 
Here is the command used in the script: 
free_kb=`df $install_path|grep /dev|awk '{print $4}'` where 
$install_path=/usr/local/games/myth2 by default. 
 
It was working in 9.1. 
 
Old output exemple: 
FilesystemSize  Used Avail Use% Mounted on 
/dev/hda1 5.3G  2.6G  2.5G  51% / 
/dev/hda6  13G  9.9G  3.1G  77% /home 
 
mdk9.2 output exemple: 
FilesystemSize  Used Avail Use% Mounted on 
/dev/ide/host0/bus0/target1/lun0/part1 
   16G  1.3G   14G   9% / 
/dev/ide/host0/bus0/target1/lun0/part6 
  131G  684M  131G   1% /home