the-list1ner 2017-01-31 19:49:41
hello everyone , like this #ubuntu do you use slack or telegram groups?
lotuspsychje 2017-01-31 19:50:24
the-list1ner: your searching for other channels?
the-list1ner 2017-01-31 19:53:11
lotuspsychje:
the-list1ner 2017-01-31 19:53:19
lotuspsychje: yes
lotuspsychje 2017-01-31 19:53:31
!alis | the-list1ner
ubottu 2017-01-31 19:53:31
the-list1ner: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"
the-list1ner 2017-01-31 19:54:18
lotuspsychje:Thank you
l9 2017-01-31 20:03:40
default gw change permantly on ubuntu how?
lotuspsychje 2017-01-31 20:06:25
l9: gw?
hateball 2017-01-31 20:08:32
l9: change it in network-manager
l9 2017-01-31 20:10:03
hateball: dont have gui installed
l9 2017-01-31 20:10:50
lotuspsychje: gateway == gw
hateball 2017-01-31 20:13:43
l9: helps if you clarify that, being that #ubuntu assumes a desktop
hateball 2017-01-31 20:13:48
!server
ubottu 2017-01-31 20:13:48
Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Xenial (Xenial Xerus 16.04.1) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server
hateball 2017-01-31 20:14:12
l9: that said, if you have network-manager on the server, use nmcli, otherwise edit /etc/network/interfaces
l9 2017-01-31 20:15:23
hateball: i added too the interfaces gateway x.x.x.x
l9 2017-01-31 20:15:51
but still after a reboot i get the old gateway
alkisg 2017-01-31 20:17:20
l9: what are the contents of your /etc/network/interfaces, and of the command `ip a` ? put them to pastebin
l9 2017-01-31 20:17:59
interfaces http://paste.ubuntu.com/23903966/
l9 2017-01-31 20:18:12
ip a
l9 2017-01-31 20:18:14
http://paste.ubuntu.com/23903969/
alkisg 2017-01-31 20:18:41
l9: you need to declare eno1 in /etc/network/interfaces, see an example there: https://wiki.debian.org/NetworkConfiguration
alkisg 2017-01-31 20:18:57
l9: now you just have a gateway for lo, not eno1
l9 2017-01-31 20:20:41
alkisg: i probally need too set the ip static too
alkisg 2017-01-31 20:21:00
There's an example for that there, too
l9 2017-01-31 20:21:56
yes i found it good document thanks :)
l9 2017-01-31 20:22:31
is ubuntu and debian so close that one could follow the debian documents?
alkisg 2017-01-31 20:23:26
l9: there's this one too: https://help.ubuntu.com/lts/serverguide/network-configuration.html
alkisg 2017-01-31 20:23:41
But yeah, /etc/network/interfaces syntax is the same, because it runs from the same code
l9 2017-01-31 20:27:03
alkisg: yes i saw that ubuntu guide earlyer i think i get confused when i want too correct a small error and gets hit with complicated guid like that one
the-listener 2017-01-31 20:33:09
quit
turista 2017-01-31 20:37:21
hey every1, is someone awake?¿
ameya 2017-01-31 20:38:27
ameya
l9 2017-01-31 20:38:53
alkisg: http://paste.ubuntu.com/23904002/ thanks that did the trick :) needed a reboot of the client and up up and away it when
alkisg 2017-01-31 20:39:02
l9: np
turista 2017-01-31 20:40:23
I'll paste something random here and tell me what you think
turista 2017-01-31 20:40:28
fatal error: libxml/xmlmemory.h: No existe el archivo o el directorio
l9 2017-01-31 20:41:10
that you have something that fails with a xml file?
l9 2017-01-31 20:41:24
or a program using xml
turista 2017-01-31 20:42:18
a program with it
turista 2017-01-31 20:42:34
I did install several times several types of xml2
turista 2017-01-31 20:42:47
but I don't get it, and yelling to the machine is not working
turista 2017-01-31 20:43:17
it barely works with downloads only
l9 2017-01-31 20:43:30
do a search for this file libxml/xmlmemory.h might be it is just missing a sym link
turista 2017-01-31 20:43:47
it says that it does not exist
wafflejock 2017-01-31 20:43:56
turista, yeah it just can't find it http://stackoverflow.com/questions/24657017/fatal-error-libxml-xmlmemory-h-no-such-file-or-directory
l9 2017-01-31 20:44:30
wafflejock: a sym link missing?
wafflejock 2017-01-31 20:44:33
turista, you can use, updatedb, then, locate xmlmemory.h, to see where the file actually is if you did install something with it
wafflejock 2017-01-31 20:44:50
l9, yeah well some missing include path
turista 2017-01-31 20:45:12
I just did type "make" as the readme file did ask me to do