Comment 3 for bug 184783

Revision history for this message
aldebx (aldebx) wrote : Re: sysfsutils install fails dpkg-configure with 2.6.24 kernel

I tried to change the order in which I requested the changes in sysfc.conf and it seems that sysfs cannot process any command after the first class/scsi_host/etc

This is with latest Hardy snapshot clean install and up-to-date (while the previous post was with gutsy partially updated)

 sh -ex /etc/init.d/sysfsutils start
+ CONFFILE=/etc/sysfs.conf
+ [ -r /etc/sysfs.conf ]
+ echo -n Setting sysfs variables...
Setting sysfs variables...+ sed s/#.*$//; /^[[:space:]]*$/d;
              s/^[[:space:]]*\([^=[:space:]]*\)[[:space:]]*\([^=[:space:]]*\)[[:space:]]*=[[:space:]]*\(.*\)/\1 \2 \3/ /etc/sysfs.conf
+ read f1 f2 f3
+ [ module/snd_hda_intel/parameters/power_save = mode -a -n 10 -a -n ]
+ [ module/snd_hda_intel/parameters/power_save = owner -a -n 10 -a -n ]
+ [ module/snd_hda_intel/parameters/power_save -a -n 10 -a -z ]
+ [ -f /sys/module/snd_hda_intel/parameters/power_save ]
+ echo -n 15
+ read f1 f2 f3
+ [ class/scsi_host/host1/link_power_management_policy = mode -a -n min_power -a -n ]
+ [ class/scsi_host/host1/link_power_management_policy = owner -a -n min_power -a -n ]
+ [ class/scsi_host/host1/link_power_management_policy -a -n min_power -a -z ]
+ [ -f /sys/class/scsi_host/host1/link_power_management_policy ]
+ echo -n min_power