Ignore:
Timestamp:
May 27, 2014, 5:53:14 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Remove from mindi 2 functions replaced by perl code (ReadAllLink by mr-read-all-link and ProcessLDD by mr-process-ldd)
  • Redirect mindi execution to mondo log on the fly to try to improve percentage display with newt (not finished yet)
  • Introduce a new global var MINDI_LOGFILE and use it everywhere
  • Fix some memory free mising (thanks valgrind)
  • Remove a call to rpm to log packages - not portable
  • Works with valgrind locally to create images in dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-tools.c

    r3278 r3292  
    391391#else
    392392    run_program_and_log_output("cat /proc/cpuinfo", 5);
    393     run_program_and_log_output
    394         ("rpm -q newt newt-devel slang slang-devel ncurses ncurses-devel gcc",
    395          5);
     393    /*
     394    run_program_and_log_output("rpm -q newt newt-devel slang slang-devel ncurses ncurses-devel gcc", 5);
     395    */
    396396#endif
    397397
     
    985985        log_to_screen("%s failed for some reason.", tmp);
    986986        mr_free(tmp);
    987         log_to_screen("Please run that command by hand and examine /var/log/mindi.log");
     987        log_to_screen("Please run that command by hand and examine "MINDI_LOGFILE);
    988988        log_to_screen("for more information. Perhaps your /etc/fstab file is insane.");
    989989        log_to_screen("Perhaps Mindi's MakeMountlist() subroutine has a bug. We'll see.");
Note: See TracChangeset for help on using the changeset viewer.