[Spce-user] Install script fails after executing "packages_install_pkglist" cmd

Pedro Guillem pedro.guillem at gmail.com
Thu Oct 17 03:57:08 EDT 2013


Ok...Fixed...
In the meantime i have done the following:

1) Run ngcp-installer and wait for the fail
2) Manually execute apt-get update
3) Edit /usr/share/ngcp-installer/config.inc, on function
"packages_install_pkglist".
4) Comment all the lines that execute "apt-get update" and their respective
validation conditionals. (if, fi)
5) Run ngcp-installer again

The script seems to be executing nicely now.

Naturally the installer is executing "apt-get update" before installing
anything.. but APT is looking for a remote folder "binary-i386", which
since unexistent, returns a 404 error that sends an exit signal back to the
script because of the way the conditionals are evaluating the apt response.
I believe this lines must be modified from the trunk.

Hope it helps others in the same situation.
Pedro


On Thu, Oct 17, 2013 at 2:32 AM, Pedro Guillem <pedro.guillem at gmail.com>wrote:

> Hi
>
> I created a Wheezy OpenVZ image with 4GB assured RAM.
> When executing ngcp-install the following appears:
>
> Running as root... OK
> Internet access... OK
> Looks like a clean install... OK
> Check Debian version... OK
> Check 64 bit capable system... OK
> Updating package repository...
>
>
> Then the program stops and exit...
>
> *The bottom log file says:*
>
> Err http://deb.sipwise.com wheezy/main i386 Packages
>   404  Not Found
>
> Ign http://deb.sipwise.com wheezy/main Translation-en
> Hit http://deb.sipwise.com wheezy-backports/main amd64 Packages
>
> Err http://deb.sipwise.com wheezy-backports/main i386 Packages
>   404  Not Found
>
> Ign http://deb.sipwise.com wheezy-backports/main Translation-en
>
> Fetched 396 B in 11s (35 B/s)
>
> W: GPG error: http://deb.sipwise.com wheezy Release: The following
> signatures couldn't be verified because the public key is not available:
> NO_PUBKEY 4EB7765DA42C4F2A
>
> W: GPG error: http://deb.sipwise.com wheezy-backports Release: The
> following signatures couldn't be verified because the public key is not
> available: NO_PUBKEY 4EB7765DA42C4F2A
>
> W: Failed to fetch
> http://deb.sipwise.com/spce/3.0/dists/wheezy/main/binary-i386/Packages 404  Not Found
>
> W: Failed to fetch
> http://deb.sipwise.com/wheezy-backports/dists/wheezy-backports/main/binary-i386/Packages 404  Not Found
>
> *E: Some index files failed to download. They have been ignored, or old
> ones used instead.*
> *
> *
> *
> *
> I´m quite sure my VZ image is amd64
>
> I verified the i386 directory and id does not exists, still, i don´t know
> why it keeps trying to search for it. Should i modify something in the
> script?
>
> Regards
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20131017/f19ce5b7/attachment-0001.html>


More information about the Spce-user mailing list