Re: installation troubles

2019-02-28 Thread Riepl, Gregor (SWISS TXT)

> If you can, would you mind submitting a pull request to the
> documentation repo 
> https://github.com/apache/cloudstack-documentation
> to add the missing steps?

Done: https://github.com/apache/cloudstack-documentation/pull/30


Re: installation troubles

2019-02-27 Thread Riepl, Gregor (SWISS TXT)
> If you can, would you mind submitting a pull request to the
> documentation repo 
> https://github.com/apache/cloudstack-documentation
> to add the missing steps?

Sure!

I should note that I haven't tested the exact steps on a custom CS
repository. The script I posted is one that I use for a personal repo.



RE: installation troubles

2019-02-26 Thread Paul Angus
Hi Gregor,

If you can, would you mind submitting a pull request to the documentation repo 
https://github.com/apache/cloudstack-documentation
to add the missing steps?

Many thanks
Paul Angus

paul.an...@shapeblue.com 
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue
  
 


-Original Message-
From: Riepl, Gregor (SWISS TXT)  
Sent: 26 February 2019 09:59
To: users@cloudstack.apache.org
Subject: Re: installation troubles

Hi,

> I'm not sure the community is able to help you with local DEB repo you 
> host in the network. Try to use the guide and install from the 
> official repository.

I think Alejandro *was* following the guide. It specifically explains how to 
build your own CloudStack packages and set up a dpkg repository:
http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/building_fro
m_source.html#building-deb-packages


Those instructions are incomplete.
To create a valid Debian repo, you also need a Release file, and you should 
probably keep the uncompressed Packages file as well.

I use the following script to do this:

dpkg-scanpackages . /dev/null > Packages gzip -9k Packages apt-ftparchive 
release . > Release

To generate signatures, use:

gpg --clearsign --digest-algo SHA512 -o InRelease Release gpg -abs 
--digest-algo SHA512 -o Release.gpg Release


Regards,
Gregor


Re: installation troubles

2019-02-26 Thread Riepl, Gregor (SWISS TXT)
Hi,

> I'm not sure the community is able to help you with local DEB repo
> you host
> in the network. Try to use the guide and install from the official
> repository.

I think Alejandro *was* following the guide. It specifically explains
how to build your own CloudStack packages and set up a dpkg repository:
http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/building_fro
m_source.html#building-deb-packages


Those instructions are incomplete.
To create a valid Debian repo, you also need a Release file, and you
should probably keep the uncompressed Packages file as well.

I use the following script to do this:

dpkg-scanpackages . /dev/null > Packages
gzip -9k Packages
apt-ftparchive release . > Release

To generate signatures, use:

gpg --clearsign --digest-algo SHA512 -o InRelease Release
gpg -abs --digest-algo SHA512 -o Release.gpg Release


Regards,
Gregor


Re: installation troubles

2019-02-20 Thread Alejandro Ruiz Bermejo
IT WORKS!!! thanks Ivan

On Wed, Feb 20, 2019 at 12:18 PM Alejandro Ruiz Bermejo <
arbermejo0...@gmail.com> wrote:

