Package: cpqarrayd Version: 2.0-3 Severity: important cpqarrayd is not working when kernel has devfs mounted.
I have: brw-rw---- 1 root disk 72, 0 Jan 1 1970 /dev/ida/c0d0/disc when linked it as: drw-rw---- 1 root disk 0 Jan 1 1970 c0d0 lr-xr-xr-x 1 root root 9 Feb 19 05:16 c1d0 -> c0d0/disc cpqarrayd has started without a problem. without symbolic link it is reporting: Checking for controllers.. None Found! You don't seem to have any controllers therefore it's rather senseless for me to run. the simplest solution is to change: const char *controllers[] in cpqarrayd.c to: const char *controllers[] = { "/dev/ida/c0d0", "/dev/ida/c0d0/disc", "/dev/ida/c1d0", "/dev/ida/c1d0/disc", "/dev/ida/c2d0", "/dev/ida/c2d0/disc", "/dev/ida/c3d0", "/dev/ida/c3d0/disc", "/dev/ida/c4d0", "/dev/ida/c4d0/disc", "/dev/ida/c5d0", "/dev/ida/c5d0/disc", "/dev/ida/c6d0", "/dev/ida/c6d0/disc", "/dev/ida/c7d0", "/dev/ida/c7d0/disc" }; will test in a moment if this change will solve the problem. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (101, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) Versions of packages cpqarrayd depends on: ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an ii libsnmp5 5.1.2-6 NET SNMP (Simple Network Managemen ii libssl0.9.7 0.9.7e-2 SSL shared libraries -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]