=== bigjools-afk is now known as bigjools [00:09] So, it's almost a rarity these days that people even use Kerberos, isn't it? [00:09] i've seen it used on Unix systems, almost never on Ubuntu nowadays [00:10] and if I have seen it, its usually only on University networks and the occasional Corporate or Enterprise grade system [00:12] I've gotten UP to getting krb5 mit working, except it throws me errors trying to create the realm in ldap. === Resistance is now known as EvilResistance === ZeroCool is now known as Guest35710 [01:00] Hi, I was wondering if it advisable to install the ubuntu-desktop on a ubuntu server to use freenx. My concerns are of conserving as much of memory and cpu resources as possible. [01:02] if you install ubuntu-desktop, it becomes ubuntu-desktop, basically no different than using the ubuntu desktop iso [01:02] and it will use all the memory that it requires of that [01:04] is there such a way that you can get the desktop on demand ? Without the machine always booted with gui ? [01:07] rocobruno sure? edit /etc/init/lightgm [01:07] and tell it to not start on boot [01:12] Thanks Patrickdk [01:17] hi guys where we can find teh data of mysql on packages install in mysql..? [01:18] no clue what you just said [01:19] ruben23: can you clarify what you mean by 'data' [01:19] and 'on package install' (same context) [01:20] becasue i ahve a script with this and dont knwo what commadn should i put coz this is source install but im using package install of mysql ----> `/usr/local/mysql/bin/mysql -uroot .p.password. -e 'show databases' | fgrep -v \ "Database" | fgrep -v "information_schema"` [01:21] and also this ----> index_float=`du -amc /usr/local/mysql/data/$i/*.MYI | grep total | awk '{print $1}' [01:26] Bah! [01:26] * Psi-Jack throws Kerberos out the window. [02:28] hi guys how do i install perl modules on ubuntu server..? [02:47] I'm trying to bridge eth1 to virtual guests. i've got the bridge defined and working but the default was still virbr0. I virsh net-destroy default, then edited the default.xml to use the ip and bridge i want, but now when i virsh net-define the default.xml it says error: operation failed: network 'default' already exists with uuid e13c38e7-8679-b8ad-071a-3bd40d135af6 [02:48] The name of the bridge is irrelevant [02:48] You could call it "arthur" and it would behave the same way [02:49] is deleting the default network forbidden or something? [02:50] If it helps, this is a virsh dumpxml of a KVM instance, bridged to an existing bridge (set up in interfaces(5)) -- http://paste.debian.net/167078/ [02:54] ruben23: are the modules that you need not included in a repo? most of the ones that I have needed I have been able to find by searching for the module, like 'apt-cache search XML::Tidy' [02:59] twb : thanks, i had to restore default.xml like it was and then reinstall virt-manager to fix [03:00] wouldn't connect to qemu or anything [03:03] I have 2 SSD 128 GIG running on Raid 0 Software Raid (mdadm) [03:04] every 30 min im getting bad sector errors, and it locks access to everything [03:04] how would i run fsck [03:05] on a raid 0? [03:05] sudo fsck =pcfv /dev/sda [03:05] ? [03:05] footvilla: fsck operates at the filesystem layer. It doesn't give a shit about the underlying block device. [03:05] You would need to fsck /dev/md0 or whatever the RAID0 array is called. [03:06] Also, if no one has lectured you on this before: do not use RAID0 if you care about your data! [03:07] yea ive noticed [03:07] I went out and spent alot of money today [03:08] i picked up 4 WD Ae4 250 gig Harddrives [03:08] is it possible to transfer my raid0 and to those 4 harddrives to make it a raid 10 ? [03:15] Dunno why you'd get 250Gs unless they're on special. The ideal price point at the moment must be around 1.5G range atm [03:15] i mean 500GB [03:16] Anyway, the obvious way to do it would be to create a new array on the new four drives, make LVM and filesystems there, then mount them and the old drives at the same time and copy files across. [03:16] If they're your boot drives as well, you'll also need to fiddle-fart around with fstab and grub so that the new disks will boot [03:18] LVM? [03:27] twb do you recommend using this tutorial ? http://www.numango.com/4653_linux-creating-configuring-raid.html [03:27] footvilla: have you read the Ubuntu Server Guide? [03:27] no [03:27] Do so [03:31] footvilla: you want the section "advanced installation" I think [03:32] yea however it only shows how to step by step configure raid 1 on two physical drives [03:36] RAID10 is just a mirror of striped drives (or a stripe of mirrored drives) [03:37] mdadm --create -n2 -l0 /dev/md0 /dev/sd[ab]2 [03:37] mdadm --create -n2 -l0 /dev/md1 /dev/sd[cd]2 [03:37] mdadm --create -n2 -l1 /dev/md3 /dev/md[01] [03:37] Something like that, anyway. [03:38] I do not know whether it is better to do 0+1 or 1+0. [03:38] yea reading up on google abou that [03:46] twb [03:46] server hd just wedged [03:46] http://paste.ubuntu.com/963838/ [03:47] yeah that looks like the disks are dying [03:48] At this point I would be running SMART self-tests [03:48] (And obviously, making sure your backups are up-to-date) [03:49] how do i run smart self test? [03:49] install smartmontools, then smartctl -l and -t IIRC [03:50] smartctl -t short /dev/sda, then watch smartctl -l selftest, watch until the self test finishes [03:51] Good drives will give you an ETA on the self test; crap ones will not report anything about a test until it is either aborted or completes. [03:51] You can also do a long test. [03:52] thanks brb need to reboot this server [04:05] just wondering.... Why after an update do all of my Outlook clients not connect to postfix? I keep getting a dissconnect after EHLO [04:09] twb, i installed smartmontools [04:09] footvilla: 13:50 smartctl -t short /dev/sda, then watch smartctl -l selftest, watch until the self test finishes [04:11] http://paste.ubuntu.com/963854/ [04:12] footvilla: so now wait for it [04:12] is the command window going to update? [04:12] with results? [04:13] twb: how's it going tonight? it's been a while [04:23] Not very well as far as connectivity goes, it would seem... [04:23] footvilla: if you ran it in watch, it defaults to updating every 2s, as it says in the top-right [04:24] how do i run it in watch\ [04:27] 13:50 smartctl -t short /dev/sda, then watch smartctl -l selftest, watch until the self test finishes [04:27] "watch smartctl -l selftest" [04:28] ERROR: smartctl requires a device name as the final command-line argument. [04:30] "watch smartctl -l selftest /dev/sda" then [04:30] Please exercise some initiative. === jtv1 is now known as jtv === Gallomimia_ is now known as Gallomimia [05:01] hi, i am running ubuntu 10.04 and i am trying to add JAVA_HOME as a permanent environment variable. I added it to /etc/environment and also adjusted PATH, however only the adjusted PATH is being picked up. Any ideas? [05:02] shortdudey123: why are you doing that [05:03] i googled it and quite a few places said thats how you do it... but obviously its wrong or i am doing something wrong [05:03] What is your actual goal [05:03] 15:03 http://mywiki.wooledge.org/XyProblem -- "I want to do X, but I'm asking how to do Y..." [05:03] i am trying to start several services that require the JAVA_HOME var [05:04] If you are using the JRE that ships with Ubuntu, you shouldn't need to do that. [05:06] where would the JAVA_HOME var be pulled from then? [05:07] it's set somewhere in the nest of java wrapper scripts [05:08] I don't know where exactly. [05:08] i am using OpenJDK and not the started sun java [05:08] if that makes a difference [05:09] So you did apt-get install ? [05:09] Because that should Just Work [05:10] sudo apt-get install openjdk-6-jre [05:10] and -jdk [05:11] this is the specfic error that i get: http://pastebin.com/D03mkige [05:13] hey all. is there any way to restrict the commands a certain user can execute? [05:13] Smaug: not really [05:13] Smaug: if they are connecting via SSH keys, you can use a force command [05:14] Smaug: but e.g. if you give them vi, they can use vi's internal fork+exec to run arbitrary commands. [05:14] Er, s/vi/vim/ [05:14] shortdudey123: how did hadoop get onto the server? [05:14] i installed it [05:15] shortdudey123: how [05:15] a repository from Clourdera [05:15] What you should probably do, then, is contact the clourdera people and report the problem and get them to fix the package [05:15] twb: okay, ignoring little workarounds like vi (which I guess I can restrict too), what is the force command you speak of? what do you mean by SSH keys? the user will connect by SSH, it is a bot actually, all it needs to do are run scripts with different inputs [05:16] maybe a couple other things but not much [05:16] twb: the repo is "http://archive.cloudera.com/debian lucid-cdh3 contrib" [05:16] Smaug: first go read up on how key-based SSH auth works. You need to understand that before you understand forced commands. [05:17] right I thought that might be what you meant. I am familiar with how key-based SSH auth works, though I only used it once, to learn how it works [05:17] Smaug: the Ubuntu Server Guide might cover it, I don't know offhand. Check that first, otherwise try the sshd_config, ssh_config and ssh-keygen manpages, and google [05:17] Smaug: you should be using key-based auth always [05:17] twb: why? is using pws insecure? [05:18] https://en.wikipedia.org/wiki/Special:Search/Multi-factor_authentication [05:18] (That is assuming your keys have passphrases, of course.) [05:20] twb: ah i see. cool, reading about it now thanks for the direction heading! [05:20] Here is a worked example: [05:20] command="nice ionice -c 3 rrsync -ro /",no-agent-forwarding,no-port-forwarding,no-X11-forwarding ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAsOX658HKuBNOy7X5UZPY8ogIKYaM1bQ/Nv04oFxyYj9i579fhn+gZ42fFnjMOXiTbSw6h8ZR+BF0smcDum2T6FANAdlQSanFIBMxbgAaYpNx/6qOsT1yECVzqqwEoOVqfGsb8iJwPJMJDGB40mxcvy++ESGLmgo9ivwhxdMbaS8= cyber-hosted-backup [05:21] You may wish to combine this with sftponly techniques in sshd_config for that account [05:22] do you know offhand if it's possible to create keys for use in android (when I say bot, specifically it will be an android app)? [05:23] I do not [05:24] If that's your target, it may be better to simply expose the commands over an authenticated HTTPS connection with a simple REST app [05:24] Depends on the nature of the commands and so on [05:26] twb: that is not a bad idea, i suppose, is there a size limit on urls? [05:26] some fields may be a bit large, but maybe that's ok [05:26] I don't know [05:26] ok [05:26] web apps are for little girls IMO [05:27] all web apps :) [05:27] ? [05:29] Yes [05:29] arpanet for the arpans [05:35] twb: i am installing the sun version of java to see if that fixes the problem [05:35] Sigh [05:36] ya i know... but i am out of ideas [05:41] the sun java fixed the issue [05:44] Yuk [05:44] That'll only be because the app and sun jre are broken in the same way, so the broken halves fit together neatly :-/ [05:46] lol true [05:55] twb, thanks for your help! [06:22] * SpamapS wades into the forbidden realm of CentOS administration just to remind himself why Ubuntu Server is a bazillion times better [06:23] * twb hands SpamapS the hip flask [06:23] aye, I'll need a straw too [06:24] not an IV? [06:28] greppy: thats what got me to this place in the first place ;) [06:28] greppy: he's worried I doped the lip of the flash [06:28] *flask [06:28] mainlining redhat's leftover crack [06:28] That or cooties [06:29] SpamapS: at least centos isn't using systemd yet === imbrandon2 is now known as imbrandon [06:29] twb: yeah, and at least it will take them 3+ years until RHEL7 which will most likely have systemd :-P [06:29] or "the only daemon you'll ever need" [06:30] * SpamapS is surprised they haven't suggested merging apache into it yet [06:30] FSVO they = lennart [06:30] I wish someone would just arrange for him to have an "accident" so things can go back to normal [06:31] twb: careful. You likely have stalker fanbois who might think your serious. ;) [06:32] * SpamapS curses his ' key for failing to fire and making him say 'your' [06:33] <_ruben_> your e key would to blame as well then === _ruben_ is now known as _ruben [06:33] helpless victim [06:33] it's all ''s fault [06:33] it's mad because it has no way to posess it [06:34] ugh, decisions decisions.. [06:34] should I migrate off courier onto the sexier new "dovecot" .. [06:35] * SpamapS used to think it was fun to run his own IMAP server. Now wants IMAP to die in a fire. [06:36] <_ruben> hehe [06:38] SpamapS: for what it's worth, dovecot on debian/ubuntu has been way easier for me to deal with than courier was on the same. [06:38] greppy: I'm sticking with courier just because I can rsync the config dirs and move forward. [06:39] but I hate that. ;) [06:39] and I have to build courier-imap and courier-authlib because epel doesn't have it [06:39] why oh why do I run a CentOS IMAP server? (so you don't have to.. thats why) === smb` is now known as smb [07:02] SpamapS: why courier and not dovecot [07:03] twb: rsync /usr/lib/courier-imap/etc newserver:/usr/lib/courier-imap [07:03] thats about it [07:03] laziness [07:03] inertia? [07:03] It only has to support me.. though I am religious about using SSL for IMAP [07:04] awesome, upstream's courier-imap packages now *force* systemd if you are on anything except suse [07:04] stupid stupid stupid :-P [07:06] Use dovecot instead [07:08] wtf [07:08] I didn't think courier was even maintained [07:12] twb: it is. barely :) [07:12] and yeah, at this point, with the systemd madness .. no point in even trying to use courier [07:13] like.. awesome.. there are currently.. uh.. 0 RHEL or CentOS users with a /bin/systemctl command, and yet all new courier rpms depend on that. [07:13] WTG courier... one less user to worry about. :) [07:14] I maintain servers for a few customers. One of the regular tasks is to install security updates. A problem I face is that some updates require services to be restarted. This is no problem, if it is done outside of business hours. However, I prefer to do the maintenance work in business hours. So I figure there must be a way to install schedule an apt-get dist-upgrade to be run at night, without having to do it interactively? How to do this? I spe [07:14] Oh I just realized I was thinking of cyrus not courier [07:14] Whichever one provides the "sasl-bin" package so that stupid coworkers set it up as the sasl provider on postfix/dovecot mail servers [07:15] cyrus [07:15] tdn: you can use invoke-rc.d to prevent automatic service restarts, but this will probably cause more problems than it solves [07:15] tdn: IME you just say "suck it up, the service will bounce at 10AM, nobody will even notice anyway so STFU" [07:16] Actually you can't use invokerc.d because stupid ubuntu uses stupid upstart which has no equivalent facility [07:16] invoke-rc.d only works for scripts that are still managed under /etc/init.d [07:16] tdn: unattended-upgrades might be helpful [07:16] twb: not true [07:17] SpamapS: it was true when I last checked as at 10.04 [07:17] twb: invoke-rc.d works for upstart jobs [07:17] it worked then too [07:17] though there were probably a few bugs [07:17] because all upstart jobs from packages will also have a symlink from /etc/init.d/jobname to /lib/init/upstart-job [07:17] I guess I ran into a bug, then. I wrote my normal invoke-rc.d which went something like #!/bin/sh \n exit 101, and upstart appeared to completely ignore it [07:17] argh, sorry [07:17] twb: and you mean /sbin/policy-rc.d [07:17] I meant to say *policy-rc.d* [07:18] invoke-rc.d works fine but if the postinst calls "restart foo" because its an upstart job, then policy-rc.d was/appeared to be ignored as at 10.04 [07:18] I had to do something hideous like replace initctl with /bin/true during package installation [07:21] twb: that postinst is *in error* [07:22] twb: I have fixed maybe 5 of those since 10.04 [07:22] twb: people need to use dh_installinit.. :-/ [07:22] stop inventing crap [07:22] I may have some details wrong, but it was definitely causing problems and I was definitely very annoyed by it [07:22] Morning [07:23] Does anyone know how I let Grub skip iscsi-disks while trying to find operatingsystems? [07:23] Jeeves_: grub or os-prober? [07:23] Jeeves_: in the latter case the easiest way is to simply uninstall it :-) [07:24] twb: Well, i upgraded a box to precise last night, and it looked into the iscsi disks as well [07:24] I think it was while 'Generating grub.cfg' [07:25] It'll either be code in os-prober or in /etc/grub/'s run-parts dir [07:25] I don't know if you can selectively disable os-prober's scans, because I usually just remove it [07:25] Nicely undocumented, btw. os-prober [07:25] No manual entry for os-prober [07:26] IIRC you also have to pin it to prevent kernel updates from reinstalling it [07:27] I think it's basically there to find the dual-boot Windows partition on ubuntu desktops [07:28] So don't install it on -server [07:29] Looks like os-prober's guts live in /usr/lib, so to selectively disable a scan you would dpkg-divert --rename /usr/lib/os-probes/mounted/10linux or whatever [07:29] It doesn't mention iscsi by name, so what is probably happening is it is simply iterating over everything in (say) /dev/disks/by-name/* and that happens to include iscsi on your system [07:30] I'm speculating quite a bit here, though -- you will need to do some tracing yourself [07:33] https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/797547 [07:33] Launchpad bug 797547 in os-prober "os-prober interrupts device connection of kvm machines" [Undecided,New] [07:33] Nice .. [07:33] alright, so dovecot is like a bazillion times easier to configure [07:33] * SpamapS is now officially a courier hater [07:34] :) [07:34] SpamapS: \o/ [07:34] SpamapS: dovecot is awesome [07:36] SpamapS: I haven't ever actually configured dovecot as such ;-) [07:37] Well, I have a liiiitle bit [07:38] I had to jump through a hoop to allow a stupid PHP script to talk to the IMAP server without giving it a full LDAP account [07:38] I wish it didn't have a hard-coded leading dot for subdirs though, because that annoys prayer [07:39] SpamapS: you probably want to change protocols = imap imaps to just = imaps, and maybe add ssl = required [07:40] Can't see anything else much interesting in etckeeper logs === mrintegrity is now known as Guest87207 === tobin is now known as Guest16573 [08:33] twb, I don't think that I can just restart samba with useres logged in without risking data loss :( [08:35] CIFS clients don't care [08:35] I'm pretty sure they recover seamlessly [08:35] Obviously you will want to test this, and not just believe some cowboy on IRC [08:46] twb, I am pretty sure I have experienced problems with this before. This is the reason why I really want to avoid it. [08:46] Shrug [08:46] And I cannot prove a negative by testing. [08:47] Sure sure === klaas- is now known as klaas [09:55] morning o/ === Amoz_ is now known as Amoz [10:18] I really hate how the boot proces of precise-server makes me wait for 'network configuration' [10:18] I feel you [10:18] 'Waiting up to 60 more seconds' [10:19] Looks like the person that thought of that 'feature' is unaware of pxe-install environments :) === sarthor22 is now known as sarthor === huats_ is now known as huats [10:58] Any one configure shorewall and LSM on Ubuntu-server, I have Ubuntu-server 12.04 installed. but do not know how to configure, Shorewall channel says "there is no .deb pkg, and you can Guess why there is only rpm " Any help please. [11:10] sarthor: There's a shorewall package in the archive? [11:10] sarthor: sudo apt-get install shorewall [11:10] jpds, shorewall already installed. problem with LSM. Link Status Monitor. === al-maisan is now known as almaisan-away [11:36] I want to compile lsm for shorewall on ubnutu-sever 12.04, How to do that, I never compiled anything before. [12:00] I got something weird going on with my Exim4 config. [12:01] I have Exim4 from package management -- where the config is all split, it's generated into a single file each time you run the init script -- I've replaced all this with a single, bare-bones config that doesn't do very much; now the parent Exim runs asDebian-exim instead of root. And it doesn't seem able to deliver mail locally. [12:01] (presumably because it cannot access mailboxes owned by their specific users) [12:01] Anyone have any idea what is going on? === shauno_ is now known as shauno === almaisan-away is now known as al-maisan [12:12] I want to compile lsm for shorewall on ubnutu-sever 12.04, How to do that, I never compiled anything before. [12:15] stgraber: you've looked at ~frankban/lpsetup/lp-lxc-ip/ ? [12:16] stgraber: I can't decide whether to just turn the devicens blueprint into a non-discussion one with just a work item to discuss devicens at plumber's [12:27] hey guys I am sure this is something I'm doing wrong I've followed the serverguide mail is up and running fine etc, I then went to setup roundcube that displays a login page correctly but when I add the user and pass it says connection to imap server failed, what am I missing (this worked on 10.04) [12:32] davmor2_, Have you checked your firewall? [12:35] larsweb: this is the first time running a firewall up and running I relied on my router firewall before, I have setup the firewall and as far as I know have opened the ports thunderbird can connect to it and send and receive mail it's just roundcube [12:36] I have an ubuntu server with apache 2.2.14 and drupal. When I test with "ab -c 1" it works fine. but it "halts" with "ab -c 2" or larger. How can I debug this problem? [12:37] davmor2_, are roundcube and imap on the same host? [12:37] larsweb: yeap [12:38] davmor2_, which OS , mail, and imap? [12:39] ubuntu server 12.04 64bit, imap is handled by dovecot, mail is postfix [12:39] and "iptables -L " says? [12:46] is there a guide to optimize apache/mysql/ubuntu for fast deliveries? === andol_ is now known as andol [13:09] hallyn: I don't think there's much point discussing this at UDS as we won't have Eric or Daniel there, so making the blueprint non-discussion and adding the actual work items after plumbers is probably best. [13:09] hallyn: looking at the branch now [13:10] stgraber: so i wonder which state to use if not discussion. drafting? [13:11] hallyn: I can probably decline it for uds-q, that should make it go away from the schedule [13:12] ok [13:12] hallyn: done [13:12] thanks :) [13:13] hallyn: that branch is interesting, especially the clone call in python, I didn't realize it was actually possible to do it without any C :) [13:13] say [13:13] yeah it's cool :) [13:13] stgraber: did you say you had blogged on lxc+apparmor? I thought you did, but I don't see it. [13:14] (I was going to do a post just to explain that we don't have the stackign profile support and what that means, and reference yours first) [13:14] hallyn: didn't have the chance yet, my next blog post is going to be some kind of general overview of LXC in 12.04. So if you want to blog about apparmor specifically, go ahead. [13:14] cool. if i don't get a chance before the flight to uds i'll do it then, but i'm hoping this week. [13:15] I'm planning on releasing my LXC in 12.04 post after the UDS plenary [13:16] hallyn: I'll add an item to the lxc blueprint whiteboard to discuss liblxc, ideally I'd like to use it for an upstream python-lxc, directly calling the C functions when it's easier and offering some nice python interface for the rest. [13:17] and a springboard to a bash-free lxc :) [13:17] hallyn: but for that we need to move quite some code around in the C side of things. I noticed that we have a lot of code that's in the tools but really should be in the library [13:17] hallyn: Implementing lxc_stop in the python module took me 5 minutes, but implemeting lxc_start would likely take me hours and lead to a lot of code duplication [13:18] and really I don't like the way templating is done [13:18] Sunday or monday evenign I think we should get together and break the items int he whiteboard into themes, [13:18] and decide which themes are most important during q cycle [13:18] hallyn: also, cleaning up liblxc to be easily usable by external tools will make it much easier to write a libvirt-real-lxc driver using it and stop that libvirt non-sense :) [13:18] perhaps restructuring lxc code is the thing we shoudl focus on now [13:18] heh. sssssshhhhh, smoser will find you [13:19] and of course, adding hooks can be seen as part of restructuring (or as something to better add after restructuring) [13:20] adding hooks should be easy when we're already moving code around between the tools and library [13:26] hallyn, highvoltage: Added my thoughts on the library work and the python bindings to the blueprint === patdk-wk_ is now known as patdk-wk [13:29] hallyn: oh, and having a good library will also make unit testing of the code much easier, which is probably something we should be adding to upstream lxc soon too [13:30] that'd be great [13:30] for higher level testing, i do need to sit down with jamespage about hooking my testsuite up to our jenkins instance (or whatever we can) [13:31] stgraber: awesome. [13:31] i suppose maybe i should just set up my own jenkins instance in ec2 to do that [13:31] but i'll wait to talk to jamespage [13:32] stgraber: maybe we should flag ("(*)") items that would neatly fall in after a code rewrite [13:32] (like config file inclusion, etc) [13:32] hallyn: sounds good [13:39] hallyn, my bad - I've still not managed to help you do that.... [13:40] jamespage: at this point we can perhaps best sit and chat next week [13:41] hallyn, agreed - we should also see how this fits into overall QA plans [13:41] then have some good stuff in pipeline ATM [13:41] if you care to look when you have a moment, it's at lp:~serge-hallyn/+junk/lxc-test [13:41] is there a qa session where this should be discussed, or is talking over lunch just as well? [13:48] hallyn, I'll try to find out === dendro-afk is now known as dendrobates === al-maisan is now known as almaisan-away === pehden is now known as Pehden|AWAY === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === EvilResistance is now known as Resistance [15:30] adam_g: is there any OpenStack charm session scheduled for UDS ? [15:30] adam_g: was wondering if we could make it a strong alternative to devstack for all-in-one development environments on ubuntu [15:36] ttx: there isnt one afaik [15:37] zul: couldn't find it either === dendrobates is now known as dendro-afk === matsubara is now known as matsubara-lunch [16:01] hi [16:02] can you help me? [16:03] ? [16:04] !details [16:04] Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [16:06] okok, so, i have 5 pc [16:06] and i use 1 pc for Ubuntu Server 12.04 [16:06] how can I do to connect this pc with ubuntu server? [16:08] Connect how? [16:09] this pc are connect with one router to internet [16:10] i wourd like share file in server [16:11] and use phpmyadmin in all pc (excuse me for my english) [16:11] (phpmyadmin of Ubuntu Server) [16:11] do you understand? [16:16] aldo_, so... [16:17] basically you want to be able to share files between your computers through your server... [16:17] and want to have phpMyAdmin accessible by your other systems from your Ubuntu Server system? [16:17] true [16:21] Work in Team on Web Project is my purpose, than all pc will see the work and the files and phpmyadmin [16:23] than all pc will also see the web page files in php [16:23] I installed php [16:28] can you help me? === koolhead17 is now known as koolhead11|afk === dendro-afk is now known as dendrobates [16:45] Hello, I'm having a problem setting up a new 12.04 server. I've got 4 3TB drives, that I'd like to configure as software RAID10. However, I can't ever seem to set up any partition as bootable. In 10.04, I could create partitions as "Physical Raid Volume", and set the bootable flag. Now, the flag stays "off", with the result that the grub install step fails. [16:45] Has anyone seen anything like this? [16:47] hallyn: right, so jcastro told me I won't have the plenary slot for LXC at UDS (I guess that's the last time I propose a plenary considering how badly the last few went...). So I'll be blogging about it earlier than expected and will keep the talk for some other conference [16:48] hallyn: do you think there's sufficient interest to register a session for demo, q&a, ... or we'll have enough time for that in the lxc session [16:50] stgraber: not sure (i should think so) but you do remind me that at the last sprint, the kernel team asked for a lxc session showing more in-depth how it works, what kernel bits are used, etc [16:51] so perhaps even 2 such sessions - one high-level for people who want to use it, [16:51] and one low-level for kernel team and such. [16:52] (might also be good to have security team there to ask questions pointing toward the no-doubt-present security holes we haven't yet considered) [16:52] hallyn: I don't think we can really justify 3 hours worth of session for LXC but having one informational session and one development session would work. People should be technical enough at UDS that having some kernel questions during the session shouldn't disturb them too much :) [16:52] i'd think monday for the high-level one, and maybe wed or fri for the low-level one [16:53] stgraber: ok... perhaps i'll ask apw if he still wants one and we can make it private [16:53] stgraber: oh, you were tinking informational blueprint [16:53] i was thinking evening sessions [16:54] sounds good, do as you planned :) [16:54] hallyn: right, I was thinking about registering a session and having it put on the main schedule [16:54] hallyn, i am interested in knowing whats coming at me down the pipe, whatever works for those of you throwing it :) [16:54] k, doing so now [16:55] apw: ok, i do give sort of (my view of) a general roadmap to 14.04 wrt to lxc and kernel features in my next blog post. when i post it... [16:55] but i suspect getting together and starting with an lxc-create+lxc-start at a laptop, you all would think up some good questions === dendrobates is now known as dendro-afk === Lcawte is now known as Lcawte|Away [17:03] hallyn: https://blueprints.launchpad.net/ubuntu/+spec/foundations-q-containers-demo === dendro-afk is now known as dendrobates [17:05] jjohansen: would be great if you could attend for any security question ^ [17:20] hi [17:20] i have a vps with only SolusVM and ssh access (no cpanel / directadmin) [17:21] I'd like to use google apps for mail. where do I set the MX nameservers? [17:22] stgraber: cool, thanks [17:30] hallyn: so...do you want to merge libvirt? [17:31] jamespage: ping === dendrobates is now known as dendro-afk [17:33] zul: is that a trick question? [17:34] it's on my list... but happy to take it off my list if you want to do it [17:43] stgraber: ack, marked myself as essential [17:44] jjohansen: thanks [17:44] jcastro: pong [17:45] jamespage: check your voicemail. :) [17:46] jcastro: just picked it up === Nafallo_ is now known as Nafallo === lifeless_ is now known as lifeless === wiherek_DC is now known as wiherek [18:23] ttx: i was hoping to cover the openstack juju charms during the openstack next steps session [18:25] ttx: i can propose something dedicated to those charms, but IMHO the session at last UDS didn't really accomplish much other than adding a bunch of wishlist work items that weren't really tied to the ubuntu release. the essential charm stuff should align with openstack next steps nicely. [18:26] ttx: that said, both smoser and i have thought a lot about how to use juju to bootstrap openstack dev envs. but mostly multi-node setups, not all-in-one. i dont see much value in Juju doing that, it would mostly be a charm that just runs devstack? [18:30] ttx, but devstack uses source pkgs i suppose [18:32] koolhead17: but hacking on source installed from debian packaging is a drag. we had toyed with the idea of extending the charms to optionally install from upstream repositories [18:33] adam_g, well i will not think of writing charm 4 something which whose changes everyday/hour/minute :) [18:33] *source [18:36] i see few launchpad bugs/questions asked on mailing list because of temporary commits and devstack failing === Resistance is now known as EvilResistance [18:53] hello, I am runing a ubuntu server with geoserver, and I realy need a good performance, all docs says that sun-jdk delvery better results than the openjdk, so I am thinking in trying oracle jre 7, does anyone have experience with this that like to share ? thanks === steve_h is now known as hughessd [19:01] smoser: http://wiki.flimzy.com/index.php/Install_Debian_on_USB [19:10] hi, how can I remove a spurious entry from debconf-get-selections [19:10] ? [19:10] I accidentally added a line that does not correspond to any package [19:11] I know it's probably harmless, but it's annoying all the same [19:12] Is there a way to install Apache 2.2.22 and PHP 5.3.10 on 11.10? My host isn't able to accomadate 12.04 on my VPS yet. === Lcawte|Away is now known as Lcawte [19:22] JonEdney: Is there something that you need that isn't in 2.2.20 or 5.3.6 ? [19:23] No, I don't really run much, just assume they would be more stable. [19:24] JonEdney: I personally wouldn't worry about it. Security patches are applied even if the version number doesn't seem to indicate that. [19:28] hi, I have a server that won't accept a dhcp address [19:28] actually let me try just one thing... [19:28] Pici, that is good to know thanks. [19:29] brb [19:31] hallyn: not sure if you noticed but your blog post is appearing as just plain text, none of the URLs in it are actual links [19:33] stgraber: hm, thanks - i'll have to look at it (later) [19:38] Calif: do you have access to the dhcp server? [20:06] hallyn: just noticed we have a usernamespace session on the schedule for uds-q. Will that work without Eric present? [20:08] stgraber: What is a usernamespace? When I glanced at it, it looked like kernel stuff. [20:08] erichammond: it's kernel stuff :) [20:09] stgraber: i would try to get eric on the phone, but i would do the main presentation. (it's an informational one) [20:09] erichammond: basically the most important missing namespace for containers, that allows the userid range in a container to be different from that of the outside [20:09] stgraber: i'm not yet decided as to wehther to cancel it [20:09] erichammond: so uid 0 in a container != uid 0 outside of it [20:09] hallyn: yep, if you can have him on the phone, that'd be fine indeed [20:10] hallyn: I'm doing a cleanup pass through the sessions as I've noticed there was a few duplicates and sessions that really shouldn't be there, so was wondering if user namespace was one of them. Good to hear it's probably going to happen [20:11] stgraber: If it is specific to running VMs with Ubuntu, then I probably have little contribute. My interests are focused on running Ubuntu servers on Amazon EC2. I have no interest in running my own hardware any more. [20:15] erichammond: it's specific to LXC containers, so won't affect VMs [20:16] * erichammond looks up LXC. [20:16] Cool! but I'm still unlikely to have much to contribute, so don't schedule around me. [20:18] Is there any decent documentation for configuring KVM on Ubuntu 12.04 Server? I've found a lot of documentation for KVM but it's all for 10.04 and older, and it doesn't seem to work. [20:18] I found one document for ubuntu 12.04 beta 1, but that didn't work either [20:20] Hi! I am having some trouble with SAMBA/AD shares since I upgraded from 10.04 to 12.04. Is there anybody familiar with this process who could provide some insight? [20:25] stgraber: erichammond: fwiw, there is potential for (mapping-free) user namespaces to be useful for protecting the host from qemu drivers [20:26] anyway the user ns session would be informational [20:44] heh [20:45] rockets: KVM is pretty much very easy. You install kvm, you use it. If you want management tools for it, libvirt, virt-manager, and virt-viewer are useful for desktop use tools. [20:45] libvirt itself is useful also in a pacemaker-managed cluster of kvm-based hypervisor server clusters. [20:46] terwine: I don't totally use 12.04 /yet/, but I do have some 12.04 server VM's I run. What about Samba/AD are you having issues with? [20:48] Psi-Jack: I have a SAMBA share that I use to push nightly backups into. The share is hosted on my ubuntu server. The hosts that connect to it authenticate(or at least they used to) with their AD credentials [20:48] I see.. And what are you using for AD integration? [20:49] Also, I use a windows to unix user mapping for authentication. [20:49] kerberos5, and winbind [20:49] I see.. That's a painful combination. ;) [20:50] indeed. Took me two days to get it working on 10.04 when I set it up [20:50] Centrify, is one method I have heard works very well with AD integration, and doesn't have the same flaws winbind does. === nonotza_ is now known as nonotza [20:50] I have heard of this. Do you think it is worth a shot? [20:50] tyhicks, http://paste.ubuntu.com/965549/ [20:50] you seen that ? [20:51] terwine: I don't know yet. I've mentioned to my boss I'd be investigating into what is needed to centralize out authentication against their PITA ADS server. ;) Ended up getting a Windows 2008R2 ISO from them with one of the company VLK keys for it to experiment with in non-production environments. ;) [20:52] smoser: Yeah. For now, do a `find ~/ -inum 1279352`, verify that it is an empty file and then delete it. [20:52] (i usually just delete it) [20:52] Ah. I liked the fact that kerberos and winbind are free, and once I had it working before it was great for many months. [20:52] smoser: I'm working on handling the error path better that causes that empty file to be created. [20:52] but its annoying, and often i am made aware of it because something gets input/output errors when writing a file. [20:53] i've not lost any data that i know of to it, so i'm not terribly upset. [20:53] smoser: Is it usually the same file (or the same app) that causes it? [20:53] and happy that you are aware and working on it. thats good enough for me. [20:53] i dont knwo... recently its been offlineimap that i've been seeing it with i think. [20:54] which is wrigint maildir style files [20:54] ok [20:54] so its probably an order of magnitude the highest file writing thing i do [20:54] as in "lots of little files" [20:58] Psi-Jack, the issue is i need to set up bridging. NAT isn't going to do it for me [20:58] rockets: That's easy. [20:59] Psi-Jack, yes, easy when you know how to do it :) [20:59] Heh [20:59] rockets: Well, pastebin your /etc/network/interfaces, and I'll transform it for you. [20:59] lolol [20:59] hmm [20:59] is that all it really takes? [20:59] hold on [20:59] And having the bride-utils installed, yes. [20:59] server is reinstalling, should be done in like ~5 mins [20:59] bridge-utils even! [21:00] So I have a few bugs related to openstack packaging, any suggestion on how I can get them merged faster? Is it better to try and commit them into bzr (pull request) or debdiff? [21:00] The work is done, just not merged [21:00] rockets: Sure I'll still be here. :) [21:01] rockets: Just make sure when you're ready, say my name as normal, letting me know, paying attention to multiple channels. ;) [21:01] thanks Psi-Jack [21:01] terwine: I recently set up Samba/AD on 12.04 for testing a security update. I took some rough notes I could forward onto you. [21:01] That would be much appreciated. I'm also downloading the free version of centrify, but would love to stick with open source [21:02] also, thatnks psi-jack [21:02] terwine: pm me your email address [21:02] thanks* [21:03] tyhicks: Did you use Centrify? [21:03] Psi-Jack: No, winbind [21:03] * Psi-Jack shivers. [21:05] I got stuck configuring PAM the last time, then to bind windows users to the unix user === matsubara-lunch is now known as matsubara [21:07] roaksoax, search for maas at https://docs.google.com/a/canonical.com/?tab=oo&pli=1#home [21:11] Psi-Jack, bah I gotta go. Thanks for your offer of help. I'm sure I'll either figure it out, or wait until I can find you again :-D [21:14] heh [21:14] hheh === viezerd- is now known as viezerd === dendro-afk is now known as dendrobates [21:37] If I don't have access to something like directadmin, cpanel or linode panel etc., I can only create a name - ip relation for my vps by assigning the specific hostname to it, right? [21:39] (I dont want to set up my own dns, just use my hosting providers dns) === pehden is now known as pehden|away === Neal|ZNC is now known as Neal_ [22:42] roaksoax: if you care to help get this into -proposed, i'd appreciate. :) theres a debdiff attached to bug and a branch linked. i seem not to have sufficient upload rights to do it myself. https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/990742 [22:42] smoser: ^ [22:42] Launchpad bug 990742 in openldap "slapd fails to upgrade: requires libsasl2-2 (>= 2.1.24) installed" [High,Fix released] [22:45] adam_g: looking into it [22:46] adam_g: forgot to update the maintainer :) http://paste.ubuntu.com/965751/ [22:51] adam_g: uploaded [22:51] roaksoax: dahh thanks === Lcawte is now known as Lcawte|Away === pehden|away is now known as pehden === Arc_ is now known as a5m0 [23:47] how can I check which processes start at system boot? [23:59] I'm in a bit of a bind and I'm not even sure if this is were to ask but it's a start. I got a server with over 2k emails accounts (I'm trying to figure out how to find out when users last popped email from me so I can remove ones that are >6months old anyone got any advice? or point me in the right direction?