fnichol / knife-server

A Chef Knife plugin to manage Chef Servers. Bootstrap a new Chef Server on Amazon's EC2, Digital Ocean, Linode, OpenStack or a standalone server. Backup and restore your Chef Server or Hosted Chef's node, role, data bag, and environment JSON data.
http://fnichol.github.com/knife-server
Apache License 2.0
158 stars 34 forks source link

Why Forbidden for all those apt packages? #16

Closed millisami closed 11 years ago

millisami commented 11 years ago

I setup the local VM. and started to create a chef-server standalone, but all thoses packages list gets 403 Forbidden requests therefore couldn't install anything.

The gist log is here https://gist.github.com/4563576

ghost commented 11 years ago

Are you able to fetch the packages using other software like wget or curl or firefox? Can you try: wget http://np.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/ncurses-bin_5.9-1ubuntu5_i386.deb

millisami commented 11 years ago

@nutznboltz I didn't bother much and changed all the occurances of np in the /etc/apt/sources.list to us and all started working.