> ok let me try. Thanks
>
> On Wed, Feb 20, 2019 at 12:15 PM Ivan Kudryavtsev <
> kudryavtsev...@bw-sw.com> wrote:
>
>> That's OK. Just go ahead.
>>
>> ср, 20 февр. 2019 г. в 12:14, Alejandro Ruiz Bermejo <
>> arbermejo0...@gmail.com>:
>>
>> > when i try with that option i'm getting signature errors. Even after
>> wget
>> > -O - http://download.cloudstack.org/release.asc|apt-key add -
>> >
>> > On Wed, Feb 20, 2019 at 12:11 PM Ivan Kudryavtsev <
>> > kudryavtsev...@bw-sw.com>
>> > wrote:
>> >
>> > > This looks strange to me. I always use repo
>> > >
>> > > root@cs2-head1:~# cat /etc/apt/sources.list.d/cloudstack.list
>> > > deb http://cloudstack.apt-get.eu/ubuntu xenial 4.11
>> > >
>> > > and it works just fine.
>> > >
>> > > ср, 20 февр. 2019 г. в 12:08, Alejandro Ruiz Bermejo <
>> > > arbermejo0...@gmail.com>:
>> > >
>> > > > but i'm following the instrucions of the oficial guide at
>> > > >
>> http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/index.html
>> > > >
>> > > > It is why i'm asking
>> > > >
>> > > > what other way do i have
>> > > >
>> > > > On Wed, Feb 20, 2019 at 12:05 PM Ivan Kudryavtsev <
>> > > > kudryavtsev...@bw-sw.com>
>> > > > wrote:
>> > > >
>> > > > > Alejandro,
>> > > > > I'm not sure the community is able to help you with local DEB repo
>> > you
>> > > > host
>> > > > > in the network. Try to use the guide and install from the official
>> > > > > repository.
>> > > > >
>> > > > > ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
>> > > > > arbermejo0...@gmail.com>:
>> > > > >
>> > > > > > i'm the network administrator, and the repository is a local one
>> > that
>> > > > we
>> > > > > > ave. But that's not the problem. the thing is with the one with
>> IP
>> > > > > address
>> > > > > > 10.8.9.230, wich is where i'm serving the .deb packages as the
>> > guide
>> > > > says
>> > > > > >
>> > > > > > On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
>> > > > > > kudryavtsev...@bw-sw.com>
>> > > > > > wrote:
>> > > > > >
>> > > > > > > Hi. The network 10.X.X.X/8 is a private network which resides
>> > > inside
>> > > > > your
>> > > > > > > LAN. Consult with your network administrator. Doesn't look
>> like
>> > you
>> > > > are
>> > > > > > > getting packages from the right download repository.
>> > > > > > >
>> > > > > > > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
>> > > > > > > arbermejo0...@gmail.com>:
>> > > > > > >
>> > > > > > > > Hi i'm new with openstack and i'm following the installation
>> > > guide
>> > > > of
>> > > > > > the
>> > > > > > > > oficial site. Untill now i already  got compiled the source
>> > > > packages
>> > > > > > and
>> > > > > > > > i'm adding the apt repository but when i run the apt-get
>> update
>> > > i'm
>> > > > > > > having
>> > > > > > > > this error
>> > > > > > > >
>> > > > > > > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
>> > > > > > > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
>> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> > > > Translation-en_US
>> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
>> > Translation-en
>> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > > > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
>> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> > > > Translation-en_US
>> > > > > > > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
>> > > > > > > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
>> > > > > > > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
>> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
>> > Translation-en
>> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> > > > Translation-en_US
>> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
>> > Translation-en
>> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> > > > Translation-en_US
>> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
>> > Translation-en
>> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> > > > Translation-en_US
>> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
>> > Translation-en
>> > > > > > > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > > > >   404  Not Found
>> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> > > > Translation-en_US
>> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
>> > Translation-en
>> > > > > > > > Reading package lists... Done
>> > > > > > > > 

Re: installation troubles

2019-02-20 Thread Alejandro Ruiz Bermejo
ok let me try. Thanks

On Wed, Feb 20, 2019 at 12:15 PM Ivan Kudryavtsev 
wrote:

