[00:05] For load balanced web servers can you set the PTR records the same for each? Also, does this apply for virtual IPs? [00:06] what is a virtual ip? [00:07] one that starts with 256? [00:07] ok have a good day [00:07] not sure why they need a ptr at all [00:07] and now we never will know [00:08] man that's gonna drive me crazy :) [00:30] If I have a .deb that someone else created and is hosting on a custom repo, can I backport that without the .dsc or source files or am I going to need to recreate the package for the release I need? [00:34] it might work, but be careful of installing packages from unknown sources, they get to run pre and post install scripts as root. [00:36] Well I intend to go over everything very carefully before deploying. I'm just unsure about how to go about it because the toolchain is wrong so it simply won't install, i'll need to rebuild, and backportpackage seems to only want to use official repos === markthomas|away is now known as markthomas === markthomas is now known as markthomas|away === DenBeiren is now known as zz_DenBeiren === kickinz1|afk is now known as kickinz1 === zz_DenBeiren is now known as DenBeiren [07:30] I'm having a problem. [07:31] I installed Ubuntu Server 14.04 from a flash drive, but it won't boot to the server without my flash drive. [07:31] It's as if I installed the server to the flash drive (from the flash drive), but I know I didn't. [07:31] Without my flash drive, all I get is a blinking underscore. [07:32] I've installed Ubuntu before with a flash drive, but never had this issue. [07:47] tmontney: grub was probably installed to the flash drive [07:48] hm [07:48] how would I reinstall it? [07:52] 'sudo grub-install /dev/sdX' X being the correct disk.. you can do this when booted (using the usb stick to boot into the system) [07:53] Bah, now I have another problem before I can get to that. [07:54] Installed NFS, DHCP, and TFTP then restarted the server. [07:54] "Waiting for network configuration" is what I'm getting. [07:55] I know the issue is Interfaces related, but I can't get to edit it. [07:56] never mind it finally booted. [08:07] hm didn't see to wrok. [08:08] I have sda1 as EXT4 and sda5 as SWAP [08:08] I installed grub to SDA1 [08:08] but got "File system ext2 doesn't support embedding" [08:08] and "embedding is not possible grub can only be installed in this setup by using blocklists" === Lcawte|Away is now known as Lcawte [08:23] Good morning. [08:29] Still night time for me. [08:31] Installed grub to sda1? As in the partition rather than the disk? [08:33] tmontney: ^ [08:38] It seems grub was installed to sdb [08:38] my flash drive [08:39] If my flash drive is unplugged, grub doesn't appear and nothing happens. [08:39] tmontney: boot on a livecd, and "repair" your ubuntu [08:40] tmontney: Don't install it to a partition, install it to the disk. [08:40] Right, I wasn't intending to do that. I usually install Ubuntu from a flash drive. [08:40] For whatever reason it installed incorrectly. [08:41] Alright I'll make a new livecd [08:43] Ugh, I'm just having problem after problem. Normally things go pretty smoothly. [08:43] I have two NICs, and they show up with ifconfig -a [08:44] but they're both down despite a link light [08:44] originally my PCI NIC was named p5p1, but I found a way to bring back the eth naming convention [08:45] tmontney: the p5p1 naming in persistent, ethX is not [08:45] ^ that, bios naming is actually quite nice. [08:45] No longer having to mess with udev rules to get the right name. [08:45] tmontney: Thats why they changed it - quite annoying, but unless you have legacy scripts that use ethX naming, get used to it [08:45] lordievader: yes [08:46] lordievader: but when you have buggy scripts, it is quite annoying. [08:46] lordievader: I have a script that takes "First interface from ifconfig" ;) [08:46] Yeah, most things here still run with eth naming conventions. [08:46] lordievader: and for the pX naming, lo is the first - hehe [08:47] Well I already changed it thinking it'd solve my issue lol. [08:47] regardless neither one of my NICs think they're plugged in [08:47] no matter if they're auto or static [08:48] And you have firmware installed? [08:48] firmware? [08:48] did you mean software/drivers/packages? [08:49] tmontney: Don't they detect the cable or are they simply down? [08:49] my link light is on [08:49] ifconfig only shows lo [08:49] ifconfig -a shows eth0 eth1 and lo [08:50] tmontney: What does 'ip link' say? [08:50] !paste [08:50] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [08:54] eth0: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether (MAC ADDRESS OMITTED) brd ff:ff:ff:ff:ff:ff [08:54] eth1: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether (MAC ADDRESS OMITTED) brd ff:ff:ff:ff:ff:ff [08:54] Meh, they are just down. 'sudo ip l s ethX up' [08:54] Aw, didn't do it right sorry. http://paste.ubuntu.com/10759672/ [08:55] Probably weren't configured to be brought up. [08:55] Odd. [08:56] I've installed Ubuntu Server quite a few times now and I haven't had that happen. [08:56] Although I never had multiple NICs. [08:56] Thanks. [08:58] tmontney: Check /etc/network/interfaces [08:58] Oh I've been playing with that. [08:59] I'm trying to test my NFS server. [09:00] every restart they're set to down again [09:01] Are they configured to start? [09:02] don't know [09:03] that was brilliant of me [09:04] I commented out auto eth1 [09:04] thinking it referred to DHCP [09:05] =) [09:05] There you go ;) [09:20] which locales do we need on a server ? [09:21] YamakasY: the once you use [09:22] so only US actually ? [09:22] YamakasY: I have en_US, en_US.UTF-8, sv_SE and sv_SE.UTF-8 on mine, since I am swedish [09:22] en_US and en_US.UTF-8 should be sufficient [09:22] yap, I need NL than [09:22] OpenTokix: swedish woman are nice :D [09:23] en_US.UTF-8 suffices in most cases. [09:23] YamakasY: how is that relevant at all? [09:27] OpenTokix: you need to speak the right locale for it :) [09:27] lordievader: yap [09:27] but I see when I reconfigure I don't get any php5-fpm errors in puppet again [09:27] weird [09:35] Figured it out. [09:35] Somewhere I found iface p5p1 inet manual was the correct syntax. [09:35] Just realized it's static not manual [09:35] manual is another setting [09:36] which is why I was getting an APIPA ipv6 address === kickinz1 is now known as kickinz1|afk [10:13] anyone alive? === zz_DenBeiren is now known as DenBeiren === kickinz1|afk is now known as kickinz1 [10:55] Yes [10:55] I might also be OpenTokix from 6th sense, and then you are dead too. [11:06] strikov: are we ready to release Juju to Vivid in bug 1416051? [11:08] kickinz1: free to talk about Docker? [11:09] rbasak, yes [11:09] kickinz1: please can you make the two corrections doko asked for last week? [11:10] kickinz1: IIRC, one was the build-dep for powerpc(?) and the other was my mistake in the selection of gccgo in debian/rules. [11:10] rbasak: I think so. Curtis carried out all the necessary testing procedures. I'l' discuss it with pitty on #ubuntu-devel now. He is the right person for this, right? [11:11] strikov: yes. Also you can remove the block-proposed tag in the bug. That tag and the dep8 test failure in http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html are the two things blocking it from Vivid right now I think. [11:11] rbasak, OK, I'll do (was re-reading backlog) [11:27] how do I test uattended auto upgrade ? [11:27] YamakasY: What do you want to test, if it works on your system? [11:28] OpenTokix: yap [11:29] YamakasY: to make it 100%, you need to take a snapshot of your system, upgrade and verify [11:29] OpenTokix: upgrade how ? is that not triggered ? [11:29] * YamakasY doesn't get it [11:38] rbasak, sent you the new patch. Refreshed format-patch files. [11:40] Thanks! [11:45] I need to check if my crondayly for apt is runned [11:46] YamakasY: check your log? [11:47] OpenTokix: I can ru it manually ? [11:47] that apt ? [11:48] YamakasY: yes, just take the command part from your cronline, and run it [11:49] I can just do /etc/cron.daily/apt ? [11:49] * YamakasY needs to get back to cron again after years :D [11:50] YamakasY: no, the command inside the that script [11:51] ok [11:52] which part, that is the question... apt get update and so n just works OK [11:56] YamakasY: I would safely assume it works [11:58] OpenTokix: I'm quite sure it doesn't as my kernels are not removed after an upgrade [11:59] YamakasY: they never are [11:59] OpenTokix: and when I do an apt-upgrade I still get lots if packages that are installable... mhh I think only security upgrades are done [11:59] YamakasY: apt-get autoremove might do that. [12:00] lordievader: it does indeed [12:00] but I want to have that cronned [12:00] YamakasY: No apt-get upgrade doesn't have a lot of rights, take apt-get dist-upgrade if you want something with full permissions. [12:00] YamakasY: Ithink there is some settings for unattended [12:00] lordievader: I'm using puppet @ that part... so I'm kinda bound to it for 300 servers [12:00] OpenTokix: I have that set on 1 [12:01] YamakasY: you dont want to remove kernels automatically [12:01] OpenTokix: I want to, really [12:01] YamakasY: ok [12:01] and I want a Porsche 911 GT3 RS too! [12:01] ok [12:02] maybe I can apt-get that [12:04] strange [12:08] nah weird [12:11] ? [12:13] I just want my server to have latest packages [12:14] on cron based [12:16] YamakasY: So add that to cron? [12:18] YamakasY: http://pastebin.com/WwdWUcGc <-- There is your script [12:18] YamakasY: it will also break your servers down the line, but have fun =) [12:20] OpenTokix: erm, why would it ? [12:20] Because it says yes to everything. [12:21] In these cases you want cron to mail you the output. So you can see if apt/dpkg has broken stuff. [12:23] lordievader: oh that [12:23] I would like to hold my own configs [12:23] YamakasY: it does [12:23] force-confold === niemeyer is now known as niemeyer_ [12:40] rbasak: regarding slapd bug: https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1103353 [12:40] rbasak: i have debdiffs for both precise and trusty [12:40] rbasak: i did a research on CVE attached to the bug and came to conclusion that it was attached incorrectly [12:41] rbasak: this CVE is about a different thing and I have no idea why it was attached [12:44] strikov: agreed and removed. [12:45] OpenTokix: thanks tho [12:45] and lordievader === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte === bilde2910|away is now known as bilde2910 [13:59] would anyone be able to give me a hand securing a folder in apache on 14.04? [14:00] ive setup a squid proxy and configured sarg to generate reports every hour and id like to restrict access to the squid reports page using a simple username and password [14:04] joners: Beck.Sjukhusmorden.2015.SWEDiSH.720p.HDTV.x264-xD2V/Beck.Sjukhusmorden.2015.SWEDiSH.720p.HDTV.x264-xD2V.srt [14:04] ups =) [14:04] joners: https://wiki.apache.org/httpd/PasswordBasicAuth [14:04] wrong paste =) [14:05] thanks for the link, tried that one but afraid im not getting anywhere with it :/ [14:05] seems there were some changes in ubuntu's apache implimentation [14:05] joners: ok, what is your problem? [14:05] joners: I doubt it [14:05] joners: is your auth modules enabled? [14:05] yes it appears to be [14:05] joners: what does you error logs say? [14:06] afraid im a complete noob when it comes to apache [14:06] two seconds ill see if i can get a paste of them [14:06] joners: ok, I am not - so, what does you error logs say? [14:13] sorry for the delay, there are only a couple of errors in there. Most are saying "AH01615: need AuthName: /squid-reports/" [14:13] the squid-reports directory is what im trying to secure [14:15] Would it be worth me noting what ive done in order? [14:16] joners: Can you pastebin your configuration where you have the authblock? [14:16] joners: And you have created the user, and restarted apache? [14:16] yes, created the user as per the guide in the link you sent over https://wiki.apache.org/httpd/PasswordBasicAuth [14:17] created the htpasswd directory and password file, added a user in there which i can see. [14:20] this was the default apache2 config file [14:20] http://paste.ubuntu.com/10762658/ [14:21] and the site? [14:21] just getting that now [14:22] this would be the default configuration file in the sites-enabled directory right? [14:23] might be, if you have added your block there [14:23] i havent added anything there yet, this is the bit im trying to do [14:27] joners: you can add it for the entire / if you want to === mattgrif_ is now known as mattgriffin [14:32] http://paste.ubuntu.com/10762760/ [14:32] sorry about the wait! [14:34] The error i get when I restart Apache is "Syntax error on line 216 of /etc/apache2/apache2.conf: Syntax error on line 41 of /etc/apache2/sites-enabled/000-default.conf: directive missing closing '>'" which points directly to the line ive edited. [14:34] I cant see any missing '>' though [14:39] joners: Does line 41 correspond with line 41 of your paste? [14:39] yes [14:40] Ah yes, on line 41 change to [14:40] ok ill give that a shot now [14:42] success! god dam typos! [14:42] thank you for your help. :) [14:57] hallyn: can I get an update on bug #1425619 ? [15:06] yes it's in comment #6 [15:07] in another week or so we'll drop the other pending SRU and then we can push the one for bug 1425619 [15:20] yup [15:20] wrong chan :) === matsubara__ is now known as matsubara === markthomas|away is now known as markthomas === kickinz1 is now known as kickinz1|afk [17:47] stgraber: oh. hm. Now so long as a container is running systemd, we know it must have lxcfs (or cgroup mounts), so libvirt can just not use cgmanager in that case right? [17:48] So really, in vivid's cgmanager we can/should just drop the cgmanager usage? [17:48] I'm failing to understand the question [17:49] we have a custom patch in libvirt to use cgmanager for cgroup stuff, so that it can run in containers [17:49] i'm saying that in vivid we can drop that patch [17:49] not sure you can, lxcfs doesn't apply to the host, just to the containers [17:50] so you still won't have /sys/fs/cgroup/ on the host [17:50] we won't? [17:50] doesn't systemd mount those? [17:50] oh yeah, nevermind [17:50] and actually i think libvirtd talks to systemd when it can for cgroup stuff [17:51] so yeah, if the only use case for that patch was to be able to run libvirt inside a container, then the patch can be dropped thanks to lxcfs [17:51] now if someone installs upstart in a vivid container they may have trouble, [17:51] that was the only reason, yeah - for adt i think :) [17:51] if it's not too much trouble, I'd probably keep it around for 15.04 and drop in 15.10 or so (certainly for 16.04) [17:51] cool - i *would* update it, but it would reuqire quite a few updates and doesn't seem worth the fragility [17:52] so that if someone has to revert to usptream somehow it'll still work. By 15.10 we should be so dependent on systemd for the various jobs that reverting to usptart likely won't be much of an option for users [17:52] the troubles are: (1) having to deal with comounted containers, (2) having to deal with libvirt being confined to a non-/ cgroup by systemd, [17:52] but juju folks might have trouble i guess [17:53] hmm, I guess if someone was to deploy a compute node inside a lxc container with juju, they'd run into that problem [17:53] i also considered having libvirt not use cgmanager when pid 1 is systemd, but then if there are regressions in the cgmanager code we'd have trouble finding them [18:04] anyone know where icehouse went? http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/ [18:04] certainly supported on 14.0.4 [18:04] but totally missing/gone [18:08] Odd_Bloke,bigjools, ^^^ see Phibs's question .. === kickinz1|afk is now known as kickinz1 === markthomas is now known as markthomas|away === ideopathic_ is now known as ideopathic === markthomas|away is now known as markthomas === bilde2910 is now known as bilde2910|away === bilde2910|away is now known as bilde2910 [21:10] so [21:11] what all do I need to do to add a compiled scsi module to a existing system that can't boot because the installer didn't add the module [21:11] I already went into the directory on the hard drive and added the module to lib/modules [21:11] did chroot and ran depmod -a [21:11] then did mkinitramfs === kickinz1 is now known as kickinz1|afk === DenBeiren is now known as zz_DenBeiren [21:46] ugh [21:46] I can't figure out this fucking thing