On Nov 8, 2007 7:14 AM, Tobias Balle-Petersen <[EMAIL PROTECTED]> wrote: > Hello > > Arnaud Quette wrote: > > we'll need to have more verbose info. > > please exec "export USB_DEBUG=3 && /lib/nut/bcmxcp_usb -DDD -a ups1" > > and send us the gzip'ed output > > > My machine cant seem to find the export command.
That was Bourne shell syntax. This should work on csh/tcsh as well: env USB_DEBUG=3 /lib/nut/bcmxcp_usb -DDD -a ups1 -- - Charles Lepple _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