> That's OK. Just go ahead.
>
> ср, 20 февр. 2019 г. в 12:14, Alejandro Ruiz Bermejo <
> arbermejo0...@gmail.com>:
>
> > when i try with that option i'm getting signature errors. Even after wget
> > -O - http://download.cloudstack.org/release.asc|apt-key add -
> >
> > On Wed, Feb 20, 2019 at 12:11 PM Ivan Kudryavtsev <
> > kudryavtsev...@bw-sw.com>
> > wrote:
> >
> > > This looks strange to me. I always use repo
> > >
> > > root@cs2-head1:~# cat /etc/apt/sources.list.d/cloudstack.list
> > > deb http://cloudstack.apt-get.eu/ubuntu xenial 4.11
> > >
> > > and it works just fine.
> > >
> > > ср, 20 февр. 2019 г. в 12:08, Alejandro Ruiz Bermejo <
> > > arbermejo0...@gmail.com>:
> > >
> > > > but i'm following the instrucions of the oficial guide at
> > > >
> http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/index.html
> > > >
> > > > It is why i'm asking
> > > >
> > > > what other way do i have
> > > >
> > > > On Wed, Feb 20, 2019 at 12:05 PM Ivan Kudryavtsev <
> > > > kudryavtsev...@bw-sw.com>
> > > > wrote:
> > > >
> > > > > Alejandro,
> > > > > I'm not sure the community is able to help you with local DEB repo
> > you
> > > > host
> > > > > in the network. Try to use the guide and install from the official
> > > > > repository.
> > > > >
> > > > > ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
> > > > > arbermejo0...@gmail.com>:
> > > > >
> > > > > > i'm the network administrator, and the repository is a local one
> > that
> > > > we
> > > > > > ave. But that's not the problem. the thing is with the one with
> IP
> > > > > address
> > > > > > 10.8.9.230, wich is where i'm serving the .deb packages as the
> > guide
> > > > says
> > > > > >
> > > > > > On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
> > > > > > kudryavtsev...@bw-sw.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Hi. The network 10.X.X.X/8 is a private network which resides
> > > inside
> > > > > your
> > > > > > > LAN. Consult with your network administrator. Doesn't look like
> > you
> > > > are
> > > > > > > getting packages from the right download repository.
> > > > > > >
> > > > > > > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
> > > > > > > arbermejo0...@gmail.com>:
> > > > > > >
> > > > > > > > Hi i'm new with openstack and i'm following the installation
> > > guide
> > > > of
> > > > > > the
> > > > > > > > oficial site. Untill now i already  got compiled the source
> > > > packages
> > > > > > and
> > > > > > > > i'm adding the apt repository but when i run the apt-get
> update
> > > i'm
> > > > > > > having
> > > > > > > > this error
> > > > > > > >
> > > > > > > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> > > > > > > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > > Translation-en_US
> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en
> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > > Translation-en_US
> > > > > > > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> > > > > > > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> > > > > > > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en
> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > > Translation-en_US
> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en
> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > > Translation-en_US
> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en
> > > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > > Translation-en_US
> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en
> > > > > > > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > >   404  Not Found
> > > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > > Translation-en_US
> > > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en
> > > > > > > > Reading package lists... Done
> > > > > > > > W: The repository 'http://10.8.9.230/cloudstack/repo/binary
> ./
> > > > > > Release'
> > > > > > > > does not have a Release file.
> > > > > > > > N: Data from such a repository can't be authenticated and is
> > > > > therefore
> > > > > > > > potentially dangerous to use.
> 

Re: installation troubles

2019-02-20 Thread Ivan Kudryavtsev
That's OK. Just go ahead.

ср, 20 февр. 2019 г. в 12:14, Alejandro Ruiz Bermejo <
arbermejo0...@gmail.com>:

> when i try with that option i'm getting signature errors. Even after wget
> -O - http://download.cloudstack.org/release.asc|apt-key add -
>
> On Wed, Feb 20, 2019 at 12:11 PM Ivan Kudryavtsev <
> kudryavtsev...@bw-sw.com>
> wrote:
>
> > This looks strange to me. I always use repo
> >
> > root@cs2-head1:~# cat /etc/apt/sources.list.d/cloudstack.list
> > deb http://cloudstack.apt-get.eu/ubuntu xenial 4.11
> >
> > and it works just fine.
> >
> > ср, 20 февр. 2019 г. в 12:08, Alejandro Ruiz Bermejo <
> > arbermejo0...@gmail.com>:
> >
> > > but i'm following the instrucions of the oficial guide at
> > > http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/index.html
> > >
> > > It is why i'm asking
> > >
> > > what other way do i have
> > >
> > > On Wed, Feb 20, 2019 at 12:05 PM Ivan Kudryavtsev <
> > > kudryavtsev...@bw-sw.com>
> > > wrote:
> > >
> > > > Alejandro,
> > > > I'm not sure the community is able to help you with local DEB repo
> you
> > > host
> > > > in the network. Try to use the guide and install from the official
> > > > repository.
> > > >
> > > > ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
> > > > arbermejo0...@gmail.com>:
> > > >
> > > > > i'm the network administrator, and the repository is a local one
> that
> > > we
> > > > > ave. But that's not the problem. the thing is with the one with IP
> > > > address
> > > > > 10.8.9.230, wich is where i'm serving the .deb packages as the
> guide
> > > says
> > > > >
> > > > > On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
> > > > > kudryavtsev...@bw-sw.com>
> > > > > wrote:
> > > > >
> > > > > > Hi. The network 10.X.X.X/8 is a private network which resides
> > inside
> > > > your
> > > > > > LAN. Consult with your network administrator. Doesn't look like
> you
> > > are
> > > > > > getting packages from the right download repository.
> > > > > >
> > > > > > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
> > > > > > arbermejo0...@gmail.com>:
> > > > > >
> > > > > > > Hi i'm new with openstack and i'm following the installation
> > guide
> > > of
> > > > > the
> > > > > > > oficial site. Untill now i already  got compiled the source
> > > packages
> > > > > and
> > > > > > > i'm adding the apt repository but when i run the apt-get update
> > i'm
> > > > > > having
> > > > > > > this error
> > > > > > >
> > > > > > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> > > > > > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > Translation-en_US
> > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en
> > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > Translation-en_US
> > > > > > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> > > > > > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> > > > > > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en
> > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > Translation-en_US
> > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en
> > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > Translation-en_US
> > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en
> > > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > Translation-en_US
> > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en
> > > > > > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > >   404  Not Found
> > > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > > Translation-en_US
> > > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en
> > > > > > > Reading package lists... Done
> > > > > > > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./
> > > > > Release'
> > > > > > > does not have a Release file.
> > > > > > > N: Data from such a repository can't be authenticated and is
> > > > therefore
> > > > > > > potentially dangerous to use.
> > > > > > > N: See apt-secure(8) manpage for repository creation and user
> > > > > > configuration
> > > > > > > details.
> > > > > > > E: Failed to fetch
> > > > http://10.8.9.230/cloudstack/repo/binary/./Packages
> > > > > > > 404  Not Found
> > > > > > > E: Some index files failed to download. They have been ignored,
> > or
> > 

