Re: [Nut-upsuser] Udev rules troubles: incorrect ACTION expression?

2011-07-21 Thread Petr Kubánek
Hi Sergei, you can get udev debugging using: root@host:~# /etc/init.d/udev stop root@host:~# udevd –debug 1288130388.961886 [26940] udev_device_new_from_syspath: … This might shed some light into syntax issues.. Petr Kubánek Sergei V. Dubrov píše v Čt 21. 07. 2011 v 12:07 +0700: G'day, all!

Re: [Nut-upsuser] cross-compiling nut

2011-07-21 Thread Tilman Glotzner
That worked, and nut compiles and builds. Thank you Now I need to install nut in the image to be downloaded to the embeeded board. How can I set installation path ? Will the --prefix option for the configure script do the trick ? Thanks Tilman Date: Wed, 20 Jul 2011 19:00:12 -0700

Re: [Nut-upsuser] cross-compiling nut

2011-07-21 Thread nut
On 07/21/2011 01:31 PM, Tilman Glotzner wrote: That worked, and nut compiles and builds. Awesome! Now I need to install nut in the image to be downloaded to the embeeded board. How can I set installation path ? Will the --prefix option for the configure script do the trick ? You might