=== alex88 is now known as alex88[sleep] === astechgeek is now known as techgeek [00:48] hi all, having a problem here at home, I have a server running for months without problem, now without any change (except for upgrades to ubuntu) the server only works for a few minutes connected to a specific network switch and then stalls. connector to another switch seems to work to. other equipment (freeNAS, router, etc) works fine [00:56] New bug: #494267 in nagios3 (main) "package nagios3-cgi 3.2.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10" [Undecided,New] https://launchpad.net/bugs/494267 [01:02] jfig1234: do you have physical access to the host? [01:04] twb: yes [01:04] jfig1234: is the problem currently occurring? [01:06] twb: no, but i can easly re-plug the server on the switch [01:08] jfig1234: you want to collect information like "dpkg -l network-manager", "ethtool", "ip addr" and "ip route" both before and after the problem occurs. [01:08] jfig1234: you may also want to use tshark or tcpdump to perform packet sniffing [01:09] It may just be a switch or cable is dead, and needs to be replaced. [01:10] thanks, i'll give those a try, has for ports, cables, et all i've tried several... and oother equipment on that switch works fine [01:11] since its a test version i'll also try and install a older version of ubuntu and see if it works again [01:13] I do not think a different release will change anything. [01:18] anyone used the 'rescue mode' on the server disk? why is it asking me about a root fs? the root fs on this machine is trashed and the disks are going to fail. All I want to do is boot up a minimal install and copy the files off the machine, preferably across the network. [01:19] twb: i dont see how either but this has gotten me very bugged... same server works on one switch and not on another, switch thats causing the problems works fine with other equipment... that server was working for several months - on that switch - without and problem..... [01:19] I assume you have rebooted the switch [01:19] :) several time [01:19] cef: the rescue target will not help you there [01:20] twb: yeah.. and there isn't even an ftp client on the thing.. grr [01:20] cef: at least, it'll be far less hassle to find generic live media that includes lvm2/mdadm/whatever you need. [01:20] or scp [01:20] cef: you need to request sshd specifically [01:21] cef: it will appear as a checkbox if you boot with expert [01:21] twb: in the rescue? ahh ok.. I didn't boot with expert on the rescue mode [01:21] <`jpg> jfig1234: Clear the cache on the switch if it doesn't on reboot? [01:22] cef: try "rescue priority=low" [01:22] cef: but it'd be easier to just use a knoppix or centos live cd [01:22] just frustrating that the rescue mode is next to useless if the root fs is trashed, which, imho is one of the reasons you need a rescue disk [01:22] The ubuntu ones won't do because they don't include mdadm and lvm2 out of the box, and it's a PITA to install them [01:22] don't need either.. hardware raid [01:23] cef: I don't think rescue mode is intended to be a full-featured rescue system [01:23] but it's an older machine so any livecd that has a gui is going to run like a dog [01:24] cef: both centos and knoppix live CDs do not force you to run a GUI [01:24] This is another reason they are better than ubuntu's live CD for rescue purposes. [01:30] <`jpg> cef: Also take a look at hirens boot cd etc, there are lots of console only rescue cds out there that do a great job. [01:30] Yu [01:30] *Yup [01:31] I sometimes roll my own using Debian's live-helper [01:31] `jpg: ta [01:31] <`jpg> I am wanting to build a high availablity cloud using Ubuntu UEC. Has anyone deployed a cloud that can advice in making the cluster controller more redundant. [01:31] <`jpg> *advise on [01:38] well can't find anything at short notice that has the mylex DAC960 driver in it, so trying expert mode just in case [01:41] LSI make real hardware raid? [01:41] ahh openssh-client-udeb option :D [01:41] Mylex, not LSI [01:42] (at least, in this system) [01:42] "September 2002 - LSI acquired Mylex from IBM." [01:42] well, this IS an old machine [01:42] Shrug [01:42] and this is a Mylex card [01:44] and hey, it works. :D [01:47] hey geys [01:47] twb: ta for the help btw re: expert mode on the rescue disk [01:47] cef: no problem [01:48] cef: the reference is [...]/dists/hardy/main/installer-i386/current/images/netboot/pxelinux.cfg/default [01:48] Or just isolinux/isolinux.cfg if you have the CD in front of your :-) [02:03] hi, I've livebooted a ubuntu 9.10 CD on a dell, when I plug in my usb external HDD, it's saying a device 2-1 was plugged in, but it is not creating a device. Any ideas? should I just get the newest version and hope for the best, or is there something that I can do to prod it alone to create a device? [02:06] duvnell1: we can't help you with the live CD, since it's effectively ubuntu *desktop*. [02:07] <`jpg> Never seems to be any Cloud experts about. :( [02:08] `jpg: is there a cloud-specific channel? [02:08] e.g. #eucalyptus [02:10] <`jpg> Hmm..will check, cheers twb. [02:27] New bug: #494291 in kvm (main) "kvm: xp won't talk to USB device with host linux-image-2.6.31-16-generic" [Undecided,New] https://launchpad.net/bugs/494291 === astechgeek is now known as techgeek [03:31] is there an inittab on hardy server? [03:31] is there much different from the server install and the desktop install (apart from default server apps being installed and a gui on the desktop).. just the kernel, isn't it? [03:31] or is there base differences in the core somewhere? === techgeek_ is now known as techgeek [03:33] oh_noes: upstart only understands a strict subset of inittab [03:33] oh_noes: and hardy runs upstart, IIRC [03:33] oh thx, didnt realized it was upstart. [03:33] oh_noes: most of what would be inittab is in /etc/event.d [03:34] oh_noes: Dapper was the last Ubuntu release with inittab. [03:35] With a default one, that is :-) [03:36] thanks guys, looks like upstart has an easier config than inittab too [03:36] * cef realises that if he wants to boot off a cdrom, it might be useful to have one in the machine.. oops! [03:36] The reason I ask is, I have an OS Appliance where I want to create a "Press F1 to do something" at the console CLI login [03:37] so I think (and please tell me if im wrong), modify /etc/event.d/tty1 and use a different getty? [03:38] I wonder if any getty alternatives have a 'create a keypess script' so when a keycombo is pressed it just runs a script [04:05] is there a tool that can compare the content of files [04:05] ? [04:05] between two servers [04:05] in order to synchronize it [04:06] like comparing configuration files [04:09] maxagaz: you want one file to become like the other? [04:09] maxagaz: or give each file what is missing from the other? [04:12] pmatulis, i want some config files to have some common content [04:13] pmatulis, but keeping also some special content too [04:13] i hear about something like ogeas... [04:13] !info ogeas [04:13] Package ogeas does not exist in karmic [04:14] augeaus I think. [04:15] !info augeaus [04:15] Package augeaus does not exist in karmic [04:16] !info augeas [04:16] Package augeas does not exist in karmic [04:16] bah :) [04:17] it's augeas-tools, augeas-lenses [04:17] !info augeas-tools [04:17] augeas-tools (source: augeas): Augeas command line tools. In component universe, is optional. Version 0.5.1-1ubuntu1 (karmic), package size 27 kB, installed size 92 kB [04:18] maxagaz: go for it [04:22] thanks! [04:27] when i try to use rsync via ssh to back up to a module, rsync errors out with rsync: connection unexpectedly closed (0 bytes received so far) [sender] [04:27] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.5], but it works fine if i use a direct path. what gives? [04:33] soren: did you have any difficulty merging jaunty's libvirt from debian? I'm running into libtool errors but I see no mention of it in the changelogs. [04:34] i backported the patch from libvirt 0.6.5 to fix Bug #368084, I just can't get it to build. [04:34] Launchpad bug 368084 in virt-manager "internal error creation of non-raw images is not supported without qemu-img" [Undecided,New] https://launchpad.net/bugs/368084 [04:35] perhaps I should poke around in motu while he's away, they may be more recent on libtooling issues [04:42] I see error messages like: "Dec 8 12:58:12 AmurgDVR udevd-work[598]: pipe failed: Too many open files" and "unable to create db file '/dev/.udev/db/block:sda': Too many open files" - even though there are only ~3k open files according to lsof? - any ideas? [04:43] check out `cat /proc/sys/fs/file-max` [04:44] tbielawa: 96570 [04:46] not sure, but I'm reading this. http://www.netadmintools.com/art295.html it mentions the difference between lsof and /proc/sys/fs/file-nr [04:46] hackeron: ulimit -n is another way max open files can be restricted [04:47] jmarsden: ah, ok, that shows 1024 and udevd has 1075 open -- hmmm? [04:48] udevd may have been started from an environment with a higher limit. Also check /etc/security/limits.conf [04:48] http://dpaste.com/131078/ < what's happening there? [04:49] jmarsden: that file has nothing but comments - this is a vanille ubuntu karmic [04:49] OK. Your pastie... I'm not sure what that means, looks almost as though udev is finding the drive, losing it, finding it again, losing it... ?? [04:50] same thing on a few other ubuntu karmic servers I have [04:50] is udevd broken in karmic? -- what does your lsof -n | grep udev | wc -l show? [04:51] 37 here on Karmic desktop amd64. [04:51] mine's a karmic server amd64 [04:52] But of those, most are GNOME-related [04:52] lsof -n | grep udevd | wc -l # shows only 4 [04:52] # lsof -n | grep udevd | wc -l [04:53] I can boot a Karmic server VM and try it there too... [04:53] 1073 [04:53] Wow... that's... a lot :) [04:53] Have you modified the udev rules in any way from the defaults? [04:53] everything seems to work just fine, but I get occational messages in syslog that udevd pipe failed: too many open files [04:53] nope, everything is completely vanilla [04:54] Then that looks like a bug of some sort to me. [04:54] only thing I changed is the apache config and the flag not to prompt on fsck during boot in /etc/default/rcS [04:56] I get 55 in a freshly booted Ubuntu Karmic Server VM, so there is something different about udevd action on servers, it would seem [04:57] And it seems to be slowly increasing over time... 57 now... [04:57] Have you searched Launchpad for relevant bugs? [04:58] hmm, this looks relevant < https://bugs.launchpad.net/ubuntu/+source/udev/+bug/463347 [04:58] Launchpad bug 463347 in udev "devices not detected -- too many open files" [High,Fix released] [04:59] I'll try to distupgrade - haven't done so in a couple of weeks [05:00] It's not clear that fix is in karmic-updates yet, at least not from the bug report... you might have to grab it from karmic-proposed [05:01] jmarsden: how do I do that? [05:01] does it matter how i partition my stuff with 3 hard drives cant seem to get it to boot. as in /boot /usr /var swap on one drive, root and swap on 2nd, home and swap on 3rd had it workin at one point rebooted and it was borked [05:01] KismetGFX: sata drives? using /dev/names or UUIDs? [05:02] in your fstab [05:02] KismetGFX: Or, if you have a machine you can experiment with, first try a single drive default install, let the installer partition it for you and see if *that* boots OK? [05:02] jtaji: one ide two sata i didnt manually specify a /dev [05:03] KismetGFX: no I mean are your drives listed as, e.g. /dev/sda1 or UUID=xxxxxxxxxxxxxxxxx? [05:03] hackeron: Correcting myself, udev 147~-6.1 is in karmic-updates, so that should take care of your issue. [05:04] jtaji: ya sda1 sdb and sdc each partition tried moving /boot to each drive didnt make any difference huhu [05:04] jmarsden: ok, trying :) - been bugging me since beta karmic, every 4 hours I get emails from syslog with this udev error - hope this fixes it! [05:04] er sda [05:04] KismetGFX: problem is sata drives can change order, best thing is to use UUIDs [05:04] !uuid | KismetGFX [05:04] KismetGFX: To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [05:05] jtaji: kewl thanx i thought it was a MBR issue i was doing fdisk /mbr's and fixmbr i'll check that out [05:19] is it possible to make upstart set tty2 to automatically login instead of displaying a LoginPrompt [05:20] ie. run /sbin/sulogin instead of /bin/login [05:21] oh_noes: edit /etc/init/tty2.conf to suit your peculiar needs :) [05:27] can;t ... im on hardy which is upstart [05:28] I'm playing around with it now ... [05:40] Hello, is it possible to configure ssh to use password authentication for a single user, while the others use public key authentication? [05:41] and the others can't use password? [05:42] yes, the others cant use password [05:42] Create keypairs for all the others, passwd -l all the others ... seems weird, but should work?? [05:42] it should [05:47] okay, would you recommend just forcing everyone to use a public key? [05:48] it worked btw thanks [05:48] No problem. Why are you forcing things? Who is the special person... if he determines your salary, do not force him :) [05:58] oh_noes: Did you get the sulogin on tty2 idea to work? [06:03] still looking at it now .. [06:04] not having any luck, hardy uses upstart so Im modifying /etc/event.d/tty2 [06:05] exec /sbin/getty -l /sbin/sulogin 38400 tty2 [06:05] doesnt seem to work which is kinda wierd. You would expect it to. [06:05] Sounds like it should, yes. [06:10] oh_noes: do you have an /etc/init/tty1.conf ? [06:10] tty2.conf [06:11] jtaji: On Hardy it is all in /etc/event.d/ instead [06:11] oh ok [06:14] i'll pastebin my /etc/event.d/tty2 [06:14] http://pastebin.com/m6704fcbe [06:15] when I go to tty2 ... it still displays /bin/login .... which is weird. [06:15] oh_noes: This is after a reboot to make sure you picked up the changes, right? [06:16] of course [06:19] Could you just exec a program that will output something, instead of getty, there, as a test? Like top or whatever? Just thinking out loud, I have not messed with getty and ttys for a very very long time... [06:22] yeah same ... im trying all those things now. [06:25] naa you cant exec straight into top. Which kinda makes sense, it's getty job to handle all character displays in/out (I think) [06:32] oh_noes: tried passing the standard getty the -l option? [06:35] nah ignore that [06:59] cef: even with -l it's still displaying a login prompt. [06:59] oh_noes: He already said nah ignore that [07:00] btw: -l option of getty runs the program with the 'username' as a command line option afaik [07:03] oh_noes: Is the -n option any use to you? Don't prompt for a login name? [07:03] In combination with -l ... [07:05] cef: i thought -l was to "use a different login program" [07:07] Trying -n -l /sbin/sulogin now [07:08] note: if it does, it runs as rooot [07:08] err root [07:10] oh_noes: For me on Karmic, editing /etc/init/tty2 to do exec /sbin/getty -8 -n -l /usr/bin/top 38400 tty2 # works [07:10] Major security risk, but it works :) [07:12] OH NICE, yep -n -l works :D [07:12] well -n -l /any/bin works [07:12] thanks jmarsden, i knew it was missing a single option [07:12] You're welcome. [08:03] <|saturn|> åñòü êòî-íèáóäü ðóññêîÿçû÷íûé? [08:05] |saturn|: Wrong language, unfortunately I can't figure out which one :) This channel uses English. [08:06] !cn [08:06] For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw 或者 #ubuntu-hk [09:18] how to reload /etc/fstab once it has been changed ? [09:18] maxagaz: you should mount / unmount stuff [09:18] maxagaz: What did you change? [09:22] Jeeves_, I changed the uuid of the swap [09:33] Ah, than you need to run swapoff and swappon [09:36] New bug: #494383 in ntp (main) "package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 102" [Undecided,New] https://launchpad.net/bugs/494383 [09:41] New bug: #493565 in samba (main) "Cifs mount fails when DFS referrals are used by server, keyutils needed" [Undecided,New] https://launchpad.net/bugs/493565 [09:44] Jeeves_, thanks! [09:45] np [09:51] New bug: #494390 in net-snmp (main) "package libsnmp15 5.4.2.1~dfsg-3ubuntu2 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato" [Undecided,New] https://launchpad.net/bugs/494390 [09:55] how is set the uuid ? [09:56] where is it taken or generated from ? === alex88[sleep] is now known as alex88 [10:18] hi people! [10:19] where can I find a log containing a log for the latest packages installed? [10:20] dpkg.log? === ogra_ is now known as ogra [11:34] anyone know any howto's for installing xen on ubuntu karmic? [11:36] ghostlines: I don't think you can. [11:37] Well, you could technically, but I think support for it was dropped after Hardy for the preference of KVM. [11:38] it works, but i'd rather pull my eyes out. [11:43] lol [12:01] arj: sweet, tahnks =) [12:41] Hi, I'm desperately trying to configure dhcpd to ignore a range of mac addresses without success so far. See http://gist.github.com/252448 .But the dhcpd still gives out IPs to machines with mac addresses starting with "d0:0d". Any hints on what to change in that file? Thanks [12:54] ok i m installing ubuntu server, but i have problems with partition.. i want to do this.. http://pastebin.com/m8365263 but it is text mode install so i dont really know what to do :P is there any howto for advenced partition? [12:56] New bug: #494376 in bind9 (main) "package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1 (dup-of: 437783)" [Undecided,New] https://launchpad.net/bugs/494376 [13:00] anyone? [14:00] Team meeting on #ubuntu-meeting [14:05] soren, or others interested, i'm looking at bug 494185. [14:05] Launchpad bug 494185 in ec2-init "ec2-init selects us-east-1 mirror when running in us-west-1 region" [Medium,New] https://launchpad.net/bugs/494185 [14:05] do you think it is reasonable to [14:05] a.) check if .ec2.archive.ubuntu.com exists [14:05] b.) verify that http appears up on that host [14:05] maybe 'b' isn't necessary [14:13] shouldnt it already be doing a? [14:13] it is not doing a right now. it just picks a, not checking the host. [14:14] and is busted (code is pasted into that bug) [14:15] ah ok [14:15] ttx, just for the record, i can't do that right? i have to ask an iso team person ? [14:16] zul, above, i was asking about 'b' because if it tried that now and quickly timed out, we'd be ok [14:16] smoser: i can't do that either. [14:16] i know only of slangesek. are there others i can ping? [14:16] smoser: ping ara i think [14:17] smoser: yeah that would work also a mirror in us-west-1 would work as well [14:17] well right now a mirror in us-west-1 wouldn't fixt he problem. [14:17] because it picks 'us.ec2.archive' [14:18] anyway. i was mainly afraid of "checking" and having that check hang or cause other general mishap [14:20] yeah that would have to be done very carefully if that was done [14:29] smoser: I've talked to one of the "other cloud providers" about kernels. Everyone offers Ubuntu, but with all sorts of odd kernels. I would like for them to use our kernels so that security updates come from us in a timely manner and everything is just more straightforward. Because they offer lots of other distros and want to use the same kernels everywhere, they compile everything into the kernel to avoid having to shove modules into all their im [14:29] smoser: If they were to use our kernels, they would have to follow the same approach: No modules, everything built in. [14:30] 100% "no modules" is not reasonable or possible [14:31] hello there [14:31] and realistically, i dont think we can promise that our kernels will run everyone elses user space perfectly. i'm certain the kernel team isn't willing to sign up to support that. [14:31] well, i didn't ask them, but.. [14:32] i've a strange problem on my server (ubuntu 9.04, 2.6.28-16-server) [14:32] after swapping drive /dev/sdb fdisk says: Unable to read /dev/sdb [14:32] but dmesg |grep SCSI [14:32] says it is there, [ 3.528223] sd 3:0:0:0: [sdb] Attached SCSI disk [14:32] smoser: I'm not suggesting we explicitly volunteer to support everyone's user space. [14:33] also, i'm using software raid 1 [14:33] right, but building everything in just isn't reasonable. there are loads of kernel modules, iirc some dont even allow a 'Y' (that could be false) [14:33] any clues what could it be? [14:35] smoser: I know there's a lot of them. Luckily, only a subset are reasonably needed in a cloud context. [14:35] well, some that are reasonable are not reasonable to build in [14:35] i'm thinking fuse [14:36] Why not? [14:36] (fuse, specifically) [14:36] i dont know... just sdoesn't seem reasonabl e to me. one thing i would think is not so nice about everything built in is that it then can't be switched out. [14:37] but i coudl be wrong about that too [14:37] ie, i would think that if fuse is built into kernel than i can't service it with a kernel module upgrade [14:37] that may not be that big of a deal [14:38] Right, they'd have to upgrade the kernel images for all updates, even the ones that don't break ABI. [14:39] i was thinking even on a lower level, as in a user wants to build a more functional version of a kernel module in their instance [14:39] and use it , and maintain it. [14:39] lots of pepole do that for the ec2 provided kernels (xfs) for example. [14:56] smoser: Eh? Why? [14:57] because the amazon kernels a.) dont get serviced frequently b.) dont have enough stuff built in or as modules [14:58] the idea of "build more into the kernel" generally seems perpendicular to where things are going [14:59] things needed for boot i woudl consider a different category than "everything else" [15:00] For some reason we also needed to build the latest fuse kernel module from source when using the Amazon kernels: http://groups.google.com/group/ec2ubuntu/web/compiling-2-6-21-kernel-modules-from-source-for-amazon-ec2 [15:04] Well, the sun's up, so I'm heading to bed. [15:05] erichammond: bah - it's 4pm and the sun set an hour ago [15:06] I just realized I'm wrapping up my 3rd decade programming in January. That's 30 years. [15:17] I'm a bit new to administering ubuntu servers -- I have a production server for a website & database running ubuntu 8.10 Do server admins usually do dist-upgrades on servers, or just keep the current distro as long as possible? [15:18] The reason I ask is because I have rkhunter installed, and it is complaining about GPG, OpenSSL, and OpenSSH being outdated [15:22] savid: dist-upgrade will not update the release, only the installed packages. It is pretty safe. [15:22] alvin, ok, thanks :) [15:24] savid: $ sudo do-release-upgrade will upgrade to a newer release. In your case, that will be jaunty (9.04) After that, you can run do-release-upgrade again to upgrade to 9.10. There could be issues. [15:24] I see. [15:25] Well, it looks like it wouldn't matter because even 9.10 has outdated versions of those programs :-P [15:30] Would that be a bug in ubuntu, a bug in rkhunter, or neither? [15:31] savid: hardy has Gnupg 1.4.6, karmic has 1.4.9. What version does rkhunter needs? [15:31] gpg on my my server is updated to 1.4.9, not sure what version rkhunter is expecting [15:33] looks like I'm not the only one: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560157 [15:33] Debian bug 560157 in rkhunter "rkhunter: RKHunter complains about outdated versions of packages installed despite security updates" [Important,Open] [15:33] savid: Ubuntu 10.04 will also have gnupg 1.4.9, (this can still change) [15:34] savid: Ah, it's a bug in rkhunter then. If really needed you can ask for an upgraded package (see: https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages) [15:41] kirkland, ttx can you verify... if= for kvm booted eucalyptus instances ? [15:41] i think its 'scsi' [15:43] smoser: no setup running right now, maybe in a few === robbiew_ is now known as robbiew [16:41] smoser: test(s) in progress [16:41] i dont know how they will run [16:41] + the "i386 bundled without -r, does it run on UEC/i386" test [16:42] jjohansen, bug 494565 [16:42] Launchpad bug 494565 in linux "support ramdiskless boot for relavant kvm drive interfaces in -virtual" [Low,New] https://launchpad.net/bugs/494565 [16:42] what to do when eucalyptus reports 'user admin not found' after just installing it? [16:42] ttx what did that mean, are you asking ? [16:43] smoser: no, I mean: "i will be running that test as well" [16:44] oh. ok. [16:44] nevermind, after a five minute wait it's here [16:44] i was thinking that '-r' == '--ramdisk', which i'm wondering about. see bug above.... i couldn't get it to work on "plain kvm" right now. === dendro-afk is now known as dendrobates [16:55] smoser: right, the current uec image tarballs do not have ramdisk [16:55] that is true [16:56] and by design [16:56] my question is if they boot [16:56] :) [16:56] hm [16:56] I have to adjust my testing script [16:56] i swear that i tested this, but today couldn't make kvm -ddrive if=scsi work with that kernel [16:57] ttx, you may want to utilize http://bazaar.launchpad.net/%7Eubuntu-on-ec2/ubuntu-on-ec2/uec-tools/annotate/head%3A/register-uec-tarball [16:57] i want to do this http://pastebin.com/m8365263 is it posiblle? [17:04] smoser: if=scsi, confirmed [17:05] smoser: I confirm that it does not boot [17:05] bugger [17:05] smoser: i confirm that UEC i386 doesn't seem to mind booting an image marked x86_64 [17:06] ttx, can you put that in that bug [17:06] smoser: do you need the euca-get-console-output for this one ? [17:07] ok, first, please comment in https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/494084 that i386 doesn't seem to mind booting an image marked x86_64 [17:07] Launchpad bug 494084 in eucalyptus "arch parameter is not passed by the image proxy during image install from store" [Undecided,Confirmed] [17:07] smoser: sure [17:07] second, this really sucks. [17:08] because according to https://wiki.ubuntu.com/ServerLucidCloudKernelRamdisk i verified boot of 20091201 on uec [17:08] you want the console output ? Which bug ? [17:08] but 20091201 has since fallen off, so i can't easily confirm or refute my assertion [17:09] we need a new bug for "uec images dont boot". you can but console output there, please. [17:09] jjohansen, ping [17:13] smoser: bug against what package ? "linux" ? [17:13] yeah [17:13] linux-virtual [17:13] fails for both i386 and amd64 ? [17:14] hm, no time left to test /that/ [17:18] smoser: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/494611 [17:18] Launchpad bug 494611 in linux "UEC Lucid 20091209 image fails to boot on UEC" [Undecided,New] === luis__lopez is now known as luis_lopez [17:19] smoser: sorry I don't have time for more complete tests, just posted what I have [17:19] ttx, thanks. its good enough. === _Grim76_ is now known as Grim76__ [17:39] hi, which dns software is reliable and recommended for production use: bind, powerdns, mydns, djbdns, to name just a few.. [17:42] * ScottK likes unbound === nxvl_ is now known as nxvl [17:51] bind [17:51] I use bind. [18:53] how can i set the owner of file transferred with samba? [18:53] force something [18:54] in which file? sry but i haven't used samba [18:55] alex88: the Samba config file [18:55] mneptok: there are the samba shares there? and i force with "force create mode = 0770 [18:56] ? [18:56] alex88: unsure. i'm not a Samba user. but i know permissions are forced via the config file. i'm sure there are many examples on the web. [18:57] searching for them [18:58] force create user I think [18:58] hello guys, I need a compressed, incremental, and windows-aware backup solution for setting up an enterprise backup server, I'm taking a look at amanda, after giving up with bacula because of it's complexety, do you think I'm in a good path? If I am, can you point me to some updated documention about setting this up with 8.04.3?? [18:58] alex88: samba has unix extensions enabled by default, so it should work out of the box, given the same UIDs on both sides [18:59] without identical UIDs, there's no way it'll work [18:59] ok, thank you all.. [19:08] anyone? [19:08] hello guys, I need a compressed, incremental, and windows-aware backup solution for setting up an enterprise backup server, I'm taking a look at amanda, after giving up with bacula because of it's complexety, do you think I'm in a good path? If I am, can you point me to some updated documention about setting this up with 8.04.3?? [19:09] blackxored: i've also tried bacula and i can agree that's complex.. [19:09] alex88, extremely to my goals [19:11] i'm now using webmin ftp backup..but it's not incremental [19:11] alex88, you're using something for personal back-ends I assume [19:12] I need something enteprise-grade, centralized, incremental, compressed, windows smb/ backups and the like [19:12] so I'm now installing amanda [19:13] good luck so.. btw yes, personal, my small vps.. [19:14] blackxored: I'd rather take a look at opensolaris, the later -dev releases with dedup [19:14] linux can't do that stuff [19:15] RoyK, hheheh really, don't make me laugh [19:15] amanda does all that [19:15] bacula does taht [19:15] does that [19:15] realtime deduplication and compression on disk? [19:15] and in the end time [19:15] solaris = unix [19:15] :P [19:15] all the while open source and very fast and very secure? [19:15] is not something martian [19:16] but block level dedup is [19:16] RoyK, don't market solaris here, I was just asking a question [19:16] opensolaris works with native cifs sharing and ACLs and so on [19:16] RoyK, be happy to heard that I'd prefer that to windows [19:16] RoyK, linux too [19:16] and cifs/smb without samba, that is [19:16] in-kernel cifs server [19:16] wait what? [19:16] opensolaris rocks, even if you don't like it [19:17] arj: what what? [19:17] in-kernel cifs? [19:17] but this isn't #opensolaris..xD [19:17] arj: yeah, with full ACL support [19:17] nfs4 compatible [19:17] alex88, +1 [19:18] RoyK, see: [19:18] RoyK, don't market solaris here, I was just asking a question [19:18] alex88: I know, but blackxored asked for stuff not in linux, so I just suggested something else [19:18] RoyK, I have windows *clients* [19:18] blackxored: I'm not 'marketing', I'm suggesting something that works [19:18] that's what I said [19:18] oh, so i haven't seen that request.. i'm sorry.. [19:19] alex88, neither did I, my fingers may have betrayed me :P [19:19] =) [19:19] smb or custom software for windows clients [19:19] RoyK, but help is always welcome, I'm not blaming you, but see ^^^^ [19:20] btw, anyone here ever managed to make windows ACLs work with samba? as in changing them? [19:20] I'm starting a virtualization setup at work, and this is my first step, the backup server [19:20] that's why I suggested what I did - disk backup with dedup is very nice [19:21] but my setup = linux hosts <=> linux guests <=> windows clients [19:22] then either setup an opensolaris guest or even better, install a new box with a bunch of el-cheapo SATA drives with opensolaris and raidz2 for backup [19:22] no hardware raid - just raidz(2) [19:22] and dedup and compression [19:23] raidz is WAY safer and faster than 'hardware raid' [19:23] RoyK, linux user and developer, sorry I won't consider anything besides linux, probably only netbsd for the firewall [19:23] same idea as BTRFS, except BTRFS isn't stable [19:23] blackxored: heh - as you like - I was a sceptic myself too before I dug into it [19:24] is there some documentation of to configure pppoe? in my case, I would like to setup 3 pppoe connections on the same machine [19:25] RoyK, also if we're going to market, I'm debian/ubuntu developer so I'm practically stuck to those distros for principles hehehehhehe [19:26] I already found this documentation, but I dont know if this pppoeconf let me setup 3 distinct connections [19:26] https://help.ubuntu.com/community/ADSLPPPoE [19:27] blackxored: I don't think people will hate you if you use something else for the backup solution [19:27] blackxored: that is, unless you want to rely on btrfs, which doesn't have dedup and whose structure is still not fixed [19:28] RoyK, finished installing, tweaking it, thank you [19:39] Hi, I'm having a frequent problem on my server which is becoming quite an issue. Soon after rebooting, my server will halt without warning. I've checked my logs, but I don't see anything in them that would cause this [19:40] Does anybody have a suggestion as to what could be wrong here? [19:55] jumbers: halt as in lock up or shutdown cleanly? [19:57] As I don't have physical access to the datacenter, I do not know. I assume a lock up because the logs just show normal messages and then silence in the log until the next time it boots up [19:58] Sam-I-Am: It almost feels like a RAM problem because it only happens very soon after boot, which I would think is when the most memory would be getting allocated [19:59] if it just locks up its a hardware problem [19:59] kernel issues will generally throw out a bunch of panic info [20:00] The only kernel messages I see are say 10 minutes after the problem, at the next boot. And they're just normal kernel boot messages === dendrobates is now known as dendro-afk [20:01] Would a faulty RAM stick make the most sense here? Like I said, it only happens soon after a reboot, which I try to only do when a kernel update is released [20:01] who knows [20:01] could be anything [20:02] bad ram is usually a good first shot for testing [20:02] try memtest86 [20:02] download it, boot from it, let it run [20:02] Again, no physical access to the machine :-/ [20:04] I guess what I'll do is put in a support ticket and explain that this has become a recurring problem and that I think the RAM may be faulty [20:04] kernel issues can also cause lockups [20:04] fyi ;) [20:05] I remember this same sort of problem I had once on a Windows machine. Whenever I would play a certain game that used a lot of RAM, I'd be playing and then suddenly the thing would BSOD and die. Turned out the stick was faulty [20:05] what changed when it started happening [20:05] It's been 2 months, I'm honestly not sure [20:05] A kernel issue wouldn't spit out any sort of message before dying? [20:05] not necessarily no [20:06] neonfreon: i think they're rare these days [20:07] i havent had a linux machine lock solid due to a kernel problem in years [20:07] and when they have, i've gotten kernel spew [20:07] perhaps you haven't been trying enough kernels! =) [20:08] neonfreon: yeeeah... [20:08] I just use the ones released via the repos :p [20:08] i havent run bleeding edge stuff in a long time [20:08] nor on bleeding edge hardware [20:08] ah === dendro-afk is now known as dendrobates [20:36] I guess we shall see if they can find a hardware problem [20:51] /part === dendrobates is now known as dendro-afk === robbiew is now known as robbiew_ [21:15] ScottK: regarding server-lucid-more-mail-integration, I agree with ttx's review. For clarity I've added that to the blueprint. [21:16] jiboumans: That's fine, I just want to get it marked approved so I don't get caught up in feature approval deadline issues. [21:16] * ScottK will fix it or convince ivoks to do it. [21:16] scottk: you're fine in that regard, although both me and ttx would love to see how we can avoid the pain from the issues we saw [21:17] OK. [21:17] Thanks. [21:18] no problem; sorry for not being clearer on that point earlier. i asked ttx to take a look and add the review as soon as you requested it, but i failed to let you know that. [21:18] jiboumans: He did give me some feedback, I've just been slammed with $WORK. [21:18] scottk: i feel your pain :) [21:19] * ScottK has been wanting to do this since Intrepid, so I think I've got it worked out how, even if I didn't explain it very well in the spec. [21:41] New bug: #494746 in image-store-proxy (main) "image-store does not use server proxy configuration" [Undecided,New] https://launchpad.net/bugs/494746 [22:01] heh, was just about going to ask about exim4 hubbed_hosts behaviour because it wasn't working, and then saw a big typo. whoops. [22:02] Works fine now! [22:03] will this work? http://pastebin.com/m8365263 [22:04] anything works, it whether or not it works in your situation :) [22:04] Not gonna do the math, but if those disk sizes add up, it should be fine. [22:04] which from a random pastebin, we cannot tell [22:04] Just make the partitions the sizes you want, add then to the raid devices. [22:05] ok i will give it a try :P [22:06] New bug: #494756 in samba (main) "package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/494756 === luis__lopez is now known as luis_lopez [22:21] How do I see what the current dns lookup ip is? [22:23] errr... do you mean "how do you see what name servers your computer is currently using to do dns lookups"? [22:24] that'll be in /etc/resolv.conf. [22:25] is there anyway to refresh it? [22:26] err, it's a live file. the values in there are the values the system uses. [22:26] I'm not sure what you mean. [22:27] ok i guess is there anyway to update that file based off a dhcp server but still use a static ip? [22:29] maybe... I'm unsure why you'd want to do such a thing, though. If your IP is static, then certainly your DNS servers are static. [22:30] well, i move this server between my home in tx and la, and since they both use 192.168.1.x ips i just set its ip to be .99 so that i can always access it the same way [22:33] ahhh... well, it might be easier to just give it a static IP via the DHCP server at each location, and then just use DHCP as normal. [22:34] one of the routers doesnt have the ability to assign static ips based on the mac =\ [22:34] oh... [22:35] well, the other thing you could do is use Google's public DNS servers, 8.8.8.8 and 8.8.4.4. [22:35] Those'll work everywhere. [22:35] and then you can leave it with a static IP. [22:35] hrm true, let me see [22:37] i know my isp here blocks outside mail servers, it may do the same with dns [22:37] shouldn't do, since there's no spam related problems to using external dns. [22:37] but try it. [22:37] you can do something like "dig yahoo.ca @8.8.8.8" [22:37] and see if it works. ;) [22:38] worked [22:38] cool thanks [22:40] awesome now my downloads are going at 1.2MB/s haha [22:40] heheh there you go. [22:42] is there any faster way to delite all partitions in installation? becose one by one is long... :P [22:43] erasing data on... it takes ages and i have like 20 partitions to modify.. :/ i will be deliting this like 10 days :P [22:44] hi any simple but reliable backup system for enterprise setup.. [22:46] sponzor: in the installer, if you select the disk it should ask you if you want to remove all partitions. [22:46] I believe. I can't remember exactly. [22:46] but there's an option for sure. [22:46] ya that works [22:46] ok i will check it [22:49] ok i did it.. tnx [22:50] np [22:51] only reason i was able to verify that is coz i've reinstalled/repartioned ubuntu over 20 times it seems past 4 days str8 lol still no success [22:52] heh [22:52] windows sadly installs just fine. i've ran fixmbr install looks successful boot up and i get non-system disk or disk error replace and strike any key when ready as if theres no OS installed [22:52] when booting from the 9.10 cd and executing the shell after a complete install, i can see my install in /target [22:54] I installed snmpd on 3 ubuntu servers [22:54] all are using the same snmpd.conf [22:54] but I can do snmpwalk only on one [22:54] im really confused what's wrong :( [22:56] hard to say without seeing your snmpd.conf. [22:56] I only enabled com2sec readonly default public [22:57] besides that, i didnt change anything [22:57] ah yes, snmpwalk on the host itself works on all machines [22:57] just over network it isn't [22:59] i think i've ran fdisk/mbr, fixmbr and reinstalled lilo and grub so many times it is so hosed up can't figure it out :| [23:00] cant tell if grub or lilo is loaded no trace of either on startup === robbiew_ is now known as robbiew [23:18] when the installation ask me how many active devices for the raid array? i have 5 disks so i should put there 4? or 3? or 5? :P [23:19] uhhh... however many you want active, so probably 5? [23:22] so the installation will configure raid 5? that 5 disks are active and one is for failsafe? [23:23] i'm running apache 2.2.8 on ubuntu 8.04 and apache won't shut down cleanly anymore (apache2ctl, init.d, killall). i need to do a "killall -KILL" to stop it. nothing in error.log. any ideas? [23:24] uh i understand now.. is this it.. 5 disks are active and if one failes you have to change it by your self. and if you put there 4 and one dies the spare disk then become the active one? [23:25] if we're talking raid5, then yes, that's what'll happen. [23:26] ok i was a little confused with the part active.. tnx [23:29] super grub is truly super found out i have a mismatched or corrupt version of stage1/stage2 [23:31] how can I setup network device with NO ip, subnetmask ,etc.. aplied? just a NULL device [23:32] of course in /etc/network/interfaces [23:34] you use the "manual" interface method, instead of dhcp or static or whatever. [23:34] ok :))) [23:39] kirkland: thanks for making your testdrive much easier to follow and test :) [23:44] czajkowski: thanks === alex88 is now known as alex88[sleep]