GUI is not opening after Oracle solaris x86 installation - operating-system

I'm Installing oracle Solaris 86x64 operating system in my PC. it was complete installation without any errors. In the final step of the installation the GUI window is not opening. If I restart the PC it is booting and Not able to go beyond the black screen. But, I can ping the system from another Command prompt. Is there drivers to be install ? Because of this I'm not able go into the system.

Related

Vscode running on linux but display on Windows. How to recover sessions?

So I don't use the linux desktop. I ssh into the box and run code there but the display is on my windows box. If something happens to the windows machine (example forced update and reboot) when I log back into the Linux machine, code is still running. How do I retrieve/restore the gui?

Enthought Canopy Setup Wizard ended prematurely

Installing Canopy 2.1.9 for Windows 64-bit on Windows 10, and the installer fails immediately after clicking the Install button, with the message "Enthought Canopy (64-bit) Setup Wizard ended prematurely because of an error." Same result using 2.1.8. Same result using the run-as-administrator command line msiexec instructions, same result running the installer as administrator, same result installing for current user or all users.
Enthought support here. Sounds like there's something unusual about your current system status. Most likely would be interference from a 3rd-party anti-virus program, or similar. If temporarily disabling that doesn't help, then please run msiexec /Lv*x canopy-msi.log ... etc..., then zip and send the resulting log, with a link to this SO question, to support#enthought.com. We'll look at it as time permits, though we do not have the bandwidth to help you debug your system setup.

Canopy Does not Start on Windows 7 despite successful installation

I have a 64bit Windows 7 machine. Never had issues with EPD.
I repeatedly tried to install both 64bit and /or 32bit Enthought Canopy.
Despite installation being successful neither of them starts.
I looked on Task Manager and the process does not even start.
I have removed every other version of Python I have had and still no ability to launch caonpy
any advice on how to solve this?
Delete the environmental variables called PYTHONPATH and PYTHONHOME
Go to Control Panel\System and Security\System > Advanced Settings > Environmental variables.
Also see: https://support.enthought.com/entries/23665767-How-do-I-set-PYTHONPATH-and-other-environment-variables-for-Canopy-

Teamviewer on Centos 5.8 - No login screen on next reboot

Yesterday I installed Teamviewer 7 on my Centos 5.8 desktop. After a reboot, am not able to see the login screen. Only a blue color screen is visible.
I read https://superuser.com/questions/403548/os-x-stuck-at-blue-screen-after-installing-teamviewer-host-and-rebooting?rq=1
But how do I do that on Centos?
I know that to login to Single User Mode, we need to press a key while the os boots up. And then type single in the cmd. And then?
Once in Single User Mode, you can try to remove TeamViewer from your system.
For example, if you have installed TeamViewer by running the rpm -ivh teamviewer_linux.rpm command, you can run the rpm -e teamviewer_linux command to uninstall it.
I don't think that the Mac OS link you've referred to can be very useful in your case.
If you peek into the teamviewer_linux.rpm (for example by running the command rpm -qpl teamviewer_linux.rpm) you won't find any "Launch Agents and Daemons", since on CentOS TeamViewer is wrapped around a Windows Emulator (wine).
By default the TeamViewer files gets installed in the /opt/teamviewer folder; the only exception is the startup script /usr/bin/teamviewer7.
Finally, the rpm post-installation script does nothing more and nothing less than create a desktop icon and add a menu entry, so I can't really understand how the TeamViewer installation could have broken your system.

Nexenta Solaris starting

I have installed Nexanta Solaris with VMWare, but it boots to command line. Any idea how to bring up the GUI?
From the FAQ:
Cannot find /etc/X11/xorg.conf after installation...
Similar to Solaris Express, xorg.conf is not present. If you want to customize the file, the best way is to boot in single-user mode, run:
Xorg -configure
Then copy /root/xorg.conf.new over to /etc/X11/xorg.conf and begin your customizations. Once you exit the console, the system will resume to multi-user level and GDM will start.