I am compiling linux kernel on an Ubuntu
machine in a VM, my host being OSX
. I began with a 8Go VM, then 15 Go, and now 21 Go, and I am still running out of space errors. What correct size should I forecast ? is there a way to control it with some options when running the compilation
epsilones's questions
I want to resize my Ubuntu VM, so I installed another Ubuntu installation (using VirtualBox) and ran Gparted on it. Here's a screenshot of the state of the partition:
In /dev/sda6
, I have 3GB of the 14.3GB that are already used. I believe this is related to the Ubuntu VM which I am currently in. My question is how can I expand the /dev/sda1
in order to get 14.3Gb - 3Gb more space ?
I created an Android Open Source project that requires to be installed on an Ubuntu machine a lot of tools, packages. In order to facilitate contributions, I want to create a disk-image with all pre-installed tools and configurations. Is there a simple way to do that? Do I need docker?
It is the first time I experienced this issue : I have setup ssh
keys and I set the passphrase. Since the file is not id_rsa
but id_rsd
, I set this
Host someIP
HostName someIP
User git
IdentityFile /Users/mehdibenchoufi/.ssh/id_rsd.pub
Now, when I connect via ssh -vT someIP
, I am asked to enter the passsphrase. I did it correctly, but the passphrase does not seem to be recognized. How can it be ? (btw, I changed the perms on id_rsd*
setting it to 700 since Gitlab's server on which I am trying to clone from complained about the 640 default perms)
I want to use my computer as a router. So I checked how many ethernet card I have running : lspci | grep -i net
. I got a single line ? Does it mean that I have only one "eth0" ethernet card ?
I was using VirtualBox on my precedent mac, but the hard disk crashed, so I managed to retrieve some files, especially my .vdi file where I had all the data of my ubuntu host. I am using a new hard disk, but when I try to install ubuntu with my new VB and with my old .vdi file, I alm told that the .vdi file is partially damaged. How can I open my .vdi file and retrieve the files that are not corrupted ?
I used to work with a virtual machine on which I installed Ubuntu (and my host is Apple OS X). But my Mac's hard-drive crashed. I managed to retrive the .vdi file on my VirtualBox App folder.
How can I install it again?
I am trying from some days to activate again the seamless mode on my VirtualBox(using Ubuntu 12.04 on an osx device), which was correctly set till now but which isn't working anymore. I have had already this problem but then I had to reinstall a new disk on my VB. I tried everything I know : installing it by clicking on the 'devices' item in the nav bar of VB's app, I created a new dir in /media and then tried to mount the /dev/sr0. When running sh ./VBoxLinuxAdditions.run, it installed correctly
But when rebooting my machine, I always have the same problem. Does anybody knows how to activate again Seamless Mode ?
I have a great problem to deal: no access to Ubuntu through my VirtualBox. I always have the same error message :
Session failed to Open
Could not open the medium '/Users/me/VirtualBox VMs/Ubuntu/Ubuntu.vdi'.
VDI: error reading pre-header in '/Users/me/VirtualBox VMs/Ubuntu/Ubuntu.vdi' (VERR_DEV_IO_ERROR).
VD: error VERR_VD_VDI_INVALID_HEADER opening image file '/Users/me/VirtualBox VMs/Ubuntu/Ubuntu.vdi' (VERR_VD_VDI_INVALID_HEADER).
Code d'erreur : NS_ERROR_FAILURE (0x80004005)
Composant : Medium
Interface : IMedium {53f9cc0c-e0fd-40a5-a404-a7a5272082cd}
I tried to follow a guide on how to mount a vdi file. But I can't open my 6 GB sized file not even with HexFiend, or with 0exED.
How do I repair the pre-header ?
I am working on Ubuntu with virtualbox (on my mac). I have just installed gnome, and it broke a lot of features, among wich the very nice feature of seamless mode. How can I retrieve it ?
Is there any simple way to edit shortcuts for any app ? (I am using ubuntu 12.04, and I didn't find anything really clear by googling or searching on askubuntu)
I have two questions :
First, I wanted to hide Ubuntu’s side-bar, so I set the settings in appearance to 'autohide'. The side bar did indeed disappear but when I roll over the left side, the side bar don't appear again. So, I am using a virtual box. Can it explain the fact that this bar doesn't show again when it is set to autohide.
Second, assuming I wouldn't be able to come over the problem, I pined to the dock every element of the sidebar, except the dash home. Is it possible either to pin it in the dock or to launch it from the terminal ?
I know strictly nothing from python and I am installing datacommons from the sunlightlabs. So I followed step by step the README.md https://github.com/sunlightlabs/datacommons
First, it is said in the doc to add to the virtualenv dc_data, dc_matcchbox but I didn't find them. But I went to the final step to run ./manage.py runserver so I had the following message :
(datacommons)newben@newben-VirtualBox:~/share-ubuntu/sunlightlabs-datacommons-e3ff1a3$ ./manage.py runserver
fatal: Not a git repository (or any parent up to mount parent /home/mbenchoufi)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Error: Can't find the file 'settings.py' in the directory containing './manage.py'. It appears you've customized things.
You'll have to run django-admin.py, passing it your settings module.
(If the file settings.py does indeed exist, it's causing an ImportError somehow.)
In the 'sunlightlabs-datacommons-e3ff1a3' folder, I downloaded and put the files from github. By the way I didin't understand how to deal with the settings file.
Could someone help me understand how to install datacommons ?
Possible Duplicate:
How can I get the menu bar in firefox?
I have ubuntu installed on my mac with VirutalBox. Firefox is installed and I want to clear the cache of Firefox. I don't find any menu bar, how can I do that ?
I have installed on my mac Ubuntu with VirtualBox. I would like to copy informations displayed on a terminal and then paste it on a 'edit-file' on my mac or wherever on my mac. It doesn't seems to work. I highlighted some lines with on the terminal, command-right clicked and then copied the content, but I can paste it wherever on ubuntu but not on a common file on my mac.
Can anyone help ?
When I run the command to install the package solr-jetty, I am told
You don't have enough free space in /var/cache/apt/archives/
Here's the result of the df -H
command:
I have installed Ubuntu with VirtualBox on my Mac.
How can I fix this problem?
I almost nothing about Ubuntu. When I try to run the command to install of a package, I am said that 'unable to locate package'
When I try to run sudo apt-get update, the system seems being blocked! Here's what I get:
Does anybody has an idea ?