Friday 11 December 2015

Oh! no something has gone wrong, A problem has occurred and system can't recover. Please contact a system administrator.

Oh! no something has gone wrong, A problem has occurred and system can't recover. Please contact a system administrator.


There are many reason for that problem. When you have to use VMware (kali linux) then check your storage space.....
If storage space is not enough then this problem face by many people. 
But if you have base system (kali linux) then check your log of the system and you have to identify the issue
How that problem occured ????
1. Not enough space and you forcefully try to install the package any one.
2. This issue is occured when your gnome package having some problem or gnome session problem.
So, try some steps to recover this problem like,
Whenever you get this screen....................



Then you have to type " CTRL + ALTR + F1 "
You got root screen(You get the everything!!!!!!). Which is useful to recover the system.



Firstly, Connect with wifi network or ethernet 
using some commands......
1.type in terminal  "iw dev" // this command is find the available wifi adapters
2.type "ip link show wlan0 " // check device status
3.type "ip link set wlan0 up" //Bring up the wifi interface
4.type "iw wlan0 scan" // Scan to find wifi networks
5.type "wpa_passphrase blackMOREOps >> /etc/wpa_supplicant.conf" //generate a wpa/wpa2 configuration file
6.type "cat /etc/wpa_supplicant.conf" // you got the username and password from this file
7.type " wpa_supplicant -B -D wext -i wlan0 -c /etc/wpa_supplicant.conf " // connect to WPA/WPA2 network
8.type "dhclient wlan0" // Get an ip using this command
                                  
  "I think!!!!!!!!! you are bored!!!!!!" and you think about ethernet cable RJ45 to get the internet..hahaha!!
after getting connectivity
firstly , 
try this basic command to solve that problem
 "apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y"
if some package missing error got then 

check your repository 
 /etc/apt/sources.list 
and try using some diffrent...............
for kali linux 1.x user try this 
"
# Regular repositories
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
# Source repositories
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
"
for kali linux 2.x user try this
"
# Regular repositories
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
# Source repositories
deb-src http://http.kali.org/kali sana main non-free contrib
deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
"
Then type " startx " which is not working in kali linux. but working in backtrack.
So You have to install 

 "apt-get install x-window-system"
   or
 "apt-get install x-windows-system"

and then try "startx"...
If you are lucky then got it graphical manner linux
If not then wait for some time to do some steps

 "apt-get install xorg"

then try "startx"
If not working .....

then you have gnome problem I think so 
You have to try some steps like...

 " apt-get remove gnome-core "
 and then 
 reinstall using below step

 " apt-get install gnome-core kali-defaults kali-root-login desktop-base "

and then try this steps

 " dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome' "

and then
 " gsettings get org.gnome.desktop.session session-name 'gnome' "

I think you got graphical manner desktop 
If you have some problem then it is gnome session problem
so you try below step

remove gnome-session and 

and then 
"apt-get install gnome-session-common"
and
"apt-get install gnome-session-fallback"

and then 
"reboot"

finally, you have to solved that problem 

thank you for visit my blog..........