# Pull changes from Kinsta : Something bad happened

**URL:** https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946
**Category:** Application Support
**Created:** [March 27, 2025, 4:33pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946 "2025-03-27T16:33:25Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 27, 2025, 4:33pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/1 "2025-03-27T16:33:25Z")

</div>

I’m installed DevKinsta 2.13.4 on to Ubuntu 24.04.2.LTS.

I’ve cloned my site from Kinsta and that seems fine.

All seems to be OK with the installation, except when I try to do a Sync - pulling from the Live site.

I get the following messages:

- Pull changes from Kinsta
- ✅Creating site backup
- ✅Connecting to remote environment
- ✅Creating DB Dump
- 🔺Something bad happened Retry

Followed by the grayed out steps of

- Importing DB dump
- Updating WP config
- Replacing links to xxxxx.local
- Deleting site backup

I’ve tried the Retry option twice, and it seems to fail at the same point each time.

xxxx\_access.log and xxxx\_error.log do not show anything interesting.

Is there another log I can look at?

---

<div class="post-metadata">

### Author: ![jackirish](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jackirish/32/1361_2.png) [@jackirish](https://community.kinsta.com/u/jackirish)
#### Post date: [March 27, 2025, 9:57pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/2 "2025-03-27T21:57:21Z")

</div>

Hi @jeff_porter ! 👋 Can you please retrieve the main.log file for your DevKinsta installation, and provide it to us here? [Troubleshooting - Error Codes - Kinsta® Docs](https://kinsta.com/docs/devkinsta/devkinsta-troubleshooting/error-codes/#viewing-the-application-log-file)

---

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 27, 2025, 10:33pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/3 "2025-03-27T22:33:04Z")

</div>

Where is the log location on Linux?

---

<div class="post-metadata">

### Author: ![Andrew](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/andrew/32/2792_2.png) [@Andrew](https://community.kinsta.com/u/Andrew)
#### Post date: [March 27, 2025, 10:50pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/4 "2025-03-27T22:50:42Z")

</div>

Hi @jeff_porter! Thank you for your reply.

The main.log file can be found under /home/username/.config/DevKinsta/logs on Ubuntu. (Replace username with the name of the user on your system)

Please let us know if you need any further assistance locating this file.

We look forward to hearing back from you!

---

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 28, 2025, 9:19am UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/5 "2025-03-28T09:19:02Z")

</div>

[2025-03-27 20:36:40.142] [error] [ipcMainStep] Error in operation SITE\_PULL, step rsync: Error: Encountered an error in child process 39187: 11. rsync: [client] failed to open exclude file /  
tmp/rsync/rsync\_exclude\_pull\_ba4d36e6001a4cc7a3c7f576116d9df2.tmp: No such file or directory (2)

```
rsync error: error in file IO (code 11) at exclude.c(1481) [client=3.2.7]
at handleChildProcessClosure (/opt/DevKinsta/resources/app.asar/main.prod.js:2:617689)
at ChildProcess.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:616646)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1091:16)
at Socket.<anonymous> (node:internal/child_process:449:11)
at Socket.emit (node:events:513:28)
at Socket.emit (node:domain:489:12)
at Pipe.<anonymous> (node:net:322:12)

```

The file does exist though.

jp@jp-Inspiron-3721:/tmp/rsync$ ls -lsa  
total 16  
4 drwxrwxr-x 2 jp jp 4096 Mar 27 20:36 .  
12 drwxrwxrwt 33 root root 12288 Mar 28 09:17 ..  
0 -rw-rw-r-- 1 jp jp 0 Mar 27 20:33 rsync\_exclude\_pull\_3cbb93a1c94b469ca841a9fda8228115.tmp  
0 -rw-rw-r-- 1 jp jp 0 Mar 27 20:36 rsync\_exclude\_pull\_ba4d36e6001a4cc7a3c7f576116d9df2.tmp

I gave it all the permissions (777) : no change.

I renamed it, run the pull-sync again, file recreated (0 bytes), and same error.

Any advice?

---

<div class="post-metadata">

### Author: ![VladimirM](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/vladimirm/32/2786_2.png) [@VladimirM](https://community.kinsta.com/u/VladimirM)
#### Post date: [March 28, 2025, 12:26pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/6 "2025-03-28T12:26:08Z")

</div>

Hello @jeff_porter 👋

This indicates an rsync error but, in the situation as is, it’s not very clear why is this happening. Can I please trouble you to send the whole main.log file here ?

Kind regards!

---

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 28, 2025, 5:59pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/8 "2025-03-28T17:59:47Z")

</div>

The only other error I can see in the log is this…

