Re: Errors trying to package .debs into Packages.gz

2013-09-10 Thread Ian Duffy
Open to correction on this one but it appears to be a permissions issue. I'm assuming your user mtutkowski does not have write access on the directory /var/www/cloudstack/repo/binary. The sudo will only apply to the first command not all. sudo su - # change to root # execute your commands exit #

Re: Errors trying to package .debs into Packages.gz

2013-09-10 Thread Mike Tutkowski
I believe it was a permissions issue with the folder called binary. I did a sudo chmod 777 binary and now it is able to generate the Packages.gz file. On Tue, Sep 10, 2013 at 12:52 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > Any thoughts on these messages when I run the f

Re: Errors trying to package .debs into Packages.gz

2013-09-10 Thread Mike Tutkowski
Thanks, Ian - I believe your suggestion would work, as well. On Tue, Sep 10, 2013 at 1:00 PM, Ian Duffy wrote: > Open to correction on this one but it appears to be a permissions issue. > > I'm assuming your user mtutkowski does not have write access on the > directory /var/www/cloudstack/repo/