Ee update doesn't work

Hi, I was using this link

but ee site update example.com --wpredis

not happening it throws me ee site update example.com --wpredis

Hello web

Could you please provide which EasyEngine Version you are using

command : ee -v

Also could you please provide output of below command

tail -n100 /var/log/ee/ee.log

EasyEngine version - 3.4.1

I tried the same for my another site.

I get the following. can you explain why this is happening?

Im using EE 3.4.1 and nginx 1.8.1

@web

looks like some of your package repositories are broken. can you check if on your server following command works fine?

apt-get update

Hi @harshadyeola

Thanks for your reply. I have some 404 and failed to fetch while I run apt-get install

Here its

@web

well you need to fix them first by commenting/updating the repo urls from /etc/apt/sources.list

and then try the EasyEngine commands.

Hi @harshadyeola

there are many repo url which one I need to comment?

sources.txt (3.1 KB)

Here is source.list from a digital ocean build I did a few hours ago. I use these repos dailysources.txt (3.2 KB) Your definitely like harshadyeola stated your gonna have to fix those 404 errors first, then you can also try

apt-get upgrade

I have replaced the source.lists and tried apt-get update still having the same issue.

ppa.launchpad.net 404 not found

failed to fetch.

You are mixing repositories from different versions of Ubuntu?

I dint play around on repos. How could that happened ? What can do to solve it?

run this from command line and post the output

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

root@localhost:~# find /etc/apt -name ‘*.list’ -exec bash -c ‘echo -e “\n$1\n”; cat -n “$1”’ _ ‘{}’ ;

/etc/apt/sources.list

 1  # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
 2  # newer versions of the distribution.
 3  deb http://mirrors.linode.com/ubuntu/ trusty main restricted
 4  deb-src http://mirrors.linode.com/ubuntu/ trusty main restricted
 5
 6  ## Major bug fix updates produced after the final release of the
 7  ## distribution.
 8  deb http://mirrors.linode.com/ubuntu/ trusty-updates main restricted
 9  deb-src http://mirrors.linode.com/ubuntu/ trusty-updates main restricted
10
11  ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
12  ## team. Also, please note that software in universe WILL NOT receive any
13  ## review or updates from the Ubuntu security team.
14  deb http://mirrors.linode.com/ubuntu/ trusty universe
15  deb-src http://mirrors.linode.com/ubuntu/ trusty universe
16  deb http://mirrors.linode.com/ubuntu/ trusty-updates universe
17  deb-src http://mirrors.linode.com/ubuntu/ trusty-updates universe
18
19  ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
20  ## team, and may not be under a free licence. Please satisfy yourself as to
21  ## your rights to use the software. Also, please note that software in
22  ## multiverse WILL NOT receive any review or updates from the Ubuntu
23  ## security team.
24  deb http://mirrors.linode.com/ubuntu/ trusty multiverse
25  deb-src http://mirrors.linode.com/ubuntu/ trusty multiverse
26  deb http://mirrors.linode.com/ubuntu/ trusty-updates multiverse
27  deb-src http://mirrors.linode.com/ubuntu/ trusty-updates multiverse
28
29  ## N.B. software from this repository may not have been tested as
30  ## extensively as that contained in the main release, although it includes
31  ## newer versions of some applications which may provide useful features.
32  ## Also, please note that software in backports WILL NOT receive any review
33  ## or updates from the Ubuntu security team.
34  deb http://mirrors.linode.com/ubuntu/ trusty-backports main restricted universe multiverse
35  deb-src http://mirrors.linode.com/ubuntu/ trusty-backports main restricted universe multiverse
36
37  deb http://security.ubuntu.com/ubuntu trusty-security main restricted
38  deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
39  deb http://security.ubuntu.com/ubuntu trusty-security universe
40  deb-src http://security.ubuntu.com/ubuntu trusty-security universe
41  deb http://security.ubuntu.com/ubuntu trusty-security multiverse
42  deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
43
44  ## Uncomment the following two lines to add software from Canonical's
45  ## 'partner' repository.
46  ## This software is not part of Ubuntu, but is offered by Canonical and the
47  ## respective vendors as a service to Ubuntu users.
48  # deb http://archive.canonical.com/ubuntu trusty partner
49  # deb-src http://archive.canonical.com/ubuntu trusty partner
50
51  ## Uncomment the following two lines to add software from Ubuntu's
52  ## 'extras' repository.
53  ## This software is not part of Ubuntu, but is offered by third-party
54  ## developers who want to ship their latest software.
55  # deb http://extras.ubuntu.com/ubuntu trusty main
56  deb http://dl.hhvm.com/ubuntu trusty main
57  # deb-src http://dl.hhvm.com/ubuntu trusty main
58  # deb-src http://extras.ubuntu.com/ubuntu trusty main
59  # deb-src http://dl.hhvm.com/ubuntu trusty main

/etc/apt/sources.list.d/hhvm.list

 1  deb http://dl.hhvm.com/ubuntu precise main

/etc/apt/sources.list.d/chris-lea-redis-server-trusty.list

1 deb http://ppa.launchpad.net/chris-lea/redis-server/ubuntu trusty main 2 # deb-src http://ppa.launchpad.net/chris-lea/redis-server/ubuntu trusty main 3 # deb-src http://ppa.launchpad.net/chris-lea/redis-server/ubuntu trusty main

/etc/apt/sources.list.d/mapnik-boost-trusty.list

 1  deb http://ppa.launchpad.net/mapnik/boost/ubuntu trusty main
 2  # deb-src http://ppa.launchpad.net/mapnik/boost/ubuntu trusty main

/etc/apt/sources.list.d/ubuntu-toolchain-r-test-trusty.list

 1  deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main
 2  # deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main

/etc/apt/sources.list.d/ee-repo.list

 1  deb http://download.opensuse.org/repositories/home:/rtCamp:/EasyEngine/xUbuntu_14.04/ /
 2  deb http://dl.hhvm.com/ubuntu trusty main

have you tried

apt-get upgrade

Just tried upgrade , No errors and warning. But sill have ppa.launch 404

idk, i gotta jam look at this link you prob have a broken repo like @harshadyeola described your gonna have to go thru each line and make sure the urls are all correct. good luck!

launchpad blog