I am installing Caldera RIP Software (https://www.caldera.com/). Caldera software is shipped with a caldera debian. When install this debian, installation always halt when it is running preseed.
I have tried it on VMware virtual machinećOracle VirtualBox and an usb harddisk.
Anybody has the same problem? And how can I solve this problem?
Thanks a lot.
Screenshot when installation halt
wait 15 min, install success.
^_^(I think it needs to give some tips).
Related
When i tried to install xampp in windows 10 64 bit it shows "windows cannotfind -n".
Is it the first time you're installing XAMPP on that machine? If it is, I would suggest to run some cleaning software that searches for unnecessary files and folders, clean them up and then try to install XAMPP again.
I recommend software like:
AdwCleaner (https://toolslib.net/downloads/viewdownload/1-adwcleaner/)
Malwarebytes (https://www.malwarebytes.com/)
CCleaner
Why do I suggest these? I personally use those myself and it often helps solving my problems with installing software.
If you've already installed XAMPP before, uninstall it completely and try to install it again after reboot!
I am not able to open vmware player after updating the kernel to 4.4.14-200.fc22.x86_64 on fedora 22
I am able to open vmplayer or vmware workstation with the old kernel
when i open vmplayer i am geting this message
vmware kernel module updater
Before you run vmware, several modules must be compiled and loaded into the running kernel
when i try to install to install it says
unable to start services
if some has already faced this problem and has a fix please post
Try:
sudo vmware-modconfig --console --install-all
I have successfully installed and run the OSX 10.11 on virtualbox a few while ago and I was able to successfully work with it and install xcode 7 on it and work with it without problems.
Now after a few days I have come to it and I have run the virtual machine and got the following error!!
It says: "Checking catalog file, incorrect number of thread records". It keeps working a while and finishes with closing the VM.
I didn't make any changes to it. I even created a new machine again using the existing ".VMDK" file and still no change.
I really need the data on it. Can you please help me with fixing the virtual machine? I have a .VMDK file with the size of 43 GB.
Thanks in advance.
Thanks GOD, I could finally find a solution for this problem. I launched another Mac virtual machine and followed this link on Youtube and installed Diskwarrior on the vm and from this vm, I could repair the other .VMDK file using Diskwarrior. I hope it helps :)
I had the same problem, found a simplier solution. I booted the virtual machine with Ubuntu live cd.
In terminal:
sudo apt install hfsprogs
# HFS file system consistency check, use fdisk -l to find your disk indetifier
sudo fsck.hfsplus /dev/sda2
I think my question is clear from the Subject title
I had some problems while installing OpenEdX on VirtualBox so, i was thinking if i can install it using VMware Workstation.
Can i do that ?
Yes you can install it!
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2073803
This link should explain you how to do it.
I know that by using virtual box, graphics card cannot be utilized by all the measures so I think it is not possible but I also think that coding cuda at least setting the CUDA developing environment is easier at Windows (unfortunately) thus if it is possible I plan to setup win8 to virtual box on my Ubuntu.
I do want to use win since I am at optimus Nvidia machine thus there is a driver problem at Ubuntu. In addition compilation of the code at Eclipse does not work due to that driver flaw. In case I use Win there might be the remedy of the problem.
Even if you get success in setting up environment in your virtual box to compile cuda code and you compiled cuda code there it will be of no use because you wont be able to run the code in virtual box.
Yes, your are absolutely right that installing drivers on optimus nvidia card is difficult task. I was also stuck with the same problem. but with release of cuda 5, installing cuda on Ubuntu is very simple.
follow these simple steps.
Driver installation ##
Download cuda 5 from here.(32bit or 64bit depending on OS)
Cuda 5 download
Install required tools by following command
sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev
Next, blacklist the unnecessary modules
sudo gedit /etc/modprobe.d/blacklist.conf
add following lines at last
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
and reboot your system.
After reboot press Ctrl+Alt+F1. Login there and enter following command.
service lightdm stop
Go to location where you have downloaded cuda 5. In my case its on desktop.
cd Desktop
make it run from shell
chmod +x cuda_5.3.35_linux*****
Run from terminal
./cuda_5.3.35_linux*****
accept it, when asked to install drivers press y and n for cudatoolkit and gpucomputingsdk
now reboot and you are done with driver installation.
To install cudatoolkit and gpucomputingsdk follow this link
Cuda 4.2 installation on Ubuntu