[00:01] New bug: #523538 in postfix (main) "package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/523538 === maxb_ is now known as maxb [00:15] kirkland: thank you! :D [00:15] ivoks: no problem [00:15] ivoks: on your bash patch [00:15] ivoks: i recommend fixing the bashism [00:15] ivoks: rather than using /bin/bash ;-) [00:15] ivoks: but not a blocker [00:15] kirkland: i'll do that once it is in main [00:15] or universe [00:16] i just need features in before FF [00:27] that's it from me for today, see you tomorrow [00:35] kirkland, how can I see all the VM's created using virt-manager with virsh? [00:36] RoAkSoAx: virsh list ? [00:36] kirkland, yeah I do that but does not work [00:36] i mean [00:36] does not list anything [00:36] RoAkSoAx: sudo virsh list ? [00:36] kirkland, not even sudoing [00:37] that's why I ask :) [00:38] RoAkSoAx: sorry, i don't know [00:38] RoAkSoAx: you might ask in #virt on irc.oftc.net [00:39] kirkland, ok will do... thanks :) [00:48] kirkland, btw.. I did create /patch/to/xml/file, which is the xml file that was created by virt-manager and now it is showed [00:48] i guess there's a but there [00:50] s/but/bug [00:50] * bihuhn (Away Grund : Auto Away nach 60 min | Pager : OFF ) === bihuhn is now known as Xp-Away [01:03] hi there i am blackilist frequenly (my server is NAT) and i got few users at the moment. there are any change that my server got virus? === zoopster1 is now known as zoopster [02:01] hi, how i can run a C program, i mean program.C? [02:03] Roxyhart0: It needs to be compiled. [02:03] Roxyhart0: At its simplest, that's done by running 'gcc -o program program.c' [02:04] But that assumes a lot about how the program was written. [02:04] It can be quite a bit more complex. [02:06] If I had to describe how most programs are written, it would be "badly" [02:06] Or "drunkenly" [02:07] :S [02:16] Any libvirt people: Does libvirt have an upstart script in Lucid? [02:16] (as apposed to karmic) [02:23] cef: apt-file should tell you [02:25] oooh, libvirt-bin no longer depends on crappy ol' hal [02:27] twb: I'm currently using karmic, which is why I'm asking.. trying to decide if I upgrade this kvm host to lucid and work on a bridging issue (see https://bugs.launchpad.net/bugs/495394 ) [02:27] Launchpad bug 495394 in libvirt "autostart almost always fails on boot time host" [Medium,Confirmed] [02:27] cef: you can get the file list from packages.u.c, too [02:46] twb: arggg.. for whatever reason when I looked at that yesterday, I missed the 'list of files' bit. *sigh* [02:47] cef: np [02:47] hrm.. now, do I upgrade this machine to lucid? hrmmmm [02:48] ubottu: karmic->lucid [02:48] Crappy bot [02:48] it's not running production or anything [02:48] !upgrade [02:48] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading [02:48] oh I know how to upgrade. :P [02:48] only upgraded to karmic on this box a week ago. ;) [02:49] If your way involve dist-upgrade, that's not the official way [02:49] But I can't remember what the "right" way in Ubuntu is, since it's some damn silly separate tool [02:49] nup, using do-release-upgrade, after installing update-manager-core [02:49] Ah, sorry, I misread you "do I upgrade" as "how do I upgrade" [02:50] <-- no desktop install on said box [02:50] ;) [02:50] not enough coffee eh? [02:50] cef: I'm still absorbing it [02:52] hrm, upgrade I guess and then time to seriously learn about upstart [02:57] dist-upgrade works fine too, if you're prepared to do all the work that do-release-upgrade does by hand ;) [02:58] JanC: but how do you know what that work is? [02:58] Do you RTFS of update-manager? [02:58] hey, can someone give a guide as how to a printer and cups?? [02:58] set up a printer* [02:58] ja660k: have you already tried the ubuntu-serverguide? [02:59] uhh? [02:59] i dont think so [02:59] twb: I've used it (through aptitude or synaptic) when the official way didn't work (on a system that had lots of non-official packages etc.) [03:00] just check what it wants to do, and if you don't like it, try to find why it's doing it, add/remove offending packges, repeat ;) [03:01] How do you check what it wants to do? Or by "it" do you mean aptitude? [03:01] but if possible I use the recommended way too of course [03:01] * twb installs update-manager-core in a pbuilder chroot [03:01] twb: when you use it interactively it shows what will be removed etc. [03:01] and yes I mean aptitude/synaptic/... [03:02] after I saw the official way tried to remove half of what I used ;-) [03:02] worst example of that was on a desktop anyway [03:02] JanC: I'm perfectly happy to full-upgrade by hand, since that's what I've been doing since Woody. But I want to upgrade documentation to tell me what the transition edge cases are, instead of just saying "use this wizard and hope it all works" [03:03] they can't document all edge cases, as they don't know what unofficial packages you have [03:03] is there anything i need to enable in order to use ssh tunneling to my server as socks5 host? [03:03] and nobody can test all combinations of official packages either [03:04] JanC: I mean I want them to document known edge cases -- i.e. I want the Debian upgrade process, not the hand-holdy Ubuntu desktop upgrade process. [03:04] twb: I agree documenting what update-manager does would be useful [03:04] even if it were only on soem wiki page [03:04] If nothing else, there should be an update-manager-core --dry-run --verbose [03:07] It looks like the only thing there is "-s, --sandbox Test upgrade with a sandbox aufs overlay" [03:07] twb: the GUI version shows you what it's going to do before actually doing it, so shouldn't be too difficult to implement? [03:07] There's a --proposed, but it looks like it doesn't DTRT [03:07] JanC: NFI. [03:09] it shows what new packages will be installed, what packages will be removed, what packages will be upgraded [03:10] if on a GNOME desktop it wants to remove all of GNOME, you know it's time to do amanual upgrade ;) [03:11] same should be possible on the CLI-version for servers IMHO [03:11] btw: 'do-release-upgrade' does that as well [03:12] no idea if it has other options (eg: show what will be done, etc) [03:12] Well, let's try it in a scratch hardy chroot [03:12] The lucid chroot failed because, obviously, there wasn't anything to upgrade to :-) [03:13] twb: heh.. I'm actually about to upgrade this karmic host to lucid, so I guess I'll find out soon enough [03:15] I am looking at Intel fibre network cards... would anyone know about Pro/1000 XF (pci-x) or the Pro/1000 PF (pci-e) ? I have boards with both these ports [03:18] Looks like update-manager needs an internet connection, too -- you can't just give it a lucid debmirror. [03:18] That means I can't use it on my secure sites, at least. [03:19] twb: doh! [03:19] Haha, and a ^C causes the app to backtrace instead of exiting cleanly [03:19] Crappy python crap [03:20] And the prompt says "Continue [yN]", but just hitting enter isn't the same as N [03:20] HI I am getting error to join the domain and do wbinfo: http://pastebin.com/dbf34dcb any idea? [03:21] It's also interesting on Hardy, it seems to assume that I'm doing LTS -> LTS, because unless I supply --devel-release, it claims there's no release after hardy. [03:23] will just scp my vm guests to a backup machine before I upgrade this vm host to lucid methinks ;) [03:24] Haha, ^C-ing do-release-upgrade leaves sources.list in a fucked-up state. [03:27] I can't work out why, but even if I restore sources.list and aptitude update, it still can't see packages from hardy. I was gonna install man(1) so I could read the do-update-manager manpage. [03:27] twb: it's a python script btw [03:27] Which is a waste of time, because it has no manpage. Fucking idiots... [03:29] yeah, no man page in karmic either [03:29] If this was Debian, that would be a policy violation. [03:34] hrm, looks like libvirt 0.7.6 might solve the bridge not being up issue, or at least, without fscking with upstart scripts.. hrmm oh well. [03:37] cef: ow ow ow ow ow -- guess what else it does. [03:37] cef: it ignores your local, unmetere, FAST mirror and always uses archive.ubuntu.com [03:38] twb: that iis fixed in jaunty+ at least [03:38] it used my approxx mirror [03:38] cef: hmm, do you have that in /etc/apt/sources.list, or in a sources.list.d/foo file? [03:38] Maybe it doesn't understand the former [03:39] apt/sources.list [03:39] Oh well. [03:39] I think it didn't use it prior to jaunty [03:40] Certainly looks like update-manager-core is waaay too flaky for me to use for LTS->LTS upgrade [03:45] they should backport a later version back to hardy before lucid ships, at any rate [03:46] Well, I don't turn on backports for production servers. [03:46] Because new versions = new bugs [03:47] twb do you have any ide about my problem? http://pastebin.com/dbf34dcb any idea? [03:47] It's not like a server needs a stupidly new firefox 3.5 :-) [03:47] no as in backport the script into main - as in traditional meaning of backport, rather than a repo meaning [03:48] cef: oh, right [03:48] :P [03:55] is there a way to block port scanners from my server? [03:55] ehnde: unplug it [03:56] and...just saw an entry in my apache access.log coming from something trying to find an zencart vulnerability :| [03:57] ehnde: you can use an iptables firewall, but it won't block someone who hits the right port [03:57] cef: depends if you mean xtables -m dscan [03:57] twb: yeah, but if it's a public webserver on port 80.. welll [03:57] ehnde: such a log entry isn't generated by port scanning. [03:57] two different episodes twb [03:58] hi just a question can you read that because i think i am invisible? [03:58] cef: if you're having iptables *detect port scanning*, you can use that to selectively blacklist access from that IP -- including access to the otherwise open port 80 [03:58] Roxyhart0: you're not invisible.. I just don't know the answer to your question, sorry! [03:58] thanks [03:58] twb: yeqah, assuming they hit a different port first. but yes, I agree, that would work [03:59] Sorry, it's -m psd, not -m dscan [03:59] I don't know how reliable it is; I've never deployed it. [04:00] From the manpage, I get the impression that psd will only detect sequential probing of a large port range. [04:00] So e.g. a typical port knocker won't inadvertently trip it [04:02] nad sombody know how i can install a package which is .tar i got samba 3.4.5 package in tar format [04:03] thats not a package for ubuntu [04:03] its either a bsd package (can't use) or its a source tarball (need to package it up) [04:04] lifeless: what isn't? [04:04] Address 195.19.32.17 maps to asus.bmstu.ru, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! [04:04] what's the tool that shows me a pretty graph of where my network usage is going? [04:04] i'd love to somehow blacklist stuff like that [04:04] MTecknology: rrdtool? Munin? Cacti? [04:04] twb: what Roxyhart0, the personal that asked the question, is asking about. [04:04] i just download it from ubuntu [04:04] lifeless: oh, sorry, I have /ignored Roxyhart0. [04:04] twb: nope, is was a pretty little cli tool, showed source/dest/usage [04:04] yes so i am invisible for you [04:05] MTecknology: by "cli" do you mean it emits an image file, or do you mean it's an interactive ncurses UI? [04:06] sorry i just download this package because i have a bug and the guys from ubuntu-log told me i should instal samba 3.4.5 but i dont know how to do it. I just download form whe webpage a tar file. any idea ? [04:06] twb: ncurses [04:06] MTecknology: I got no idea. [04:10] twb: any ideas what the cause would be? [04:11] twb: any ideas what that tool is called? I just forgot the name *** [04:11] MTecknology: nope, sorry [04:12] twb: I remember exactly what it looks like; but for the life of me, I can't remember the name [04:12] MTecknology: try feeding debtags and keywords into aptitude's filter. [04:12] aptitude search ~dgraph~dtraffic~Gcurses or so [04:16] gah.. I used this last time to find who was doing a dos attack on my system... [04:19] jnettop [04:19] there! [04:19] I hope that j doesn't designate java [04:19] no [04:31] is it possible to limit use of a port based on IP? [04:32] Anybody seen this failure before? I'm trying to install syslinux in a lucid chroot. http://pastebin.com/f1ade18c [04:34] Hmm, maybe it's whatever live-helper is doing AFTER syslinux is installed? [05:20] him one question the first time when i was setting samba wbinfo -u was working but i uninstall winbind and install again and it does work any more. maybe i miss some package? [05:34] ok, upgrading this karmic box to lucid. wish me luck! [05:59] good luck! [06:05] hrm, no workie. couldn't configure pre-depend for libplymouth2 for mountall [06:06] New bug: #523621 in squid (main) "squid_2.7.STABLE7-1ubuntu5 fails to install with " Unknown job: squid" error " [Undecided,New] https://launchpad.net/bugs/523621 [06:15] The lucid images I'm building switch to an 80x30 framebuffer when booting. This breaks qemu -curses -- how do I turn it off? [06:16] If I try vga=normal, the kernel segfaults. [06:24] hrm, another bug to follow for me: https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/514012 [06:24] Launchpad bug 514012 in mountall "cyclic dependency between mountall and libplymouth" [Undecided,New] [06:30] "[ 18.699679] Console: switching to colour frame buffer device 80x30" [06:44] hi [06:44] is there a way to download only particular repositoties [06:45] twb: btw: known alpha2 bug is that it leaves the fb device up after a boot, and you need to switch the VT *sigh* [06:46] cef: that's a different issue [06:46] ahh ok.. thought it might be related [06:46] I don't have X, I don't have ubuntu-minimal, I don't even have a root filesystem [06:46] it happens on server specifically btw [06:46] I boot a kernel and a ramdisk, and *even when I tell it not to*, it loads vga16fb [06:46] This is with the -generic kernel [06:47] Lemme pastebin for you [06:47] yeah afaik it's not specific to -server kernel.. it's something to do with the initrd.img I think [06:48] They might be related errors, but I'm not convinced it's the same error [06:49] Bug #506297 (from Known Issues @ http://www.ubuntu.com/testing/lucid/alpha2 fwiw) [06:49] Launchpad bug 506297 in plymouth "Graphical Ubuntu logo enabled on servers, no more login prompt" [High,Triaged] https://launchpad.net/bugs/506297 [06:50] http://pastebin.com/f30a1022b [06:53] actually that might be another thing I saw.. something about lucid images not booting in kvm .. or was it UEC? hrm [06:56] Also, WTF is the point of making a swap partition IN RAM? [06:56] sed 1d /proc/swaps ==> /dev/ramzswap0 partition 29632 0 100 [07:01] cef: I just checked, and sending ctrl-alt-f1 to the screen after vga16fb is loaded doesn't help -- as expected, it's enabling the framebuffer on all ttys [07:01] twb: ugh [07:01] It wouldn't normally matter, because you're looking at an analogue signal anyway [07:02] But because I'm in qemu, I can get 80x25 console visible as text, which you can just copy/paste. That's not the case for vga/vesa framebuffers [07:04] ok, I'm off home.. have fun ppl! [07:05] So now I try to reproduce this with a Debian kernel, so I can report it to them instead of using launchpad... [07:22] hi guys i got saba 3.4.5 and i want to install on ubuntu 9.10 somebody know how to do that? [07:30] ttx: morning [07:30] ivoks: yo [07:31] ttx: could you sponsor two of my packages? [07:32] ivoks: shoot [07:32] ttx: https://edge.launchpad.net/~ubuntu-ha/+archive/lucid-cluster [07:32] corosync and openais [07:42] hi guys please help how i can install samba 3.4.5 in ubuntu [07:42] Fuck, this problem is Ubuntu-specific [07:42] So now I have to fight apport and/or malone's mail gateway [07:43] twb what mean you "Fuck"? [07:45] i am a lady please respect! [07:47] ivoks: for corosync, quilt is no longer needed, you prefer to keep it in ? [07:47] hm... [07:47] yes, keep it, so that we don't add diff to debian [07:47] ok [07:47] this is something that should be fixed there [07:47] iirc [07:47] oh [07:47] no! [07:48] you removed the last patch :) [07:48] i added quilt [07:48] :D [07:48] Hey, guess what else is retarded? [07:48] ok, removing [07:48] i woke up 20 minutes ago.. [07:48] postinst scripts that call start(8) instead of invoke-rc.d(8), and thus IGNORE POLICY-RC.D [07:53] Am I allowed to speak in this channel if I don't run Ubuntu as a server? [07:54] Bacta: Hopefully, otherwise I'd be gagged too. [07:54] :P [07:54] Good [07:54] I got a +q in +1 for apparently not running lucid [07:56] most likely it was for asking questions that weren't relevant for lucid [07:56] New bug: #523646 in samba (main) "missing changelog on changelogs.ubuntu.com" [Undecided,New] https://launchpad.net/bugs/523646 [07:56] and doing so repeatedly [07:56] JanC: I didn't say or do anything :P An op there hated me, found out what distro I was using and banned me [07:56] Then felt bad and made it a +q ;) [07:57] * ttx uploads 2 minutes before EOD westcoast time [07:58] ttx: wait... that's it? :) [07:59] corosync done [07:59] it's 10PM on tahiti :) [07:59] openais in progress [07:59] thanks [07:59] I'd have difficulties to prove I'm on tahiti. [07:59] Sigh. So "apport-cli" apparently sent a bug to ubuntu, but I can't open the URL it gave me without digging out my stupid account details [07:59] aloha [07:59] :) [08:00] openais uploaded [08:01] thank you [08:01] ivoks: now if you need more you need a Tahitian coredev :) [08:01] :) [08:01] (or a FFe) :P [08:01] FFe from now on... [08:01] you should at least apply for ha stack upload rights [08:02] i'll apply for core dev [08:02] this is silly... [08:02] it's not as if I tested those better than you did :) [08:08] now, that's great... [08:09] all that's left now is wait for MIRs to get accepted and then upload new rhcs, ocfs2-tools and lvm and finally demote parts of rhcs :) [08:10] ivoks: Oh, you've created all the MIRs? :) [08:10] Or, well, ttx. :) [08:11] baffle: turns out, 99% of them weren't needed [08:11] but don't tell that anyone, cause i'll look stupid [08:11] :) [08:11] ivoks: Is there really a functioning cluster in Karmic? I have it *running* on a set of machines, but it seems a bit.. Off... [08:11] ivoks: :-) [08:11] ivoks: (I figure since you have been working with cluster for lucid you might know the state of 9.10) [08:11] baffle: rhcs isn't really maintained, and pacemaker in karmic was still non working solution [08:12] ivoks: Hmm, okay.. Because what I have now seems to be a bit hit'n'miss.. [08:12] but lucid should have gfs2, ocfs2, clvmd and lots of other goodies with pacemaker [08:13] ivoks: It seems to be using corosync.. But it takes many minutes to get it to actually join the cluster, and on a different setup clvm doesn't work and all. [08:13] corosync is just one part of the story [08:13] both pacemaker and rhcs use it [08:13] clvm on the other hand, in karmic, is compiled with support only for rhcs2 [08:14] ivoks: And it also seems LVM does not fall back to local locking when I've set up cluster locking? Wich is a problem since I have / on a local LVM VG. Wich means servers won't boot, since there is no cluster at initramfs stage. [08:14] that should all be fixed in lucid [08:14] ivoks: Great. [08:15] i've seen that bug report of your complains on irc [08:15] ivoks: Is it working in Lucid now, or are you waiting for the MIRs? [08:15] i'll look into it, once everything is there [08:15] at the moment, i don't consider we have clvm at all :) [08:15] ivoks: I don't think I ever got aroudn to reporting a proper bug, since I haven't digged enough into it to be 100% sure it isn't PEBKAC. [08:15] baffle: clvm stuff? not yet... we need to recompile it with support for corosync [08:16] ivoks: Oh, so clvm doesn't use corosync? What does clvm use in Karmic? [08:16] ttx: could you that for me? :) [08:16] ttx: i could send you a patch and you would patch this loveley small meaningless package, called lvm [08:16] huh [08:16] :) [08:17] ...no :) [08:17] ok... i'll ask kees then [08:17] key to survival is to stay away from big predators. [08:17] :) [08:18] depends how you see surviving [08:18] just staying alive or taking other lives :D [08:18] Man, I'm confused [08:18] Did remoras work out how to get on IRC? [08:21] well, see you later [08:41] anyone can recommend an online log viewer for a centralised rsyslog server? (something like splunk but open-source) [08:41] logcheck [08:42] logwatch if you enjoy writing perl modules or having critical security events silently discarded [08:42] I'll check both options [09:11] New bug: #523665 in update-manager (main) "missing changelog on changelogs.ubuntu.com" [Undecided,Confirmed] https://launchpad.net/bugs/523665 [09:13] Bacta: I remind you to keep channel topics in mind [09:19] hrmf. if I mount an nfs filesystem and the server dies, it seems the client needs to be rebooted after the server comes up. volume is mounted with -o rw,bg,intr,soft [09:21] yeah, I have that same problem with my nfs mounts [09:23] never really looked into it because the server doesn't go down that often [09:24] doesn't matter, really. the connection should reopen [09:24] not just hang [09:25] morning [09:28] morning [09:29] morning [09:35] good morning [09:38] jiboumans: 'morning. [09:38] hey soren, how's life? [09:39] jiboumans: Much better now, thanks. [09:40] I just ran chkrootkit on all my servers, and on my router it detected dhclient3 and dhcpd3 as packet sniffers [09:40] I got an instance with Vanilla Ubuntu Server LTS 8.04 with nothing else than SSH [09:40] is this a false positive/normal, or do I have a problem? [09:40] is there an easy way to install the LAMP stack? [09:41] I had hoped to get it finished out of the box, but I didn't... [09:41] huayra, sudo tasksel install lamp [09:41] Anyone can point to a how-to or give me the apt-get install list [09:41] qman__, you rule! [09:41] thx [09:41] it gives me some locale failure [09:42] perl: warning: Setting locale failed. [09:42] perl: warning: Please check that your locale settings: [09:42] LANGUAGE = (unset), [09:42] LC_ALL = (unset), [09:42] LANG = "en_US.UTF-8" [09:42] are supported and installed on your system. [09:42] perl: warning: Falling back to the standard locale ("C"). [09:42] huayra: pastebin please [09:43] huayra, sudo apt-get install language-pack-en (or whichever language you use) [09:43] http://paste.ubuntu.com/378942/ [09:46] thanks a lot. it was lamp-server [09:46] ;) [09:46] this community makes me believe! [09:46] :) [09:48] I've moved my Ubuntu Server install from one partition to another. I have a seperate /boot partition. I've done this before (with the same install) and then it worked. Now it doesn't. When I boot Grub2 works fine, but during the boot Linux can't find the root filesystem. I've checked the UUID it wants to mount, and it is the correct one. So it looks like my InitRD has lost the RAID drivers or something (I'm running on softraid level 1). Anybody any advi [09:48] but I checked /proc/modules and the raid1 module gets loaded [09:49] huayra: sudo locale-gen en_US.UTF-8 [09:49] would someone sponsor my amavisd-new-postfix thingie? [09:50] I also updated /etc/mdadm/mdadm.conf with the new situation and /etc/fstab too [09:51] * ivoks looking for core devs [09:58] anyone? small feature before FF? [09:58] http://www.init.hr/dev/amavisd-new.debdiff <- it isn't that scary :) [09:59] when I run update-grub on a LiveCD (I've mounted my Ubuntu install on it, and chrooted to it) I get the error "Cannot find list of partitions!". I've Googled for this error, but nothing simular to my problem came up, only really old stuff (Ubuntu 6.06 :S). I don't know if it has something to do with my problem? [09:59] why would you update grub on live cd? [10:00] CD is a read only medium [10:00] I know [10:00] you can't update anything [10:00] but I boot a live CD, and then mount my Ubuntu install and update Grub in my Ubuntu install ;) [10:01] you chroot before you run update grub? [10:01] yes [10:02] you mounted all dirs? [10:02] yes [10:02] so, this is how i would do it: [10:02] all my partitions, /dev and /proc [10:02] sudo mount /dev/sdXY /mnt [10:02] sudo mount -t sysfs /mnt/sys [10:02] sudo mount -t proc /mnt/proc [10:02] sudo chroot /mnt /bin/bash [10:02] sudo update-grub2 [10:03] i'd also run: [10:03] sudo update-initramfs -k all [10:03] and then update-grub [10:06] hmm, trying that now ivoks [10:07] I didn't mount sysfs [10:07] and update-initramfs -k all -u I didn't run [10:08] updated everything, rebooting now :) [10:11] ivoks: it didn't work :(, my /root device still can't be found :( [10:11] does it drop to the busybox? [10:11] yeah [10:12] just to know your opinion: I've a bunch of ubuntu server 9.04 running with some services (apache2, openldap, samba, mysql...). I know that maybe it wasn't the best move to install a non-LTS system. My question is, is it worth (and safe) to upgrade to 9.10 and then to the next LTS (10.04 I assume)? [10:12] acalvo: don't [10:12] wait for lts [10:13] Cybert1nus: and your root is? [10:13] ivoks: ok, seems fine. thanks [10:13] Cybert1nus: /dev/...? [10:13] ivoks: /dev/md3 [10:13] Cybert1nus: and is there /dev/md3? [10:13] no [10:14] how about lsmod [10:14] command not found [10:14] does it show any modules? [10:14] cat /proc/modules [10:14] cat /proc/modules does list modules [10:14] including the raid1 module [10:17] any ideas ivoks? [10:17] Cybert1nus: you are looking for md_mod module [10:18] and dm_mirror [10:18] hmm [10:18] problem found, I would say [10:18] cat /proc/modules | grep md_ [10:18] doesn't return any lines [10:19] how to add those? :) [10:19] try loading it [10:19] modprobe md_mod [10:20] done [10:20] now I've got a lot of md* devices in /dev [10:21] wait, i have a fire over here [10:21] no /dev/md3, only /dev/md3_0p1 till /dev/md3_0p4 and /dev/md_d3 [10:21] ok [10:22] you need to rebuild initramfs [10:24] boot into live cd, mount patitions and add md_mod to /etc/modules [10:24] indeed, with md_mod and md_mirro in it [10:24] and update initramfs [10:24] ok [10:24] booting live CD now [10:24] dm_mirror [10:24] md_mod [10:24] indeed, typo ;) [10:24] take care, got to run [10:24] ok, good luck [10:25] thnx for you're help [10:25] your* [10:58] i have strange problem, i have a raid set of 4x sata 1tb disks, - first partition on all 4 drives is a 1gb /boot parttion (raid 1) - now when i installed ubuntu server 9.10 grub fails to install, when i install ubuntu-alternate-desktop (text only install) it works fine... [10:58] why nmap isn't installed on ubuntu by default, should i use something else ? [10:59] maxagaz: We don't install random utilities like that by default. [10:59] maxagaz: [10:59] Whoops [11:00] soren, nmap, a random utility ? [11:00] maxagaz: Yes? [11:00] why? [11:00] Why what? [11:01] Why we don't install them by default? [11:01] i mean, what else should I use to check wether a port is opened/filtered/closed ? [11:02] nmap [11:02] It's the right tool for the job. [11:02] ok [11:02] That doesn't mean it should be installed by default, though. [11:06] where can I check where does fail2ban put the banned addresses ? [11:07] soren > id like to understand why it doesn't make sense to have nmap install by default [11:08] liva: Becuase it's dead simple to install it when you need it, and there's no need bloating a default install with every little utility that someone finds useful. [11:08] it's in the Chain fail2ban-ssh when checking iptables -L, right ? [11:08] Ok i understand [11:08] liva: If we installed every little utility that someone finds useful, the default install would easily grow to 5 GB. [11:08] liva: Or 10. [11:09] liva: Or more. I don't know. A lot, for sure. [11:09] yep true [11:10] maxagaz > yes [11:46] Hi i got a NAT and some of the client machines are with virus so my domain is blacklisted frequently. there any way to check the packages and stop when a virus is transfer? [12:07] hi i need to install a antivirus and antisyware for my nat. any diea? [12:07] idea [12:10] clamav is the antivirus thing in Ubuntu. [12:12] but are not working i got a confiker [12:15] Are you using clamav to scan all your traffic? [12:16] yes but doesnt work [12:16] or do i need to config something else on clamav [12:16] "something else"? What have you done so far? [12:16] Morning server folks...I'm still wondering if anyone can point me to any docs on how to configure CLVM? [12:17] it is checking emails but not sure about traffic about HTTP [12:17] Do you know how the virus got in? [12:17] Well, if you want to scan HTTP traffic you need a proxy of some sort. [12:17] Google for squid and clamav, and I'm sure you'll find something useful. [12:17] because i am blacklist (my domain) many times this week and they say is comming for virus, troyan or blabla [12:18] No, /how/ the virus got in. Mail? Web? Something else? [12:18] web apparently or IRC [12:21] i got this one http://mtc.sri.com/Conficker/contrib/plugin.html [12:31] hi [12:32] while installing ubuntu 8.04 server using net install i get "No root file system is defined" on Dell Poweredge 1950 64 Bit Server [12:32] i am using pxe install [12:33] It says Please correct this from paritioning menu [12:34] and when i click on i dont see that option [12:34] please suggest [12:35] Did you go through the partitioning? [12:36] soren: i am not able to see that option [12:36] I am using kickstart [12:37] shall i pastebin the ks.cfg file ? [12:41] I won't be able to make much sense of it anyway. [12:41] kaushal: Does it work if you're not using kickstart? [12:44] soren: yes [12:48] kaushal: Ok, try posting your kickstart file. [12:48] Gah, /me needs lunch [12:48] morning [12:49] lies [12:49] sure [12:50] * soren goes to lunch [12:52] soren: http://paste.ubuntu.com/379041/ [12:54] Hi, I tried to install phpmyadmin from the console but when I goto the URL it downloads a file called download [12:57] Hi, I tried to install phpmyadmin from the console but when I goto the URL it downloads a file called download [13:01] come on, please help [13:05] Hi, I tried to install phpmyadmin from the console but when I goto the URL it downloads a file called download [13:07] come on, please help [13:09] where can i find out about a good implimentation of file encryption? [13:09] do i have to encrypt a whole drive or is it possible to simply do a set of files? [13:10] Hi, I tried to install phpmyadmin from the console but when I goto the URL it downloads a file called download === lionel_ is now known as lionel [13:23] Ford121 > then you should download it and check which file is this. [13:24] I want to have a digital library that server for sharing ebooks audiobooks videos with cataloging system what technology is available please I googled a lot but I came in to situations like ILS(integrated Library System) but I want for storing content === Guest97766 is now known as bogeyd6- [13:35] Any one who has seen my question the question about the digital library I just want small hint please a keyword for google search is enough for me , I am waiting for you . People the precious kingdom [13:37] soren: any idea what bug #523589 could be? [13:38] Launchpad bug 523589 in vm-builder "vmbuilder aborts with "locale-gen does not recognize your locale"" [Undecided,New] https://launchpad.net/bugs/523589 [13:38] mdeslaur: GNOME stuff. Very annoying. Haven't completely tracked it down. [13:38] mdeslaur: gdm sets my $LANG to da_DK.utf8 rather than da_DK.UTF-8, like it used to. [13:39] mdeslaur: and like it should be doing. No idea why. Yet. [13:39] soren: oh, right...it used to be UTF-8...I though something looked odd about it yesterday [13:40] even locale -a shows utf8 [13:40] Is any one around among the 204 users or only your clients are there am I in the wrong channel I thought great ideas comes from server guys at least you have faced it at some part of your life or heard about it and I am looking for great ideas from you [13:41] os_: noone answered you because no one knows of anything to suggest [13:42] It is only about digital resource sharing [13:43] soren: just checking in with you for my query ? [13:43] am I wrong to call it digital library I am thinking of implementing it to an educational orgainization and I am looking for possible technology solutionsl [13:43] kaushal: I have no idea. Perhaps #ubuntu-install will be of help. [13:43] soren: Thanks [13:44] soren: there is no one in that channel :( [13:44] is that correct ? [13:48] As linux server administrator what task's do you do I am new to linux with only 2 years of experience but I can see there is no thing attractive in information technology world what types of tasks are done as a server administrator [13:48] kaushal: sorry, #ubuntu-installer [13:48] os_: Backups, updates, script writing. [13:49] like configuring web servers ldap kerberos .... all of nothing is attractive [13:49] but is this the only task of admin guy [13:49] is there some thing better I just want to have good time with IT [13:49] os_: depends entirely on the situation. How big the company is etc. [13:50] os_: What do you enjoy working on? Once you figure that out, you can look for a suitable job. [13:51] but is there some thing attractive I like things like big works innovation and some thing great not routine works [13:52] I like computer and I shifted from windows administration to linux to satisfy myself but I found nothing special just an overwhelming bunch of configuration files and command line options [13:52] I don't know what I can I do on earth [13:53] everything seems nonsense and useless of useless [13:53] How do you guy's around the world indulge yourself with your work [13:53] os_: sounds like your issues are deeper than which OS you are administering. [13:54] yeah but I am interested in computer works [13:55] you know even if I master linux still I am left with a lot of things like web integration with windows [13:55] hardware [13:56] etc what good thing is there on earth [13:56] os_: you can get apache to authenticate users against AD. [13:56] I thing you are guy's around the world from a lot of countries thank's for the internet [13:57] but this is a small thing you know what is the next step [13:57] How can I work a great thing for myself and the world [13:57] I want to bring some relief to the human life [13:58] but [13:58] good morning all. [13:58] but [13:58] good morning to you too [13:59] screen-x are you with me [13:59] screen-x: are you with me and the other guys too [14:00] * screen-x backs away slowly and points os_ at ##philosophy [14:01] hi guys,,, how often is it required for an ubunt server to be updated? [14:01] I am having a lot to say but I don't want to shift the purpose of this channel but every one I would like to remind you about yourself [14:01] Are you using the LTS version or the other versions [14:02] os_ using ubunt 8.04 [14:02] hey smoser [14:02] ubuntu 8.04, LTS [14:02] Also, do we need to reboot the server after the updates? [14:03] hello guys [14:03] I usually update it every 2 to 3 weeks and I reboot it if it is update like kernel update but sorry for not giving solid answer I would to leave it for the other great guys [14:04] the guys around in this channel [14:04] just want to ask what recommended partition scheme for ubuntu server [14:04] any site that you can point [14:05] please advise.. great guys [14:05] i've used ubuntu quite sometimes now and i want to learn the server side of it. [14:05] tnx in advance [14:07] swift: depends if there was a kernel update [14:08] screen-x.. what is the frequency? [14:08] i mean... do i need to do this every month? [14:08] or is it safe to do it quarterly? [14:08] corden: I tend to use a boot partition and the rest of the disk with LVM. But with grub2, you may not need a boot partition. [14:09] To interrupt Any one who would tell me any software or web based for digital library content sharing system I prefer web based [14:09] screen-x... im trying to get a "best practice" here [14:09] this is my last question sorry [14:10] swift: If you server is internet facing then you definitely need to stau up to date with the updates in the security repos, you can get apticron or something like that to email you when they are available, then only reboot if there is a kernel update involved. [14:10] ok [14:11] os_: resourcespace, greenstone? [14:11] screen-x, oic. but i want to experiment with server partitioning [14:12] corden: LVM is great for that, you can create/delete/shrink/grow LVs, you can move them between disks and do all sorts. [14:12] i open lot of informative site but have mix partition scheme [14:12] but i guess i will try what you suggested [14:13] since i only got 10GB hdd [14:13] thank you screen-x now I got a great keyword to google for this is enough from people like you [14:13] Let me copy and paste them to fire fox [14:13] and by the way which of the two you use? selinux or apparmor(default) [14:14] corden: I use apparmor, but I also use virtualisation to separate applications. [14:16] ah, separating your lamp, file other type of servers? i uses vbox in vmachine [14:17] corden: yeah, I'm currently using *cough* vmware, but hope to be able to move to UEC or something kvm based. [14:18] :) [14:18] ok tnx for the info [14:20] is there a channel for security / encryption? [14:23] guys, what command will tell me the linux distro? [14:24] uname -a f\doesnt give the necessary info [14:24] lsb_release [14:24] No LSB modules are available. [14:24] i got that message === bogeyd6 is now known as Guest32750 [14:26] That's the Right Way[tm] to do it. [14:26] swift: lsb_release -a [14:26] Do you need to do this programatically? [14:26] Or are you just poking around from a shell? [14:26] shell [14:26] bash [14:26] swift: /etc/issue usually has a hint. [14:27] ok thanks! [14:27] got it [14:27] hey all is there a way to inject module mptsas into 8.04 installer? [14:28] 9.10 picks up the controller and loads the modules but not from the LTS installer [14:28] zul: morning! [14:28] jiboumans: hey [14:29] zul: thanks for being flexible; can i give you a call now? [14:29] jiboumans: sure === Guest32750 is now known as bogeyd6- [14:54] wow [14:54] i havent used virt-manager on lucid yet [14:56] New bug: #522225 in mysql-dfsg-5.1 "permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb" [High,Fix released] https://launchpad.net/bugs/522225 [15:16] How can I restart the usb system so that udev is forced to redetect the devices without having to reboot the system (n.b. I can't just plug and unplug them) [15:17] In lucid, will clvm not depend on cman then? [15:17] I've done some reading and it seems possible to use clvm with openais, but you need to rebuild the clvm package to do that... [15:17] Oh and I'm running jaunty [15:18] Since it seems RHCS is being demoted, are there any plans to update clvm? [15:19] thafreak: yes [15:21] New bug: #523868 in samba (main) "FFe request: samba upstartification" [Low,New] https://launchpad.net/bugs/523868 [15:21] ivoks: so for lucid, clvm will be able to use openais? [15:21] thafreak: openais and corosync [15:21] Is there a bug of blueprint for this I can subscribe to? [15:21] oops, bug or blueprint [15:22] https://blueprints.edge.launchpad.net/ubuntu/+spec/server-lucid-cluster-stack [15:22] but there's nothing specific for clvm [15:24] That's fine...I'll probably hold off on trying to set up clvm until lucid then. [15:24] Are the changes to clvm in the current alpha? [15:25] I guess I could get a head start on testing with an alpha... [15:25] thafreak: nope, it still depends on cman [15:25] hopefully, this change would get in before alpha3 [15:26] excellent, when's alpha3 scheduled for release? [15:27] next week [15:27] but if you want, you could add my ppa and use clvm from there [15:27] any testing is welcome [15:27] cool...I may just do that... [15:28] what's your launchpad id? [15:28] ivoks [15:28] ok, wasn't sure if it differed from your irc handle...thanks for your help [15:33] smoser: around ? [15:41] zul: around? [15:42] ivoks: kind of? whats up [15:43] zul: i was wondering if you would have time to sponsor my amavisd-new-postfix addition for amavisd-new [15:43] ivoks: sure [15:43] bzr branch or debdiff? [15:44] debdiff [15:44] k url? [15:44] zul: http://www.init.hr/dev/amavisd-new.debdiff [15:44] ivoks: dont you need a ffe? [15:45] i probably do [15:45] i'll file it up with the rest of them [15:45] ivoks: please do so and then ping me again [15:46] zul: will do [15:46] thanks [15:47] thafreak: there, clvm is packaged [15:47] in ppa [15:47] Cool, thanks! [15:48] please test it [15:48] i haven't had time to do that [15:48] locking_type not set correctly in lvm.conf, cluster operations will not work. [15:48] that sounds promissing :) [15:51] thafreak: i just noticed that ocf is missing [15:52] ivoks: ocf? as in oracly filesystem? [15:53] I'm purely interested in clvm, nothing else... [15:53] no [15:53] ocf resource, for pacemaker [15:53] Ah, ok...is that needed for clvm to work? [15:53] well, if you want to tie it with pacemaker, yes [15:54] I'm sort of new to this...I've only ever used RHCS on redhat and that was a while ago (and a giant pain) [15:54] pacemaker is much easier [15:54] pacemaker, does that do the heartbeat/failover stuff? [15:54] yes [15:55] hmm...well I will be interested in that eventually, but not necessarily ATM [15:55] I'm setting up 2 KVM hosts, with shared iscsi between them...so I want clvm so I can use LV's for vm storage [15:56] eventually, it'd be nice to support migration if there's hardware failure, and I'm guessing pacemaker would be needed then... [15:56] but initially, I don't mind doing manual failover... [15:57] http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20090427/a62cf2ac/attachment.dll [15:57] there it is [16:00] * RoAkSoAx frustrated cause loadbalancers dont loadbalance... I wonder if that's because Im using VMs? [16:02] New bug: #523896 in postfix (main) "package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/523896 [16:05] RoAkSoAx: What are you loadbalancing? [16:06] Jeeves__, webservice. I;m actually testing keepalived/ipvsadm to backport latest keepalived to Karmic :) [16:06] RoAkSoAx: You could assume that ipvsadm tries to keep sessions together [16:07] Jeeves__, ivpsadm sends directly to inActConn [16:07] Jeeves__, you can follow it up here: https://bugs.launchpad.net/bugs/496932 [16:07] Launchpad bug 496932 in keepalived "Keepalived haven't LVS support" [Medium,In progress] [16:08] however I'm seriously thinking is because I'm using a VM Testing Environment and for some weird reason, ipvsadm is not able to NAT to the real servers [16:15] hi [16:15] ivoks, hi again [16:15] Thanks for your email [16:16] I have replied you on that email thread [16:16] please suggest [16:16] thafreak: http://pastebin.com/m3865011f [16:17] thafreak: it's doable; next lvm upload will include RA file (OCF) [16:17] kaushal: i haven't seen your mail [16:17] kaushal: did you download ubuntu 8.04.4? [16:17] yes [16:18] and does installation work? [16:18] from cd [16:18] ivoks, it worked fine with 8.04 too [16:18] I enabled SAS Controller in the bios [16:18] so, only pxe install doesn't work? [16:18] yeah [16:18] i get that message [16:18] i said, you need to update pxe boot [16:18] on server that has tftpd [16:18] it's serving old kernel [16:19] and when installer starts and connects to internet [16:19] it looks for modules for that kernel [16:19] and there are no modules for it [16:19] therefor it can not find your controler [16:19] ok [16:20] is another ubuntu server providing tftp service? [16:20] are you referring to tftpd /diskless kernel image or /var/www/ubuntu folder structure ? [16:20] did not understand that [16:20] kernel image [16:21] on my server, it's in /var/lib/tftpboot [16:21] it's very easy to fix it [16:21] just remove everything from there [16:22] and download latest hardy netboot [16:22] there's a really nice howto [16:22] https://wiki.koeln.ccc.de/index.php/Ubuntu_PXE_Install [16:22] ah you mean netboot image [16:22] ? [16:22] you can't miss with these [16:22] http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-amd64/current/images/netboot/ [16:22] that's right [16:22] got it [16:22] Thanks a Lot [16:23] sorry for the trouble [16:23] just mirror that to your server [16:23] sure [16:23] lftp -c "open http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/netboot/; mirror" [16:23] or amd64 [16:23] ok [16:24] so run that command in the command line [16:26] inside your tftp directory [16:26] i don't know which tftpd you use [16:26] i've provided you a link that covers everything [16:26] sure [16:26] i use tftp-hpa [16:26] ivoks, Thanks again [16:26] then go to /var/lib/tftpboot [16:27] delete everything inside [16:27] and run that command [16:27] then boot your server [16:27] mathiaz: http://pastebin.com/m3865011f [16:27] ok [16:27] mathiaz: isn't that awesome? :) [16:28] ivoks: cool! [16:28] kirkland: bug 523826 [16:28] ivoks: is that with packages from the ubuntu-ha ppa? [16:28] Launchpad bug 523826 in eucalyptus "Second node autoregistration fails with "Not a candidate for local cluster" error" [High,Fix committed] https://launchpad.net/bugs/523826 [16:29] ivoks: or with packages from the lucid archive? [16:29] mathiaz: yes, with addition of lvm2 from my ppa [16:29] mathiaz: well, corosync and openais are from ubuntu-ha [16:29] kirkland: feel free to box it with a few of your fixes and release, we need it for a3 candidates [16:29] mathiaz: cluster-glue, cluster-agents, pacemaker and heartbeat are still in the queue on launchpad [16:30] mathiaz: but there are no differences; those on ubuntu-ha or my ppa are the same as those sent to lucid archive [16:30] ivoks: so what's the state of the cluster stack spec now that FF is in effect? [16:30] ivoks: have all the packages been uploaded to the lucid archive? [16:30] mathiaz: all componentes are in archive [16:31] mathiaz: all deps have mir filled and except one all are already 'fix commited' [16:31] ivoks: great! Looks like everything is on the right track then [16:31] mathiaz: once openhpi is also accepted, cluster-glue|agents, heartbeat, pacemaker go to main [16:32] i'd say it is [16:32] ivoks: awesome work! [16:32] lets wait till is done completly [16:33] we might decide on https://bugs.edge.launchpad.net/ubuntu/+source/openhpi/+bug/515976 [16:33] Launchpad bug 515976 in openhpi "[MIR] openhpi" [Undecided,Incomplete] [16:33] ttx: please go ahead and release as soon as you have a fix you're happy with [16:33] pitti asks if we are commited to support openhpi [16:33] ttx: no need to wait on me to roll fixes together, IMO [16:33] I'm happy with my fix. I kinda like patches that are one character long [16:34] ttx: :-D [16:34] ivoks: what do we loose if openhpi doesn't go into main? [16:34] kirkland: ok, releasing then [16:34] mathiaz: support for IBM BladeCenter [16:34] ttx, here now. [16:34] mathiaz: it's used to stonith servers in blade [16:35] i just saw the euca call topic, and wished i would have called in [16:35] smoser: https://bugs.launchpad.net/bugs/523832 [16:35] Launchpad bug 523832 in cloud-init "20100218 fails to boot on UEC: 'time' is not defined" [High,Confirmed] [16:35] yeah. i just see. :-( [16:35] shouldn't fail to completly boot [16:35] smoser: On the good news side, i didn't reproduce mathiaz's issue :) [16:35] everything else shoudl be up, just the motd busted. [16:36] ttx: which one? [16:36] mathiaz: bug 522292 [16:36] Launchpad bug 522292 in ubuntu "Lucid UEC image 20100215 unable to start on UEC" [Undecided,Incomplete] https://launchpad.net/bugs/522292 [16:36] mathiaz: mine starts to boot alright [16:36] it even keeps on "running" [16:37] smoser: I just can't ssh in [16:37] and there are those scary messages in console-output [16:37] "time is not defined", speaking like Einstein [16:37] ivoks: what's the level of maintainaince in Debian for openhpi? [16:38] ttx, ssh should function. [16:38] zul: so no php 5.3 in lucid? [16:38] the fix is easy, but i'll look at it. [16:38] mathiaz: no im looking at FFE [16:38] mathiaz: i'd say quite good [16:39] mathiaz: http://packages.qa.debian.org/o/openhpi.html [16:39] same maintainer for 4 years [16:39] ivoks, what does l mean in lftp ? [16:39] just curious to know [16:39] it's the name of the program [16:39] smoser: no key shown in output, looks like it blocks quite early [16:39] smoser: maybe the blockage is unrelated to the error message ? [16:39] probably. i'll look at it though. [16:40] mathiaz: the debian guys are still fixing up the testsuite [16:40] take care, i'm off for today [16:41] ttx, i'll get it fixed asap [16:43] mathiaz, kirkland: I rewrote Dustin's PHP script in python and started configuration-filing it at lp:~ttx/+junk/boot-uec [16:43] ttx: nice! [16:43] kirkland: trying to get rid of those tmpfile and system calls :) [16:44] Still struggling with some of the language support, to get the right keyboard [16:44] ttx: I did the same as well: http://bazaar.launchpad.net/~mathiaz/+junk/install-srv/files [16:44] ttx: I didn't port everything though [16:45] ttx: and the boot.py script was built around http support in gPXE [16:45] mathiaz: I just couldn't get gPXE running correctly [16:45] didn't find the time to fully debug why [16:45] ttx: now that we have 3 scripts in some different variant we should schedule a session at UDS to merge all of this [16:45] mathiaz: sure ! [16:45] mathiaz: mine includes the magic "run eucalytpus from local repo" [16:46] so you publish to a local repo and check the "use local repo" checkbox. [16:46] ttx: and I think there's already a blueprint registered about that a PXE installation service [16:46] and voila [16:46] ttx: and there is cobbler as well ;) [16:47] mathiaz: you did see my email about PXE booting a UEC installer from mirror+localrepo ? [16:47] mathiaz: there are a few nice hoops to jump through to succeed [16:47] ttx: I think so [16:47] ttx: it's in my archive somewhere [16:48] mathiaz: I just integrated much of those hoops into my branch [16:48] mathiaz: also used the yaml config to outsource differences between dustin's setup and mine [16:48] ttx: IIRC it's mostly about generating the correct preseed [16:49] mathiaz: yes, a creepy early_command and a few other classic preseed values. [16:49] + some mangling of Release files in your localrepo [16:49] (but that's separate) [16:49] makes me think, I should publish that as well. [16:52] mathiaz: fyi mysql is fixed [16:52] zul: great - how did it get fixed? [16:52] mathiaz: the soyuz guys fixed it [16:52] zul: by doing what? [16:54] mathiaz: black magic im not sure slangasek told me its fixed [17:02] ttx, are you able to test a fix on that ? [17:02] would require cracking open image and re-registering [17:03] smoser: hm, I just closed my cloud [17:03] smoser: explain [17:03] Do you guys know how i can install the da locale package? [17:03] see my comment in bug. [17:03] * ttx restarts [17:03] the fix is easy as 'import time' in cloudinit/boto_utils.py [17:04] but unfortunately, the fact that htat code was hit means the metadata service wasn't around [17:04] which may point to Euca thing. with the 'import time' it would sleep and try again [17:05] smoser: i suppose you should commit the fix anyway ? [17:05] well yes [17:05] :) [17:05] hi [17:05] but i'm just interested in seeing if there is a Euca bug now [17:05] smoser: then i'll test tomorrow's images, it's EOD here :) [17:05] alright. [17:05] smoser: or convince Dustin to run it :) [17:05] is it right that there is no xen kernel for lucid? [17:06] so, ttx, or kirkland, or mathiaz where would you suggest i start to install a UEC right now [17:06] ttx: i'm just about to install UEC on the test drig [17:06] ie, install from media [17:06] smoser: local hardware? [17:06] kirkland: running todays image you'll fall into https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/523832 [17:06] Launchpad bug 523832 in cloud-init "20100218 fails to boot on UEC: 'time' is not defined" [High,Confirmed] [17:06] kirkland: follow smoser's advice to pass the first hurdle [17:06] ttx: k [17:07] i think you *may* fall into that [17:07] kirkland: correction: you /may/ fall into that bug [17:07] its possible its timing [17:07] heh [17:07] but if not timing then more [17:07] Only tried once, I must admit [17:07] and on first image registration [17:07] but i've never seen the "no metadata service up yet" bug for euca, only on ec2 [17:07] anyway, confirming it would be a good data point [17:07] * ttx EODs [17:09] while installing Ubuntu 8.04 amd64 Bit server using CD Image, does it fetch the kernel image from the internet ? [17:10] since pxe install has kernel image in /var/lib/tftpboot [17:11] am i understanding it correctly ? [17:11] the reason why i am asking is the CD install works perfectly fine [17:11] while the pxe install fails [17:12] since netboot kernel image is obsolete [17:14] has ivoks left for the day here ? [17:18] kirkland, where are you starting for an UEC install ? [17:18] ivoks you around ? [17:18] kaushal, most probably [17:19] RoAkSoAx, ? [17:20] kaushal, ivoks gone for the day [17:20] ah ok [17:20] Thanks [17:20] smoser: on the machines in Canonical's test lab [17:20] can someone answer to my query ? [17:27] mathiaz, https://bugs.launchpad.net/bugs/523625 [17:27] Launchpad bug 523625 in cloud-init "Wrong archive mirror temporarily set during the boot process" [Undecided,New] [17:27] why "wrong archive mirror" ? [17:27] trying to install hardy-lts from usb to a sata drive.. the installer only shows the usb drive, not the sata [17:27] what is wrong about it ? i thought you said it was right [17:28] need help: how to configure and install heartbeat in ubuntu [17:28] smoser: it's right at the *end* of the boot process [17:28] smoser: but not during the boot process [17:28] smoser: IIUC this is what happens: [17:28] smoser: cloud-config-puppet: apt-get update -> fetches from archive.ubuntu.com [17:29] smoser: then apt sources.list is modified to use the local ec2 mirrors [17:29] right. so your 'started' does not indicate finished [17:29] trying to install hardy-lts from usb to a sata drive.. the installer only shows the usb drive, not the sata drives? with amd64 [17:29] smoser: then cloud-config-puppet: apt-get install puppet fails [17:29] but 'started' [17:29] ie: start on started cloud-apt-update-upgrade [17:29] smoser: right - that's what I though as well [17:29] thats what i was asking about. [17:30] (thats what i was asking about yesterday) [17:30] :( [17:30] you need to run after that thing finishes. [17:30] need help on heartbeat installation [17:38] anybody know about heatbeat [17:58] checking in again for my query ? [18:05] hi [18:10] I have an ubuntu server 9.10 running. Fixed public IP but no reverse DNS possible (for smtp use). I have another linux server who acts as smtp server (with rdns) and I have whitelisted my ubuntu server. How can I configure postfix to send the mails to my another server instead of sending it directly to the internet? Thanks [18:58] nunor: see "relayhost" and http://www.postfix.org/BASIC_CONFIGURATION_README.html [19:26] At what point can I choose to install JeOS ? [19:27] inveratulo, at boot, when you hit f6 (i think) it lets you choose JeOS [19:29] ksoviero: hrm, not seeing it there... [19:29] says I can install a minimal virtual machine, but I'm trying to get a host OS up and running [19:31] I think I figured it out [19:32] inveratulo, at boot, when you hit f6 (i think) it lets you choose JeOS VMs. [19:32] woopse [19:33] inveratulo, i meant, JeOS is for VMs, or at least meant for it, but can be used elsewhere [19:34] ksoviero: yea i understand that, i'm trying to make sure i install ubuntu-server with the jeos kernel, looks like i'll have ot do it through expert mode [19:52] mathiaz, you want to sponsor bug 523625 [19:52] Launchpad bug 523625 in cloud-init "Wrong archive mirror temporarily set during the boot process" [Medium,In progress] https://launchpad.net/bugs/523625 [19:52] please ? [20:07] hello all [20:08] can I add this repos to my sources.list : deb http://ftp.fr.debian.org/debian/ lenny main contrib non-free [20:10] i've seen a strange behavior with open-iscsi in 9.04 and 9.10, is this the right place to ask? [20:12] mdeslaur: i updated the apparmor rule for mysql finally [20:13] well, seeing as mathiaz isn't around, can someone (zul) sponsor the cloud-utils package at bug 523625 [20:13] Launchpad bug 523625 in cloud-init "Wrong archive mirror temporarily set during the boot process" [Medium,In progress] https://launchpad.net/bugs/523625 [20:13] zul: uh...I'm not aware of that...jdstrand maybe? [20:13] jdstrand: ^^^ [20:13] mdeslaur: thanks zul [20:13] heh [20:13] zul: thanks [20:13] smoser: yeah sure gimme a sec [20:13] zul: thanks [20:13] mdeslaur: just stay out of it already! [20:13] zzzzzz [20:13] :) [20:13] we have an equallogic and a poweredge with four nic's, two of them are connected to the equallogic, the PE is running ubuntu 9.04 [20:14] I don't know how I typed that... [20:14] we have the eql LUN's running fine, with open-iscsi [20:14] but when we reboot the server dont login to the targets [20:14] in /etc/init.d/open-iscsi, at line 93, we have: [20:14] ISCSI_TARGET_NB=$(cat /etc/iscsi/nodes/*/*/iface* 2>/dev/null| grep -c automatic) [20:15] the original line is: [20:15] ISCSI_TARGET_NB=$(cat /etc/iscsi/nodes/*/*/default 2>/dev/null| grep -c automatic) [20:15] the problem is that we dont have a "default" file at each node dir, thats why we have changed it to "iface*" [20:15] i dont know if we should have a "default" file [20:17] smoser: umm...did you bump the changelog entry? [20:17] i thought so [20:17] yeah [20:17] archive is 0.5.5-0ubuntu1 [20:17] so there isnt a -ubuntu2? [20:17] ok [20:17] ill do it [20:18] this is 0.5.5-0ubuntu2 [20:19] zul, http://paste.ubuntu.com/379301/ [20:22] zul, i just tested [20:22] smoser: k done [20:26] aleyva: I don't have an answer to your open-iscsi questions. If no one speaks up on this channel, you may have simply missed being online at the same time as a knowledgeable person who can help. You may want to write to ubuntu-server@lists.ubuntu.com (list info ) [20:30] on karmic, does the r8169 driver work for RTL8111/8168B nic? [20:31] for latest kernel 2.6.31-19-server? [20:32] I went into rescue mode and the nic works with the generic kernel, but fails with the server kernel [20:32] zul thanks. [20:33] can I do a kernel update in rescue mode (booting from CD)? [20:38] hello. i have a machine which i can install ubuntu desktop on fine, but will not correctly install server. i am not sure why this is the case [20:39] the issue is at the grub bootloader stage of install [20:41] David_B, if you are multi-booting with other distros, you don't need to use that bootloader [20:41] ChmEarl: new machine, nothing else on there [20:42] k, you are stuck with it :) [20:43] chmeark: aye, but it won't instal! [20:43] do you have /boot partition and its ext2? === dendrobates is now known as dendro-afk [20:43] did you install with all defaults? [20:44] don't know, and yes [20:46] silly question, i assume a reboot is still required after updating the kernel or kernel modules? only I remember reading something somewhere about it not being required in some situations [20:46] David_B, so the install failed. Did you try to go into rescue mode and see if root is OK? [20:46] chmearl: hmm, no, let me boot from cd again [20:48] David_B: out of interest did you set up RAID or LVM voluems on the root device? grub can't boot from an LVM partition, you'd have to use LILO in that instance [20:48] AHA [20:48] That must be it [20:48] yeah, was just doing defaults and 'LVM' was default [20:48] :) it should offer to install LILO for you however [20:49] hmm, i seem to remember trying that, and it not working [20:49] odd [20:49] but I'll try again [20:49] if in any doubt however, create a partition for /boot which isn't on an LVM or RAID volume, then boot from that and set everything else up as you please [20:50] only needs to be 100MB or so [20:50] err, I only have my raid disks [20:50] would a USB pen drive do? [20:50] well no, reserve 100MB or so at the start of one drive for the /boot partition then use the rest of the drive for your linux RAID partitions [20:51] right… so would i need to un-raid my drives, partition them using the installer and then re raid them? [20:51] it's hardware raid off my modo [20:51] i'm afraid so yes [20:51] *mobo [20:51] ah [20:52] i thought you meant you were using linux's softraid [20:52] nope [20:52] in that case that does somewhat confuse things... at least it can do. [20:52] ok… would i be best off starting off without raid and going from there? [20:52] does the linux install program see your RAID'd drives as a single disk or as individual drives? [20:52] single disk i think [20:53] well, used to… now it see it as all kinds of rubbish as i've installed and reinstalled and fiddlled around so much [20:53] my advice - disable the RAID on the mobo, and use linux software RAID which is probably faster anyway if the truth is told [20:53] ok, I always thought hardware raid was faster, but this is just for a home web server so I guess it doesn't matter too much [20:54] most if not all "RAID" chips on motherboards aren't true hardware RAID anyway and are usually more trouble than they're worth. disable it, and set up RAID under linux if you need/want it [20:54] and I should be able to use grub with that? do you still recommend having a /boot partition on one disk? [20:54] grub can boot from mirrored drives just fine [20:55] so i install unraided, and then can I set up RAID after it's all booting ok? [20:55] but if it's RAID5 you want, forget it you need a /boot partition. if it's just disk mirroring you're doing however then you're fine [20:55] no, RAID1 [20:56] by the way, thanks very much, you've been extremely helpful [20:56] the steps you take should roughly be 1) disable RAID on the mobo, 2) boot the installer, 3) when asked about partitioning, nuke any and all partitions on your disks, i.e. initialise the partition table on each. then set up the partitions as you like. if you want RAID, create linux raid partitions on the drives, then you can do all your RAID setup from the installer itself [20:56] excellent, I'll give it a go! [20:56] :) [20:56] good luck [20:59] should I use LVM? [21:00] bearing in mind I'm not entirely sure what it actually is [21:03] if you're not entirely sure about it then either take the time to read up on it a little first (as there are concepts involved you really should understand before using it), or don't bother using it. [21:03] in general i wouldn't think it'd be required for a web server anyway [21:04] out of interest, i assume no one else had the answer to my original question then [21:04] DrNick_, I had to reboot after kernel update, so yes [21:05] ok thanks ChmEarl [21:05] and my new kernel was picked fine [21:06] I cannot seem to delete all the partitions, they say they are in use by 'ubuntuserver' [21:07] select each disk in the list and press , it should tell you it's about to initialise the partition table [21:07] David_B: you have to do it from the install/live CD - not from a running system (rescue counts as running) [21:08] I am doing it from the instal [21:08] the following things are listed: LVM VG ubuntu server, LV root - 497.4 GB [21:08] LVM VG ubuntuserver, LV swap_1 −2.3GB [21:09] Then my two hard drives, each with a 499.7 GB primary LVM partition and 361.9 of free space [21:10] yeah, that must be from before... you migt have to go in and remove the LVM volumes first.... or actually restart the install, and when asked if you wish to activate existing LVM volumes say NO [21:10] there doesn't appear to be an option to remove I'm afraid [21:10] then you should be able to nuke all the patitions and start again [21:10] how would i do that? [21:11] I can't see any 'nuke' option :P [21:11] reboot it. restart the install, when it asks if you want to activate your LVM volumes say NO. then you'll get the list as before, but without the LVM volumes listed at the bottom. then you'll be able to remove the existing partitions and start agian [21:12] ok, I'll try that, thank you [21:15] err, the installer didn't ask me about lvm options [21:15] do I need to go into a more advanced mode? [21:15] what happens when you select the first hard disk in the list and press with the highlight over it [21:16] it says I cannot modify the disk because the primary partition is in use by the ubuntuserver lvm thing [21:18] ok, what you'll have to do then, there will be a menu option for modifying the LVM config. go into that, remove all the logical volumes, then remove the volume group. basically you'll get a further menu with options, use that to remove the LVM volumes [21:18] they're what the installer from before would have created [21:19] ok [21:21] for managing services in Centos, I used chkconfig. What to use here for karmic? [21:22] I know about /etc/init.d/ [21:22] ok, Dr Nick, that half worked… I was able to delete the logcal volumes and the volume group [21:23] and then could go back and delete all the partitions on one of the disks [21:23] ok good [21:23] but... lol [21:23] though there is still one LVM partition on one disk that won't go away (same issue as before) [21:23] lvm volume group in use by ubuntu server [21:24] oh wait, did it again [21:24] needed to do it for both disks :p [21:24] :) [21:30] ChmEarl: best thing to use is possibly sysv-rc-conf [21:31] checking it out now [21:58] ChmEarl: update-rc.d is the most similar - fairly straightforward. [21:58] ChmEarl: see also : man service [21:59] i wouldn't recommend update-rc.d - as it says in the man page, it's mostly for use in scripts. sysv-rc-conf is most like chkconfig and has a nice menu interface also if required [22:01] New bug: #524095 in postfix (main) "Do I need postfix on my local machine ?" [Undecided,New] https://launchpad.net/bugs/524095 [22:14] PROCS CRITICAL: 411 processes with STATE = RSZDT [22:26] New bug: #524101 in eucalyptus (main) "optionally fetch public ssh keys from Launchpad when starting an instance" [Undecided,New] https://launchpad.net/bugs/524101 [22:43] if i install the bugzilla 3.2 package in karmic, then manually install the latest bugzilla from bugzilla.org, will apt overwrite if ubuntu pushes out a new release in the future? [22:44] this may apply to some of the other 'web' apps that there are packages for, like mediawiki [22:45] kirkland: hey - are you done with the UEC testing on tamarind? [22:46] mathiaz: mostly [22:46] mathiaz: i'm running an instance [22:46] mathiaz: i can't ssh to it though [22:46] kirkland: do you plan to do any more reinstall? [22:46] New bug: #522292 in cloud-utils (main) "Lucid UEC image 20100215 unable to start on UEC" [High,In progress] https://launchpad.net/bugs/522292 [22:46] mathiaz: oh, i'm on the wrong machine [22:46] mathiaz: i think i'm done [22:46] mathiaz: you can have it [22:47] kirkland: great - I'll test the iso support then [22:47] mathiaz: i marked the functional tests task i have done [22:47] mathiaz: i don't think i can do any scalability/performance testing [22:47] mathiaz: can it? [22:47] kirkland: that's what config_multi.yaml is for - in uec-testing-scripts [22:47] mathiaz: hmm [22:48] kirkland: it'll start as many instances as you want [22:48] kirkland: and ssh into them [22:48] kirkland: it tests the scability of starting/stoppping instances [22:48] mathiaz: okay [22:48] mathiaz: after you're done, i'll try that [22:48] kirkland: making that sure that 1000 instances can be correctly started for example [22:49] kirkland: I'll reinstall a topo1 then [22:49] kirkland: with 4 NCs and one CLC+Walrus+CC+SC [22:49] mathiaz: i'll drop all serial consoles [23:05] anyone got a suggestion for getting past Bug #514012 when upgrading from karmic to lucid (server, no X)? [23:05] Launchpad bug 514012 in mountall "cyclic dependency between mountall and libplymouth" [Undecided,New] https://launchpad.net/bugs/514012 === robbiew is now known as robbiew_