Re: installation troubles

2019-02-20 Thread Alejandro Ruiz Bermejo
when i try with that option i'm getting signature errors. Even after wget
-O - http://download.cloudstack.org/release.asc|apt-key add -

On Wed, Feb 20, 2019 at 12:11 PM Ivan Kudryavtsev 
wrote:

> This looks strange to me. I always use repo
>
> root@cs2-head1:~# cat /etc/apt/sources.list.d/cloudstack.list
> deb http://cloudstack.apt-get.eu/ubuntu xenial 4.11
>
> and it works just fine.
>
> ср, 20 февр. 2019 г. в 12:08, Alejandro Ruiz Bermejo <
> arbermejo0...@gmail.com>:
>
> > but i'm following the instrucions of the oficial guide at
> > http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/index.html
> >
> > It is why i'm asking
> >
> > what other way do i have
> >
> > On Wed, Feb 20, 2019 at 12:05 PM Ivan Kudryavtsev <
> > kudryavtsev...@bw-sw.com>
> > wrote:
> >
> > > Alejandro,
> > > I'm not sure the community is able to help you with local DEB repo you
> > host
> > > in the network. Try to use the guide and install from the official
> > > repository.
> > >
> > > ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
> > > arbermejo0...@gmail.com>:
> > >
> > > > i'm the network administrator, and the repository is a local one that
> > we
> > > > ave. But that's not the problem. the thing is with the one with IP
> > > address
> > > > 10.8.9.230, wich is where i'm serving the .deb packages as the guide
> > says
> > > >
> > > > On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
> > > > kudryavtsev...@bw-sw.com>
> > > > wrote:
> > > >
> > > > > Hi. The network 10.X.X.X/8 is a private network which resides
> inside
> > > your
> > > > > LAN. Consult with your network administrator. Doesn't look like you
> > are
> > > > > getting packages from the right download repository.
> > > > >
> > > > > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
> > > > > arbermejo0...@gmail.com>:
> > > > >
> > > > > > Hi i'm new with openstack and i'm following the installation
> guide
> > of
> > > > the
> > > > > > oficial site. Untill now i already  got compiled the source
> > packages
> > > > and
> > > > > > i'm adding the apt repository but when i run the apt-get update
> i'm
> > > > > having
> > > > > > this error
> > > > > >
> > > > > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> > > > > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en_US
> > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en_US
> > > > > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> > > > > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> > > > > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en_US
> > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en_US
> > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en_US
> > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > >   404  Not Found
> > > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> > Translation-en_US
> > > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > > Reading package lists... Done
> > > > > > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./
> > > > Release'
> > > > > > does not have a Release file.
> > > > > > N: Data from such a repository can't be authenticated and is
> > > therefore
> > > > > > potentially dangerous to use.
> > > > > > N: See apt-secure(8) manpage for repository creation and user
> > > > > configuration
> > > > > > details.
> > > > > > E: Failed to fetch
> > > http://10.8.9.230/cloudstack/repo/binary/./Packages
> > > > > > 404  Not Found
> > > > > > E: Some index files failed to download. They have been ignored,
> or
> > > old
> > > > > ones
> > > > > > used instead.
> > > > > >
> > > > > >
> > > > > > Can anyone help me fix this problem
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > With best regards, Ivan Kudryavtsev
> > > > > Bitworks LLC
> > > > > Cell RU: +7-923-414-1515
> > > > > Cell USA: +1-201-257-1512
> > > > > WWW: http://bitworks.software/ 
> > > > >
> > > >
> > 

