mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
setup_docs: Extract common unix errors to a shared file.
Prep for organizing common errors into operating system tabs.
This commit is contained in:
committed by
Tim Abbott
parent
3116925a6f
commit
c51542e44c
@@ -754,6 +754,10 @@ WSL instance) is also usually helpful.
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```{include} setup/unix-troubleshoot.md
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
#### Vagrant was unable to mount VirtualBox shared folders
|
#### Vagrant was unable to mount VirtualBox shared folders
|
||||||
|
|
||||||
For the following error:
|
For the following error:
|
||||||
@@ -780,20 +784,6 @@ $ vagrant up
|
|||||||
to reboot the guest. After this, you can do `vagrant provision` and
|
to reboot the guest. After this, you can do `vagrant provision` and
|
||||||
`vagrant ssh`.
|
`vagrant ssh`.
|
||||||
|
|
||||||
#### Unmet dependencies error
|
|
||||||
|
|
||||||
When running `vagrant up` or `provision`, if you see the following error:
|
|
||||||
|
|
||||||
```console
|
|
||||||
==> default: E:unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
|
|
||||||
```
|
|
||||||
|
|
||||||
It means that your local apt repository has been corrupted, which can
|
|
||||||
usually be resolved by executing the command:
|
|
||||||
|
|
||||||
```console
|
|
||||||
$ apt-get -f install
|
|
||||||
```
|
|
||||||
|
|
||||||
#### os.symlink error
|
#### os.symlink error
|
||||||
|
|
||||||
|
|||||||
14
docs/development/setup/unix-troubleshoot.md
Normal file
14
docs/development/setup/unix-troubleshoot.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#### Unmet dependencies error
|
||||||
|
|
||||||
|
When running `vagrant up` or `provision`, if you see the following error:
|
||||||
|
|
||||||
|
```console
|
||||||
|
==> default: E:unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
|
||||||
|
```
|
||||||
|
|
||||||
|
It means that your local apt repository has been corrupted, which can
|
||||||
|
usually be resolved by executing the command:
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ apt-get -f install
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user