[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688130: sh: logger: command not found



Package: devd
Version: 9.0+ds1-7
Severity: normal

Hi!

   When booting up my notebook I noticed several logger: command not
found error messages. This seems to be due to the fact that /usr/bin
is not in the path for executing action "" sections from devd.conf --
at least replacing them with /usr/bin/logger made the error messages go away.

Regards

    Christoph

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 10.0-0-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devd depends on:
ii  kldutils  9.0+ds1-7
ii  libbsd0   0.4.2-1
ii  libc0.1   2.13-35
ii  libgcc1   1:4.7.1-7

devd recommends no packages.

devd suggests no packages.

-- Configuration Files:
/etc/devd.conf changed:
options {
	# Each "directory" directive adds a directory to the list of
	# directories that we scan for files.  Files are loaded in the order
	# that they are returned from readdir(3).  The rule-sets are combined
	# to create a DFA that's used to match events to actions.
	directory "/etc/devd";
	pid-file "/var/run/devd.pid";
	# Setup some shorthand for regex that we use later in the file.
	#XXX Yes, these are gross -- imp
	set scsi-controller-regex
		"(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\
		esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)\
		[0-9]+";
};
attach 100 {
	device-name "ed50";
	action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
};
detach 100 {
	device-name "ed50";
};
attach 0 {
	device-name "$scsi-controller-regex";
//	action "camcontrol rescan all";
};
nomatch 0 {
};
nomatch 10 {
	match "bus" "uhub[0-9]+";
	action "/usr/bin/logger Unknown USB device: vendor $vendor product $product \
		bus $bus";
};
nomatch 20 {
	match "bus" "pccard[0-9]+";
	match "manufacturer" "0xffffffff";
	match "product" "0xffffffff";
	action "/usr/bin/logger Unknown PCCARD device: CISproduct $cisproduct \
		CIS-vendor $cisvendor bus $bus";
};
nomatch 10 {
	match "bus" "pccard[0-9]+";
	action "/usr/bin/logger Unknown PCCARD device: manufacturer $manufacturer \
		product $product CISproduct $cisproduct CIS-vendor \
		$cisvendor bus $bus";
};
nomatch 10 {
	match "bus" "cardbus[0-9]+";
	action "/usr/bin/logger Unknown Cardbus device: device $device class $class \
		vendor $vendor bus $bus";
};
notify 10 {
	match "system"		"ACPI";
	match "subsystem"	"Thermal";
	match "notify"		"0xcc";
	action "/usr/bin/logger -p kern.emerg 'WARNING: system temperature too high, shutting down soon!'";
};
notify 10 {
	match "system"		"ZFS";
	match "type"		"zpool";
	action "/usr/bin/logger -p kern.err 'ZFS: failed to load zpool $pool'";
};
notify 10 {
	match "system"		"ZFS";
	match "type"		"vdev";
	action "/usr/bin/logger -p kern.err 'ZFS: vdev failure, zpool=$pool type=$type'";
};
notify 10 {
	match "system"		"ZFS";
	match "type"		"data";
	action "/usr/bin/logger -p kern.warn 'ZFS: zpool I/O failure, zpool=$pool error=$zio_err'";
};
notify 10 {
	match "system"		"ZFS";
	match "type"		"io";
	action "/usr/bin/logger -p kern.warn 'ZFS: vdev I/O failure, zpool=$pool path=$vdev_path offset=$zio_offset size=$zio_size error=$zio_err'";
};
notify 10 {
	match "system"		"ZFS";
	match "type"		"checksum";
	action "/usr/bin/logger -p kern.warn 'ZFS: checksum mismatch, zpool=$pool path=$vdev_path offset=$zio_offset size=$zio_size'";
};
/* EXAMPLES TO END OF FILE
nomatch 10 {
	match "bus" "pccard[0-9]+";
	match "manufacturer" "0x1234";
	match "product" "0x2323";
	action "kldload if_deqna";
};
attach 10 {
	device-name "deqna[0-9]+";
	action "/etc/pccard_ether $device-name start";
};
detach 10 {
	device-name "deqna[0-9]+";
	action "/etc/pccard_ether $device-name stop";
};
notify 10 {
	match "system"		"ACPI";
	match "subsystem"	"ACAD";
	action			"/etc/acpi_ac $notify";
};
notify 0 {
	match "system"		"RCTL";
	match "rule"		"user:70:swap:.*";
	action			"/usr/local/etc/rc.d/postgresql restart"
};
*/


-- no debconf information

-- 


Reply to: