Activity
From 08/29/2018 to 09/27/2018
09/26/2018
- TI 01:55 PM Software Development: RE: kernel panic on virtual machine start
- I'm afraid the answer is probably to create a new ubuntu VM from scratch and then (after removing the image from any other VMs) add the vmdk image to it.
The problem with the approach I gave you is that the system is using LVM and the U... - VP 11:26 AM Software Development: RE: kernel panic on virtual machine start
- Hello Tim,
I also tried to add hard disk option in new VM for old .vmdk file . Then I tried to mount that in VM. below is the process.
mitydsp@vagrantup:~$ sudo fdisk -l
[sudo] password for mitydsp:
Disk /dev/sda: 128.8 GB, 12... - VP 10:24 AM Software Development: RE: kernel panic on virtual machine start
- Thanks Tim for your reply. As per your suggestion it seems I must have VM setup where it failed. But unfortunately, I did backup for .vmdk file only for my old VM setup.
I already installed new VM setup with ova image and now want to re...
09/24/2018
- TI 11:30 AM Software Development: RE: kernel panic on virtual machine start
- Vivek
Your best bet is the following:
Rename the existing VM
Re-import the VM from the ova image
Go in to settings for the newly imported VM and add your existing VM disk image to the new VM
mount the old VM image in your new VM as ...
09/23/2018
- Hi,
I had setup of virtual machine with Critical_Link_Unified_VM_14-04_04-2017.ova image. Something went wrong with sudo tar xzvf command in root directory. After that VM stop responding. I powered off virtual machine. When I tried to r...
09/14/2018
- JC 01:32 PM Software Development: RE: Yocto MDK Status
- Thanks Tom.
- TR 12:40 AM Software Development: RE: Yocto MDK Status
- FYI... have made the following changes to the recipes as to update fetching the proper sources. For vim it's a different URL and for ltrace it just needed a branch designation. Someone may find them useful. Tom
08/29/2018
- TR 11:06 PM Software Development: RE: Yocto MDK Status
- Hi, well it was easier then trying to fix the two repo failures, (which I will do)... just running bitbake again without the -k saw it succeed and now have the jffs image. Tom
- JC 10:04 PM Software Development: RE: Yocto MDK Status
- Tom Riddle wrote:
> Hi Jonathan,
> ... - TR 07:36 PM Software Development: RE: Yocto MDK Status
- Hi Jonathan,
We open a shell, go to yocto-archives dir, set the env
> source oe-init-build-env
then execute
> ...
to bypass the two repos that are not available. Please see the attached gzip file of the log. Let me know what...