[2025-03-28 17:55:44.339] [error] [setSsl] Error while setting ssl to true {  
e: “Error: ENOENT: no such file or directory, stat ‘/home/jp/.mozilla/firefox/’\n” +  
’ at statSync (node:fs:1615:3)\n’ +  
’ at Object. (node:electron/js2c/asar\_bundle:2:4807)\n’ +  
’ at Object.statSync (/opt/DevKinsta/resources/app.asar/main.prod.js:8:426365)\n’ +  
’ at nssBrowsers\_getAllNSSProfiles (/opt/DevKinsta/resources/app.asar/main.prod.js:2:819005)\n’ +  
’ at /opt/DevKinsta/resources/app.asar/main.prod.js:2:819503\n’ +  
’ at tryCatch (/opt/DevKinsta/resources/app.asar/main.prod.js:8:1832189)\n’ +  
’ at Generator. (/opt/DevKinsta/resources/app.asar/main.prod.js:8:1833838)\n’ +  
’ at Generator.next (/opt/DevKinsta/resources/app.asar/main.prod.js:8:1832738)\n’ +  
’ at asyncGeneratorStep (/opt/DevKinsta/resources/app.asar/main.prod.js:8:1824034)\n’ +  
’ at \_next (/opt/DevKinsta/resources/app.asar/main.prod.js:8:1824333)’

I do have firefox installed, but I don’t use it.

I do not have a .mozilla folder in my home folder.

I presume this SSL issue is causing the download/pull of the site to fail?

---

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 28, 2025, 7:19pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/9 "2025-03-28T19:19:49Z")

</div>

I created the missing .mozilla/firefox folder & this error is no longer in the log & I’m able to enable HTTPS on the DevKinsta app for this site.  
ref: [SSL Update Failed (Linux) - #10 by iMark64](https://community.kinsta.com/t/ssl-update-failed-linux/1773/10)

The pull from Kinsta still fails with the same message though…

[2025-03-28 19:18:11.290] [info] [ProgressIndicator] { isFailed: false, isOpen: true }  
[2025-03-28 19:18:11.379] [info] [ProgressIndicator] { isFailed: false, isOpen: true }  
[2025-03-28 19:18:11.921] [warn] [terminalExec] Error: rsync: [client] failed to open exclude file /tmp/rsync/rsync\_exclude\_pull\_ba4d36e6001a4cc7a3c7f576116d9df2.tmp: No such file or directory (2)  
rsync error: error in file IO (code 11) at exclude.c(1481) [client=3.2.7]

[2025-03-28 19:18:12.105] [info] [terminalExec] Child process exited with code 11  
[2025-03-28 19:18:12.106] [error] [downloadSite] Error while downloading files Error: Encountered an error in child process 47503: 11. rsync: [client] failed to open exclude file /tmp/rsync/rsync\_exclude\_pull\_ba4d36e6001a4cc7a3c7f576116d9df2.tmp: No such file or directory (2)  
rsync error: error in file IO (code 11) at exclude.c(1481) [client=3.2.7]

```
at handleChildProcessClosure (/opt/DevKinsta/resources/app.asar/main.prod.js:2:617689)
at ChildProcess.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:616646)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1091:16)
at Socket.<anonymous> (node:internal/child_process:449:11)
at Socket.emit (node:events:513:28)
at Socket.emit (node:domain:489:12)
at Pipe.<anonymous> (node:net:322:12)

```

[2025-03-28 19:18:12.109] [error] [ipcMainStep] Error in operation SITE\_PULL, step rsync: Error: Encountered an error in child process 47503: 11. rsync: [client] failed to open exclude file /tmp/rsync/rsync\_exclude\_pull\_ba4d36e6001a4cc7a3c7f576116d9df2.tmp: No such file or directory (2)  
rsync error: error in file IO (code 11) at exclude.c(1481) [client=3.2.7]

```
at handleChildProcessClosure (/opt/DevKinsta/resources/app.asar/main.prod.js:2:617689)
at ChildProcess.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:616646)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1091:16)
at Socket.<anonymous> (node:internal/child_process:449:11)
at Socket.emit (node:events:513:28)
at Socket.emit (node:domain:489:12)
at Pipe.<anonymous> (node:net:322:12)

```

[2025-03-28 19:18:12.200] [info] [ProgressIndicator] { isFailed: true, isOpen: true }

---

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 28, 2025, 7:23pm UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/10 "2025-03-28T19:23:14Z")

</div>

rsync --version  
rsync version 3.2.7 protocol version 31

This seems to be a recent version, so I don’t think its to do with the version of rsync.

Error code 11 for rsync seems to be disk space, but…

Filesystem Size Used Avail Use% Mounted on  
tmpfs 1.6G 2.6M 1.6G 1% /run  
/dev/sda2 229G 35G 183G 16% /  
tmpfs 7.8G 123M 7.7G 2% /dev/shm  
tmpfs 5.0M 8.0K 5.0M 1% /run/lock  
tmpfs 1.6G 208K 1.6G 1% /run/user/1000

---

<div class="post-metadata">