Re: installation troubles

2019-02-20 Thread Ivan Kudryavtsev
Looks like documentation has became less straightforward:
Take a moment reading
http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/overview/index.html#package-repository
it directs to
http://cloudstack.apache.org/downloads.html

where you can find more about existing repos.

ср, 20 февр. 2019 г. в 12:11, Ivan Kudryavtsev :

> This looks strange to me. I always use repo
>
> root@cs2-head1:~# cat /etc/apt/sources.list.d/cloudstack.list
> deb http://cloudstack.apt-get.eu/ubuntu xenial 4.11
>
> and it works just fine.
>
> ср, 20 февр. 2019 г. в 12:08, Alejandro Ruiz Bermejo <
> arbermejo0...@gmail.com>:
>
>> but i'm following the instrucions of the oficial guide at
>> http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/index.html
>>
>> It is why i'm asking
>>
>> what other way do i have
>>
>> On Wed, Feb 20, 2019 at 12:05 PM Ivan Kudryavtsev <
>> kudryavtsev...@bw-sw.com>
>> wrote:
>>
>> > Alejandro,
>> > I'm not sure the community is able to help you with local DEB repo you
>> host
>> > in the network. Try to use the guide and install from the official
>> > repository.
>> >
>> > ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
>> > arbermejo0...@gmail.com>:
>> >
>> > > i'm the network administrator, and the repository is a local one that
>> we
>> > > ave. But that's not the problem. the thing is with the one with IP
>> > address
>> > > 10.8.9.230, wich is where i'm serving the .deb packages as the guide
>> says
>> > >
>> > > On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
>> > > kudryavtsev...@bw-sw.com>
>> > > wrote:
>> > >
>> > > > Hi. The network 10.X.X.X/8 is a private network which resides inside
>> > your
>> > > > LAN. Consult with your network administrator. Doesn't look like you
>> are
>> > > > getting packages from the right download repository.
>> > > >
>> > > > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
>> > > > arbermejo0...@gmail.com>:
>> > > >
>> > > > > Hi i'm new with openstack and i'm following the installation
>> guide of
>> > > the
>> > > > > oficial site. Untill now i already  got compiled the source
>> packages
>> > > and
>> > > > > i'm adding the apt repository but when i run the apt-get update
>> i'm
>> > > > having
>> > > > > this error
>> > > > >
>> > > > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
>> > > > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
>> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> Translation-en_US
>> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
>> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> Translation-en_US
>> > > > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
>> > > > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
>> > > > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
>> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> Translation-en_US
>> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> Translation-en_US
>> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> Translation-en_US
>> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > > > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > > > >   404  Not Found
>> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
>> Translation-en_US
>> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > > > > Reading package lists... Done
>> > > > > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./
>> > > Release'
>> > > > > does not have a Release file.
>> > > > > N: Data from such a repository can't be authenticated and is
>> > therefore
>> > > > > potentially dangerous to use.
>> > > > > N: See apt-secure(8) manpage for repository creation and user
>> > > > configuration
>> > > > > details.
>> > > > > E: Failed to fetch
>> > http://10.8.9.230/cloudstack/repo/binary/./Packages
>> > > > > 404  Not Found
>> > > > > E: Some index files failed to download. They have been ignored, or
>> > old
>> > > > ones
>> > > > > used instead.
>> > > > >
>> > > > >
>> > > > > Can anyone help me fix this problem
>> > > > >
>> > > >
>> > > >
>> > > > --
>> > > > With best regards, Ivan Kudryavtsev
>> > > > Bitworks LLC
>> > > > Cell RU: +7-923-414-1515
>> > > > Cell USA: +1-201-257-1512
>> > > > WWW: http://bitworks.software/ 

Re: installation troubles

2019-02-20 Thread Ivan Kudryavtsev
This looks strange to me. I always use repo

root@cs2-head1:~# cat /etc/apt/sources.list.d/cloudstack.list
deb http://cloudstack.apt-get.eu/ubuntu xenial 4.11

and it works just fine.

ср, 20 февр. 2019 г. в 12:08, Alejandro Ruiz Bermejo <
arbermejo0...@gmail.com>:

