You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/elevate/ELevate-frequent-issues.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: ELevate Frequent Issues
3
3
---
4
4
5
-
###### last updated: 2024-09-20
5
+
###### last updated: 2025-03-05
6
6
7
7
# ELevate Frequent Issues
8
8
@@ -128,6 +128,25 @@ After the ELevate upgrade process has completed, you may encounter an error like
128
128
129
129
To enable CRB or any other AlmaLinux repository, please reference [this article](/repos/AlmaLinux.html)
130
130
131
+
## Error Detected While Processing /etc/virc
132
+
133
+
When performing a progressive upgrade from CentOS 7 to AlmaLinux 9, you may encounter the following issue on EL 9 while using `vi` (not `vim`):
134
+
```
135
+
Error detected while processing /etc/virc:
136
+
line 40:
137
+
E319: Sorry, the command is not available in this version: let skip_defaults_vim=1
138
+
```
139
+
To fix this error:
140
+
* Open `/etc/virc` file using a text editor of your choice.
141
+
* Search for the line containing the text *content added by Leapp*.
142
+
* Locate and remove the following line:
143
+
```
144
+
let skip_defaults_vim=1
145
+
```
146
+
* Save the file and exit the editor.
147
+
148
+
After making these changes, the error should no longer appear when using `vi`.
149
+
131
150
## Known issues
132
151
133
152
AlmaLinux Team is working hard to get a solution for these issues. Any contribution is valuable and helps us out. If you want to help and contribute, see [how to contribute](/elevate/#how-to-contribute) information.
Copy file name to clipboardExpand all lines: docs/elevate/ELevating-CentOS7-to-AlmaLinux-9.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "ELevating CentOS 7 to AlmaLinux 9"
3
3
---
4
4
5
-
###### last updated: 2024-11-14
5
+
###### last updated: 2025-03-05
6
6
7
7
# ELevating CentOS 7 to AlmaLinux 9
8
8
@@ -227,10 +227,13 @@ After these preparations are completed, you can upgrade your AlmaLinux 8 machine
227
227
```
228
228
dnf update --allowerasing
229
229
```
230
+
* When performing a progressive upgrade from CentOS 7 to AlmaLinux 9, you may encounter the following issue on EL 9 while using `vi` (not `vim`). For more details and a fix, please check the [Important Notes](#important-notes-about-the-upgrade-process) section below.
230
231
231
232
## Important Notes about the Upgrade Process
232
233
233
-
* During the upgrade, ELevate uses a multitude of repositories to migrate and upgrade the system. Among them is the usage of the CRB repository. Important to note, if the CRB repository was not enabled on your system prior to using ELevate, it will remain disabled after the upgrade. This can cause future system updates via dnf to fail as one or more packages/package dependencies may now depend on packages within the CRB repository. The errors can look something like this:
234
+
### Package Dependency Error After ELevate Upgrade
235
+
236
+
During the upgrade, ELevate uses a multitude of repositories to migrate and upgrade the system. Among them is the usage of the CRB repository. Important to note, if the CRB repository was not enabled on your system prior to using ELevate, it will remain disabled after the upgrade. This can cause future system updates via dnf to fail as one or more packages/package dependencies may now depend on packages within the CRB repository. The errors can look something like this:
234
237
```
235
238
Error:
236
239
Problem: package nss_db-2.34-100.el9_4.2.x86_64 from @System requires glibc(x86-64) = 2.34-100.el9_4.2, but none of the providers can be installed
@@ -246,6 +249,25 @@ After these preparations are completed, you can upgrade your AlmaLinux 8 machine
246
249
247
250
To enable CRB or any other AlmaLinux repository, please reference [this article](/repos/AlmaLinux.html)
248
251
252
+
### Error Detected While Processing /etc/virc
253
+
254
+
When performing a progressive upgrade from CentOS 7 to AlmaLinux 9, you may encounter the following issue on EL 9 while using `vi` (not `vim`):
255
+
```
256
+
Error detected while processing /etc/virc:
257
+
line 40:
258
+
E319: Sorry, the command is not available in this version: let skip_defaults_vim=1
259
+
```
260
+
To fix this error:
261
+
* Open `/etc/virc` file using a text editor of your choice.
262
+
* Search for the line containing the text *content added by Leapp*.
263
+
* Locate and remove the following line:
264
+
```
265
+
let skip_defaults_vim=1
266
+
```
267
+
* Save the file and exit the editor.
268
+
269
+
After making these changes, the error should no longer appear when using `vi`.
270
+
249
271
## Get Help
250
272
251
273
For more help and assistance reach out to us in the ~migration channel on the [AlmaLinux Community Chat](https://chat.almalinux.org/almalinux/channels/migration).
0 commit comments