[00:39] if you've just deployed an openstack for testing purposes, is there some easy way to get some images into glance? [01:02] mwhudson, grab the *-amd64.img or *-i386.img from http://cloud-images.ubuntu.com/trusty/current/ [01:03] mwhudson, install python-glanceclient, source your OS credentials and run: glance image-create --name trusty --disk-format ami --container-format ami --is-public True --file $path_to_img [01:03] adam_g: is there some cli tool for doing that? [01:03] ah ok [01:05] mwhudson, https://launchpad.net/simplestreams is a project that provides the ability to pull ubuntu images and sync to your glance server automatically [01:07] oh right [01:07] i think i even knew that, somewhere... === peter is now known as Guest64599 [01:42] sarnold: ping? === wendar_ is now known as wendar === s3ri0us is now known as s3ri0us|away [03:09] hey semiosis === s3ri0us|away is now known as s3ri0us [03:39] semiosis: ah, very nice bugzilla bug. Thanks :) [03:53] is there a standard way to have different 'views' of a directory, basically excluding certain files and directories? this is to provide different virtual machines guests different files, some of them shared [03:53] arrith: not easily; check out the 'shared subtrees' support in the linux kernel [03:53] arrith: Documentation/filesystems/sharedsubtree.txt [03:54] sarnold: ah neat thanks [03:54] iirc i read about a feature like this somewhere, and i think it was something about some plan 9 9p file sharing protocol thing [03:55] arrith: very similar indeed; plan9 apparently used 'bind mounts' all over the place; you'll do something very similar here, mount --bind but with some 'unshare' stuff beforehand.. [03:56] arrith: oh, hrm, you mean 9p specifically? maybe. I don't know enough about it. :( [03:56] yeah unshare sounds great. i mean i figure there's probably a way to exclude with nfs but this is all on one machine, so that isn't as lightweight as i would prefer [04:03] in fact, the unshare syscall came about precisely for pam modules to be able to use CLONE_NEWNS to provide polyinstantiated directories for mls. [04:04] before that you had to clone. which was useless in pam. [04:05] (polyinstantiated dirs being sort of what you want) [04:07] ah that's a good search keyword [04:08] i'm finding a lot about namespaces === mikal is now known as stillbert [04:24] seems the most straightforward is maintaining links, bind mounts, or rofs-filtered [04:24] http://askubuntu.com/questions/44925/how-can-i-create-a-filesystem-view-of-a-folder-that-excludes-certain-files [06:31] Hi, I have a netinstall setup based on preseed and 12.04.4, a new laptop I have does not have it's nic present in debian installer. So i tested a 12.04.4 livecd and the nic comes up there so the kernel supports it. When I create my own alt 12.04.4 cd with the preseed on it it gives the same error that it cant find the nic but when I use the normal preseed it seams like the nic works but in a later stage of the instal === liam_ is now known as Guest89383 [07:08] tgm4883: are you aware that Apache has moved its default directory to /var/www/html? Some changes in config files are accordingly needed. [07:24] Good morning [07:32] Hey, anyone happen to know how to get a dell r610 to pass the disks off to ubuntu for software raid? I've traid everything I can think of at this point... [07:34] what raid card [07:37] PERC 6/i? I thought I saw something saying it was part of the iDRAC6 stuff, I think it's just a random onboard card [07:37] but I'll try and dig up more details. [07:37] RAID CONTROLLER PERC 6i w/ 256MB BATTERY BACKED CACHE [07:38] actually, I guess if it's got the battery backup maybe I want to use the perc [08:14] Hey guys. Did anyone ever tried to run an ssh tunnel (reverse) into the background? [08:15] If I try it, my tunnel keeps disconnecting immediately [08:15] If I run it in the foreground, it just stays there and does not disconnect... [08:17] rabbel, can you just stick it in a screen? [08:18] joren: is that the only solution? [08:19] probably not, but it's not something I've tried. [10:28] Hi. I have debian's init script, will it work in ubuntu? [10:29] tiblock: Yes. At least the scripts I wrote do :) [10:29] lordievader, thank you [10:43] rabbel: I run them in the background [11:52] I see some services were not affected by heartbleed bug. is it just because of OpenSSL version, or they use an alternative (if there is any)? [11:53] hadifarnoud: All libssl version unaffected and services using them arent affected. [11:54] bekks: so libssl is the alternative [11:55] hadifarnoud: No. libssl is part of openssl. [11:55] hadifarnoud: And the libssl component is/was affected. [11:55] !sslbug | hadifarnoud [11:55] hadifarnoud: A fix for the recent OpenSSL vulnerabilities (2014-0076 & 0160) has been pushed to the Ubuntu repositories, see http://www.ubuntu.com/usn/usn-2165-1/ and http://heartbleed.com/ for more information. [11:57] hadifarnoud, curl wasn't affected [11:57] hadifarnoud, and the *issue* is not limited to services [11:58] Patrickdk: did not know that. [11:58] wget is affected [11:58] php is affected [11:58] any client or server that uses ssl/tls, is affected [11:58] Patrickdk: all VPNs. shit, that's huge [11:58] if your browser uses openssl, and connects to a server, that server could compromise you [11:59] not all vpn's [11:59] it's limited to ssl/tls vpn's [11:59] not even most vpns, heh [11:59] ipsec is not compromised, pptp is not [11:59] ppp I mean [11:59] Patrickdk: openvpn is I guess [11:59] yes [12:01] * Patrickdk doesn't know any browsers that use openssl though [12:05] Patrickdk: IE probably :D [12:06] I did upgrade all packages. version is still 1.0.1 but hopefully it has patched [12:06] dpkg -l | grep libssl [12:06] then compare that version with the openssl entry from [12:06] !usn [12:06] usn is Please see http://www.ubuntu.com/usn for information about Ubuntu security updates. [12:08] ubottu: I do have affected version (1.0.1-4ubuntu5) but apt update&upgrade says nothing to update [12:08] hadifarnoud: I am only a bot, please don't think I'm intelligent :) [12:09] nevermind. I have the patch. === DaIRCKing is now known as GTAXL [12:54] how can I add another ipv6 address to a running machine? [12:54] I added a 'iface eth0:1 inet6 static' block in /etc/network/interfaces and ran /etc/init.d/networking restart [12:54] but that didn't do it [12:58] Don't restart networking. That can break things (eg. in Trusty). [12:58] ifdown the interfaces you want to change, edit /etc/network/interfaces, then ifup the interfaces you changed. [12:59] I'm not sure if this is the cause of your problem or not. [13:00] (I hope it's self-evident that ifdown will disconnect you if you run it over the interface you're taking down) [13:02] yea it's on a remote machine with only one interface, so I can't really do that :/ [13:02] this is 12.04 Precise btw, if that matters [13:16] coreycb: glance rc2 should be out today (hopefully) do you want to handle it? ill handle swift rc2 if its out today [13:16] zul, sure sounds good === loc4l_ is now known as loc4l === GeekBlogTV is now known as BasedGeek_bike [13:48] clre [13:48] coreycb, zul: https://code.launchpad.net/~james-page/swift/fixup-upgrades/+merge/215423 [13:48] zul, that can go with the swift rc2 imho [13:48] but lets get it pushed into the lab so we can test it [13:50] jamespage: done...merged it as well [13:50] jamespage: wait...hold on...my tarmac is broken...gimme a sec [13:53] jamespage, +1 thanks! [13:53] coreycb, that appears to be my achilles heal this cycle [13:53] coreycb, got one wrong in neutron yesterday as well [14:10] rbasak, yea we noticed that, but wouldn't a different site still be in a different folder under /var/www (eg. /var/www/mythweb ) ? [14:11] tgm4883: I can only guess here. Can you tell me what exactly is broken? [14:12] rbasak, just a sec, I just woke up and am reading backlog from last night. superm1 may have fixed it late last night [14:16] rbasak, I can't get him now, but looking at his comments and his commit it looks like it's fixed. Thanks for looking, sorry to bother you [14:17] tgm4883: np [14:20] Hello! How are ya'll [14:21] 12:42:50 < RoyK> rabbel: I run them in the background > I managed to do it, with -N and -f :-) [14:21] How do you guys have a GUI during install and none after install? [14:22] no [14:22] there is no gui [14:22] could anyone have a look at bug 1306575 found during an upgrade test from Precise to Trusty ? [14:22] Launchpad bug 1306575 in nova "package nova-common 1:2014.1~rc2-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1" [High,New] https://launchpad.net/bugs/1306575 [14:22] the base system was Precise amd64 + all the package in main [14:23] How do you guys have a GUI during install and none after install [14:23] there is no gui [14:23] how do I create a named fifo pipe? like say I have some program that constantly outputs stuff to stdout and I want to pipe it to some command that will take that output and make a file in /tmp/fifopipe that I can access that stream from, so I can use it as a file name for daemons etc...but the file is just an access point to the pipe, like it doesn't grow in size [14:23] but I can use the mouse and see colors and logos during the boot process for the first time... what is that then? [14:23] verdeP: have you looked at the mkfifo manpage? [14:23] DevilsOwn, in what version? [14:24] I didn't see that at all even in trusty [14:24] Pici: ah looking now ^^ [14:24] Ubuntu Server 11.04 onwards [14:24] hmm, not in my trusty iso's [14:24] pici, you mean mknod? [14:24] trusty as-in which numerical version? [14:24] 14.04 [14:25] and I know there isn't a gui in 12.04, installed that millinos of times [14:25] rabbel: mhm [14:25] aah... but every server version from 11 through 12 that I have used has the GUI during install with a purple background and message boxes and choose what to install questions? [14:26] that isn't a gui, that is ncurses [14:26] aha completely ncurses? [14:26] patdk-wk: I didn't, but that should work just as well. They look to have very similar arguments. [14:26] does ncurses let'cha use the mouse? [14:26] no [14:27] Is it ncurses, or whiptail+newt? Anyway, same concept. [14:27] gpm would [14:27] There is some mouse support in terminals. I've seen an urwid-based package use it. [14:27] No idea about the current installer. [14:27] oh mknod looks nice as I can buffer it a bit, which could be really useful as this will be for streaming audio [14:27] and is it a custom made installer? [14:27] It's based on Debian's installer. [14:28] cool! thanks guys! tata for now! [14:35] meh :( the command I pipe to it just says broken pipe /: [14:35] I tried like command | mkfifo somename, then I also tried mkfifo somename then command | somename [14:36] the docs are really sparse for both mkfifo and mknod btw xD [14:36] and they don't explain the [Major][Minor] arguments either for mknod [14:37] could I use >> to my named fifo? o.o [14:38] major/minor aren't use for pipe [14:38] odd if I go tail myfifo for e.g., it causes the program that I'm >> from to start, but as soon as I stop accessing that file, the program says broken pipe [14:39] so like something has to be reading the pipe for it to use it? [14:39] did you read the man page [14:39] yes I know they are for block device [14:39] and yes I did [14:39] minor/major MUST NOT be used when using type p FIFO [14:39] I know [14:39] wtf [14:39] tht isn't how you use a pipe [14:40] | pipes to a program [14:40] you need to use > [14:40] mkfifo somename; command > somename [14:41] how do I make the command think the pipe is always being accessed? cause I just tried with a single > and it does the same thing [14:42] it can't [14:42] it's a fifo [14:42] first in, first out [14:42] you can't put more in, tillyou take some out [14:42] if you wanted it to think it was always being dumped, use /dev/null [14:43] if I send it to /dev/null, can I still sample the output with another program at the same time? [14:43] coreycb/jamespage: ok glance uploaded to saucy-proposed [14:43] or transparently switch to another program taking the output and back to /dev/null when it doesn't need it, so the original command always keeps sending [14:44] zul, saucy? [14:44] jamespage: yep [14:44] jamespage: 2012.2.3 [14:45] I mean the program does give me the option to write out just as a file, but that file will get really huge, if I could just keep deleting part of the file...idk /: not sure the best way to handle this [14:45] its all live streaming stuff [14:46] zul, okies [14:46] and I don't want to record more than whats needed for buffer [14:46] zul, Daviey was wanting for something todo earlier so I pointed him at you previous uploads :-) [14:47] jamespage: cool...thanks...yeah unemployment must suck ;) [14:48] hmm I still see a way to do it, I'll just add the named fifo to my ffmpeg server config, then only start the server after I use command >, thanks patdk-wk and Pici [15:07] I added a file /etc/init/deluged.conf [15:07] and made a symlink /etc/init.d/deluged -> /lib/init/upstart-job [15:08] however, everytime I do anything with it, it says 'start: unrecognized service' [15:08] do I need to do something else? never added an upstart job before [16:17] Anyone have a good PPA on 12.04 for Libvirt backports? [16:18] baggar11: There are quite a few: https://www.google.de/search?client=ubuntu&channel=fs&q=ubuntu+precise+ppa+libvirt [16:19] bekks: You have experience with any? [16:20] baggar11: No. I am using vbox since ages. [16:22] bekks: libvirt supports vbox too :) [16:22] It wants to. All vital functions are unsupported or buggy. [16:23] Thats why I am not using it, since I dont need another layer between me and vbox when scripting vbox using VBoxManage, which works remotely, as well. [17:14] how do the devs create the ISO for Ubuntu Server? [17:14] afaik, they don't. some automated system does it. [17:14] I have a heavily customized version of the server with asterisk configured, how do I convert it into an ISO? [17:17] I have a heavily customized version of the server with asterisk configured, how do I convert it into an ISO? [17:24] http://askubuntu.com/questions/83617/can-i-build-a-ubuntu-iso-from-a-manifest [17:24] DevilsOwn: ^^ [17:26] thanks mate le'mme check that... appreciate it [17:33] If I customize the LiveCD will it be persistent also? [17:49] anyone every use iptables match-set ? it seems to not be matching for me. === s3ri0us is now known as s3ri0us|away === s3ri0us|away is now known as s3ri0us [19:10] ah, src,dst is and not or. ipset & iptables match-set works [19:19] zul: fyi, commented in the heat MIR [19:20] jdstrand: cool thanks [19:23] trying to install grub on a system with a RAID1 config it fails every time. says nothing but executing "grub-install /dev/sdb' failed this is a fatal error [19:23] 13.10 server [19:24] do i have to do a separate boot partition outside of the Software RAID1? === GeekBlogTV is now known as WizardSleeve [19:39] jamespage: when you get a chance can you have a look at some heat fixes based on the MIR review https://code.launchpad.net/~zulcss/heat/heat-mir/+merge/215494 [19:48] roaksoax, have you (or will you) uploaded maas ? === beisner is now known as beisner-food === beisner-food is now known as beisner === Ursinha is now known as Ursinha-afk [20:47] hi I am using 12.04 LTS and running tftp-ha on my ubuntu box. How could I enable the log messages on tftp-hpa? thx === Ursinha-afk is now known as Ursinha === GeekBlogTV is now known as WizardSleeve [21:32] Has anyone actually tested the trusty daily amd64 server image on an actual server? Partman had no clue as to the 120GB sata drive in my Intel servers (I tried a few different off-the-shelf systems). Saucy found them just fine (even if it did install grub to the usb flash drive used for image installation). [21:33] I'd file a bug, but since this was a failed install, I don't have any (wouldn't know what to file on anyways - always get the wrong packages). [21:34] *any log files (ment to say). [21:35] GrueMaster: I'd try filing against debian-installer, lacking any better ideas.. [21:36] GrueMaster: if the desktop installer also fails, that's the ubiquity installer [21:40] I understand that. My main issues (aside from the obvious bugs) is that my bug reports, no matter how detailed, almost always get rejected without logs. Kind of frustrated witht he whole bug filing process (still). [21:41] If I get a chance next week, I'll try to get a screen capture and file one. [21:42] GrueMaster: completely understood [21:43] GrueMaster: can you fire up another console while running the installer to run the ubuntu-bug command? it may be able to capture some logs [21:44] I'll see if I can. It will be a little while, as I am busy with something else atm. (more "gotta have this now" crap). :P [21:44] GrueMaster: man it's too nice a friday afternoon for -that- :( === stillbert is now known as mikal [21:46] I'm hoping to finish by 4, tee off at 5. [21:48] wooooo === Zeus is now known as Guest82984 === Guest82984 is now known as Kwiirk [22:59] smb: i rudely subscribed you to bug 1218959. IIUC backporting those two commits to every post-3.5 kernel would fix the bug. (and be much better than working around it with a udev script, since udev script will miss custom-made bridges) [22:59] Launchpad bug 1218959 in libvirt "KVM virbr# no longer forwards multicast traffic by default (U12.04)" [High,Confirmed] https://launchpad.net/bugs/1218959 [23:38] I'm going to give ssh access to few users but how do I prevent them browsing each others homedirs? Just chmod? [23:40] Kihokki: that's probably the easiest approach [23:41] sarnold: chmod 0750 fits for this purpose? [23:42] Kihokki: assuming your users do not share groups, yes [23:42] sarnold: thanks, I'll try this