### Author: ![Andrew](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/andrew/32/2792_2.png) [@Andrew](https://community.kinsta.com/u/Andrew)
#### Post date: [March 29, 2025, 2:35am UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/12 "2025-03-29T02:35:33Z")

</div>

Hi @jeff_porter! Thank you for your reply!

After investigating into this issue further, I have located a [previous report](https://community.kinsta.com/t/something-bad-happened-unable-to-open-exclude-file/2103/11) of a similar issue. It appears that this is a rather mysterious issue that our development team hasn’t seen in testing. However, there are a few things we can try to see if it helps resolve the problem.

The first thing to try would be to re-install Docker on your system. Please try a Docker Desktop installation, and if that doesn’t work than please try installing Docker via apt. Below, you may find a link to Docker’s documentation that goes into how to install Docker via both methods:

> **[Ubuntu](https://docs.docker.com/engine/install/ubuntu/)**
>
> Jumpstart your client-side server applications with Docker Engine on Ubuntu. This guide details prerequisites and multiple methods to install Docker Engine on Ubuntu.

If you do continue to experience any issue after reinstalling Docker however please let us know so we can further investigate.

Best regards

---

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 29, 2025, 8:45am UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/13 "2025-03-29T08:45:44Z")

</div>

I tried Docker Desktop, but that would had issues starting the docker agent.

So I removed all docker packages, removed DevKinsta, rebooted and started a fresh.

I installed docker via apt-get, ran hello world and that was fine.

I then installed DevKinsta again & tried to clone my site.

I’m now in the position that it has not installed the docker images it needs.

> docker logs -f devkinsta\_nginx  
> Error response from daemon: No such container: devkinsta\_nginx

I’ve also started another setup on a Windows machine, which is also failing due to other DevKinsta issues.

What machines/env are you running this on? Why am I seeing so many issues?

To narrow down the issue, I have reinstalled Ubuntu 24 LTS, installed DevKinsta. No other packages/apps have been installed (except Filezilla). I’m still in the same position with Pull not working.

Is there a way to install the missing containers?

---

<div class="post-metadata">

### Author: ![jeff\_porter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff_porter/32/4574_2.png) [@jeff\_porter](https://community.kinsta.com/u/jeff_porter)
#### Post date: [March 29, 2025, 10:42am UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/14 "2025-03-29T10:42:35Z")

</div>

Ok, I’ve taken a new approach.

I’ve wiped the Ubuntu machine again.

1: install ubuntu 24 LTS  
2: install chrome  
3: update drivers/updates  
4; install DevKinsta  
5: follow apt-get flow for installing Docker

> **[Installing Docker on Ubuntu (4 Easy Ways)](https://kinsta.com/blog/install-docker-ubuntu/)**
>
> Docker and the Linux distro Ubuntu are a great combination for containerized web development. Learn how to install Docker on Ubuntu.

6: Ran this to fix docker issue:  
sudo chmod 666 /var/run/docker.sock  
7: Clicked retry in the DevKinsta install  
8: Click clone of my kinsta site.  
9: Click sync-pull again.

This now worked.

Here is the full list of commands and downloads I used…

1 sudo apt-get purge bcmwl-kernel-source  
2 sudo apt-get install broadcom-sta-source broadcom-sta-dkms broadcom-sta-common  
3 sudo apt update  
4 sudo apt install ca-certificates curl gnupg lsb-release  
5 curl -fsSL [https://download.docker.com/linux/ubuntu/gpg](https://download.docker.com/linux/ubuntu/gpg) | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg  
6 sudo chmod a+r /etc/apt/keyrings/docker.gpg  
7 echo “deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] [Index of linux/ubuntu/](https://download.docker.com/linux/ubuntu) $(lsb\_release -cs) stable” | sudo tee /etc/apt/sources.list.d/docker.list \> /dev/null  
8 sudo apt update  
9 sudo apt install docker-ce docker-ce-cli [containerd.io](http://containerd.io)  
10 sudo chmod 666 /var/run/docker.sock

76604 -rw-rw-r-- 1 x x 78439242 Mar 29 09:30 DevKinsta.deb  
111804 -rw-rw-r-- 1 x x 114483440 Mar 29 09:26 google-chrome-stable\_current\_amd64.deb

| Distributor ID: | Ubuntu |
| --- | --- |
| Description: | Ubuntu 24.04.2 LTS |
| Release: | 24.04 |
| Codename: | noble |

---

<div class="post-metadata">

### Author: ![Andrew](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/andrew/32/2792_2.png) [@Andrew](https://community.kinsta.com/u/Andrew)
#### Post date: [March 30, 2025, 1:29am UTC](https://community.kinsta.com/t/pull-changes-from-kinsta-something-bad-happened/4946/15 "2025-03-30T01:29:42Z")

</div>

Thank you for your reply, @jeff_porter!

I am glad to hear you have found a solution! We appreciate you sharing the steps you took to resolve this issue!

If you do have any further questions always feel free to reach out on the forums!

Have a great day!