> but i'm following the instrucions of the oficial guide at
> http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/index.html
>
> It is why i'm asking
>
> what other way do i have
>
> On Wed, Feb 20, 2019 at 12:05 PM Ivan Kudryavtsev <
> kudryavtsev...@bw-sw.com>
> wrote:
>
> > Alejandro,
> > I'm not sure the community is able to help you with local DEB repo you
> host
> > in the network. Try to use the guide and install from the official
> > repository.
> >
> > ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
> > arbermejo0...@gmail.com>:
> >
> > > i'm the network administrator, and the repository is a local one that
> we
> > > ave. But that's not the problem. the thing is with the one with IP
> > address
> > > 10.8.9.230, wich is where i'm serving the .deb packages as the guide
> says
> > >
> > > On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
> > > kudryavtsev...@bw-sw.com>
> > > wrote:
> > >
> > > > Hi. The network 10.X.X.X/8 is a private network which resides inside
> > your
> > > > LAN. Consult with your network administrator. Doesn't look like you
> are
> > > > getting packages from the right download repository.
> > > >
> > > > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
> > > > arbermejo0...@gmail.com>:
> > > >
> > > > > Hi i'm new with openstack and i'm following the installation guide
> of
> > > the
> > > > > oficial site. Untill now i already  got compiled the source
> packages
> > > and
> > > > > i'm adding the apt repository but when i run the apt-get update i'm
> > > > having
> > > > > this error
> > > > >
> > > > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> > > > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en_US
> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en_US
> > > > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> > > > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> > > > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en_US
> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en_US
> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en_US
> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > >   404  Not Found
> > > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./
> Translation-en_US
> > > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > > Reading package lists... Done
> > > > > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./
> > > Release'
> > > > > does not have a Release file.
> > > > > N: Data from such a repository can't be authenticated and is
> > therefore
> > > > > potentially dangerous to use.
> > > > > N: See apt-secure(8) manpage for repository creation and user
> > > > configuration
> > > > > details.
> > > > > E: Failed to fetch
> > http://10.8.9.230/cloudstack/repo/binary/./Packages
> > > > > 404  Not Found
> > > > > E: Some index files failed to download. They have been ignored, or
> > old
> > > > ones
> > > > > used instead.
> > > > >
> > > > >
> > > > > Can anyone help me fix this problem
> > > > >
> > > >
> > > >
> > > > --
> > > > With best regards, Ivan Kudryavtsev
> > > > Bitworks LLC
> > > > Cell RU: +7-923-414-1515
> > > > Cell USA: +1-201-257-1512
> > > > WWW: http://bitworks.software/ 
> > > >
> > >
> >
> >
> > --
> > With best regards, Ivan Kudryavtsev
> > Bitworks LLC
> > Cell RU: +7-923-414-1515
> > Cell USA: +1-201-257-1512
> > WWW: http://bitworks.software/ 
> >
>


-- 
With best regards, Ivan Kudryavtsev
Bitworks LLC
Cell RU: +7-923-414-1515
Cell USA: +1-201-257-1512
WWW: http://bitworks.software/ 


Re: installation troubles

2019-02-20 Thread Alejandro Ruiz Bermejo
but i'm following the instrucions of the oficial guide at
http://docs.cloudstack.apache.org/en/4.11.2.0/installguide/index.html

It is why i'm asking

what other way do i have

On Wed, Feb 20, 2019 at 12:05 PM Ivan Kudryavtsev 
wrote:

> Alejandro,
> I'm not sure the community is able to help you with local DEB repo you host
> in the network. Try to use the guide and install from the official
> repository.
>
> ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
> arbermejo0...@gmail.com>:
>
> > i'm the network administrator, and the repository is a local one that we
> > ave. But that's not the problem. the thing is with the one with IP
> address
> > 10.8.9.230, wich is where i'm serving the .deb packages as the guide says
> >
> > On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
> > kudryavtsev...@bw-sw.com>
> > wrote:
> >
> > > Hi. The network 10.X.X.X/8 is a private network which resides inside
> your
> > > LAN. Consult with your network administrator. Doesn't look like you are
> > > getting packages from the right download repository.
> > >
> > > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
> > > arbermejo0...@gmail.com>:
> > >
> > > > Hi i'm new with openstack and i'm following the installation guide of
> > the
> > > > oficial site. Untill now i already  got compiled the source packages
> > and
> > > > i'm adding the apt repository but when i run the apt-get update i'm
> > > having
> > > > this error
> > > >
> > > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> > > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> > > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> > > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > >   404  Not Found
> > > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > > Reading package lists... Done
> > > > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./
> > Release'
> > > > does not have a Release file.
> > > > N: Data from such a repository can't be authenticated and is
> therefore
> > > > potentially dangerous to use.
> > > > N: See apt-secure(8) manpage for repository creation and user
> > > configuration
> > > > details.
> > > > E: Failed to fetch
> http://10.8.9.230/cloudstack/repo/binary/./Packages
> > > > 404  Not Found
> > > > E: Some index files failed to download. They have been ignored, or
> old
> > > ones
> > > > used instead.
> > > >
> > > >
> > > > Can anyone help me fix this problem
> > > >
> > >
> > >
> > > --
> > > With best regards, Ivan Kudryavtsev
> > > Bitworks LLC
> > > Cell RU: +7-923-414-1515
> > > Cell USA: +1-201-257-1512
> > > WWW: http://bitworks.software/ 
> > >
> >
>
>
> --
> With best regards, Ivan Kudryavtsev
> Bitworks LLC
> Cell RU: +7-923-414-1515
> Cell USA: +1-201-257-1512
> WWW: http://bitworks.software/ 
>


