[00:10] Corey: thanks for your help, I'll let you know if/when I figure it out. [00:10] mgw1: No worries, I'd be curious to hear. [00:10] mgw1: #debian-boot on OFTC may be a decent resource as well for this. [00:22] Hello! [00:22] * Austneal pokes qman__ [00:31] Austneal: Get your dovecot issue sorted? [00:31] I have not >.< [00:32] Austneal: What's the issue? [00:32] postfix is working beautifully though [00:32] Austneal: It does that. :-) [00:32] I cant authenticate with dovecot [00:32] Austneal: What do the logs say? [00:32] one moment, ill pull it up [00:32] Yay. [00:33] http://pastebin.com/LVw22cbh [00:34] the error about unknown user being "root" was expected [00:34] there isnt actually a "root" [00:35] Austneal: That's... less than helpful. [00:35] https://help.ubuntu.com/community/PostfixVirtualMailBoxClamSmtpHowto <= this is the tutorial I was following [00:35] Austneal: You're not showing me a dovecot authentication failure. Or anything from dovecot at all, really. [00:35] Austneal: /join #postfix, then type !tutorial and press enter. [00:36] Ok... that didnt help :P [00:36] that tutorial didnt actually work. qman__ helped me straighten everything out [00:37] Austneal: Exactly. Most tutorials are crap. :-) [00:37] I suspect theres another .conf file thats messing things up [00:37] Austneal: You have yet to provide any dovecot logs. Is it even running? [00:37] I believe so [00:37] will double check [00:37] its running [00:38] Austneal: doveconf -n to a pastebin. [00:39] ...thats a lot of info [00:40] Austneal: That's the dovecot running config. [00:40] http://pastebin.com/kzGKa08g [00:40] Well we found your problems. [00:40] Those warnings are correct. :-) [00:41] the tut was crap? xD [00:41] Austneal: Fix that up, and see if that helps. [00:41] yeah, and you have two identical passdb blocks [00:41] get rid of one [00:41] There are no externally sourced conf files,merely /etc/dovecot/passwd. [00:41] so just replace the obsolete statements with the ones it shows, yeah? [00:42] Austneal: That's a good start. :-) [00:42] Austneal: doveconf -n > dovecot-new.conf, then edit dovecot-new.conf [00:42] When happy,copy it to dovecot.conf, restart dovecot. [00:42] (Why yes, I did spend many years running mailservers, why do you ask?) [00:43] (I've also got a salt state file that'll do the entire mail configuration dance for me, yay) [00:43] :P [00:44] qman__ Im not seeing two passdb blocks [00:44] but it is actually showing that in that output.... [00:44] hm [00:45] Austneal: You may be sourcing multiple files. I'd proceed with my plan outlined above. :-) [00:45] or grep -R for passdb [00:47] http://pastebin.com/awshapd6 is mine. [00:47] (Salt fills in the missing credentials in the mysql bits at runtime) [00:47] Er, at render time rather. [00:57] there are 18 conf files in the conf.d directory.... [00:57] could be any one of them >.< [00:57] grep [00:58] specifically, grep -R passdb /etc/dovecot [00:58] it will tell you which files contain it and on what lines [00:59] Austneal: That's nutty. I'd blow the directory out, build a unified dovecot.conf from dovecot-net.conf, and call it a day. [00:59] http://pastebin.com/nNza0qQY [01:00] that's the debian way, and it follows that it is the ubuntu way [01:00] *shudder* [01:00] "Guess which one of the 15 included files is causing you issues!" is a crappy game. [01:01] well... I dont want to just delete them [01:01] Austneal: mv /etc/dovecot/conf.d /etc/dovecot/conf.bak [01:02] it wont still read from conf.bak? [01:02] no [01:02] sweet [01:02] the includes are listed in the main config file [01:02] you will have to comment them out [01:02] or start fresh [01:02] the hell... its still showing 2 passdb [01:03] theres only one .conf file now... [01:03] you have to reload to make changes take effect, but before you do that, save the output to a file [01:03] and make that the main conf file [01:04] save dovecot -n to a file? [01:04] yes [01:04] mv /etc/dovecot/dovecot.conf /etc/dovecot/dovecot.conf.bak; doveconf -n > /etc/dovecot/dovecot.conf [01:05] then edit it and remove the redundant block, make needed changes, etc [01:05] then reload [01:06] done [01:06] doveconf: Error: ssl enabled, but ssl_cert not set [01:06] doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: ssl enabled, but ssl_cert not set [01:06] so set one [01:06] uh [01:06] dovecot.conf is empty [01:07] it shouldn't be, I just told you to create it [01:07] I know :/ [01:07] it has the first 2 lines, then nothing [01:07] I guess it's fortunate you have it in a pastebin then [01:09] idk, when I type in those commands, thats what it does [01:09] :/ [01:09] it does now because you reloaded dovecot's config with an empty one [01:10] that's why you needed to do it before reloading [01:10] but you have the old config in that pastebin link, just copy it back in [01:12] bah, now dovecot wont start [01:12] did you edit it to remove the warnings? they're not valid config syntax [01:13] ok... going to just dig through it [01:13] yeah [01:13] doveadm(root): Fatal: Dovecot is not running (read from /var/run/dovecot//master.pid) [01:15] ok... got it [01:16] its using the "stock" conf file [01:23] made some changes.... lets see how they work now >.< [01:33] running out of things to look for... [01:37] Austneal: Again, what do the logs say? [01:38] Oo [01:38] this might be something.... [01:39] http://pastebin.com/NvdQKUst [01:39] Austneal: chown dovecot /etc/dovecot/passwd; chmod 400 !$ [01:41] chmod: missing operand after `400clear' [01:45] Corey, should I chmod 400 to passwd? [01:49] Austneal: Uh, looks like you didn't copy paste. :-) [01:49] Austneal: Yes. :-) [01:49] !$ is a shell special variable, it means "the last argument to the previous command" [01:49] Corey: I am only a bot, please don't think I'm intelligent :) [01:50] ubottu: Nobody asked you! [01:50] Corey: I am only a bot, please don't think I'm intelligent :) [01:50] xD [01:51] well... error log isnt showing anything new now [01:51] but still not authenticating [01:51] ah, here we go [01:51] Jun 18 01:50:58 domU-12-31-39-0E-16-55 dovecot: pop3-login: Aborted login (auth failed, 1 attempts in 6 secs): user=, method=PLAIN, rip=72.161.234.148, lip=10.192.21.159, session= [01:52] wait... it says plain [01:52] but the password isnt "plain" its md5 or something [01:54] Austneal: I cheat, my credentials live in a mysql database. [01:54] Placed there by postfixadmin. [01:54] are the passwords stored as plaintext? [01:55] Good lord no. [01:56] Looks like salted sha1 from here. [01:56] So close to getting it >.> [01:57] I THINK I only need to change this one last little part.... [01:58] ok... here goes [01:58] #$%@! [01:58] auth failed [02:01] oh... thats new [02:04] Still with me Corey? :S [02:04] I appreciate the help >.< [02:09] Austneal: Sure! [02:09] Ok... Ive got it looking at the user & passwd files... [02:09] but I dont think its reading them correctly [02:10] user file looks like this: [02:10] test@domain.com::5000:5000::/home/vmail/domain.com/test/:/bin/false:: [02:10] and passwd like this: [02:11] test@domain.com:{CRAM-MD5}bunchofrandomlettersandnumbershere [02:13] http://pastebin.com/8LDqDnPr [02:13] Im not quite understanding the Syntax, I dont think [02:25] Any ideas Corey? :/ [02:51] Ok... so I think I got it to authenticate with plain text [02:51] but now I've got this error: [02:52] Jun 18 02:50:01 domU-12-31-39-0E-16-55 dovecot: pop3(test@domain.com): Error: user test@domain.com: Initialization failed: Namespace '': Mail storage autodetection failed with home=/home/vmail/domain.com/test/ [02:53] Jun 18 02:50:01 domU-12-31-39-0E-16-55 dovecot: pop3(test@domain.com): Error: Invalid user settings. Refer to server log for more information. [02:59] WAAAAAAAH [02:59] It works \o/ [02:59] I think... [03:00] Yay. [03:00] What was the bug? [03:01] was a dovecot bug of some sort [03:02] Its still authenticating over plain text [03:02] and mail isnt showing up... [03:02] but at least it authenticated >.> [03:03] Jun 18 03:03:07 domU-12-31-39-0E-16-55 dovecot: pop3-login: Login: user=, method=PLAIN, rip=209.85.215.166, lip=10.192.21.159, mpid=24010, session= [03:05] Ooh [03:05] I know why its not showing [03:10] but... idk how to fix it [03:21] Corey so close >.> [03:22] I can authenticate, and send mail to the address [03:22] but something is funky with the mailbox location or something [03:22] messages arent showing up in the email client [03:22] that would be a postfix issue, yeah? [06:01] i need to migrate a website to a different server. i was thinking i would set up a tcp proxy on the new server pointing back at the old server, update DNS, wait until it has propagated, migrate the data, turn off the old server and proxy. [06:02] one problem with this is that using iptables with NAT for the proxy, the old server will never see the real IP of the requests, which is important for session management. [06:02] can anyone recommend a better alternative? [06:31] Hi, I have a quad core 8 threads xeon server with 8GB RAM and ubuntu 10.04 installed. I want to upgrade the OS to 12.04 . But doubt I have is that I have few services running on it like: ssh, postgresql 8.4 with pgbouncer. Will the entire setup remain functioning if I upgrade to 12.04? or it will break. I am taking backup though [06:32] also ufw and ssh in running on non standard port === smb` is now known as smb [10:41] zul, any objection if I bump in a new version of tgt and enable ceph rbd support? [10:42] I've done a quick test locally and lgtm [11:36] Lo all. I moved a website (joomla) from host1 to host2. On the new host some characters are displaying wrong. I checked the database and the tables. Both are identical. I checked the http headers, both are identical. What am I missing? === BP is now known as Guest16969 [11:41] jamespage: no objections [11:41] zul, okay [11:41] zul, it seems pretty unmaintained in Debian [11:41] jamespage: yeah it does [11:43] Hi, does any one has seen of is familiar with performance difference between identical Dell PowerEdge M420's ? [11:44] of = or [12:12] zul, OK upload - I did a refresh on the packaging as well - I'll see what I can get back into Debian/upstream [12:14] ack [12:43] Hey friends, I am curious to know what will happen to ssh access to remote server if I upgrade Ubuntu server 10.04 to 12.04 ? [12:45] vedic, it will get restarted/upgraded & you will be able to access the remote server afterwards [12:49] koolhead17: I have sshd configured to run on non standard port and it has public/private keys setup. I hope that won't affect the server [12:50] vedic, technically pkg should ask if the config file should be overwritten, but better double check [12:51] koolhead17: I see [12:53] koolhead17: Btw, if I install kvm on 10.04 LTS (and don't upgrade it to 12.04), does that matter if I install 12.04 to guest machines? I see somebody has filled a bug previous on this issue [12:54] vedic, i would advise you to upgrade it :) [12:54] koolhead17: ok [13:51] hi, i am trying to prevent the installation of a package (openvpn) i tried doing a echo "openvpn hold" | dpkg --set-selections but it is still possible to apt-get install openvpn, is there a way to blovkit? [13:52] *block it === wedgwood_away is now known as wedgwood === wedgwood is now known as wedgwood_away [14:07] hallyn, ping [14:13] jsmos. [14:13] huh [14:14] smoser: . [14:15] hallyn, i sent mail. [14:15] ok [14:15] to @canonical === sivatharman__ is now known as psivaa [14:19] smoser: is using backport lxc packages acceptable for that? [14:20] probably not. i dont think juju otherwise enables backports. [14:20] so you verify that that is true at least. and known. [14:20] and non-trivial to fix i'm guessing [14:20] yes, you need to do some extra steps to enable nested lxc [14:21] smoser: if you detect you're inside lxc - I assume that is a container you didn't control then? [14:22] (basically you have to change the aa_profile and hooks in the first level container, then change the lxcbr0 config in the second container) [14:22] hallyn, juju probalby does control the creation of that container [14:22] or at least in some cases i think it would [14:22] but you're in cloud-init so you don't know [14:23] smoser: anyway yeah we can aim to make it more flexible later, for now it's reasonable [14:25] hallyn, maybe you could comment in that review teling them how they could create the container to support installation of lxc [14:25] will do [14:32] ok, done. [14:33] smoser: again probably nothing wron gwith taking the patch as is now, and i can float a patch later for cloud-init to detect whether it is set up properly so that lxc install should succeed. [14:35] oh. the patch is for juju, not for cloud-init. [14:35] so the solution would be for juju to just create containers more usefully. [14:36] then yeah. [14:36] my reply outlines all htat's needed [14:39] So - is there an easy way to take the image I'm booting with KVM and my own custom user-data and snapshot it so I can throw it into my own OpenStack for testing? Built with this: https://help.ubuntu.com/community/UEC/Images#Ubuntu_Cloud_Guest_images_on_12.04_LTS_.28Precise.29_and_beyond_using_NoCloud === astrostl- is now known as astrostl === exekias_ is now known as exekias === niemeyer__ is now known as niemeyer [15:29] zul, have you looked at qemu for the havana cloud archive yet? [15:37] jamespage: not yet [15:37] zul, is that documented somewhere? I need to look at ovs as well [15:38] jamespage: i have an idea what needs to be done but i havent anything written down no [15:39] zul, is this https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-pkg no longer required? [15:40] jamespage: no ill supersed it [15:40] hi, is there any easy way to get lsb_release from c++ ? [15:41] zul, I added those wi's to https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-havana [15:45] Last time I'll post... not trying to spam :) [15:46] So - is there an easy way to take the image I'm booting with KVM and my own custom user-data and snapshot it so I can throw it into my own OpenStack for testing? Built with this: https://help.ubuntu.com/community/UEC/Images#Ubuntu_Cloud_Guest_images_on_12.04_LTS_.28Precise.29_and_beyond_using_NoCloud [16:16] Hi, I am upgrading my server from 10.04 to 12.04 . I have sshd configured with public/private key . Just want to note the things how to protect from not getting locked out when this upgrade completes. Server is at remote location [16:18] I am thinking of making "no" to RSAAuthentication and PubkeyAuthentication in sshd_config . Also root authentication allowed till I get the system upgraded. What else I should take care? Should I remove Protocol from 2 to 1? [16:18] Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key [16:19] I think the host keys will change while upgrade [16:20] vedic, why? [16:21] normally you just upgrade [16:21] and that is that [16:21] if you get locked out, someone rebooted the server during the upgrade or other very bad thing [16:21] of the 100's of upgrades I have done, I have never been locked out === shanemeyers_ is now known as shanemeyers [16:27] Just been handed a new 13.04 server, but sudo apt-get install foo doesn't auto complete package names, likewise for sudo service apa, etc. Any idea how to fix that? [16:28] It works out of the box on my other Ubuntu 12.04 boxes. Something changed with the readline setup on 13.04? [16:28] Or some package I need to install? [16:31] chmac, Try updating the repository real quick [16:31] silly thing to check, I know - but I had that once before ... :-P [16:34] patdk-wk: Server is at remote so wanted to take extra pre-caution. I need to install kvm but I think I should have host as 12.04 so guest 12.04 works fine. I saw a bug filled mentioning that on 10.04 host, 12.04 guest doesn't work properly (hangs) [16:47] I am trying to access remote system using ssh but its giving permission denied. Password is correct. I think I have missed something while removing pub/private key infra from sshd_config. I have that setup but I have removed it for time being. How to ensure its back to normal sshd_config which comes with ubuntu? [16:48] chmac: I think (not sure) it's provided by the bash-completion package. [16:50] rbasak: Awesome, thanks a lot, just installed it, and it's working. :-) [16:50] \o/ [16:52] smoser, zul, So how will I proceed with xen stable updates and the tech-board? [16:52] when is the next LTS release for ubuntu post 12.04.2 ? [16:52] smb: well what have you done so far? [16:53] zul, Wrote you an email asking how that is done... [16:53] ah: 14.04 :) [16:54] smb: so send email to the techboard explaining why, what, where, who: ill give you an example [16:54] zul, If you could make that a reply to that email that would be awsome [16:55] smb: sure [16:55] zul, cheers! :) [16:58] smb: done [16:59] zul, Got it. Thanks. [17:02] zul, thanks for helping smb. [17:02] smoser: no worries [17:10] Ok, got it working. [17:23] when upgrading ubuntu, the console asks me if i want to update the grub config with the package maintainer's version. Is it safe to do so? [17:24] dv81: you better check the diff and decide.. [17:25] i inspected the difference, but can't really tell ;P [17:25] pastebin it? [17:25] ok one sec :) [17:26] One of the options should be to do a diff when it gives you the prompt. [17:26] So, yesterday I was trying to PXE boot the precise installer with a local mirror for packages. So far, the installer is still failing to pick up the mirror host from the kickstart. I've tried to use both IP and a resolvable hostname for the mirror to no avail. Anybody have any ideas? [17:26] d-i mirror/http/hostname string 10.x.x.x [17:26] d-i mirror/http/directory string /ubuntu [17:27] mgw: did you rule out the preseed being ignored completely? [17:27] looking in syslog on console 4 reveals that it is doing a wget on us.archive.ubuntu.com [17:28] sarnold: it behaves very differently if I leave off ks=…. [17:28] from the boot options in my pxelinux.cfg/default [17:29] e.g., it appears to be using the network configuration options from the kickstart [17:29] mgw: is the kickstart overriding the preseed? [17:30] Is there a distinction? I'm giving the url of the preseed in ks= [17:30] aha [17:31] *places foot in mouth* [17:31] in syslog: kickseed: Unrecognized kickstart command: d-i [17:32] mgw: we're stepping way out of my familiarity, but I thought the kickstart-support was different than the original debian preseed support.. [17:34] sarnold: perhaps so, it looks like there's a ks= and a file= option [17:34] I'm changing to file= [17:35] sarnold, Pici, this is the first one it asks: http://pastebin.com/1dk4HQs2 [17:37] dv81: most of the changes are cosmetic, in comments. if you -do- accept the maintainer's version, you should add back the lines you've added, 54 through 58. [17:39] ok [17:39] sarnold, also whats your take on this: http://pastebin.com/yzR6gk4N [17:40] dv81: yikes, I'm surprised you're being prompted for that. [17:41] sarnold, is this showing a diff on /var/run/grub/menu.lst vs /tmp/file16Svmu ? [17:41] sarnold, yeah its not something im liking [17:41] dv81: yeah, and the /tmp/ version has _more_ entries than the /var/run/ version. I'm confused. [17:42] ^^^ and is that diff that the kernal to boot is being replaced with the new one? [17:42] dv81: Error: "^^" is not a valid command. [17:43] dv81: it looks like your version might be missing the "## ## End Default Options ##" marker and the "### END DEBIAN AUTOMAGIC KERNELS LIST" marker, but I really don't know enough here to suggest the right course of action. keeping what you've got feels 'safest', but that's an odd diff. === matsubara is now known as matsubara-lunch [17:45] sarnold, this is from a fresh 10.04 install, upgrading the the next LTS [17:46] i can only presume ubuntu has a massive testing regime for this kinda thing [17:46] and thus you would think all the defaults are sane ones [17:46] dv81: did you do the upgade via do-release-up(grade?)(date?) -- or did you use apt-get dist-upgrade? [17:47] dv81: it's not -that- fresh of an install though, you've got some custom configuration in the sysctl.conf ... [17:59] sarnold: so are ks and preseed even intended to work together? Or is it an either/or? [17:59] mgw: I'd guess XOR; I think KS is to help out the folks who might already have a workflow around KS from RHEL deployments [18:01] any info for troubleshooting a server that suddendly wont boot? I just rebooted to apply security upgrade and now I can't boot with any kernel [18:02] it just stays with a blinking line at top [18:06] sarnold: thanks for your help [18:07] mgw: is it sorted? [18:07] more or less [18:07] I think I just need to tweak the preseed now [18:07] mgw: hehe, now you've got more problems? :) [18:07] hello [18:08] sarnold: yes, of course [18:08] :-) [18:08] G55321: do you get a grub prompt to select a kernel? .. do you need to hold down shift or alt or whatever it was to show the grub menu? [18:08] mgw: excellent :) [18:08] Nahas: hello. [18:08] how do I view or edit the sources list using the terminal? [18:09] hi [18:09] I'm trying to do an update on 10.04 but it keep on failing when I use the gui and terminal. [18:10] How can I fix that? [18:10] Nahas: to edit, you'd use whichever editor you're most familiar with; for me, that'd be vim, so "vim /etc/apt/sources.lists" -- but vim is baffling if you've never used it before, in which case perhaps nano or joe or jed or emacs would be easier. [18:10] Nahas: are you using do-release-upgrade ? [18:10] Don't want to upgrade since 10.04 is lts [18:11] just want to update the over 300 packages that are there [18:11] Nahas: ah. [18:11] I use nano btw [18:11] Nahas: can you pastebin the failure? [18:11] but can't edit them [18:12] I get a grub prompt, I can even change kernel parameters and booting options etc....but as soon as I select a kernel and boot, its just stays there with a blinking line at the top [18:12] anyone else not able to install Raring using virt-install? i have a Raring host and 'virt-install --os-variant=list' only goes up to Quantal [18:12] not at this moment. [18:12] just found out that the only kernel that works is 2.6.38-45 [18:13] Nahas: you may need to use 'sudo' to elevate privileges [18:13] and I have installed up to 2.6.38.48 [18:13] i do that. [18:13] G55321: check your free disk space [18:13] Nahas: can you pastebin the failure? [18:13] wish i could [18:14] cant do that now [18:14] re-type the error? :) [18:15] first it gives me the error that could say that the server i'm trying to reach isnt there [18:16] like jm.archive.ubunut.com is there [18:17] i want to switch to the main servers but can't [18:18] I got 405 GB used out of 1TB available [18:18] G55321: even on /boot ? [18:18] everything is on 1 partition (software Raid 1 array) [18:18] /boot is also inside the array yes [18:18] 66M folder size === Will_ is now known as Guest35249 [18:20] G55321: hrm. do you have intrds in /boot/initrd* for your kenrels? [18:22] yes [18:26] G55321: this is a shot in the dark. try update-initramfs -u -k all to rebuild all your initramfses for all your kernels. perhaps that'll uncover an error elsewhere? [18:39] gents, saw that 13.04 is available but when i do 'do-release-upgrade' it fails. === matsubara-lunch is now known as matsubara [18:39] lickalott: by default, LTS releases will only suggest upgrading to the next LTS release via that mechanism [18:40] lickalott: there's a config file in /etc/ somewhere that selects LTS vs 'regular' releases.. [18:40] This is what I'm seeing - File "/usr/bin/do-release-upgrade", line 145, in [18:40] fetcher.run_options += ["--mode=%s" % options.mode, [18:40] AttributeError: type object 'DistUpgradeFetcherCore' has no attribute 'run_options' [18:41] lickalott: here we go: /etc/update-manager/release-upgrades [18:41] does anyone know if there are plans to move qemu-kvm 1.3 into Precise? [18:42] sarnold: ok I will try! thanks for the tip [18:43] G55321: good luck :) [18:46] that gave me "no new releases found" [19:01] sir lickalott: what is the output to 'lsb-release -c' ? [19:17] hey folks. I'm trying to create a package from source with checkinstall that I can use on a few identical debian/ubuntu servers. I've added a few extra lines into my Makefile/install area to create some directories in addition to some similar commands already there (mkdir -p). When I checkinstall on the server that I'm creating the package on (in the source tree) everything in my Makefile [19:17] is done correctly. When installing the package on another identical server, not everything in the makefile/install area is run. This must mean that installwatch is not picking up the folders being made when make install is run. any ideas why this may happen? [19:22] mdeslaur, around [19:22] saw bug 1192290 [19:22] Launchpad bug 1192290 in virtinst "virt-install cannot install Raring" [Undecided,New] https://launchpad.net/bugs/1192290 [19:22] is there any reason we wouldn't want virtinst to use/depend-on python-distro-info ? [19:24] smoser: hi! [19:24] hey. :) [19:24] smoser: we need more than a list of releases, raring needs to have a specific configuration [19:24] smoser: the cirrus driver no longer works with raring, for example [19:25] well, that could be handled. [19:25] smoser: I'll push an SRU soon [19:25] smoser: handled in what way? [19:27] well, at least at this point it seems like a simple set of rules works there. [19:28] ubuntu > hardy : VIRTIO_NET [19:28] ubuntu > jaunty: VIRTIO_DISK [19:28] Corey, sarnold: thanks for your help, I've got it working now [19:28] ubuntu > raring: VMVGA_VIDEO [19:28] the fundamental problem was using ks= instead of url= [19:28] to specify the preseed [19:29] smoser: likely either saucy+1 or one of the later ones should switch to SPICE [19:29] not sure which one [19:30] but yeah, I see what you're getting at [19:30] I'll think about it, and poke at it [19:30] mgw: Glad you got it sorted. :-) [19:30] i'm not sure whether or not i like dymanically (based on SRU) removing entries from 'virt-install --os-variant=list | grep ubuntu' [19:31] oh, having the unsupported versions disappear? yeah [19:31] but, i'm guessing once it drops from "supported" in distro-info, its possibly going to just stop working anyway [19:31] (as the mirrors will stop having data) [19:31] smoser: IIRC there's a particular mirror that offers packages for legacy purposes, but once it's out of support there are very few legitimate use cases for using it. [19:31] its probably no different here than generic policy on such things. [19:32] a user can always select "generic linux", or a release close to one that's still supported [19:32] Corey, right. but virt-inst probly doesn't say "oh, apt-get update failed... i'll try old-releases.ubuntu.com" [19:32] smoser: I cheat, libvirt nodes are CentOS here. :-p [19:33] smoser: I'm liking the python-distro-info idea, thanks [19:33] mdeslaur, good. i just really hate SRU's everytime sabdfl comes out with a new name. [19:51] can more than one proxy be listed in /etc/apt/apt.conf? [19:56] mgw, i dont thinks so. [19:56] smoser: thanks, I'll just use a hostname and update dns if the primary goes down [19:59] mgw: dns is the easy way to do it, but I've also had multiple systems in failover configuration with keepalived (part of lvs) for when it really matters. [19:59] mgw: It comes down to "is this proxy on the critical production path." [20:01] Corey: yeah, not really in this case [20:01] So dns should be adequate [20:17] jamespage, cinder+ceph question if you're still around [20:19] mgw: awesome, thanks :) [20:23] jamespage, gahh. nvm. dns. [21:03] Why does http://people.canonical.com/~ubuntu-security/cve/2013/CVE-2013-3567.html list Lucid as EOL and thus not provide an updated package? Doesn't the server edition of Lucid still have support until 2015? [21:03] chmrr: ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3567) [21:03] good question [21:06] chmrr, Pici, not all packages in 10.04 LTS are supported for 5 years. at this point, the only packages that are supported by the security team are located here: http://bazaar.launchpad.net/~ubuntu-security/ubuntu-cve-tracker/master/view/head:/lucid-supported.txt [21:07] sarnold: The 10.04 server that I have here has "Supported: 5y" on puppet's package description. [21:07] While that is not unreasonable, that is very much not clear from the desktop EOL notice [21:07] sarnold: also, that list is the packages that are NOT supported. [21:08] er, no, I misread. [21:09] Its in main in lucid, I'd expect for it to be supported. [21:09] Out of curiosity, what determines what packages make it onto that list? [21:10] chmrr: I believe it starts with everything on the server CD and then gets extended by a handful of extra packages here or there [21:15] thats why I am upgrading to 12.04 right now :D [21:17] :) === bratsche_ is now known as bratsche [21:21] Sorry if I missed the answer; flaky 'net died on me. The irc logs apparently havn't updated yet, so I can't easily check there. [21:21] chmrr: < sarnold> chmrr: I believe it starts with everything on the server CD and then gets extended by a handful of extra packages here or there [21:26] Is the "Supported: 5y" from `apt-cache show puppet` an error, then? [21:26] . [21:26] err - it's brainfart time... Trying to change a default route gateway... sudo route add -net IPADDRESS default gw no? it's saying SIOCADDRT: No such process [21:27] FunnyLookinHat: no such _process_? [21:27] right? [21:27] I'm confused as well... [21:27] err ... I meant: sudo route add -net default gw 10.0.0.0 [21:28] FunnyLookinHat: I _think_ that's an incorrect combination of modes... if you're setting a route to a network, I don't think you want to give a "default gw" on the line.. [21:28] sarnold, well, I'm really trying to change the "default" gateway that I see when I run $ route [21:28] FunnyLookinHat: I think it's either route add -net 10.0.0.0/8 or route add default gw [21:29] $ sudo route add default gw 10.0.0.0 = SIOCADDRT: No such process [21:29] heh - do I have to remove the old default gw first ? [21:30] FunnyLookinHat: do you have a host route or network route to 10.0.0.0? that's a funny looking host address... [21:31] It's inside a virtualbox VM - 10.0.0.0 is the network for the bridged adapter ( br100 ) that gets internet access from the VirtualBox host [21:31] you mean 10.0.0.0/8? 10.0.0.0/16? 10.0.0.0/24? [21:31] http://hastebin.com/sidurotufi.bash [21:31] I mean this ^ :) [21:31] and 10.0.0.0 is a invalid [21:32] ok, so 10.0.0.0/24 is your network [21:32] so what is your host? [21:32] FunnyLookinHat: what's the IP address of the host's vm-facing routing interface? [21:32] ifconfig br100 [21:32] (what a mouthful. there's got to be an easier way to say that..) [21:33] I did it in two words :) [21:33] Oh wait [21:33] Patrickdk: lol [21:33] You guys are right - I'm confusing it... eth0 _should_ be the default gateway [21:33] Because br100 is 10.0.0.1 - lol [21:33] heh? [21:33] Hmm ok - I guess my problem is elsewhere then. [21:33] 10.0.0.1 would be the gateway for your vm's likely [21:34] unless you have doen something really confusing [21:34] I'm runnig devstack, so confusing isn't the half of it :) [21:34] hehe [21:34] Issue is that my instances don't have network access... very strange. I'm 99% sure it's a routing issue though [21:34] I would just slap default gw 10.0.0.1 [21:35] assuming you have nat/forwarding setup on that host machine [21:35] well the VM currently CAN get to the net [21:35] that's the weird part [21:35] Just the instances it's hosting ( i.e. nested QEMUs ) can't [21:36] And I can't install traceroute to find the problem because I have no net access on the instance boxes :) [21:37] FunnyLookinHat: check the /proc forwarding sysctls? check the firewall rules to make sure it's doing NAT? [21:37] thought we where talking about the nexted qemu's [21:38] hmm ok [21:43] sarnold: BTW, I'm going to assume that the first line of the lucid-supported.txt file you linked to is also wrong, and should say "Lucid source packages not in this list are unsupported starting May 9, 2015" not "... Apr 29, 2015" [21:43] Because otherwise it makes even less sense [21:43] so, I just found on HP website an updated "critical" update to my network card, but it says that the OS is RHEL, can I still use it under ubuntu? the format of the file is scexe [21:43] http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=3683705&swItem=MTX-e75ffdec09e14d3b9031ae136e&prodNameId=3683706&swEnvOID=4004&swLang=8&taskId=135&mode=3 [21:44] chmrr: hrm, I must admit I've not paid much attention to the top line :) [21:46] s/2015/2013/ # whoops [21:48] if I've got a web app and am going to have several web apps on a virtual ubuntu server installation, would it be better and more secure to have the SMTP server on the same server, or make a new server for it? [21:48] I have a fresh install of 12.04 LTS server, and I didn't get to install the ssh server during setup. Now I can't access anything because my moniter says the signal is out of range. Is there any way to fix that blind? [21:53] Probably easier to install ssh bling (assuming networking works) [21:55] *sigh* I guess this server/desktop LTS discrepancy will no longer be relevant after Lucid goes away. [21:59] would it be better to setup SMTP on the same virtualbox server as my other web services, or create a different install? [22:00] I'd do a different one if it were me. [22:02] network connected successfully during setup, and i was able to install updates, but i forgot to do the ssh setup [22:03] thanks Scottk [22:04] You're welcome. [22:04] thurstylark: Then I'd log in blind and then sudo apt-get install openssh-client and then type in your password [22:07] what's the difference between the generic and server kernel types? [22:09] I just upgraded my server to 12.04 and a generic kernel got installed instead of the server one [22:17] OK, so color me further confused -- https://wiki.ubuntu.com/SeedManagement#Maintenance_Period says server LTS is server-ship and supported-server seeds. http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.lucid/server-ship.seed shows puppet included in the server-ship seed === MasterZuFu is now known as MasterZuFu|away [23:09] smoser, running into an issue getting a cloud image to boot as an m1.tiny on havana (was never a problem in <= Grizzly). exception.InstanceTypeDiskTooSmall() is getting thrown. dont suppose you've hit this yet? === marlinc is now known as marlinc|away [23:29] Hi, I would like to know that, is it possible to use rsnapshot on a shared host? [23:30] I have not root priviledges on the remote server and I would like to make a full backup. [23:30] privilege* [23:32] mojtaba: it should be possible, though you might need to go to some work to install the rsnapshot and rsnapshot-diff programs into your home directory, and configure your cronjobs yourself.. [23:32] sarnold: All configurations needed to be done on the local machine? [23:33] mojtaba: you'd need to set the configuration file appropriately, of course, but you could do that on the remote machine [23:33] sarnold: Does it need root privileges? [23:34] smoser, oh, ok. at some point recently the default disk size of m1.tiny got set from 0 to 1(GB). when set to non-zero, nova checks the flavors's disk size vs actual disk and fails if disk > flavor.disk. [23:38] mojtaba: the program looks smart enough to perform chown operations only if root [23:38] smoser, https://review.openstack.org/#/c/27991/