=== Amgine_lurking is now known as Amgine === Amgine is now known as MGodwin === MGodwin is now known as BadTypoDog === BadTypoDog is now known as Amgine [03:16] what is the easiest way to set up a mail server? [03:17] nvrmind [03:17] I'm no pro, but it depends on your infra (fix ip? MX record? send and receive? [03:18] just something that will send mail when prompted my the right script [03:18] I think what i'm looking for is exim4 [03:19] I **think** postfix might do the job too [03:19] depend on your scripting language?! [03:20] AH, I'll set it up and see [03:21] If you just want to send mail, just specify your ISP SMTP server and your mail should be routed correctly [03:21] kk [03:21] thanks Delerium_ [03:22] mp [03:22] errr.. no [04:49] <_Techie_> DHCP operating on a bridge interface seems to take considerably longer to assign addresses than when listening on a standard interface, is there any reason for this? [05:11] _Techie_: It's not DHCP itself that takes longer. A bridged interface usually takes around 20s before it can start receiving/transmetting data over the bridge. [05:12] yes [05:12] _Techie_: if you go with a static IP instead, you'll notice the same delay until you can reach your bridged interface [05:12] and bridge is meant to be used in static ip [05:14] the bridge interface on the host shouldn't have a DHCP address or if you really need it, you should make sure you join a tap device (or similar) with a MAC address lower than all the other bridge members [05:15] that's because a bridge will always take the lowest MAC address as it's own MAC, so if you don't control what the lowest address is, your bridge will change MAC address making your IP to change when using DHCP [05:15] there's nothing wrong with using DHCP on a bridged interface though (like a VM, VZ container, ...) [05:16] yes, it's working, but it's designed to work with static ip [05:18] a bridge interface is a bridge interface, it's not any more designed to be used with a static or with a DHCP address. It's just simulating an ethernet switch. [05:19] I agree it's good practice, as it's on a real physical switch, but there's nothing "designed" specifically for static or dynamic addresss. [05:20] well, not designed in that way, but it's working better with static ip [05:21] no. Your interface won't come online any faster with static than with DHCP. The only difference is that when using static everything will hang as it believes network is up whereas with dynamic, it'll just wait for the bridge to work and then get an IP and start everything. [05:21] <_Techie_> my bridge has a static ip [05:22] in that aspect, DHCP actually works better than static on bridged interface. Still, it's better to have static addresses on your network to avoid depending on a dhcp server, but that's just good practice. [05:22] <_Techie_> once again, you lot have mis understood what i was saying [05:23] <_Techie_> my DHCP server, listening on a bridge interface, is taking longer than expected to assign ip's [05:23] <_Techie_> im not talking about right after boot or anything [05:24] ah, I never noticed that specific issue (having all my DHCP servers in a bridged VM). [05:25] <_Techie_> when i was using a single interface, windows wouldnt complain about not being able to mount share due to not being given an ip [05:27] reading that last sentence makes me wonder if you're not speaking of bonding instead of bridging (single vs multiple interfaces) [05:27] sorry, i was talking about bonding [05:28] ok, now it makes sense :) [05:28] too messed up, havent got yet my breakfast coffee :D [05:28] sorry, but now i need to go, have to be at office in 45min [05:29] what kind of bonding are you using ? [05:29] <_Techie_> http://sprunge.us/TaIQ [05:30] ouch, yeah, if you do it that way you'll have issues for sure ... [05:30] <_Techie_> what the appropriate way of doing it? [05:30] you probably want to use bond0 and the bonding module instead of using bridging [05:30] http://wiki.debian.org/Bonding [05:31] your current config basically means: take eth0 and eth1, put them in the same switch and add an IP to it [05:31] <_Techie_> is there anywhere where i can see the differences between bonding and bridging? [05:32] which means it creates a loop on your network by linking eth0 and eth1 [05:33] <_Techie_> and what does bonding do? [05:34] bonding takes the two links and will load-balance the trafic between the two. If one goes down, it'll fallback to using just one. [05:34] <_Techie_> okay, thats not what i need [05:34] <_Techie_> both interfaces are not connected to the same set of devices [05:34] <_Techie_> eth0 is a direct link to my computer, and eth1 is the rest of the network [05:35] <_Techie_> so by that description, bonding is definitely what im after [05:35] <_Techie_> not what im after* [05:37] ok, so bridging is indeed what you want in that case. Basically your server is going to act as a switch with your computer plugged in in one port and the rest of your network in another [05:37] and has itself an IP in that network [05:37] <_Techie_> yep [05:38] <_Techie_> as you can see, i had the two interfaces setup on different networks [05:38] <_Techie_> which was fine, untill i wanted to use an autodiscovering app across the two [05:39] I don't see why DHCP would be slow, other than some weird MAC address mangling done by the server (which shouldn't happen) [05:39] <_Techie_> ill have a stab in the configs and come back [05:40] I'm about to go to sleep here anyway, getting quite late here. [05:40] <_Techie_> okay, have a good one stgraber [05:40] thanks [07:26] Hey guys can anyone help me format a secondary hard drive? [07:26] I'm having a heck of a time [07:35] when i do fdisk -l [07:35] it gives me /sdb1 and /sdb2 partitions when I try to format the sdb2 it says it doesn't exist ? [07:35] Any ideas [07:38] chrislabeard, so ls -alh /dev/sdb2 returns nothing? [07:38] ls: cannot access /dev/sdb2: No such file or directory [07:38] I just wanna wipe the drive clean but it just seems like its impossible. [07:39] chrislabeard, your box doesn't see it... do an ls \/dev/sdb* [07:39] whoops, remove that \ [07:39] does it return aything? [07:39] gives me /dev/sdb and /dev/sdb1 [07:39] So I guess the other partition is gone [07:40] Why does it list it when I do fdisk -l? [07:40] chrislabeard, so you should be able to wipe /dev/sdb [07:40] K can you walk me through it.. So I will know the correct way to do it. [07:40] I've tried so many different ways [07:42] chrislabeard, so you wan to whipe sdb and format with ext4 or something? [07:42] Yeah, I want to turn this hard drive into a TimeMachine drive so ext4 or 3 whichever [07:43] I can wipe the whole thing [07:44] chrislabeard, so you should be able to do sudo mkfs.ext4 /dev/sdb i believe [07:44] pting: k let me try [07:44] chrislabeard, ... make sure that's the one you want to destroy though [07:44] yeah my other drive is sda [07:45] K its running [07:45] chrislabeard, i think timemachine might require specific settings, i dunno if macs can read ext4 [07:46] if not I can just use that command and re format it [07:46] http://sidikahawa.blogspot.com/2010/03/setting-up-time-machine-server-on-my.html [07:46] that is the tutorial I was going to follow [07:47] chrislabeard, http://serverfault.com/questions/190840/mount-a-ext4-partition-on-mac-os-x [07:48] How do I see the mount point of the new drive? [07:49] chrislabeard, you should read up on http://en.wikipedia.org/wiki/Fstab ... it's basically done through /etc/fstab [07:50] Really I don't see the drive in there [07:50] chrislabeard, but just to get started and to test, you basically make a directory, then type the following sudo mount -t ext4 /dev/sdb /mnt/mydirectory [07:51] k cool I'll add that to the fstab [07:51] chrislabeard, you dont' add that line into fstab; fstab has a specific format specified in that link i sent you [07:52] oo [07:52] chrislabeard, that's a command you use if you don't want to include it in fstab [07:52] oo okay [07:53] pting: So why ext4 and not ext3 [07:54] chrislabeard, it's just the newer format; but i don't think macs can natively read ext4, so i would pick another fs for your time machine if it's an issue [07:54] K [07:54] chrislabeard, i've never tried time machine, so i don't know anything beyond that [07:55] well thanks for your help up to here [07:55] I thought the latest time machine update broke time machine for ubuntu. [07:55] Did they finally patch it? [07:55] I don't know this was posted march 2010 [07:55] Is it not working now [07:55] damn you apple [07:56] Not sure, I thought I read somewhere that they slipped an undocumented change in the protocol and it broke time machine for ubuntu somehow. [07:56] It could be patched by now. [07:56] Yeah lol I hope so [07:56] I really don't know, sorry. [07:57] I guess... try it. :) [07:57] Yeah I'm gonna [07:58] we will see [07:58] so how do you perform an unattended install of a package when it asks whether a package's config should be replaced or not? something to do with debconf-get-selections ? [08:00] does --assume-yes when running aptitude work? [08:01] IrishWristwatch, i want to keep the current config, but i'll check aptitude's params out [08:16] Hi, why .htaccess is not affecting my site? is it because of the permessions? [08:17] When I try to change its permessions to 666 I get an error message. [08:17] -rw-r--r-- 1 root root 205 2011-01-03 08:02 .htaccess [08:22] Syria: check the value for AllowOverride for the directory [08:24] joschi How can I check its value please? [08:24] Syria: check your apache httpd configuration [08:24] Syria: /etc/apache2/ [08:29] joschi is called apache.conf ? [08:30] Syria: basically every file in that directory. apache.conf is only one [08:31] joschi And which one is respossible for the AllowOverride please? [08:31] Syria: check it yourself. you big enough ;) [08:32] joschi Okay thnx. :) [08:34] joschi I am viewing the files using nano on my ubuntu lucid server and most of them are blank! is this normal? [08:55] what files? === baffle_ is now known as baffle === Tankenator is now known as Tankenator_afk [11:31] New bug: #696753 in net-snmp (main) "Cannot disable connection logging" [Undecided,New] https://launchpad.net/bugs/696753 === oubiwann is now known as oubiwann-holiday === oubiwann-holiday is now known as oubiwann_ === oubiwann_ is now known as oubiwann [12:27] New bug: #696769 in clamav (main) "Please remove clamav source and binaries from lucid and maverick backports" [Low,Confirmed] https://launchpad.net/bugs/696769 [12:52] New bug: #696774 in bacula (main) "package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/696774 === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann [13:57] hi guys... is there a way in cron where we can delete old backups created by a cronjob? [13:57] im using ubuntu server 8.01LTS [13:58] * * * * * rm -rf / [13:58] 8.04LTS [13:58] haha [13:58] (that's a joke, obviously!) [13:58] Before anyone starts using it and blaims me for their stupidity :) [13:59] twister004: What are you talking about? [13:59] maybe ill have to do some kinda date comparison.. can anybody guide me? [13:59] Which backups? [13:59] i am backing-up sql databases [13:59] <_ruben> if it's a cronjob creating the backups, just extend that cronjob to delete old ones [13:59] i want to delete backups that are older than a week [14:00] _ruben... I'm new to cron.. can you guide me? [14:00] twister004: You're misinterpreting the purpose of cron [14:00] cron is just a scheduler [14:00] it runs tasks you create at time you tell it to run them [14:00] yes... i know [14:00] So, your question has nothing to do with cron [14:01] but i can use it to periodically check for old backups and delete them.. only.. i dont know how to do it [14:01] No, you cant [14:01] You can use it to run a script (you still need to create) to "periodically check for old backups and delete them.." [14:01] hmm.. any idea how i can proceed? [14:01] yes [14:01] sorry.. that's more like it [14:01] So, shall we forget about cron for a moment? [14:02] Shall we? [14:03] yes [14:03] i think i got it....what i can do is "find" files older than seven days and delete it ( /usr/bin/fin -mtime +7 -delete) [14:03] ok, so you've got this script that creates your backups. [14:03] Jeeves.. can you confirm if this'll work"? [14:04] Yes, you can do that [14:04] oh gr8!!! [14:04] <_ruben> assuming your /usr/bin/fin is something similar to the find command [14:04] :) [14:04] yes it is [14:05] And you try it with -ls first, before you erase whole / :) [14:06] yes === Japje_ is now known as japje === japje is now known as Japje [14:13] i would do script which finds and deletes them [14:13] and run that from crontab === doko_ is now known as doko [14:54] How can I turn on the boot menu, so I can choose another kernel than default one? [14:57] press shift during boot [14:57] New bug: #694538 in bacula (main) "package bacula-common 5.0.1-1ubuntu1 failed to install/upgrade: el paquete bacula-common ya está instalado y configurado" [Undecided,New] https://launchpad.net/bugs/694538 [14:58] sander^work: or google for it and change /etc/default/grub [15:01] yes, depends that if you want to boot only once, it's easier to use shift on boot [15:01] if you want to change it for every boot editing ;) [15:07] New bug: #695857 in apache2 (main) "ssl protection not default for sensitive packages" [Undecided,New] https://launchpad.net/bugs/695857 [15:08] RoyK, I've googled it.. but cant find the option to change in /etc/default/grub. === uvirtbot` is now known as uvirtvot === uvirtvot is now known as uvirtbot [15:10] sander^work: this is mine http://pastebin.com/WAFiTCf5 [15:10] remember to update-grupb after changing that file [15:11] HI, would this be a good place for a couple of questions about using raid/mdadm, or should I go elsewhere? [15:11] what kind of question? [15:11] <_ruben> it could be [15:12] pickscrape_: don't ask to ask, just ask [15:12] there's no such thing as stupid answers, only stupid questions [15:12] Basicall my server has ubuntu server on it which is running on standard partitioning. I've installed a second on new drives in a raid1 (for boot) and raid5 (for everything else). It works perfectly fine. [15:12] <_ruben> RoyK: shouldn't that be the other way around? [15:13] :) [15:13] RoyK, thanks! :-) [15:13] Oh, and the "everything else" then has lvm on top [15:13] pickscrape_: so, something like sda1 and sdb1 in a mirror? [15:13] My question is, in order to make moving over to the new install easier, I'd like to be able to mount the raid stuff from my old install, so I can continue to use the old install while getting things ready on the new one. But I don't know if it would like that or not. [15:13] different drives for raid5 or same ones? [15:14] pickscrape_: use nfs [15:14] RoyK: this is the same server. They won't both be running at the same time. [15:14] pickscrape_: or do you mean boot into the old installation? sambe box? [15:14] ok [15:14] then it should be trivial, as long as the old installation support the filesystem used [15:14] Boot into old install and mount the new local volumes from the new raid array without screwing up the new install :) [15:15] <_ruben> if all drives can be hooked at the same time, it shouldn't be a prob [15:15] Yes, they're all running now. [15:15] And I'm pretty sure that 9.10 can handle ext4? [15:15] I can't see how you should be ruining your new install by just mounting the filesystem(s) [15:15] pickscrape_: cat /proc/filesystems or modinfo ext4 [15:16] * RoyK doesn't remember if 9.10 does support it, but would be somewhat surprised if it doesn't [15:16] Yeah, it's there. [15:16] well, just try [15:16] My worry was that if I tried to fiddle with the raid from the old install, it would play with settings stored on those drives and break it for the new install. I'm not sure how touchy such things are. :) [15:17] iirc all of that is autosense these days [15:17] anyway, it shouldn't be able to import something it looks on as broken [15:17] s/import/mount/ [15:18] * RoyK was thinking in ZFS lines [15:18] There's no /dev/md* devices at the moment so I need to figure out how to get it to detect them [15:19] pickscrape_: you'll need to install mdadm and lvm2 [15:19] pmatulis: I already have those installed [15:19] pickscrape_: then you should be able to assemble the arrays [15:20] does mdadm tell you anything worthful? [15:20] perhaps the md mod isn't loaded [15:21] New bug: #696832 in drbd8 (main) "drbd will not start with given default global configuration" [Undecided,New] https://launchpad.net/bugs/696832 [15:21] lsmod shows no md module, but mdadm is started [15:22] no raidxx modules either? [15:24] RoyK: yes, plenty of those (covering what I need too) [15:24] I think --assemble is what I need to look at [15:24] pickscrape_: and the old install sees the partitions, right? [15:24] //proc/partitions [15:25] pickscrape_: scan and then assemble [15:25] pickscrape_: did you use mdadm.conf? [15:25] RoyK: yes, though I have to use parted to do it. fdisk and cfdisk complain about GPT [15:26] pmatulis: the array was created for me using the ubuntu server 10.10 installer [15:26] So I'm not sure what it used to store the configuration. [15:27] hm... GPT might be the issue [15:27] dunno if 9.10 can figure out that automatically [15:28] RoyK: if I can access it manually then I'll be happy with this. Hopefully this old install won't be sticking around for too much longer. :) [15:29] If not, then I'll just have to do it the other way round when I'm not needing the server to be working: boot the new one, mount the old and copy over that way. [15:30] pickscrape_: can you pastebin output to 'sudo fdisk -l'? [15:31] <_ruben> pickscrape_: doing it the other way around will probably turn out to be much easier in the end, due to the (probably) far less complex disk layout of the old install (easier to mount it in the new install) [15:31] pmatulis: http://paste.ubuntu.com/549859/ [15:32] pickscrape_: hm [15:32] _ruben: yes, I agree. I wouldn't need any help at all with that. The downside is that it's less convenient, since I'd like to be able to use the server as well. Plus, I like to learn. :) [15:32] <_ruben> ah ok [16:16] I upgraded an 8.04 server to 10.04. It has a software raid. Every time it boots, it dumps to initramfs shell and I have to run "mdadm" to recognize the array and then exit to continue the boot. How can I fix this? One weird thing, my mdadm.conf file looks like the following: http://paste.ubuntu.com/549864/ [16:20] stack_: no idea - perhaps removing (or renaming) mdadm.conf will force linux to autodetect things? [16:21] I can wipe those duplicate lines in the config, right? [16:21] IIRC removing the file will force linux to read the config from the drives [16:21] which it should be stored [16:21] stack_: what kind of errors do you get? set up a verbose boot if you don't see messages [16:22] stack_: it may be a UUID issue [16:22] UUIDs shouldn't change, though, should they? [16:22] pmatulis: it just is waiting for root and then dumps to initramfs [16:24] stack_: are the raid drives independant or do you run the root on the same drives? [16:24] the raid is the root [16:24] ok [16:25] sorry, never tried (yet) to upgrade from softmirrored root === sourcode__ is now known as sourcode [16:25] stack_: like i said, boot verbosely (--verbose or --debug kernel boot option) [16:26] pmatulis: I'll have to try it and get back to you. It's a production system. We had a power outage, so I tried to figure it out then but didn't get far [16:26] * SpamapS streeettcchhess [16:27] thanks for your help, all... I'll dig further [16:32] * SpamapS is trying "terminator" for the first time.. seems to be just the thing for a big monitor [16:33] terminator ftw [16:33] SpamapS: i don't think it does anything that normal screen can't but the mouse support is convenient [16:33] SpamapS: terminator? [16:34] pmatulis: even if screen does everything it does.. for some reason this made a lot more sense to me than screen's help pages ever did [16:34] Been using screen for years, never liked it much. [16:34] pmatulis: you can also split a window (or tab) into many horizontal and vertical splits, it's quite useful [16:35] highvoltage: but screen can do this too [16:35] and you can make one of the splits temporarily grow to the full window size. combination of screen/byoby/terminator is really great [16:35] and actually, I'm using byobu inside the terminator screens, which is probably silly but works fantastically === Honthertanshye is now known as sciguy16 [16:35] I just have two vertical splits now, but when I want to do something, I split horizontally, do it, then close the window [16:35] SpamapS: what version of byobu are you running? [16:36] kirkland: in my hosted CentOS box.. "old" .. and then whatever maverick has. [16:36] SpamapS: ah ... i was gonna show you something cool :-) [16:36] I only use it for ctrl-a N and ctrl-a C [16:36] SpamapS: if you have a natty/byobu somewhere ... [16:36] kirkland: upgrade to natty is my 9:00am TODO ;) [16:36] Is it possible to give a normal user permission to reload apache? [16:36] which is in 24 minutes [16:37] sciguy16: no [16:37] SpamapS: heh, okay, poke me once you do [16:37] kirkland: poke queued [16:37] RoyK: ok, thanks [16:37] sciguy16: you can allow it with sudo, though [16:37] sciguy16: man sudo is a good start [16:37] ok this is weird.. [16:37] ssh agent isn't working in terminator [16:38] pmatulis: indeed. I see them as two different completely different things though, they just happen to offer some of the same functionality [16:38] RoyK: thanks, I'll look into it [16:39] highvoltage: yes, i use terminator + screen [16:41] actually strike that.. ssh agent just isn't working. :( [16:44] * RoyK wonders when gnome apps came into ubuntu-server [16:47] I install the gnome desktop on server. is that bad? [16:48] it's ok, but if you want a desktop machine, I'd recommend installing ubuntu-desktop [16:48] the server stuff is there, or available, after all [16:48] and installing the desktop machine will allow for better customization last I checked [16:49] RoyK: terminals are the window to the server. :) [16:49] well, I need a server - its not used as a desktop. I just like the gui [16:49] post-installing gnome led to a few headaches last I tried [16:49] compdoc: it's the same thing, desktop and server, same distro [16:49] it's just that if you want a fancy guy, starting off with -desktop will do things easier for you [16:50] the only difference between ubuntu server and desktop are (1) default packages installed and (2) kernel chosen. for most use the desktop kernel will work just as fine as the server kernel [16:50] I thought I read that Server has things set up differently [16:51] just the server bits, which are minimal [16:51] I think to work better under load [16:51] that's HZ in kernel, yes [16:51] also, desktop comes with a gui-based network setup, so it might not work out of the box with a static ip (it's set after login) [16:52] but still, why do you want a desktop on your server? [16:52] I have a large rsync transfer going for several hours now, and gnome wont open any programs like a term window [16:52] so I have to wait === DrNick__ is now known as DrNick_ [16:52] just kill rsync, restart it in a 'screen' [16:53] then you can do whatever you want without disrupting it [16:56] a screen? [16:56] a terminal window? [17:19] ooh, 67 days uptime, 68 updates :) [17:19] more than one update a day! [17:20] average anyway .. good work :p [17:21] 11:22:08 up 67 days, 21:13, 2 users, load average: 0.83, 0.94, 0.89 [17:22] compdoc: 'man screen' [17:24] thanks [17:31] when I use vmbuilder I'm getting no bootable device. Did something change recently? I see the file for the virtual machine. [17:41] nm I found a bug for it 659532. [18:00] hey all [18:00] [18:01] i'm looking at building an Ubuntu private cloud [18:01] Is it possible to have the nodes power up using WakeOn Lan? [18:06] yeags: that's more of a NIC requirement, than ubuntu-server based [18:10] wake-on-lan works quite bad in most of the cases [18:10] i would prefer iLO or something like that [18:14] yeah iLO is much nicer, but i'm planning on a very cheap, basic home system [18:15] I just wanted a single big server as the controller which could run 2-3 servers, and then have 3-4 laptops I have here that I can power up and run services on ondemand [18:15] I was wondering if the software had any support for sending WOL packets to automatically bring up servers into the cluster to run more servers [18:15] Currently I just use Xen and manually fire up my servers [18:15] and manually move images from machine to machine [18:16] UEC looked like a nice option with a much nicer front end [18:18] So my plan is a 3TB main server with 8GB ram, quad core CPU [18:19] run 3-4 servers on that, and then have my spare laptops with 2GB RAM run development servers when I need them [18:19] I do a lot of technology validation and thought UEC would be a great platform for managing test systems [18:21] I could easilly use a linux WOL client to fire off the packets [18:21] is my plan a sound one? [18:21] yes [18:21] it sounds ok :) [18:21] :) smashing [18:21] I assume the main controller can also run servers without issue? [18:22] yeags: what sort of storage solution? [18:22] well... I have options. I have a 6TB NAS (QNAP) and also the main server will have a 3TB array in it [18:22] for large storage, I'd recommend zfs on some good platform [18:22] define large storage? :) [18:23] 5+TB [18:23] perhaps [18:23] well my data will reside on the QNAP and I will access via iSCSI [18:23] thing is, large storage systems need to use checksumming [18:23] since silent errors occur quite often with multiterabyte systems [18:23] I can't find any good architecture diagrams online [18:24] and zfs has fairly good checksumming for this [18:25] so with a box running multiple VMs, I'd say a separate box for storage would be decent [18:28] what is performance like of a gigabit ethernet network when the server image is on a remote NAS storage? [18:28] surely I would be better actually storing the images locally on the server? [18:29] yeags: Not necessarily [18:30] yeags: if the local storage is very busy with a lot of concurrent requests, and your NAS has tons of cache and disks to work with.. it may do a better job [18:30] RoyK: whats the status of ZFS on Linux these days, any idea? [18:31] http://en.wikipedia.org/wiki/ZFS#Linux [18:31] not looking good [18:31] New bug: #696916 in mysql-dfsg-5.0 (universe) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.5 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)" [Undecided,New] https://launchpad.net/bugs/696916 [18:31] and Oracle would sure screw it up if they could [18:31] * yeags works for Oracle, unfortunately [18:31] SpamapS: works well on fuse [18:32] SpamapS: works better with openindiana :) [18:33] RoyK: Is Nexenta's ZFS using FUSE? [18:33] SpamapS: local storage will be much faster and responsive than the QNAP remote NAS [18:33] I'm planing on non OS file systems being on the NAS [18:33] like regular file shares [18:33] SpamapS: no it's not, nexenta is solaris-based [18:33] SpamapS: no, it uses a solaris kernel [18:34] gobbe: ahh.. right [18:34] I keep hearing that BTRFS has some serious problems with its metadata efficiency [18:35] SpamapS: btrfs announced on their ml that raid[56] was on they way some 20 months ago [18:35] seems there's a prerelease being announced soon [18:35] thats good to hear [18:35] and btrfs isn't even close to zfs security-wise [18:35] baby steps [18:36] SpamapS: really? if it took them two years to implement raid[56], how long to stabilise? [18:36] RoyK: who are "they" anyway? [18:36] wasn't Oracle a big component of BTRFS development? [18:37] oracle gave the source away some four years back iirc [18:37] I'm more curious about who was doing the actual coding and designing [18:37] see the source [18:38] * SpamapS must go afk... bbiab [18:38] usually the bits are pretty well credited [18:46] SpamapS: chris mason is the primary developer for btrfs, he was working on it before he joined oracle. Not sure if he's roped other oracle devs (zach brown?) into developing for it. [18:48] Chris is a development director in Oracle, has 6 developers reporting to him [18:52] 6 developers working on btrfs [18:52] seems perhaps oracle doesn't want btrfs to succeed [18:53] now they have zfs [18:53] would [18:53] wouldn't surprise me === sresu_ is now known as sresu [19:12] regarding unattended upgrades pf packages, is there something i can do to automatically select "keep existing config" when doing package upgrades... is there something i can set in debconf-set-selections? [19:17] hi [19:17] i'm trying to diagnose a problem, not really ubuntu related but i figured this would be a good place to ask. occasionally, when i am navigating a website served by a ubuntu server in ec2, i get a timeout. the problem usually persists for a few minutes and then goes away. apache access logs show no requests while the timeout happens, so the requests are never hitting the server (right?). [19:18] nothing changes on the client end, the browser loads pages one minute, times out for a few consecutive minutes, then is able to load pages again. load on the server is negligible. the best i can come up with is some network problem outside my control between client and server, is there any other possibility? what could i do about this? [19:18] "Long-Therm" What is the difference? [19:20] consumerism, firewall issues? possibly some rate limiting policies in apache? try spinning up another instance in ec2 and do an httperf [19:21] where i can i poll imap/smtp info from? [19:21] kind of like phpinfo for php, is there anywhere i can get info on my mail system? [19:21] hi guys? "Long-Therm" What is the difference? [19:22] snipeTR: Are you asking about LTS - Long Term Support? [19:23] yes what is this long term? [19:23] !lts [19:23] LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Lucid (Lucid Lynx 10.04) [19:23] ohh ok tnx pici [19:24] mean only support time different? thru? [19:24] snipeTR: Essentially. [19:24] Also, LTS releases can be upgraded from one to the next without having to go through the intermediary releases. [19:25] So. 8.04 to 10.04 directly. Instead of having to go to 8.10 -> 9.04 -> 9.10 -> 10.04 [19:25] tnx my friend. this info source ? URL? [19:28] Pici soo tnx byes [20:15] has anyone used ubuntu-eucalyptus extensively? i'm thinking of building out a cluster for work [20:16] ... we use ec2 so it seems like a perfect fit. i'm trying to figure out challenges i may encounter. [20:17] pting: #ubuntu-cloud is also a good place to chat about it [20:17] using the ubuntu server guide...how come i can't send mail to gmail users? [20:17] billybigrigger: what is your evidence that you ca n't send mail to gmail users? [20:17] SpamapS, thanks [20:19] the fact that i can send to hotmail works.. [20:19] my test email to my gmail account didn't...this looks a little suspect though.... [20:19] Jan 3 15:12:14 timmy postfix/smtp[7303]: certificate verification failed for gmail-smtp-in.l.google.com[74.125.93.27]:25: untrusted issuer /C=US/O=Equifax/OU=Equifax Secure Certificate Authority [20:19] i wonder if gmail doesn't like my self created CA [20:19] i don't know where the Equifax Secure CA is coming from though [20:21] billybigrigger: that may be theirs [20:22] billybigrigger: do you have ca-certificates installed? [20:22] i turned verbose logging of smtpd on, i'll pastebin my attempt to email my gmail account [20:22] Jan 3 15:20:05 timmy postfix/local[7406]: 5C2AA61CC: to=, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=5.2.0, status=bounced (maildir delivery failed: create maildir file /var/www/Maildir/tmp/1294086005.P7406.timmy: Permission denied) [20:23] i keep getting those stupid errors in my mail.log too...any one have an idea where those are coming from? [20:23] billybigrigger: thats a local delivery failure [20:23] billybigrigger: www-data is getting email [20:23] billybigrigger: You can alias email to www-data to something else. [20:23] wonder if its my webmail client... [20:23] effin things up... [20:23] anyway back to gmail... [20:25] http://pastebin.com/1ficC5FT [20:36] billybigrigger: i see: [20:36] Jan 3 15:24:14 timmy postfix/smtp[7417]: C578361CC: to=, relay=gmail-smtp-in.l.google.com[74.125.93.27]:25, delay=0.83, delays=0.36/0.01/0.24/0.22, dsn=2.0.0, status=sent (250 2.0.0 OK 1294086254 g3si36207791qcq.181) [20:36] it never shows in my inbox though [20:36] i've sent about 5 test emails today [20:37] all within an hour [20:37] haven't recieved 1 yet...hotmail test mail was instant [20:38] pting: if it was firewall, it would not be intermittent...right? [20:43] consumerism, doesn't sound like it, but maybe there's some sort of connection policy that throttles connections, i would first try to make repetative connections from within ec2 then try with a machine outside... or it could be that that particular instance is running on hardware that's having issues [20:43] consumerism, what's the instance size? [20:44] pting: consider #ubuntu-cloud [20:46] pmatulis, consumerism is having the ec2 connectivity instance issues, not me =) [20:46] pting: 'scuse me [20:46] consumerism: see above [21:10] Amazon EC2 has rules about how many emails you can send per time period for new accounts. You can get them lifted by applying for whitelisting. [21:11] erichammond: I seem to recall smoser asking some amazon people and they basically said that SMTP from EC2 was unreliable and unpoliced by them. [21:11] other than responding to spam reports by cancelling accounts I mean [21:11] but maybe I misunderstood [21:12] SpamapS: There are real time block lists that ban email from EC2 IP ranges from time to time which I think is the primary "unreliable" factor. [21:12] See also: https://aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/ec2-email-limit-rdns-request [21:14] I recommend sending email from EC2 servers through a non-EC2 email relay with a clean IP address. [21:16] You can either use a third party (gets expensive for high volume) or lease a simple server on any non-"cloud" provider (i.e., one that doesn't let new folks sign up with a credit card and rent computers by the hour). === loadedwithwyrms is now known as wyrms|away [21:55] Afternoon all! I hope that I can get some help here --- [21:57] Maybe you can, but we don't know what the problem is. [21:58] well an end user just called with a problem - will brb -- sorry === wyrms|away is now known as loadedwithwyrms [23:31] New bug: #697027 in clamav (main) "clamav-base upgrade failed on Ubuntu 10.4" [Undecided,New] https://launchpad.net/bugs/697027