=== jamescarr_ is now known as jamescarr [00:58] HI I have a ubuntu system with two network interface, eth0 connected to cloud, eth1 connected to private network with IP address 169.254.0.1. From devices connected to eth1 I like to access outside world through eth0. What should i do? thx [00:59] rostam: look for "masquerade howto" or "nat howto" -- you'll need to configure your system as a Network Address Translation firewall [00:59] sarnold, thanks [03:13] Hey I was wondering if anyone knew what log I could look at to see whats changing permissions on a file [03:13] Essentially something is changing them perms on a few of my files almost immediately after i modify them to what I need [03:27] matkam111: if they are devices then it's probably udev. but there's no central log. you might try pyinotify. [03:36] hallyn: you may no about this. I'm trying to setup a foreman smart proxy to prevision a device but it seems puppet (or something else) is constantly changing certain file perms that foreman requires [03:36] know* [05:01] sorry, fraid i don't, but now that you've mentioned puppet chances are someone will come by who does [05:01] * hallyn out [05:46] hello all! could someone direct me on how to enable or fix unicode? seeing a tone of strange chars when using tmux === Kihokki is now known as Guest26770 === maddie is now known as maddiez === maddiez is now known as maddiecn === maddiecn is now known as maddiez === maddiecn is now known as maddiez === Guest75053 is now known as maddiez [09:02] Good morning. [09:03] lordievader morning? no ... but greetings, anyway. [09:05] Hey cfhowlett, how are you? [09:05] lordievader no complaints here :) [09:07] :) [10:12] how do I regenerate conf files for exim4? I tried removing and reinstalling the package without any luck [10:59] how do i increase the partition in server 10.04 [10:59] parted [11:00] mega2: For the root partition you need to boot a live-cd. [11:00] have usb [11:01] used gparted but lvm is locked and wont let me resize [11:05] mega2: Then disable swap, and it will be unlocked. [11:05] can i do that in gparted [11:06] LVM support live extends :D [11:10] mega2: Yes. [11:10] ok thanks [11:11] lordievader: If it isnt locked, yes. ;) [11:11] If the volume isnt locked, to be specific. [11:11] bekks: Guess I havend faced a locked volume yet ;) [11:11] there is a key simble next to it [11:11] lordievader: Then try to operate on an active swap volume ;) [11:12] i have colned my server to a bigger hd [11:12] Nah, I'd rather not. === sz0 is now known as sz0` === sz0` is now known as sz0 === sz0 is now known as sz0` [12:22] where can I find a guide for setting up exim4 with a smart host? Im using mandrillapp [12:37] * RoyK just uses postfix - can't beleive why exim is standard === a1berto_ is now known as a1bert0 === a1bert0 is now known as a1berto === sz0` is now known as sz0 [13:54] hi all.. if I have an app which stores data.. where should I store data? what is best practice? /var, /home ? [14:05] FrEaKmAn_: what sort of data, and what sort of app? [14:07] FrEaKmAn_: http://www.pathname.com/fhs/pub/fhs-2.3.html is best practice. [14:07] Probably not /home as it's a system wide thing. [14:07] I use /var/local for stuff I've installed in /usr/local or otherwise configured directly myself, but I don't see that in the standard. [14:08] /srv for data served by the system. [14:10] o/ [14:10] hello everyone, im trying to remove postfix on kubuntu 13.10, but it doesn't let me do it..any tip? [14:14] !details|paradisee_ [14:14] paradisee_: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [14:14] sudo apt-get remove postfix [14:15] it says: interrupted [14:15] http://dpaste.com/ [14:16] http://dpaste.com/1777472/ [20:14] <_1_mindfire2> hallo :) === Guest26770 is now known as Kihokki === io is now known as IdleOne [23:03] Hi, I changed the IP on an Ubuntu server, and now I'm seeing "Host x.x.x.x is not allowed to connect to MySQL server" [23:03] (the x.x.x.x being the local IP) [23:03] Grants are assigned to the localhost [23:03] What obviously step am I missing to fix this? [23:04] *obvious [23:05] are you talking to mysqld on localhost or the internal ip [23:06] meh [23:06] just changed it to 127.0.0.1 [23:06] and now it's working, I guess that makes sesne [23:06] It wasn't set to that before though, hey-ho.