=== Lcawte is now known as Lcawte|Away === markthomas is now known as markthomas|away === Wiched is now known as Guest29358 [04:12] Good day team.. [04:13] I am trying to upgrade 10.04 LTS to 12.04 unattended upgrade with "do-release-upgrade -f DistUpgradeViewNonInteractive" [04:14] But middle after installing new kernel the server is rebooting.. [04:14] How can I disable reboots in installation as the servers are located in remote locations.. [04:15] The main problem with reboot is my system is unable to boot again due to kernel panic issue.. [04:15] Any suggestions? === zz_DenBeiren is now known as DenBeiren === liam_ is now known as Guest18768 === Faskil_ is now known as Faskil === DenBeiren is now known as zz_DenBeiren === Lcawte|Away is now known as Lcawte === cipi is now known as CiPi === CiPi is now known as cipi === cipi is now known as CiPi === markthomas|away is now known as markthomas [10:47] Good afternoon. === Lcawte is now known as Lcawte|Away === zz_DenBeiren is now known as DenBeiren === Lcawte|Away is now known as Lcawte [13:54] Who maintains AWS EC2 mirrors used by Ubuntu AMIs by default? I'm seeing transfer rates in single bytes/s from AWS network, kinda breaks (security) updates without manual intervention. :) [13:54] grzywacz: you mean the archive mirrors? [13:54] i.e. .ec2.archive... ? [13:55] grzywacz: see #ubuntu-mirrors. There's already a known issue I think with the UK mirrors. [13:56] I just saw a topic change mentioning this in #canonical-sysadmin [13:56] teward, sounds like this case, thanks [13:56] Pici: i'm not there, is it the same thing -mirrors is talking about? [13:56] probably [13:56] my guess is that it is [13:56] grzywacz: you can always try the DE country mirror, or another mirror, in the interim,. [13:56] (that was the suggestion from someone a few days ago when eu-west-1 was having problems) [13:57] Right, will do. Just wanted to highlight the problem. :) [13:58] grzywacz: indeed. I think they're already on top of it, someone was in saying they've been fielding a lot of questions about mirror issues, and it looks like they're starting to look at things, and recognize where problems may exist [13:59] Ack. That's fine. [13:59] it's probably a decent thing that I lurk so many channels... xD [14:00] no, but i occasionally poke them about whether other update servers're having issues, too, so yeah, stay tuned for updates, and use a different mirror in the interim [14:00] Easier to notice some strange dependencies this way. ;) [14:04] if anyone is interested in the haproxy trusty backport, it needs some quick testing for a security update: https://bugs.launchpad.net/trusty-backports/+bug/1473162 [14:15] micahg: thank you for handling that. I don't really know haproxy so don't know how to test it, but hopefully the reporter will take care of that. [14:16] Looks like it has two reporters now. [14:21] yep, if someone tests today, I'll upload, otherwise, I'll keep an eye out over the weekend === markthomas|away is now known as markthomas [15:47] how do I change the max number of auth failures for openssh_server? Because i fail my pw once it kicks me out [15:56] teward: MaxAuthTries? Default should be 6 though. [15:57] tonyyarusso: why'd it be kicking me out as "Too many authentication failures: 1 ..." [15:57] for every server i've recently set up and staged [15:58] Do you have it set to 1? [15:58] (all 14.04) [15:58] tonyyarusso: i *shouldn't* since it was a default install from the ISO [15:58] so tasksel, select openssh-server, etc. [15:58] should be the stock config there [16:47] i discovered something weird in wily [16:47] at least, in a VM [18:25] Hey, how do I file a bug against qemu-system-ppc? I can't find it on LP and not sure if it's its own thing or spun from some other project [18:26] and also nto sure even if that's something we host or what [18:26] so may be a debian without LP bug tracking [18:28] bladernr_: You probably need its source package, qemu. [18:28] !info qemu-system-ppc [18:28] qemu-system-ppc (source: qemu): QEMU full system emulation binaries (ppc). In component main, is optional. Version 1:2.2+dfsg-5expubuntu9.2 (vivid), package size 2920 kB, installed size 21400 kB [18:28] bladernr_: the source package is qemu on LP - file against that, or use `ubuntu-bug qemu-system-ppc` maybe? [18:28] (or do it manually against qemu :P) [19:31] bladernr_: if you don't have a gUI on the system you may want to use apport-cli === DeMiNe0_ is now known as DeMiNe0 [20:07] teward: ianorlin thanks! [21:01] Hey sorry for asking this here but I'm a noob at server networking and need a way to connect to a remote Postgres database from my local machine. I've already configured pg_hba.conf and postgres.conf on my server end. The problem is that the server only accepts connections on port 443 while postgres listens in on port 5432. How do I go about connecting the two? [21:03] jrwren, https://code.launchpad.net/~evarlast/cloud-init/add-apt_sources-docs-to-rtd/+merge/264312 [21:03] fyi, you can do that like this too: [21:03] http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config.txt#L120 === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte [21:18] amanji: you can change the port that postgres listens to via config files ifyou need to http://www.postgresql.org/docs/9.1/static/runtime-config-connection.html [21:26] I tried that, but the server has only specific ports open and so when I changed the port to those that the server can listen on it denies me permissions to restart the postgres service === hpux is now known as vmusr [21:46] amanji: hmm. is that becaus eyou've got a TLS webserver already running? [21:46] amanji: normally the error for that kind of thing isn't a "permission denied" but "can't bind socket" [21:47] yeah theres already a webserver running [21:47] aha [21:47] amanji: why those specific ports? do you need to adjust firewall rules with your hosting provider to enable more? [21:48] For work purposes we can only connect using those specific ports, I know its weird [21:50] so if the webserver accepts connections on a specific port postgres cannot use the same one to create db connections? [21:50] right, you can only have one program listening on a specific (port, IP address) [21:51] so why is it that ssh and https can use the same ports? [21:52] maybe, if one is bound to e.g. 127.0.0.1 and the other bound to e.g. 192.168.1.2. [22:39] smoser: oh!!! thanks! [22:39] smoser: I'll update that MR === Lcawte is now known as Lcawte|Away