Re: installation troubles

2019-02-20 Thread Ivan Kudryavtsev
Alejandro,
I'm not sure the community is able to help you with local DEB repo you host
in the network. Try to use the guide and install from the official
repository.

ср, 20 февр. 2019 г. в 11:55, Alejandro Ruiz Bermejo <
arbermejo0...@gmail.com>:

> i'm the network administrator, and the repository is a local one that we
> ave. But that's not the problem. the thing is with the one with IP address
> 10.8.9.230, wich is where i'm serving the .deb packages as the guide says
>
> On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
> kudryavtsev...@bw-sw.com>
> wrote:
>
> > Hi. The network 10.X.X.X/8 is a private network which resides inside your
> > LAN. Consult with your network administrator. Doesn't look like you are
> > getting packages from the right download repository.
> >
> > ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
> > arbermejo0...@gmail.com>:
> >
> > > Hi i'm new with openstack and i'm following the installation guide of
> the
> > > oficial site. Untill now i already  got compiled the source packages
> and
> > > i'm adding the apt repository but when i run the apt-get update i'm
> > having
> > > this error
> > >
> > > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> > > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> > > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> > > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > >   404  Not Found
> > > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > > Reading package lists... Done
> > > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./
> Release'
> > > does not have a Release file.
> > > N: Data from such a repository can't be authenticated and is therefore
> > > potentially dangerous to use.
> > > N: See apt-secure(8) manpage for repository creation and user
> > configuration
> > > details.
> > > E: Failed to fetch http://10.8.9.230/cloudstack/repo/binary/./Packages
> > > 404  Not Found
> > > E: Some index files failed to download. They have been ignored, or old
> > ones
> > > used instead.
> > >
> > >
> > > Can anyone help me fix this problem
> > >
> >
> >
> > --
> > With best regards, Ivan Kudryavtsev
> > Bitworks LLC
> > Cell RU: +7-923-414-1515
> > Cell USA: +1-201-257-1512
> > WWW: http://bitworks.software/ 
> >
>


-- 
With best regards, Ivan Kudryavtsev
Bitworks LLC
Cell RU: +7-923-414-1515
Cell USA: +1-201-257-1512
WWW: http://bitworks.software/ 


Re: installation troubles

2019-02-20 Thread Alejandro Ruiz Bermejo
this is what i have in /etc/apt/sources.list.d/cloudstack.list

deb http://10.8.9.230/cloudstack/repo/binary ./

and this is what i have in /etc/apache2/sites-available/000-default.conf

DocumentRoot /var/www/cloudstack/repo/binary



On Wed, Feb 20, 2019 at 11:56 AM Alejandro Ruiz Bermejo <
arbermejo0...@gmail.com> wrote:

> i'm the network administrator, and the repository is a local one that we
> ave. But that's not the problem. the thing is with the one with IP address
> 10.8.9.230, wich is where i'm serving the .deb packages as the guide says
>
> On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev <
> kudryavtsev...@bw-sw.com> wrote:
>
>> Hi. The network 10.X.X.X/8 is a private network which resides inside your
>> LAN. Consult with your network administrator. Doesn't look like you are
>> getting packages from the right download repository.
>>
>> ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
>> arbermejo0...@gmail.com>:
>>
>> > Hi i'm new with openstack and i'm following the installation guide of
>> the
>> > oficial site. Untill now i already  got compiled the source packages and
>> > i'm adding the apt repository but when i run the apt-get update i'm
>> having
>> > this error
>> >
>> > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
>> > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
>> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
>> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
>> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
>> > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
>> > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
>> > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
>> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
>> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
>> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
>> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>> >   404  Not Found
>> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
>> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
>> > Reading package lists... Done
>> > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./ Release'
>> > does not have a Release file.
>> > N: Data from such a repository can't be authenticated and is therefore
>> > potentially dangerous to use.
>> > N: See apt-secure(8) manpage for repository creation and user
>> configuration
>> > details.
>> > E: Failed to fetch http://10.8.9.230/cloudstack/repo/binary/./Packages
>> > 404  Not Found
>> > E: Some index files failed to download. They have been ignored, or old
>> ones
>> > used instead.
>> >
>> >
>> > Can anyone help me fix this problem
>> >
>>
>>
>> --
>> With best regards, Ivan Kudryavtsev
>> Bitworks LLC
>> Cell RU: +7-923-414-1515
>> Cell USA: +1-201-257-1512
>> WWW: http://bitworks.software/ 
>>
>


