=== Lcawte is now known as Lcawte|Away === shauno_ is now known as shauno === _thumper_ is now known as thumper === markthomas is now known as markthomas|away === kInOzAwA_ is now known as kInOzAwA === TDog_ is now known as TDog [05:29] zul: smb: would one of you mind pushing the patchset for bug 1396070? looks straightforward enough [05:29] Launchpad bug 1396070 in libvirt "Libvirt patches for launching VMs with 'ppc64le' architecture." [High,Confirmed] https://launchpad.net/bugs/1396070 [06:05] Got a question anyone know any instructions on how to upload a windows image into Ubuntu maas on 14.10? I cant find any [06:09] Anyone? === Kutakizukari_ is now known as Kutakizukari [07:50] Anyone having issues with MaaS region importing from the Ubuntu main archive ? [08:14] hallyn, can have a look. assuming vivid (not that you would be expected to be around to answer as you likely have to struggle with a huge bird) === Lcawte|Away is now known as Lcawte === lordievader is now known as lordievader_ === lordieva1er is now known as lordievader === liam_ is now known as Guest33558 === zz_DenBeiren is now known as DenBeiren === zz_DenBeiren is now known as DenBeiren [10:11] hello [10:11] anybody friendly enought to explain to me question 2 or 3 about packages? [10:13] eto: Fire away ;) [10:14] lordievader: we have several machines with external admins running ubuntu [10:14] lordievader: on my oses i am using this thing https://launchpad.net/~cpick/+archive/ubuntu/pam-ssh-agent-auth <- which is provided by my os packaging [10:15] lordievader: but it seesms that one is not in base in ubuntu right? [10:15] lordievader: will my external admins trust that thing? [10:15] !info pam-ssh-agent-auth [10:15] Package pam-ssh-agent-auth does not exist in utopic [10:16] eto: Depends on the admin, but likely not. Random ppa's are allways a bit sketchy ;) [10:16] lordievader: okay what i my other options? [10:16] !info libpam-ssh [10:16] libpam-ssh (source: libpam-ssh): Authenticate using SSH keys. In component universe, is optional. Version 2.01-1 (utopic), package size 49 kB, installed size 180 kB [10:17] !info ssh-agent [10:17] Package ssh-agent does not exist in utopic [10:18] lordievader: ssh-agent is part of base ssh install [10:18] eto: Jup just made that conclusion ;) [10:19] lordievader: also i am using libpam-ssh but only personal machines - it's solving completely different problem though [10:19] Ain't that an option? [10:19] Ah, then I misunderstand the problem I think... [10:20] lordievader: libpam-ssh is used to login interactively into machine using you ssh key password (instead of one in password databse) - if you have correct password, it will auth you for login and it can load key into ssh agent right away [10:21] lordievader: so as lon you are logged you already have your key in session [10:22] lordievader: pam-ssh-agent-auth does other thing though. when you are logged remotely through ssh, and you forward your local agent, you can instruct sudo, su and other programs to auth you based on key loaded into ssh agent [10:23] Ah, interesting. [10:24] lordievader: so i guess it's not used by ubuntu admins? [10:25] !info libpam-sshauth [10:25] libpam-sshauth (source: libpam-sshauth): authenticate using an SSH server. In component universe, is extra. Version 0.3.1-1 (utopic), package size 16 kB, installed size 81 kB [10:25] Would it be ^ [10:26] lordievader: ty gonna research that! [10:29] lordievader: great find but this seem to be actually exact oposite - it auths your local machine against remote one [10:29] lordievader: :) pam-ssh-agent-auth works exactly other way - remote server auths you through your local agent [10:29] Hrmm, furthermore nothing shows up when I search for "pam ssh"... :( [10:30] lordievader: may i know where are you searching besides bot? [10:32] eto: apt-cache search ;) [10:39] lordievader: ty [11:58] I have two webservers that need to be configured so that if the first one goes down, the second one can take over...I thought about using mysql server replication and DRBD for synchronising file uploads, any thoughts about that? [11:58] so basically, both servers would run the full LAMP stack and be self-contained systems [12:00] I know the usual approach is to seperate DB and Storage into own dedicated redundant systems, but I can only have two servers [12:20] hallyn: sure wil do it this morning === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte [13:23] I have a server behind a firewall. It can't connect to an smtp server. I think sbuild pulled in nullmailer. I've now removed nullmailer, but I keep getting THOUSANDS of log entries from it. [13:23] ...and I can't work out where they're coming from. [13:24] The entries all look like this: [13:24] Nov 27 12:15:16 uc1 nullmailer[52289]: message repeated 116 times: [ smtp: Failed: Connect failed] [13:24] (with a varying number of repeats) [13:25] The pid grows rapidly. [13:25] I've not been able to identify what sends these messages. [13:26] The pids are in the range of what new processes are assigned, so these aren't lingering messages. They [13:26] 're fresh. [13:27] Any idea on how to find the culprit? [13:28] soren: ps auxf and see who the parent is? [13:28] adsc: Seen percona? [13:30] jpds: There's NO TRACE of them in the process table. [13:31] Oh. [13:31] Now it stopped. [13:31] All of a sudden. [13:36] soren: Hmm. [14:19] I'm running a OpenVPN server on my Ubuntu 14.04 server and i'm able to connect to the VPN without any problem but when my ufw firewall with iptables is enabled on my server I have no internet connection, when I disable the firewall I have a internet connection without any problems. I've tried analyze the kern.log to see the UFW blocks but I noticed that it's blocking loads of attempts all on different ports. Anyone that has expe [14:19] I will put the kern.log on pastebin [14:20] http://pastebin.com/jCY0ruMH [14:21] Your dns is likely broken when you enable your firewall. [14:22] UDP port 53 ;) [14:23] I have port 53 UDP allowed from anywhere in my iptables rules [14:24] hallyn/smb: done [14:24] zul, fuck [14:24] kevindf: It is being blocked though. [14:25] zul, Would be nice if you checked whether someone else has put himself as assign in the bug [14:25] I'll do a double check for the iptables, thanks [14:25] smb: sorry === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte === Lcawte is now known as Lcawte|Away [15:32] I can't seem to find the option in dnsmasq that let's me specify for which IPs DNSMASQ will do recursive queries. can someone point me in the right direction? [15:33] lordievader: I've checked my Iptables rules and i've got these configured: " -A INPUT -p udp -m udp --dport 53 -j ACCEPT" "-A INPUT -p tcp -m state --state NEW -m tcp --dport 53 -j ACCEPT" "-A INPUT -p udp -m state --state NEW -m udp --dport 53 -j ACCEPT" yet it's still blocking port 53 [15:37] kevindf: "iptables -I FORWARD 1 -i tun+ -o eth0 -p udp --dport 53 -m conntrack --ctstate NEW -j ACCEPT" Assuming here you have a rule allowing RELATED & ESTABLISHED. [15:38] I got "iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT" will try out the rule [15:38] thanks [15:39] kevindf: Could you pastebin the output of "iptables -vnL --line-numbers"? [15:40] Also, conntrack != state: http://unix.stackexchange.com/questions/108169/what-is-the-difference-between-m-conntrack-ctstate-and-m-state-state [15:40] lordievader: http://pastebin.com/kxR0ncb3 [15:43] * lordievader stupid ufw... [15:43] :) [15:43] kevindf: iptables -I FORWARD 1 -m conntrack --ctstate ESTABLISED,RELATED -j ACCEPT [15:44] iptables v1.4.21: Bad ctstate "ESTABLISED,RELATED" is the output i get [15:45] kevindf: iptables -I FORWARD 1 -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT [15:45] that worked [15:46] kevindf: Does nslookup still timeout? [15:46] Will try it out now [15:47] Still doesn't work unfortantly [15:48] kevindf: "tail /var/log/syslog|grep 53" does that give output? [15:48] Yes [15:49] kevindf: Please pastebin it. [15:49] http://pastebin.com/bSdA0fXt === MeltedDed is now known as MeltedLux [15:50] DNS should be fine... [15:52] I will try to connect again when i'm at home, as i'm on a private network here that might be blocking something too [15:52] Thanks for the help again [15:52] kevindf: No problem ;) [15:52] Have a nice day futher, bye :) === MeltedDed is now known as MeltedLux === Lcawte|Away is now known as Lcawte [18:12] hey all, if Im trying to install ubuntu server using RAID 1, Im having some difficulty getting to boot [18:12] Im currently using the onboard RAID that came with my motherboard [18:12] should I scrap that and use the RAID setup that comes with Ubuntu? [18:13] f [18:14] i.e. is it better to have the RAID setup through my motherboard or through the software that comes with Ubuntu? [18:15] j-horowitz: yes, scrap the m/b (fakeraid) stuff [18:16] pmatulis: ok why is that the better option? and also isn't using the ubuntu raid software also considered a "fakeraid"? [18:16] j-horowitz: fakeraid is stupid [18:16] hah [18:17] well I just want it to serve the purpose.. have 2 disks in raid 1 [18:17] will the ubuntu raid software accomplish that all the same? [18:17] j-horowitz: enter the bios, remove the raid array, and the disable the raid feature [18:18] j-horowitz: when you install the server you can configure raid === jvwjgames__ is now known as jvwjgames === kyle_ is now known as Guest97903 [20:28] zul, Could you please bump the epoch of python-novaclient to be equal with debian (2)? [20:29] Noskcaj: why? [20:29] tuskar-ui (and probably other packages) have versioned deps on novaclient [20:29] Or would it be better to patch the deps [20:31] Noskcaj: patch the deps [20:31] ok [20:37] How do I open a new screen tab ? [20:37] not a whole new session of screen, but just another tab [20:38] ^A-c [20:38] er [20:38] ^a-c [20:39] thanks guys [20:39] thanks sheptard [20:39] :D [20:39] alot === _benjamin is now known as B3NJAMIN === z_ is now known as Guest45266 === MeltedLux is now known as MeltedDed === bilde2910 is now known as bilde2910|away === MeltedDed is now known as MeltedLux === MeltedLux is now known as MeltedDed