Difference between revisions of "Issues and workarounds for migration from ROSA Desktop Fresh 2012 to R1"

From Rosalab Wiki
Jump to: navigation, search
(Помошник при миграции с 2012.1 на R1)
(Translated from Russian)
Line 1: Line 1:
==Помошник при миграции с 2012.1 на R1==
+
==Desktop Fresh to R1 Migration Assistant==
  
В 99% случаев миграция с ROSA Desktop.Fresh 2012.1 на ROSA Desktop Fresh R1 проходит прозрачно для пользователя при установке обновлений системы. Но для избегания возможных проблем просьба прочитать информацию ниже.
+
In almost all cases migration from ROSA Desktop.Fresh 2012 to на ROSA Desktop Fresh R1 happens smoothly by usual system update. However, in rare cases some problems may arise which are described below.
  
 
===64 bit system update===
 
===64 bit system update===
  
For update 64 bit system you need fully disable 32-bit repos!
+
Before updating 64 bit system you need to completely disable 32-bit repositories!
  
===После обновления не запускается графический сервер===
+
===Graphical interface doesn't start after update===
В некоторых случаях после обновления может не произойти включение сервиса запуска менеджера дисплея. Для решения данной проблемы вам нужно перейти в виртуальную консоль (Ctrl + Alt + F2), залогиниться как root (root, ваш пароль) и ввести следующие команды:
+
In rare cases display manager service may become disabled after update. To solve this issue you should go to a virtual console (Ctrl + Alt + F2), log in as root and type the following commands:
  
* Для KDM (KDE4)
+
* For KDM (KDE4)
 
  systemctl enable kdm
 
  systemctl enable kdm
  
* Для GDM (Gnome)
+
* For GDM (Gnome)
 
  systemctl enable gdm
 
  systemctl enable gdm
  
* Для LightDM (LXDE)
+
* For LightDM (LXDE)
  
 
  systemctl enable lxdm
 
  systemctl enable lxdm
  
И перезагрузиться
+
and reboot.
  
===Возникают проблемы с сетью===
+
===Network problems===
Мы полностью перешли на Network Manager и убрали компоненты drakx-net. Если у вас появляются ошибки с сетью, попробуйте вначале замаскировать сервис network командой:
+
We have completely migrated to Network Manager and dropped drakx-net components. If you experience troubles wit network connection then try to mask the network service by the following command:
  
 
  systemctl mask network
 
  systemctl mask network
  
Вы всегда можете включить сервис назад, набрав
+
You can also turn the service back by typing
  
 
  systemctl unmask network
 
  systemctl unmask network
 +
 +
[[Ru:Проблемы и решения при миграции с ROSA Desktop Fresh 2012.1 на R1]]

Revision as of 10:43, 5 June 2013

Desktop Fresh to R1 Migration Assistant

In almost all cases migration from ROSA Desktop.Fresh 2012 to на ROSA Desktop Fresh R1 happens smoothly by usual system update. However, in rare cases some problems may arise which are described below.

64 bit system update

Before updating 64 bit system you need to completely disable 32-bit repositories!

Graphical interface doesn't start after update

In rare cases display manager service may become disabled after update. To solve this issue you should go to a virtual console (Ctrl + Alt + F2), log in as root and type the following commands:

  • For KDM (KDE4)
systemctl enable kdm
  • For GDM (Gnome)
systemctl enable gdm
  • For LightDM (LXDE)
systemctl enable lxdm

and reboot.

Network problems

We have completely migrated to Network Manager and dropped drakx-net components. If you experience troubles wit network connection then try to mask the network service by the following command:

systemctl mask network

You can also turn the service back by typing

systemctl unmask network