The first and foremost rule in FOSS is to learn and share. So here is my blog to introduce you to FOSS world. Start reading from the very first post of the blog. We conduct workshops on Open Source tools in colleges. We develop open source softwares as per the requirements. Fill the contact form if interested for this good cause.
Wednesday, January 8, 2014
Techfest 2014
Monday, January 6, 2014
Saturday, January 4, 2014
The system network service is not compatible with this version ...Error solution(Ubuntu)
Check out by the command ifconfig whether what output you get.
If you are facing the problem there are chances you might not get the ip address in the output. For the naive people, in simpler words the output will be just one para and not 2 as it should be.
Try this link
http://pratiklahoti.wordpress.com/2012/06/26/ubuntu-12-04-the-system-network-services-are-not-compatible-with-this-version/
For me this link didn't work but for many the above link worked so try that out first.
My experiment:
1. sudo vi /etc/network/interfaces
you will see the lines:
auto eth0
iface eth0 inet dhcp
instead type:
auto eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.1
Now do:
2. sudo nano /etc/resolv.conf
Paste below lines:
nameserver 127.0.0.1
nameserver 192.168.1.1
now restart your network with:
3.sudo /etc/init.d/networking restart
now check
4.ifconfig
5.ping joindiaspora.com
If this gives response, your net is working ....Hurray!
6.sudo service network-manager restart
This is basically called static ip.
Let me know whether it works or else what error u get take a screenshot and mail me.
If you are facing the problem there are chances you might not get the ip address in the output. For the naive people, in simpler words the output will be just one para and not 2 as it should be.
Try this link
http://pratiklahoti.wordpress.com/2012/06/26/ubuntu-12-04-the-system-network-services-are-not-compatible-with-this-version/
For me this link didn't work but for many the above link worked so try that out first.
My experiment:
1. sudo vi /etc/network/interfaces
you will see the lines:
auto eth0
iface eth0 inet dhcp
instead type:
auto eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.1
Now do:
2. sudo nano /etc/resolv.conf
Paste below lines:
nameserver 127.0.0.1
nameserver 192.168.1.1
now restart your network with:
3.sudo /etc/init.d/networking restart
now check
4.ifconfig
5.ping joindiaspora.com
If this gives response, your net is working ....Hurray!
6.sudo service network-manager restart
This is basically called static ip.
Let me know whether it works or else what error u get take a screenshot and mail me.
Subscribe to:
Posts (Atom)
Mesmerizing Fortnight
This time its Sangli,Satara & Kolhapur. We hate to spend our daytime in journey so we prefer night journey. Unfortunately trains f...
-
What is Fedora ??? Fedora is an operating system based on the Linux kernel, developed by the community-supported Fedora Project and owned...
-
How to root your Android Phone??? Rooting is the process of allowing users of smartphones, tablets, and other devices running the Andr...
-
3rd August: Madgaon express at 7.45 am. Mostly all Konkan trains have a halt at Thane station. My colleagues Mr. Krishnakant Mane,...