Updated and now network eth0 is missing

I’m running Ubuntu 14.04. This morning I had no Ethernet connectivity after I resumed the computer (showing as Disconnected). I have the latest updates installed, but I’ve tried booting into older builds via the GRUB menu but still had the same issue with the disconnected ethernet. I also very recently installed VMWare Player (VM is … Read more

Snappy ubuntu core on BeagleBone Black?

What is the best way to develop Snappy applications for Beagle bone black due to snapcraft cross building problem. I can run my Snappy nodejs web in kvm but service is failing on BeagleBone Black Answer You don’t mention what version of Ubuntu Core you’re using, so I’ll assume 15.04. In that case, consider an … Read more

What are the features in Snappy Ubuntu that make it more secure than the normal Ubuntu?

I am thinking of using Snappy Ubuntu for IoT application. Security is important in IoT. What is the difference between Snappy Ubuntu and the normal Ubuntu that makes Snappy more secure compared to Ubuntu 14.04 desktop and server version? Answer I don’t think there is a huge differences in security model of all Ubuntu versions. … Read more

Do you need a processor with virtualization to run Docker on Snappy Ubuntu Core?

As I understand it Linux Containers are referred to as light-weight virtualization; virtualization without all the extra OS for every service that is run. Docker utilizes Linux Containers, and Docker has the possibility of running on Snappy Ubuntu Core. Does the stack mentioned above require the processor it is running on to have VT-X or … Read more

how do I diagnose why a process is starting?

I’m running an ubuntu box, mainly as a learning exercise, so I should probably begin by stating that I’m still very much at the “copying commands until something works” stage of unix knowledge. I recently upgraded from 14.10 to 15.04, and since that upgrade I’ve been having an issue with the daemon for the deluge … Read more

Publish Snappy Apps Programtically

Is it possible to publish Ubuntu open source snappy apps programmatically? I would love to be able to publish a new version of the app in my CI system, when I push a new tag. Is this currently possible? I have only seen an option to publish snappy apps manually. Or should I make this … Read more

Some modules doesn’t load on boot up

I have tried to build my custom installation of ubuntu using Ubuntu-core. All work the way I wanted except some modules for my devices like my touchpad and wireless doesn’t load automatically, so I have to load them manually using modprobe command. Why does this happend Answer As Alla comments, you should just need to … Read more