Hi! Sorry, I had missed the second page, in which your post appears. Here's the full output. tapas@tapas-VPCYB35AN:~$ sudo apt-get purge --auto-remove gadmin-openvpn-client [sudo] password for tapas: Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: gadmin-openvpn-client* libosmesa6* linux-headers-3.16.0-29* linux-headers-3.16.0-29-generic* linux-image-3.16.0-29-generic* linux-image-extra-3.16.0-29-generic* python-pexpect* wine-gecko2.21* wine-mono0.0.8* 0 upgraded, 0 newly installed, 9 to remove and 10 not upgraded. After this operation, 303 MB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 358754 files and directories currently installed.) Removing gadmin-openvpn-client (0.1.2-4) ... Purging configuration files for gadmin-openvpn-client (0.1.2-4) ... Removing libosmesa6:i386 (10.3.2-0ubuntu0.1) ... Purging configuration files for libosmesa6:i386 (10.3.2-0ubuntu0.1) ... Removing linux-headers-3.16.0-29-generic (3.16.0-29.39) ... Removing linux-headers-3.16.0-29 (3.16.0-29.39) ... Removing linux-image-extra-3.16.0-29-generic (3.16.0-29.39) ... run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.16.0-29-generic /boot/vmlinuz- 3.16.0-29-generic run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.16.0-29-generic /boot/vmlinuz-3.16.0- 29-generic update-initramfs: Generating /boot/initrd.img-3.16.0-29-generic run-parts: executing /etc/kernel/postinst.d/pm-utils 3.16.0-29-generic /boot/vmlinuz-3.16.0-29- generic run-parts: executing /etc/kernel/postinst.d/update-notifier 3.16.0-29-generic /boot/vmlinuz-3.16.0- 29-generic run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.16.0-29-generic /boot/vmlinuz-3.16.0- 29-generic Generating grub configuration file ... Found linux image: /boot/vmlinuz-3.16.0-34-generic Found initrd image: /boot/initrd.img-3.16.0-34-generic Found linux image: /boot/vmlinuz-3.16.0-33-generic Found initrd image: /boot/initrd.img-3.16.0-33-generic Found linux image: /boot/vmlinuz-3.16.0-31-generic Found initrd image: /boot/initrd.img-3.16.0-31-generic Found linux image: /boot/vmlinuz-3.16.0-30-generic Found initrd image: /boot/initrd.img-3.16.0-30-generic Found linux image: /boot/vmlinuz-3.16.0-29-generic Found initrd image: /boot/initrd.img-3.16.0-29-generic Found linux image: /boot/vmlinuz-3.13.0-44-generic Found initrd image: /boot/initrd.img-3.13.0-44-generic Found memtest86+ image: /boot/memtest86+.elf Found memtest86+ image: /boot/memtest86+.bin Found Windows Recovery Environment (loader) on /dev/sda1 Found Windows 7 (loader) on /dev/sda2 done Purging configuration files for linux-image-extra-3.16.0-29-generic (3.16.0-29.39) ... Removing linux-image-3.16.0-29-generic (3.16.0-29.39) ... Examining /etc/kernel/postrm.d . run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.16.0-29-generic /boot/vmlinuz-3.16.0- 29-generic update-initramfs: Deleting /boot/initrd.img-3.16.0-29-generic run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.16.0-29-generic /boot/vmlinuz-3.16.0- 29-generic Generating grub configuration file ... Found linux image: /boot/vmlinuz-3.16.0-34-generic Found initrd image: /boot/initrd.img-3.16.0-34-generic Found linux image: /boot/vmlinuz-3.16.0-33-generic Found initrd image: /boot/initrd.img-3.16.0-33-generic Found linux image: /boot/vmlinuz-3.16.0-31-generic Found initrd image: /boot/initrd.img-3.16.0-31-generic Found linux image: /boot/vmlinuz-3.16.0-30-generic Found initrd image: /boot/initrd.img-3.16.0-30-generic Found linux image: /boot/vmlinuz-3.13.0-44-generic Found initrd image: /boot/initrd.img-3.13.0-44-generic Found memtest86+ image: /boot/memtest86+.elf Found memtest86+ image: /boot/memtest86+.bin Found Windows Recovery Environment (loader) on /dev/sda1 Found Windows 7 (loader) on /dev/sda2 done Purging configuration files for linux-image-3.16.0-29-generic (3.16.0-29.39) ... Examining /etc/kernel/postrm.d . run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.16.0-29-generic /boot/vmlinuz-3.16.0- 29-generic run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.16.0-29-generic /boot/vmlinuz-3.16.0- 29-generic Removing python-pexpect (3.2-1) ... Removing wine-gecko2.21:i386 (2.21-0ubuntu1) ... Removing wine-mono0.0.8 (0.0.8-0ubuntu1) ... Processing triggers for menu (2.1.47ubuntu1) ... Processing triggers for libc-bin (2.19-10ubuntu2.3) ... tapas@tapas-VPCYB35AN:~$ sudo apt-get purge ^C tapas@tapas-VPCYB35AN:~$ sudo apt-get purge --auto-remove gadmin-openvpn-client [sudo] password for tapas: Reading package lists... Done Building dependency tree Reading state information... Done Package 'gadmin-openvpn-client' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded. tapas@tapas-VPCYB35AN:~$ Editing file from – auto lo br0 iface lo inet loopback iface br0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1 bridge_ports eth0 iface eth0 inet manual up ip link set $IFACE up promisc on down ip link set $IFACE down promisc off ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ To ---- auto lo iface lo inet loopback uto eth0 iface eth0 inet dhcp tapas@tapas-VPCYB35AN:~$ sudo /etc/init.d/networking restart [sudo] password for tapas: stop: Job failed while stopping start: Job is already running: networking tapas@tapas-VPCYB35AN:~$ sudo /etc/init.d/networking restart stop: Job failed while stopping start: Job is already running: networking tapas@tapas-VPCYB35AN:~$ sudo ifconfig br0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::5642:49ff:feff:91f9/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:1507 (1.5 KB) eth0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 lo wlan0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1975 errors:0 dropped:0 overruns:0 frame:0 TX packets:1975 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:213179 (213.1 KB) TX bytes:213179 (213.1 KB) Link encap:Ethernet HWaddr 64:27:37:b1:15:9e inet addr:192.168.223.107 Bcast:192.168.223.255 Mask:255.255.255.0 inet6 addr: fe80::6627:37ff:feb1:159e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:50 errors:0 dropped:0 overruns:0 frame:0 TX packets:135 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:11513 (11.5 KB) TX bytes:28183 (28.1 KB) Now trying "sudo ifdown br0 && sudo ifdown eth0 && sudo ifup eth0" ... tapas@tapas-VPCYB35AN:~$ sudo ifdown br0 && sudo ifdown eth0 && sudo ifup eth0 [sudo] password for tapas: RTNETLINK answers: No such process ifdown: interface eth0 not configured tapas@tapas-VPCYB35AN:~$ sudo ifdown br0 && sudo ifdown eth0 && sudo ifup eth0 ifdown: interface br0 not configured tapas@tapas-VPCYB35AN:~$
Last edited by howefield; April 14th, 2015 at 11:25 AM.
I can't see where you did: Code: sudo apt-get purge --auto-remove gadmin-openvpn-server
sudo apt-get purge --auto-remove gadmin-openvpn-server
[signature] Please format your posts and comments -> click me Please mark your thread as solved if you got a satisfactory response. [/signature]
tapas@tapas-VPCYB35AN:~$ sudo ifdown br0 && sudo ifdown eth0 && sudo ifup eth0 [sudo] password for tapas: RTNETLINK answers: No such process ifdown: interface eth0 not configured tapas@tapas-VPCYB35AN:~$ sudo ifdown br0 && sudo ifdown eth0 && sudo ifup eth0 ifdown: interface br0 not configured tapas@tapas-VPCYB35AN:~$ Originally Posted by michi1983 I can't see where you did: Code: sudo apt-get purge --auto-remove gadmin-openvpn-server Ok, let me go through the steps again and post the output. ... but it's there right at the top ... attaching a pdf in which I had saved it -- If you can't open the file or can't find what you are looking for, please let me know and I'll do those steps again. Oh no, the remove server command is not there in the file, too. Sorry. Let me repeat it. tapas@tapas-VPCYB35AN:~$ sudo apt-get purge --auto-remove gadmin-openvpn-server [sudo] password for tapas: Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: gadmin-openvpn-server* 0 upgraded, 0 newly installed, 1 to remove and 10 not upgraded. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y (Reading database ... 329082 files and directories currently installed.) Removing gadmin-openvpn-server (0.1.5-3.1) ... Purging configuration files for gadmin-openvpn-server (0.1.5-3.1) ... dpkg: warning: while removing gadmin-openvpn-server, directory '/etc/gadmin-openvpn' not empty so not removed Processing triggers for menu (2.1.47ubuntu1) ... tapas@tapas-VPCYB35AN:~$
Last edited by howefield; April 15th, 2015 at 10:24 AM.
Alright, now to be sure, please restart your computer and after that, please post again the output of Code: ifconfig
ifconfig
Hi! I have to be away for a couple of hours. Thanks for everything. Will be back. Ok, o/p of "ifconfig" -- tapas@tapas-VPCYB35AN:~$ ifconfig br0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::5642:49ff:feff:91f9/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:1092 (1.0 KB) eth0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1766 errors:0 dropped:0 overruns:0 frame:0 TX packets:1766 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:182547 (182.5 KB) TX bytes:182547 (182.5 KB) wlan0 Link encap:Ethernet HWaddr 64:27:37:b1:15:9e inet addr:192.168.0.134 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::6627:37ff:feb1:159e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:883 errors:0 dropped:0 overruns:0 frame:0 TX packets:1025 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:462473 (462.4 KB) TX bytes:174422 (174.4 KB)
Last edited by howefield; April 15th, 2015 at 10:25 AM.
okay, so the sh** br0 is still here please post the output of Code: cat /etc/network/interfaces
cat /etc/network/interfaces
Ok, o/p of "ifconfig" -- tapas@tapas-VPCYB35AN:~$ ifconfig br0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::5642:49ff:feff:91f9/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:1092 (1.0 KB) eth0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1766 errors:0 dropped:0 overruns:0 frame:0 TX packets:1766 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:182547 (182.5 KB) TX bytes:182547 (182.5 KB) wlan0 Link encap:Ethernet HWaddr 64:27:37:b1:15:9e inet addr:192.168.0.134 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::6627:37ff:feb1:159e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:883 errors:0 dropped:0 overruns:0 frame:0 TX packets:1025 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:462473 (462.4 KB) TX bytes:174422 (174.4 KB)
Okay, now please do a Code: sudo apt-get remove --purge bridge-utils Then please remove everything in your /etc/network/interfaces file and replace it with Code: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp Then do a Code: sudo /etc/init.d/networking restart And then post again the output of Code: sudo ifconfig And PLEASE use (code) brackets! It makes it much easier to read what the console output is You can see here how that works: http://ubuntuforums.org/misc.php?do=bbcode
sudo apt-get remove --purge bridge-utils
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp
sudo /etc/init.d/networking restart
sudo ifconfig
My net just went down, so posting this from my tablet. Placed the codes within angle brackets - can't find square brackets on the tab. <tapas@tapas-VPCYB35AN:~$ sudo apt-get remove --purge bridge-utils> [sudo] password for tapas: Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: bridge-utils* 0 upgraded, 0 newly installed, 1 to remove and 10 not upgraded. After this operation, 146 kB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 329081 files and directories currently installed.) Removing bridge-utils (1.5-7ubuntu1) ... Purging configuration files for bridge-utils (1.5-7ubuntu1) ... Processing triggers for man-db (2.7.0.2-2) ... <tapas@tapas-VPCYB35AN:~$ sudo gedit /etc/network/interfaces> [sudo] password for tapas: (gedit:8035): Gtk-WARNING **: Calling Inhibit failed: GDBus.Errorrg.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files (gedit:8035): Gtk-WARNING **: Calling Inhibit failed: GDBus.Errorrg.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files tapas@tapas-VPCYB35AN:~$ sudo /etc/init.d/networking restart stop: Job failed while stopping start: Job is already running: networking <tapas@tapas-VPCYB35AN:~$ sudo ifconfig> br0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::5642:49ff:feff:91f9/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:1092 (1.0 KB) eth0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:5692 errors:0 dropped:0 overruns:0 frame:0 TX packets:5692 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:740791 (740.7 KB) TX bytes:740791 (740.7 KB) wlan0 Link encap:Ethernet HWaddr 64:27:37:b1:15:9e inet addr:192.168.0.134 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::6627:37ff:feb1:159e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:28677 errors:0 dropped:0 overruns:0 frame:0 TX packets:25585 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:22014502 (22.0 MB) TX bytes:3541887 (3.5 MB) tapas@tapas-VPCYB35AN:~$ I have placed the codes within square brackets as you wanted. [tapas@tapas-VPCYB35AN:~$ sudo apt-get remove --purge bridge-utils] [sudo] password for tapas: Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: bridge-utils* 0 upgraded, 0 newly installed, 1 to remove and 10 not upgraded. After this operation, 146 kB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 329081 files and directories currently installed.) Removing bridge-utils (1.5-7ubuntu1) ... Purging configuration files for bridge-utils (1.5-7ubuntu1) ... Processing triggers for man-db (2.7.0.2-2) ... [tapas@tapas-VPCYB35AN:~$ sudo gedit /etc/network/interfaces] [sudo] password for tapas: (gedit:8035): Gtk-WARNING **: Calling Inhibit failed: GDBus.Errorrg.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files (gedit:8035): Gtk-WARNING **: Calling Inhibit failed: GDBus.Errorrg.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files [tapas@tapas-VPCYB35AN:~$ sudo /etc/init.d/networking restart] stop: Job failed while stopping start: Job is already running: networking [tapas@tapas-VPCYB35AN:~$ sudo ifconfig] br0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::5642:49ff:feff:91f9/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:1092 (1.0 KB) eth0 Link encap:Ethernet HWaddr 54:42:49:ff:91:f9 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:5692 errors:0 dropped:0 overruns:0 frame:0 TX packets:5692 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:740791 (740.7 KB) TX bytes:740791 (740.7 KB) wlan0 Link encap:Ethernet HWaddr 64:27:37:b1:15:9e inet addr:192.168.0.134 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::6627:37ff:feb1:159e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:28677 errors:0 dropped:0 overruns:0 frame:0 TX packets:25585 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:22014502 (22.0 MB) TX bytes:3541887 (3.5 MB)
Oh man In my description it tells you how to put the code within the brackets correctly. You can see the difference when I post code and when you do? (code)here is some code (/code) You just replace the round brackets with these [] So did you edit the /etc/network/interfaces file? Because you just posted an error but not the content of it.
View Tag Cloud
Ubuntu Forums Code of Conduct