=== freeflying_away is now known as freeflying [00:04] mattwj2002: full details are here: https://wiki.ubuntu.com/Releases [00:05] mattwj2002: 12.04 LTS is the first to get five years of support for desktop and server components, earlier releases had the tiers you mentioned, and it was complicated. :) [00:05] :) [00:06] sarnold: I am thinking about building a ubuntu 4.10 server....what do you think? [00:06] mattwj2002: knock yourself out. just don't put it on the public internet. :) [00:06] haha [00:07] why? [00:07] ;) [00:07] mattwj2002: because it hasn't had any security updates since april 2006. [00:07] I know just kidding [00:07] :D [00:07] actually it wouldn't be horrible behind nat.... [00:07] nat protects you for quite a bit [00:08] *from [00:08] but I agree security holes city :) [00:09] might be a fun exercise to attempt to exploit it, or run it as base for honeypot [00:09] indeed [00:10] I guarantee there are servers on the public internet that are older than that [00:10] then again that is why they get hacked [00:10] :) [01:39] I'm setting up kerberos on Ubu12LTS. Tutorials and man page refer to test apps, `sserver` and `sclient`. I've installed pkgs: krb5-admin-server,krb5-kdc,krb5-config,krb5-user,krb5-clients. I can find no trace of those bins. [01:39] Any help/hint as to where they hide? [01:56] is there a reason apt is preferring IPv6 servers even though I've only enabled IPv4 on my network connection? [01:56] it's causing apt to not be able to download any updates or connect to the update servers. === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === g0bl1n_ is now known as g0bl1n === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away [07:48] i am creating a customized install for ubuntu server and following this guide. https://help.ubuntu.com/community/LiveCDCustomizationFromScratch [07:48] in this guide it's no where mention that it is for server or for desktop. [07:49] how can i create a customized server ? [07:55] hi, I am facing a problem with my ubuntuserver and broadcom nextreme [07:56] server is up and running but it does shows up only one network interface with lspci [07:58] on a debian server, same network card, it shows correctly the four interfaces [07:58] any hints? === smb` is now known as smb === freeflying_away is now known as freeflying === Ursinha is now known as Ursinha-afk === freeflying is now known as freeflying_away [09:32] What are these `resume` and `wait-for-root` processes when I restart the server and check the boot process with `bootchart`? === psivaa is now known as psivaa-afk [10:42] Hi all, I've been told to report bug 1231901 to you [10:42] Launchpad bug 1231901 in nagios3 "Installing Nagios3 and Apache2 in Saucy does not enable the cgi mod, which is required" [Undecided,New] https://launchpad.net/bugs/1231901 [11:20] SuperMatt, trying to reproduce now [11:20] thanks for the poke - good to know these things close to release === klaas_ is now known as klaas [11:30] jamespage: did you confirm it? [11:31] SuperMatt, yes - just seeing if its a regression from raring [11:31] cool :D [11:35] SuperMatt, interestingly nagios3 has never enabled the cgi module [11:35] so I suspect a change in behaviour in a dependency [11:35] (probably apache itself) [11:39] SuperMatt, ah - I see [11:40] mod-php5 dropped its dependency on the prefork package [11:45] SuperMatt, urgh - OK === psivaa-afk is now known as psivaa [11:49] I added a new NIC to one of our Ubuntu 12.04 servers ... lshw shows the following: http://paste.ubuntu.com/6162438/ [11:53] zetheroo: what does dmesg show about the network card(s) ? [11:53] perhaps the driver/module for this chipset is missing in your system [11:54] dmesg output: http://paste.ubuntu.com/6162462/ [12:03] Sling: I am not sure what I am looking for in there ^ [12:13] Lo all. I'm trying to get started with apple website notifications, following the doc at https://developer.apple.com/library/prerelease/mac/documentation/NetworkingInternet/Conceptual/NotificationProgrammingGuideForWebsites/PushNotifications/PushNotifications.html#//apple_ref/doc/uid/TP40013225-CH3-SW1. Now I'm stuck with "Configuring Your Web Service Endpoints". How can I do this on ubuntu + apache? (It says I need to configure a RESTful web [12:13] service, but I have no clue how to so this) (asked the same question in #macosx, since it's a bit about both) [12:14] How to get a newly installed network card to work in Ubuntu 12.04 Server ? [12:14] ifconfig shows no new interface [12:16] and ifconfig -a ? [12:19] bxz: it shows up as eth2 [12:19] http://paste.ubuntu.com/6162520/ [12:20] zetheroo: sudo ifup eth2 [12:21] Ignoring unknown interface eth2=eth2. [12:22] ifdown eth2; ifup eth2 [12:24] you might want to configure eth2 interface in /etc/network/interfaces file before though [12:24] I see ... [12:25] when done you can try to run: '/etc/init.d/networking restart' === DWSR2 is now known as DWSR [12:47] is there an easy way to expand my /boot partition after install? [12:48] mine's sittin at about 99.6% full :P [12:50] irv: i would just delete old kernels and leave it be [12:51] what's the command for that again? [12:51] something autoremove? [12:53] apt-get purge linux-image-xxx [12:54] any way to see which ones are there? just ls /boot? [12:55] utlemming, https://code.launchpad.net/~utlemming/cloud-init/azure-disk_format/+merge/187805 [12:55] irv: dpkg -l | grep linux-image [12:56] irv: just leave the one you are on (uname -r) [12:56] k so i have a bunch of linux-image-3.2.0.xx and one linux-image-server [12:56] i'm using an apt-hook to remove old kernels [12:56] https://github.com/henkjan/purgekernel/ [12:56] do i k eep linux-image-server as well i presume? [12:56] that's like in addition to the regular kernel? [12:57] bkz: thx [12:57] don't know. i would keep it [12:57] linux-image-server is a virtual package [12:57] keep that one installed [12:57] hmm any time i try to apt-get purge linux-image-3.2.xx i'm getting a message about unmet dependencies and to run apt-get -f install [12:58] to get a diff version of linux-headers-server [12:58] but when i run that, it fails (i presume due to the full disk)_ [12:58] another way to purge a few of these kernels so i can run -f [12:58] that won't go and do all the dependency checking [13:00] you have to manually move them elsewhere [13:00] to free up enough room for your existing apt transaction to complete [13:00] it's very ugly, but I have found no better way [13:16] kk [13:21] Hi, how big should I make my swapfile for my VPS? The plan I'm on gives me 1GB RAM, would it be overkill to make a swapfile that is 2 GB? My VPS has SSD storage, btw === freeflying_away is now known as freeflying [14:10] adam_g, I ended up completely reduxing swift-proxy in the end [14:10] seems to work OK [14:51] Dry_Lips: use no swap and run swapspace daemon [14:56] jrwren, I had newer heard about swapspace before... But it's not being maintained anymore? [15:01] jrwren, anyways, thanks for the tip, I'll be looking into it! :-) [15:08] Dry_Lips: its not maintained becuase its "done" :) [15:09] Yeah, I noticed upon closer inspection... :) But you'll have to build it from source, jrwen? I also discovered that I couldn't create an ordinary swap, because apparently my VPS is on openVZ... Will swapspace work in this case? [15:10] (When I tried to run the swapon command, I got an error message stating that it wasn't permitted) [15:58] adam_g, any thoughts on the get_or_generate_secret stuff in openstack-dashboard? [15:58] adam_g, I'm reticent to open up write acess to /etc/openstack-dashboard [15:58] it should really be doing /var/lib/horizon for generate [16:01] Dry_Lips: what version of server? its available to me. I think it is from universe. [16:01] Dry_Lips: openvz is like LXC. you are running a shared kernel, so yes, you don't get to add memory or swap. You'll have ot make to with the limits they give you. [16:11] jrwren: Okay, I found it, it was in the repos. But you're saying it won't work since I'm on openVZ? [16:11] Dry_Lips: i don't know. I don't know openvz. [16:11] if swapon does not work for you, nothing will, AFAIK [16:12] swapon definitively doesn't work... [16:13] looks like amount of swap is a host, not guest function: http://wiki.openvz.org/VSwap This is the nature of shared hosting :) [16:14] hmmm [16:15] When I installed swapspace the daemon started up automatically... [16:16] But I guess the question is what happens if it runs out of RAM... [16:17] it makes a new swap file. [16:18] it adds and removes swap space as needed. [16:20] jrwren: yeah, that's what I thought... But since it's just a daemon, it will not fail, the same way that adding swap will under openVZ? [16:22] no, it will fail. [16:22] adding swap makes a syscall. [16:22] its the syscall of swapon which is failing. [16:23] if you aren't sure, run your swapon wiht strace [16:26] jrwren: okay, so *swapspace* uses the syscall of swapon? [16:33] jrwren: okay, thanks for your help. If I understood you correctly swapspace will fail... I guess I've learned something new about openvz... :-) [16:38] adam_g, I execd'ed all of the openstack redux branches === cmagina is now known as cmagina-away === Ursinha-afk is now known as Ursinha [16:56] jamespage, i mentioned to smoser yesterday, but we need to backport policykit from (Raring, Quantal) for libvirt securitgy update to build in (Folsom, Grizzly). http://people.canonical.com/~agandelman/ca/folsom/policykit-1-0.104-2ubuntu1.1~cloud0/ + http://people.canonical.com/~agandelman/ca/grizzly/policykit-1-0.105-1ubuntu1.1~cloud0/ [16:56] adam_g, you can / should just upload those to -staging, right? [16:56] the delta between precise + quantal is a small packaging delta, but from precise to raring is a full upstream [16:57] smoser, yea [17:06] adam_g, +1 [17:06] smoser, but im a bit cautious of bumping new upstream releases in stable pockets, especially since i dont know much about policykit [17:07] adam_g, oh - one second [17:07] adam_g, hmm - I see the dilema [17:07] well, yeah. i agree. but -staging is where we would test this. [17:07] no? [17:07] yes [17:08] adam_g, upload to staging, get things building and lets see what pops [17:32] Hi All , If am Having a Server Are a VPS , What Are the Security Thinks Basically i have to DO ? Will u please Guide me Guys ?Any Minimum 10 Important Points Need . [17:57] adam_g: https://code.launchpad.net/~zulcss/nova/reqs-refreshed/+merge/188120 === cmagina-away is now known as cmagina [18:35] jamespage, ugh [18:35] Missing build dependencies: policykit-1 (>= 0.105-1ubuntu1.1) [18:36] 0.105-1ubuntu1.1~cloud0 < 0.105-1ubuntu1.1 [18:36] bah [18:36] that why the ~ is important [18:37] jamespage, carry a delta adding that to d/control of libvirt? [19:17] adam_g: where you pushing stuff to the cloud-archive ppa? [19:18] zul, yeah, doing a bulk update of everything thats outdated [19:26] howdy [19:28] I'm having an issue where my kerne override installer option in my preseed is being ignored in certain conditions. It works in the environments where we have an apt cacher proxy for pxe'd hosts. In environments that lack this setting, they flag is ignored and the default (3.8) kernel is installed instead [19:28] anyone seen that behavior before? === ole`01_ is now known as ole`01 [20:44] ok, so I've determined the problem is that the installer is not allowing me to pull down kernels from upstream mirrors for use in the preseed's override-image directive [20:44] I only have these as options: [20:44] # Choices: linux-signed-generic-lts-raring,linux-generic-lts-raring,linux-signed-image-generic-lts-raring,linux-image-generic-lts-raring,linux-signed-image-3.8.0-29-generic,linux-image-3.8.0-29-generic, none [20:44] note that, basically, my only option is the 3.8.0-29 kernel, which breaks ovs. [21:10] so it looks like the 3.5 kernel's been pulled from the main archives [21:16] * jkyle grumbles about kernel upgrades that change the ABI in minor version bumps of LTS releases [21:17] kind of contrary to what an LTS/enterprise release is supposed to do [21:19] jkyle: are you using newer 12.04.3 LTS images or something? I would expect them to only have the newer HWE kernels.. can you try again with an original 12.04 LTS disc? [21:19] yeah [21:19] (keeping in mind I'm in way beyond my experience even at that statement :) hehe [21:20] we were using the 12.04.2, but when they were archived to the old versions repo the build had a corrupted local mirror with broken dependency chains. I think I've found a work around [21:21] * jkyle is testing [21:22] looks like the linux-generic-lts-quantal kernel is still in the precise-security repo. I'm going to try to include that as the suite [21:25] ah, that ought to work, I don't expect packages ever get removed from the security pocket, but it doesn't feel right, hehe [21:39] made an ask ubuntu post: http://askubuntu.com/questions/350929/installing-linux-generic-lts-quantal-in-12-04-3-via-preseed === Firartix is now known as Fira [22:13] if you dont see a particular package in your repo, is the normal method to get it installed a ppa? are there popular third party repos with packages not in the main repos? [22:13] in this case, i am looking for mysql sandbox but otherwise curious (it can be installed via cpan) [22:13] mgriffin: most use a ppa, whether you want to do that or just use cpan depends on your needs [22:14] just making sure there isnt something like EPEL that I was unaware of [22:14] how does one go about seeing if a ppa might exist, i have had mixed results just hitting, eg google [22:15] (i dont ubuntu as much as $otherdistro) [22:21] mgriffin: so far as I know, there isn't much "formal" to collect and categorize ppas; so much more is packaged than many other distros that there's less need for it. So the downside is there's not much help for finding them when you -do- need them.. [22:21] :( [22:22] seems i need a ppa every time i use ubuntu (newer packages) [22:23] eg mysql 5.6 on an otherwise LTS platform [22:26] mgriffin: ppa's are hosted on launcpad.net [22:26] launchpad.net* [22:27] mgriffin: building a package and hosting your own PPA is not entirely painful though. . . only moderately so [22:29] * mgriffin just broke launchpad === freeflying is now known as freeflying_away