Re: installation troubles

2019-02-20 Thread Alejandro Ruiz Bermejo
i'm the network administrator, and the repository is a local one that we
ave. But that's not the problem. the thing is with the one with IP address
10.8.9.230, wich is where i'm serving the .deb packages as the guide says

On Wed, Feb 20, 2019 at 11:35 AM Ivan Kudryavtsev 
wrote:

> Hi. The network 10.X.X.X/8 is a private network which resides inside your
> LAN. Consult with your network administrator. Doesn't look like you are
> getting packages from the right download repository.
>
> ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
> arbermejo0...@gmail.com>:
>
> > Hi i'm new with openstack and i'm following the installation guide of the
> > oficial site. Untill now i already  got compiled the source packages and
> > i'm adding the apt repository but when i run the apt-get update i'm
> having
> > this error
> >
> > Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> > Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> > Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> > Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> >   404  Not Found
> > Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> > Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> > Reading package lists... Done
> > W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./ Release'
> > does not have a Release file.
> > N: Data from such a repository can't be authenticated and is therefore
> > potentially dangerous to use.
> > N: See apt-secure(8) manpage for repository creation and user
> configuration
> > details.
> > E: Failed to fetch http://10.8.9.230/cloudstack/repo/binary/./Packages
> > 404  Not Found
> > E: Some index files failed to download. They have been ignored, or old
> ones
> > used instead.
> >
> >
> > Can anyone help me fix this problem
> >
>
>
> --
> With best regards, Ivan Kudryavtsev
> Bitworks LLC
> Cell RU: +7-923-414-1515
> Cell USA: +1-201-257-1512
> WWW: http://bitworks.software/ 
>


Re: installation troubles

2019-02-20 Thread Ivan Kudryavtsev
Hi. The network 10.X.X.X/8 is a private network which resides inside your
LAN. Consult with your network administrator. Doesn't look like you are
getting packages from the right download repository.

ср, 20 февр. 2019 г. в 11:30, Alejandro Ruiz Bermejo <
arbermejo0...@gmail.com>:

> Hi i'm new with openstack and i'm following the installation guide of the
> oficial site. Untill now i already  got compiled the source packages and
> i'm adding the apt repository but when i run the apt-get update i'm having
> this error
>
> Ign:1 http://10.8.9.230/cloudstack/repo/binary ./ InRelease
> Ign:2 http://10.8.9.230/cloudstack/repo/binary ./ Release
> Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> Hit:6 http://10.8.11.4/ubuntu xenial InRelease
> Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> Hit:7 http://10.8.11.4/ubuntu xenial-updates InRelease
> Hit:8 http://10.8.11.4/ubuntu xenial-backports InRelease
> Hit:9 http://10.8.11.4/ubuntu xenial-security InRelease
> Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> Ign:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
> Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> Err:3 http://10.8.9.230/cloudstack/repo/binary ./ Packages
>   404  Not Found
> Ign:4 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en_US
> Ign:5 http://10.8.9.230/cloudstack/repo/binary ./ Translation-en
> Reading package lists... Done
> W: The repository 'http://10.8.9.230/cloudstack/repo/binary ./ Release'
> does not have a Release file.
> N: Data from such a repository can't be authenticated and is therefore
> potentially dangerous to use.
> N: See apt-secure(8) manpage for repository creation and user configuration
> details.
> E: Failed to fetch http://10.8.9.230/cloudstack/repo/binary/./Packages
> 404  Not Found
> E: Some index files failed to download. They have been ignored, or old ones
> used instead.
>
>
> Can anyone help me fix this problem
>


-- 
With best regards, Ivan Kudryavtsev
Bitworks LLC
Cell RU: +7-923-414-1515
Cell USA: +1-201-257-1512
WWW: http://bitworks.software/