On 28.09.2014 22:22, flavio wrote:> I follow your tutorial untill this instruction: > > wget "http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb- > 1.0.18/libusb-1.0.18.tar.bz2? > r=http%3A%2F%2Fwww.libusb.org%2F&ts=1404210716&use_mirror=softlayer-ams" > -O libusb-1.0.18.tar.bz2 > > in my opiniono there are 2 " that are not needed and i when -O libusb- > 1.0.18.tar.bz2 is not recognize from shell ( maybe because the > instruction is divided in two lines ). > > I removed " and put all instruction in 1 line but shell freeze itself.The double quotes are needed because the download string contains characters that would otherwise be interpreted by the shell. Removing the quotes caused the shell to cut the URL short at the first ampersand (&) and put the process into the background. The entire command should be on one continuous line, and the double quotes need to stay.
On Sun, Sep 28, 2014 at 4:32 PM, Kristian Rasmussen <kristian_rasmussen at fastmail.co.uk> wrote:> The entire command should be on one continuous line, and the double > quotes need to stay.I probably should have posted this as a pastebin link to retain carriage returns and such. Mailing lists have a way of mangling stuff like this. :-) Try this: http://pastebin.com/2hTBU8XF Steve Ballantyne Network Engineer MCSE/MCDST; Novell CLA; LPIC-1; CTT+; A+; Network+; Linux+; Server+; I-Net+; Security+; SonicWALL CSSA
On Sep 28, 2014, at 9:30 PM, Steve Ballantyne <steve.ballantyne at gmail.com> wrote:> On Sun, Sep 28, 2014 at 4:32 PM, Kristian Rasmussen > <kristian_rasmussen at fastmail.co.uk> wrote: >> The entire command should be on one continuous line, and the double >> quotes need to stay. > > I probably should have posted this as a pastebin link to retain > carriage returns and such. Mailing lists have a way of mangling stuff > like this. :-) > > Try this: http://pastebin.com/2hTBU8XFI'm still confused as to why the Debian packages aren't sufficient to build NUT on a Raspbian. Matus UHLAR's suggestion of "apt-get build-dep nut" should work, then you can skip to the "git clone" step. -- Charles Lepple clepple at gmail
Flavio.Boschiggia at infineon.com
2014-Sep-30 18:41 UTC
[Nut-upsuser] how to install NUT on raspberry pi
Hi I follow all the instructions without problem. Now how can I test it? Ups is connected to raspberry by ups. I have an Ubuntu 14.04 client on my lan. Thanks Flavio -----Original Message----- From: Nut-upsuser [mailto:nut-upsuser-bounces+flavio.boschiggia=infineon.com at lists.alioth.debian.org] On Behalf Of Steve Ballantyne Sent: Monday, September 29, 2014 3:30 AM To: Kristian Rasmussen Cc: NUT List Subject: Re: [Nut-upsuser] how to install NUT on raspberry pi On Sun, Sep 28, 2014 at 4:32 PM, Kristian Rasmussen <kristian_rasmussen at fastmail.co.uk> wrote:> The entire command should be on one continuous line, and the double > quotes need to stay.I probably should have posted this as a pastebin link to retain carriage returns and such. Mailing lists have a way of mangling stuff like this. :-) Try this: http://pastebin.com/2hTBU8XF Steve Ballantyne Network Engineer MCSE/MCDST; Novell CLA; LPIC-1; CTT+; A+; Network+; Linux+; Server+; I-Net+; Security+; SonicWALL CSSA _______________________________________________ Nut-upsuser mailing list Nut-upsuser at lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser
Flavio.Boschiggia at infineon.com
2014-Oct-02 16:50 UTC
[Nut-upsuser] how to install NUT on raspberry pi
Hi I follow all the instructions without problem. Now how can I test it? Ups is connected to raspberry by ups. I have an Ubuntu 14.04 client on my lan. Thanks Flavio -----Original Message----- From: Nut-upsuser [mailto:nut-upsuser-bounces+flavio.boschiggia=infineon.com at lists.alioth.debian.org] On Behalf Of Steve Ballantyne Sent: Monday, September 29, 2014 3:30 AM To: Kristian Rasmussen Cc: NUT List Subject: Re: [Nut-upsuser] how to install NUT on raspberry pi On Sun, Sep 28, 2014 at 4:32 PM, Kristian Rasmussen <kristian_rasmussen at fastmail.co.uk> wrote:> The entire command should be on one continuous line, and the double > quotes need to stay.I probably should have posted this as a pastebin link to retain carriage returns and such. Mailing lists have a way of mangling stuff like this. :-) Try this: http://pastebin.com/2hTBU8XF Steve Ballantyne Network Engineer MCSE/MCDST; Novell CLA; LPIC-1; CTT+; A+; Network+; Linux+; Server+; I-Net+; Security+; SonicWALL CSSA _______________________________________________ Nut-upsuser mailing list Nut-upsuser at lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser