Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8898] New: Issues with tracking of /etc/sysconfig/* files

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8898] New: Issues with tracking of /etc/sysconfig/* files
  • Date: Mon, 16 May 2005 14:04:55 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=8898

Summary: Issues with tracking of /etc/sysconfig/* files
Product: Sorcery
Version: 1.12.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: dkowis+SMbugzilla AT shlrm.org
CC: eric AT sandall.us


sandalle notes that the spell should be using install_config_file to install
the
thing. In which case it might be in the grimoire FUNCTIONS.

the following in a shell script will verify this bug: NOTE: If you value your
/etc/sysconfig/alsa, you should back it up :)
<SCRIPT>
#!/bin/bash
cast -c alsa-lib 5) gaze from /etc/sysconfig/alsa
LOG=/root/sysconfig-alsa
echo "Ensuring a clean environment" >> $LOG
if [ -e /etc/sysconfig/alsa ] ;then
rm /etc/sysconfig/alsa
echo "/etc/sysconfig/alsa was removed by me" >> $LOG
fi
echo "Dispelling alsa-lib" >> $LOG
dispel alsa-lib
echo "recasting alsa-driver" >> $LOG
cast -c alsa-lib
echo "verifying that /etc/sysconfig/alsa is tracked" >> $LOG
gaze from /etc/sysconfig/alsa >> $LOG
echo "Modifying /etc/sysconfig/alsa so it's changed" >> $LOG
echo "# modification" >> /etc/sysconfig/alsa
echo "Recasting alsa-lib again to verify bug" >> $LOG
cast -c alsa-lib
echo "Verfying that /etc/sysconfig/alsa is no longer tracked" >> $LOG
gaze from /etc/sysconfig/alsa >> $LOG
<END OF SCRIPT>

There you go :)
Hope the script makes it easier to pin it down. it verified the error for me
on
my computers. If you value your /etc/sysconfig/alsa, you should back it up :)
David

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 8898] New: Issues with tracking of /etc/sysconfig/* files, bugzilla-daemon, 05/16/2005

Archive powered by MHonArc 2.6.24.

Top of Page