=== yofel_ is now known as yofel === HisaoNakai_ is now known as HisaoNakai === HisaoNakai_ is now known as HisaoNakai [13:04] what do i need to do to register ubuntu to spacewalk?? [13:50] how do I set DNS to 8.8.8.8 permanently on 12.4? [13:50] adding to resolv.conf doesn't hold [13:51] after reboot. admittedly I don't reboot often and I could automate the adding of it after each reboot but it seems convoluted when I'm probably missing something obvious [13:59] linux|newb, you can add it to /etc/network/interfaces [14:00] lenios: "nameserver 8.8.8.8" ? [14:01] "dns-nameservers 8.8.8.8" on the interface you want to configure [14:02] lenios: ta [14:02] you can also change what resolvconf is putting in /etc/resolv.conf by adding your nameserver to /etc/resolvconf/resolv.conf.d/base [14:04] or /etc/resolvconf/resolv.conf.d/head [14:05] base is what's used if when other files are empty, head is always on top [14:05] -if [14:18] linux|newb: or echo 'nameserver 8.8.8.8' | sudo resolvconf -a eth0.goog [14:18] to ask resolvconf to add it for you. [14:18] jrwren: that's nice [15:00] guys? how do you manage different servers ?? Especially updates and packages. I am talking about something spacewalk. === chmurifree is now known as chmuri [16:16] can someone explain to me why the sama dpkg configure script seems to be so utterly broken on 13.04? [16:16] no matter what samba role I select in the dpkg-configure script -- it seems to configure samba as a domain controller [16:16] even if I select 'none' as the role [16:19] then, when I try to reconfigure samba, I get this in the logs after trying to start: 'You should start smbd/nmbd/winbindd instead for domain member and standalone file server tasks' -- except that, smbd/nmbd/winbindd don't seem to exist anymore in ubuntu [16:36] I've resolved my issue -- looks like the samba4 package is missing these tools [16:36] have to use the samba package [16:36] s/tools/daemons/ === mibofra- is now known as mibofra [23:03] hello. From what I understand, the ubuntu way of dynamically load an apache module is via `a2enmod`, and not using the `LoadModule` directive in /etc/apache2/apache2.conf . Correct?