[00:20] For some reason *server isn't connecting automatically when i plug in the eth cable. [02:18] How would i access a server that i have right next to me through PuTTy ? [02:18] stargazer, you can use ssh perhaps [02:19] Right, but how do i know what to go to ? [02:19] The Host Name for example. [02:20] assuming computer A is what you want to access, and computer B is what you are using now, i would isntall putty on computer B, and openssh server on computer A, then in putty you connect to the hostname of computer B and it'll ask for login info [02:20] http://unixwiz.net/images/putty-openssh-3.gif <-- see that for an example [02:21] http://myweb.csuchico.edu/images/putty_config.gif [02:33] ouch, just got bit by the inode ratio change on lenny [03:33] mattt: what is that, I haven't heard of it. [03:33] mattt: are you talking about ext3's number of blocks per inode? [04:22] I need to make a clone of my ubuntu installiation....Wht tools to use...Partimage? [04:25] rags: clonezilla is nice (it's based on partimage) [04:26] rags: it depends how much you want to "clone". [04:26] Do you want to clone at the disks' block layer? At the filesystem layer? Merely the list of installed applications and debconf preferences? [04:28] I want an exact clone...so block layer I guess... [04:28] I want a backup disk...so tht if anything goes wrong with this one I can just plug in the backup and get the server up. [04:29] If it's for business continuity (disaster recovery), you probably want a filesystem-level backup. [04:29] so basically an exact clone... [04:29] That is, all the files stay the same, but they might be arranged differently PHYSICALLY on different blocks on the backup disk's filesystem. [04:29] ya..tht'll do.. [04:29] rags: well this is why I ask what you mean by "exact". [04:30] kk...as long as it boots up fine. [04:30] rags: are you backing up over network, or to an external HDD, or what? [04:30] no...both are internal [04:30] sata drives... [04:31] rags: ah, OK, in that case you might want RAID. [04:31] rags: are you aready using RAID? [04:31] no [04:31] RAID1 makes two (or more) disks block-level identical. [04:32] This means that either disk can die without the system breaking. [04:32] this is preparatin for raid actaully....I will be RAIDing it next..but I want a backup b4 tht... [04:32] Ah, OK :-) [04:32] If it's just a temporary backup, probably you want a quick-and-dirty hack. [04:32] If the temporary backup disk is the same size, you can just dd the entire disk from one to the other. [04:33] ya..somthing like tht.. [04:33] it is of the same size... [04:33] partimage won't be faster then dd? [04:33] I'm not familiar with partimage. [04:34] It will only be faster if it doesn't make a block-level backup. [04:34] hmm...k [04:35] So let me just make sure I understand. [04:35] This is so tht if I mess up with RAID I can still get the server running. [04:35] You have THREE disks, and want to backup up the first one to the third. Then you're going to remove the third disk and make the first and second disks into a RAID1. [04:36] yup... [04:36] exactly [04:36] OK, that's fine. [04:36] Just remember that once dd finishes, you should remove the third disk before you boot again. [04:37] Ubuntu will get confused if you have two disks with the "same" filesystem on them -- it might boot from the wrong disk. [04:37] this will be exact clones right...with the same UUID's... [04:37] Exactly [04:38] k...great..thx...I'll use dd. [05:31] _volatile [05:31] ubottu: volatile [05:31] Sorry, I don't know anything about volatile [05:32] Is there any equivalent to volatile.d.o for Ubuntu LTS? [05:32] e.g. clamav definitions [05:49] twb: I'm not sure, but can't you use upstream for definitions? [05:49] JanC: I *could*, but then I would be using whatever filthy upstream has, not Ubuntu's nicely integrated whatever [05:50] Another example (which still amazes me) is that libpurple (pidgin) is in volatile. [05:50] Apparently because the AIM client needs to change regularly or something [05:50] libpurple is in ubuntu main AFAIK ;) [05:51] JanC: volatile is still main [05:51] volatile is like security; it's an extra repo on top of the stable repo [05:51] Ubuntu doesn't have "volatile" [05:51] only -updates [05:51] I wonder if hardy-updates is actually the same as lenny/volatile [05:51] maybe [05:52] more or less, to some extent, etc. ;) [05:52] policies are different I think [05:52] -backports exists too [05:53] but for virus definitions, I don't think either Debian or Ubuntu changes anything [05:55] unless they have a dedicated AV-team of at least 5-6 people, which I doubt ;) [05:58] backports would correspond to b.p.o [05:59] (Actually if it was up to me clamav wouldn't even be ON this box, since the only clients are also Ubuntu, and one of the two sites is not connected to the internet.) [06:05] Hmm, http://releases.ubuntu.com/8.04/ubuntu-8.04-desktop-i386.iso used to work. Now it is a 404. [06:05] Where do old desktop .iso's move to? [06:06] eh, 8.04 should still work [06:08] twb: http://releases.ubuntu.com/8.04/ubuntu-8.04.2-desktop-i386.iso [06:08] there is an updated iso [06:09] And if I don't want an updated ISO? [06:10] I have filesystem-level diffs against the original .iso [06:10] twb: ;) [06:10] http://old-releases.ubuntu.com/releases/ [06:10] I'm hoping for something like vault.cen- thanks [06:12] heh, it looks like one of the two sites I currently have, is working from 8.04.1. [06:16] * mattt is in love w/ monit and nagios [07:02] !info monit [07:02] monit (source: monit): A utility for monitoring and managing daemons or similar programs. In component universe, is extra. Version 1:4.10.1-3 (intrepid), package size 261 kB, installed size 696 kB [07:02] !info nagios [07:02] Package nagios does not exist in intrepid [07:07] I am trying to setup RAID1 , am following a howto...it says "If your system has RAID support, you should have a file called /proc/mdstat"...but I don't have this file..does'nt ubuntu have support for RAID? [07:51] rags: What howto are you refering to? [07:52] rags: if you don't have any RAID set up, there's no module loaded, so there's no /proc/mdstat [08:16] Enter text here...hi [08:18] morning all [08:19] was wondering what ftp server people tend to recommended, need something simple and secure :) [08:19] vsftp [08:20] soren: thanks, i got recommended that by someone else too... looks like the best choice :) [08:24] me uses pureftpd [08:25] I like how it has puredb, for setting up virtual users easily [08:25] humm ok, let me explain further [08:26] so we have a website, news site, and want people to be able to upload photos to their account via ftp. We have the harvesting system (Drupal's media mover) to import the data from an anon drop box, but i wanted to see if i could set up the ftp server so that users couldnt see each others uploads. [08:26] The upload is only likely to be in the box for a few mins, but still. [08:27] mornin all [08:27] would disabling get be enough? [08:28] a_c_m: not sure, they still be able to do a 'ls' I think, no ? [08:28] humm true [08:28] seeing the filenames is /slightly/ less of an issue [08:28] can't you set up multiple separate directories for every user? [08:29] as users might get confused if they see their work uploaded then cant "see" it [08:29] then collect from */ with drupal ? [08:29] cemc: i can, but we have 5000+ users and more arriving every day [08:29] not all will want to use ftp drop [08:29] so [08:30] a_c_m: pureftp has this thing called an upload script, which gets called after a file is uploaded, maybe you can do something with that [08:30] humm [08:31] or maybe you could try something with umask, so when a user uploads a file, he can't see it anymore, like chmod it to 0600 for drupal only, or something like that [08:31] (that will confuse users tho) [08:31] right [08:31] humm [08:31] i think thats probably the way to go [08:32] you will have ftp user for every user, or one ftp user for all ? [08:32] one for all probably anon [08:32] drupal knows who owns the file by an unique token they put on the end of the file [08:32] e.g. mypicture.jpg.uaf3f12 [08:33] so there are no users in drupal either? [08:33] no, in drupal each user has an accoutn [08:33] then maybe you could hack a select for pureftp to get the user and pass for a user from the drupal database [08:34] and with some extra table you can set up ftp accounts with separat dirs or something [08:34] just some wild ideas :) [08:34] ceme: yeah may come to that... but atm im going for the fastest solution :) [08:34] i think just disable downloads and chmod the file once its uploaded should do the trick [08:36] a restrictive umask should do it [08:37] a_c_m: another idea: not sure if you have antivirus support, or what kind of files will be uploaded there. with pureftp you can rig it to scan for viruses in the uploaded file [08:37] jpg's only [08:38] Hello...I am trying to setup RAID 1 on my ubuntu server...I just got another hdd of same size. I am trying to use mdadm. [08:38] cemc: if your interested, the site is called demotix.com :) [08:38] I planned to boot from a live cd and create the arrays...which will hoopefully sync the data...after tht will I be able to just boot into the system.. [08:39] rags: it's a little tricky because you want to RAIDify existing disks [08:39] ther were some documents abt "degraded" raid [08:39] ya... [08:40] twb:existing disks...which include the boot partition... [08:40] I guess I have to mess around with grub.. [08:41] and fstab.. [08:41] rags: not just with grub, you need to update the initrd image to get raid stuff in if I'm not mistaken [08:42] a_c_m: looks pretty decent ;) [08:42] cemc: thanks, one of our images was on the front page of the Guardian newspaper in the UK last weekend :) [08:43] is there no simpler way?...man I thought it will be as simple as just synching the disks...Solaris was way easier... [08:48] rags: this is not Solaris ;) I never actually done what you want to do, so maybe there is another way... [08:52] well found a good how-to...keeping fingers crossed...here if any one interested.. [08:52] http://wiki.clug.org.za/wiki/RAID-1_in_a_hurry_with_grub_and_mdadm [08:53] cemc:you're right abt the initrd image... [08:57] Sorry, my boss caught me [08:57] rags: what you need to do is create a degraded array, copy the data from the non-RAID disk to the array, then add the original disk into the array [08:57] rags: and you're right, the MBRs need to be handled specially -- most easily by just running grub-install. [08:58] I'm assuming you're doing software RAID, btw. [09:00] twb: yes...usinf mdadm.. [09:03] so it's liking mimicking a failed disk in raid1... [09:06] Right, you start out with a degraded array [09:07] moin [09:09] thx.. [09:40] howdy! I just tried upgrading 8.10 64 bit server install to 9.04 rc. It has a 4 port nic that had a working bond0 eith eth0 and eth2 in it in 8.10 that goes away in 9.04. It seems like 9.04 doesn't like the nic bonding so much [09:43] actually, from the looks of things the bonding module doesn't get loaded by default. [10:25] <_ruben> hrm .. ages ago i managed (up to a point) to rename my vlan interfaces to arbitrary names .. if only i could remember how .. sigh [10:41] _ruben: Back in the olden days, there was a "ifrename" tool. [10:42] _ruben: It's only 5 lines of C, but I don't see any userspace tools to do it anymore, actually. [10:42] udev can do it, but I've not used it to do it to vlan devices. [10:44] <_ruben> soren: udev does seem to be the most appropriate way .. but either my search-fu is lacking, or im the first the try .. im guessing its not the latter ;) [10:58] <_ruben> sweet .. got it to work with udev [10:58] <_ruben> and a pre-up/post-down in interfaces(5) [11:07] _ruben: Can I see? [11:48] <_ruben> soren: http://paste.ubuntu.com/152709/ [11:54] _ruben: How do you guarantee that that particular interface is vlan0005? [12:07] <_ruben> pre-up vconfig set_name_type VLAN_PLUS_VID [12:07] <_ruben> pre-up vconfig add bond0 5 [12:07] <_ruben> that oughta be enough (in my experience) [13:19] Does anyone know a way to modify sudo PATH without recompiling sudo? [13:20] can it be set in /etc/sudoers? (edit with visudo) [13:23] Kamping_Kaiser: for some reason ubuntu guys compile sudo with --with-secure-path option: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/192651 [13:23] Launchpad bug 192651 in sudo "hardy sudo path is always reset" [Unknown,Fix released] [13:24] aaah. [13:25] hm, then i wonder if fix was released on 2008-06-12, why doesn't it work in 8.10? [13:27] and 9.04 beta btw [13:27] Because it isn't really a fix to the issue? At least thats how I read it [13:28] i'm following this guide: https://help.ubuntu.com/community/LDAPClientAuthentication and it says to edit /etc/libnss-ldap.conf after installing libnss-ldap, among other things. but there is no /etc/libnss-ldap.conf file anywhere on my server :-/ [13:31] dayo2, iirc it was deprecated a few releases ago [13:46] hm [13:46] Kamping_Kaiser: now what? :-( [13:47] dayo2, you find its new location [13:57] Kamping_Kaiser: i used `locate libnss-ldap.conf` and it came up empty [14:02] good morning, i have a little doubt, a company contacted me to setup a linux server, it basically needs to setup a network security server, i can do it, but i dont know if i can handle M$ user policies whit some ubuntu aplication o if btw i will have to setup a windows server i will not like it so much [14:03] MS User Policies? Can you confirm what you mean by that? [14:06] ropetin: that nasty things that the companies uses to restrain their employes of doing anithing funny whit their computers... [14:06] ;) [14:06] like block some pages, and do they cant install software [14:07] So you will be using Squid or something similar to restrict access? [14:08] yes, but i need to know btw if i cant use some app to create some kind of ad domain without using that nasty OS [14:10] do you understand me? [14:10] the option i think is installing something like vmware and installing the servers on it [14:11] New bug: #362896 in dhcp3 (main) "dhcp3-client fails to run /sbin/dhclient-script with apparmor" [Undecided,New] https://launchpad.net/bugs/362896 [14:11] but i dont wanna use nothing of windows [14:51] is there a page that explains when various point updates to 8.04 will come out? [14:58] Kamping_Kaiser, sure - https://wiki.ubuntu.com/HardyReleaseSchedule [14:58] 8.04.3 is in July (TBC) [14:58] MagicFab___, cheers [15:20] : Sender address rejected: need fully-qualified address (in reply to RCPT TO command)) Can You tell me please what file should I change? /etc/hosts or /etc/hostname? Thank You! [15:20] jurism: your host name is not fully qualified [15:21] yes, it is ubuntu, how to change to my real hostname? My real hostname is bwap.org [15:21] This may be /etc/mailname, or the combination of the host name in /etc/hostname (loaded on boot) and the FQDN for that hostname in libnss, which usually means /etc/hosts [15:21] <_ruben> the way you send mail is flawed .. sending from www-data@whatever usualy is not what you want [15:21] _ruben: right. [15:22] _ruben: although if it's just the message )from [15:22] _ruben: although if it's just the message (not envelope) from, it doesn't matter so much if it's just panic mail [15:22] 127.0.0.1 localhost bwap.org 127.0.1.1 ubuntu this I have in hosts file [15:23] Cf. cron's mail output "Cron daemon " [15:23] <_ruben> twb: most ppl tend no to not care about mail for www-data@ .. hence it shouldnt be used for envelope from either [15:24] _ruben: my point was that it's not technically wrong, it's just silly if he's trying to send mail to real people, rather than just to himself [15:25] Never mind [15:25] This is from PHP script sent only for me. It worked fine for me, now I changed mailname to bwap.org and e-mail is sent only it is stored in spam folder now :) [15:27] <_ruben> twb: ah ok === MagicFab___ is now known as MagicFab === lamont` is now known as lamont === nxvl_ is now known as nxvl [16:32] New bug: #362951 in mtx (main) "Bash completion does not work" [Undecided,New] https://launchpad.net/bugs/362951 [16:51] Hey there i'm using ubuntu server 8.10 - I'm using a SATA drive and i've downloaded, just partitioned the system and it's asking me to insert another CD [16:51] Ubuntu server 8.10 _Intrepid Ibex_ - Release i386 [16:51] can someone advise what's going on ? [16:52] it's asking you to insert the install CD [16:53] but its already inserted ? [16:53] then maybe it's damaged, or your CD/DVD drive wasn't properly recognized, or something along those lines [16:53] do you have multiple cdrom devices? [16:53] 1 cdrom drive.. i done a CRC check thing on the CD and it came back 100% [16:53] before installing. [16:53] did you try removing the cd, and reinserting it? [16:53] I just got by the partitiotn manager and it asked me for another CD [16:53] (when it asks you insert it) [16:54] i'm doing that now giovani [16:54] I'd think that would be the first thing to try ... [16:55] well? [16:55] it won't let me eject [16:55] prob because it's in use for the install. [16:55] dr4g > type eject in a console [16:55] unlikely that it's in use if it's asking you to insert it [16:55] ctrl-alt-f2 to get a shell [16:55] during the install [16:55] i will reboot it and try to install again [16:56] thanks [16:56] nope, don't do that yet [16:56] (reboot) [16:56] ok im in busybox [16:56] ok, to type eject [16:56] so* [16:57] tried to use './cdrom' as device name but it is no block device [16:57] unable to find or open device for `cdrom` [16:58] have you tried only 'eject' [16:58] yes [16:58] i typed the eject command [16:58] doesn't work? [16:58] it shows the above output [16:59] sounds like either problem hardware, or a bad cd [16:59] cd is fine [16:59] the cd may not be fine [16:59] will need to test new cd-rom drive then [16:59] the checksum thing came back fine ? [16:59] 100% [16:59] that doesn't assure that the cd doesn't have any issues [16:59] okay [16:59] ls -dl /dev/cdrom [16:59] optical media is extremely unstable [17:05] cd cdrom [17:05] oops [17:05] lol [17:05] wrong keyboard [17:07] ivoks: Nice. [17:07] ScottK: thanks [17:13] giovani back to the install screen again [17:13] i didn't notice what percentage it died at last time. [17:16] worked this time ! [17:16] likely a bad optical read [17:17] nice. just typed in my password and its configuing-apt [17:17] configuring apt [17:17] "scanning the cd-rom.." i just hope it doesn't die here. [17:18] ok giovani this is going to be a development server.. its asking me about updates [17:18] ok? [17:18] do you recommend it to install security updates automatically ? [17:18] or manual. [17:19] dr4g: that would be up to your administration style [17:19] I would never let updates install automatically [17:19] giovani ok thanks. [17:19] but that's me [17:19] i personally wouldnt this is security updates thought not package ones. [17:20] uh huh [17:29] giovani ok i've screwed up grub, i left the box blank hoping it would take the first partition on the first SCSI drive, but it hasn't so i need to go in and hack the grub file. Are you able to advise me on this ? [17:29] left what box blank? [17:29] I don't know what you've done [17:30] the box when it was asking what parition i want grub on [17:30] hd0 kind of thing [17:30] i'm putting the live CD in, and going into the console, is that the way to go editing ? [17:35] ivoks: are you there? [17:37] jmedina: yes [17:37] have you used any bare metal restore in bacula? [17:37] nope [17:38] Im thinking in building a ubuntu livecd with some bacula tools [17:38] that would be nice [17:38] probably only bacula-client and bacula-console-qt, one requirement will be LVM support, raid [17:39] so the only thing I need to use is download config files with proper configs [17:41] i've never looked at bare metal restore [17:41] jmedina i need to install grub again, do you recommend going through the live CD onto the shell ? [17:41] i never backup stuff that i can restore without problems [17:41] like /usr [17:44] ivoks: how do you act in a system disaster? the fastest method to restore complete system, I always used clonezilla for system image backup [17:44] now I want to use bacula [17:45] whats the 'apt' function for doing a search [17:46] jmedina: i reinstall the server [17:46] jmedina: and ther recover from backup [17:46] jmedina: for really critical servers (that can't be 2 hours down), i just set up cluster [17:47] ok, probably I misunderstood, I think you say you dont backup /usr [17:47] dr4g: apt-cache [17:47] jmedina: correct, i don't [17:47] jmedina: i backup /etc /var /srv /home /root [17:47] so you reinstall software/updates bal bla bla that you dont include in data backup [17:48] jmedina: correct, i reinstall server - dpkg --get-selections is very helpfull [17:48] ivoks: another method I was thinking is using bacula with raw partition backups [17:49] there's lvm for that [17:49] lvm snapshot and that's it [17:49] backing up /dev/sda1 (system os) it has a "spare option" wich only backups used data, then I thought, damn Im using lvm :D [17:53] ivoks thanks [17:54] ivoks: when you use lvm snapshot, how do you archive backups [17:54] dd, rsync, tar? [17:55] for linux images I mont snapshot and use rsync + tar which save space [17:55] dd is not an option because space [18:02] ivoks: you just started a meme :P [18:03] anyone know how to add the graphical 'users and groups' tool to ubuntu server? [18:04] assuming I've already installed xorg and a WM [18:04] there's a graphical users and groups tool? [18:04] Smellican: guis aren't supported here [18:04] * Smellican cries [18:04] I would install a Web Interface for that [18:05] Smellican: GUIs massively waste resources, totally not recommended on servers [18:05] I am well aware of what GUIs do [18:05] I am comfortable at the command line [18:05] upper management, however, is not [18:05] well that's why they're not supported [18:05] upper management should use ebox [18:05] and not local GUIs [18:05] !ebox [18:05] ebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox [18:06] I'm familiar with ebox [18:06] the admin tool that is part of the desktop edition is what my boss specifically wants [18:06] I figured there must be a package name for it [18:06] gnome system tools [18:06] there may not be -- it may be a part of some huge gnome metapackage [18:07] ah [18:07] that's probably it [18:07] grrr I really don't want to install gnome [18:07] got fluxbox atm [18:07] gnome-system-tools doesn, at first glance, require gnome [18:07] try installing it, and look at the dependencies [18:12] I will [18:12] thank you [18:15] yea it needs gtk of course tho [18:15] ]79 pkgs [18:15] :'( [18:15] o well [18:15] we just use this machine for ftp [18:15] no biggy [18:15] put ftp accounts into ldap [18:16] and manage ldap from whatever computer you want [18:16] not my decision to make [18:17] gnome tools already installing anyway [18:17] ok, now is the time when you should move to #ubuntu :) [18:17] well I have no more questions [18:17] :P [18:17] hehe === sirderigo is now known as sirderigo-epg === sirderigo-epg is now known as sirderigo [19:03] * lamont looks around for someone with phat bandwidth [19:03] ScottK: around? [19:03] lamont: how phat? [19:03] lamont: Yep [19:15] New bug: #363039 in samba (main) "running smbmount with no params segfaults" [Undecided,New] https://launchpad.net/bugs/363039 [19:17] hello there [19:18] I'm getting an error msg when I try to start mrtg, can you guys help me? [19:32] henriquelm: can only help if you paste the error message (if it's more than 2-3 lines, please use pastebin) [19:32] giovani, thanks, will do [19:34] giovani, http://pastebin.ca/1395160 === mdz_ is now known as mdz [19:35] sounds like a question for #mrtg [19:36] ok, Have tried that already but the channel is almost empty [19:37] you're less likely to find a MRTG guru here :) [19:37] I think I'm setting something wrong on the router [19:39] Hi, hopefully someone can help me I'm setting up courier with mysql support but upon logging in I'm getting a failed login and my logs are showing that the db isn't being asked... [19:39] giovani, thanks anyway [19:39] i've got logs if anyone is willing to help === eressolar is now known as w3wsrmn [19:52] henriquelm: still problems with mrtg+snmp? [19:53] jmedina, yes [19:53] henriquelm: from mrtg machine try: [19:53] snmpwalk -v1 -c public 192.168.2.1 [19:54] Your router is not reponding, probably your snmp agent is not responding in the local network [19:54] if is a ubuntu server [19:54] snmpd by default only listen in 127.0.0.1 [19:54] if you want to allow remote conections you need to chance /etc/default/snmpd [19:55] jmedina, I gonna have to install the snmpwalk here [19:56] henriquelm: yeap snmp-utils [20:00] jmedina, I don't have this folder here /etc/default/snmpd [20:01] jmedina, I will install the snmpd now [20:02] henriquelm: no,well I told you that only if your snmp server you are queryng is linux [20:02] you dont need snmpd to query snmpd servers [20:02] with mrtg+perl modules [20:02] who is 192.168.2.1? [20:02] my snmp server is a wireless adsl2 modem + router [20:03] So i don't need smpd then? [20:03] nop [20:03] ok [20:03] ok and you want to graph from mrtg machine [20:03] ok fist install snmp-utils [20:03] and try the query I post you [20:03] with snmpwalk [20:04] I couldn't find snmp-utils on ubuntu's synaptics [20:04] ok I will look for this package online [20:05] What else should I do? [20:05] New bug: #363060 in dhcp3 (main) "package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127" [Undecided,New] https://launchpad.net/bugs/363060 [20:14] jmedina, where can I find snmp-utils to download? === mdz is now known as mdz-crashy [20:21] henri, sorry the packages is only "snmp" [20:21] ups [20:46] New bug: #363077 in bacula (universe) "intrepid -> jaunty upgrade fails" [Undecided,New] https://launchpad.net/bugs/363077 [21:01] kirkland: FYI the high load I see on a kvm host is definetly related to when one of the guest is swaping [21:06] New bug: #363083 in samba (main) "[samba] tree connect failed" [Undecided,New] https://launchpad.net/bugs/363083 [21:11] mathiaz: cool [21:12] mathiaz: did you ever open a bug about that one? [21:12] kirkland: nope. [21:12] kirkland: I've run into it again as I was trying to do a do-release-upgrade from an intrepid guest with 128 M of ram (which is the default for my vm setup) [21:13] mathiaz: gotcha [21:14] mathiaz: looks like you need to bump your default ram up to 256 [21:14] kirkland: yop - just did that. [21:14] kirkland: but I didn't need in intrepid and hardy. [21:15] kirkland: so there is definetly something spooky in there. [21:16] mathiaz: yeah, memory usage has spiked in jaunty [21:20] hi all, I'm trying to do a moveable type install on my ubuntu server and I can't get the cgi pages to execute, I've added ExecCGI to my vhost for the domain but no joy, anything I'm missing? [21:28] elliotjhug: and what is the error? [21:29] have you seen in apache error_log? [21:49] wow i managed to make a guy mad just by offering to move forward on a project [21:56] Faust-C: you are good, which project? [21:56] jmedina, sec ill show you the link [21:57] https://blueprints.launchpad.net/turnkeylinux/+spec/mailserver [22:00] now this is mine [22:00] https://blueprints.launchpad.net/turnkeylinux/+spec/create-groupware-appliance [22:00] hope to get more interested in it.... [22:01] New bug: #363072 in gvfs (main) "gvfsd-smb crashed with SIGSEGV (dup-of: 282113)" [Undecided,New] https://launchpad.net/bugs/363072 [22:01] Faust-C: I'm working on deploying Horde with Postfix/Dovecot as a replacement for Exchange in my environment [22:01] New bug: #363073 in gvfs (main) "gvfsd-smb crashed with SIGSEGV (dup-of: 282113)" [Undecided,New] https://launchpad.net/bugs/363073 [22:01] Faust-C: my initial test emplamentation has proven very promising. [22:02] olcafo, o rly [22:02] we should talk more about this [22:03] Faust-C: the key components for me is Active Directory Authentication and the user experience [22:04] olcafo, i have articles on using LDAP to auth to AD [22:04] so far ive gotten FDS to auth to AD and i have stuff on Penrose and OpenLDAP [22:04] Faust-C: although I have not tested with live subjects other than myself, Funambol with Outlook on windows has proven to work well and should be quite seamless to the clients [22:05] olcafo, well you might like to hear about Citadel. it can use funambol and can be setup in like 20-30 mins [22:05] I plan on keeping Active Directory for the moment. There is really nothing out there that compares when dealing with Windows clients. [22:05] there is nothing for windows clients [22:05] BUT [22:05] you can still leverage items like LDAP for use w/ windows [22:05] mail server -> LDAP <-> AD [22:06] so you can use any mail platform that can auth to LDAP [22:06] Faust-C: i didn't like Citadel so much because it's a whole package or nothing. I like to be able to split my services up. [22:06] i can understand that [22:06] but you can use items like postfix w/ it iirc [22:07] I'm not too sure on the detail just yet, but I'm looking at the Dovecot LDAP plugin to connect to my Active Directory. [22:08] olcafo, o rly, wow youre really hitting it hard [22:08] im impressed [22:09] Faust-C: I just need to get this company away from paying $15000 every two years for Exchange. [22:09] olcafo, i need to get my company on a system that doesnt require PST files [22:09] well a system period [22:10] why not zimbra? [22:10] it cant integrate with AD [22:10] cause its $$ [22:10] not community version [22:10] why use outlook/thunderbird with that greate WUI [22:10] Faust-C: I get bad vibes from Zimbra because of the Yahoo ownership. [22:10] but thats *community* version which means no features [22:10] olcafo, agreed [22:11] Faust-C: what features lacks community version? [22:11] jmedina, i want to use a solution that is pure open source [22:11] Faust-C: does community version has closed source? [22:11] sec [22:12] jmedina, http://www.zimbra.com/products/product_editions.html [22:12] zimbra officialy suports ubuntu LTS [22:12] jmedina: like Citadel, I found Zimbra to be a complete package deal, which is not what I'm looking for really [22:12] olcafo: there is no need to install all services on 1 server [22:12] I of course may change my mind if I see that Horde isn't doing what I want it too. [22:13] you can from thetell which services to install [22:13] so you can have ldap in one server of course replicated) [22:13] web in another [22:13] smtp and imap in ahother box [22:13] what I do like about Zimbra is that there is commercial support if you need it. [22:14] jmedina, but seems like they have given the opensource version more features [22:14] olcafo: you can dsitribute zimbra services and make them work togheter [22:14] at one point they released it as a really stripped version [22:14] Faust-C: the only features it lacks in community version are movil version, backups, clusters and outlook connector [22:14] yeah and we really need backups [22:14] jmedina: the Outlook connector is pretty key for my clients. [22:15] well yu can use community scripts [22:15] most o my clients that ask for zimbra is because they want to get rid from oulook and office licenses [22:15] they dont want to store mail in client machines [22:16] getting away from Outlook in this environment is not really an option. [22:16] one thing I like from zimbra is the community [22:16] a lot of contributions [22:16] wikis, forums [22:16] olcafo, jmedina we need to hookup and work together on this [22:16] i have ESX servers we can use for tests [22:16] I tried citadel, didnt like it [22:16] jmedina: using Dovecot IMAP get's away from storing emails on client machines. [22:17] olcafo: yeap I know [22:17] olcafo, man i can SOOOO understand the need for that [22:17] I like zimbra imap implementation [22:17] it works really fast with that support for search tags [22:17] faster searchs [22:17] I must admit that I am a littel byast toward Dovecot and Postfix since I've been usning them for the past few years. [22:19] my timeline for this project is "sometime" next year. So my development process is somewhat scattered. I spend time on it when the helpdesk is slow type thing. [22:20] I think the point to all this is that there are some really good solutions out there. [22:20] i want to create a helpdesk appliance lol [22:20] Faust-C: I use GLPI [22:20] it has inventory and knowledge base implementations. [22:20] Faust-C: a few months ago I was doing a comparision for mail collaboration suites [22:21] or the so called "unified communication systems.." [22:21] olcafo, yeah i was looking at it once [22:21] havent had the time to look at it in detail [22:21] jmedina, heh yeah ive done it as well but i didnt look at semi open source products [22:23] I think the one thing I will miss about Exchange and Active Directory is the on-stop for users and emails setup. I looks like I'll have to split the two. [22:24] not really [22:24] users here have way too many different email address. [22:24] if you auth against LDAP which will auth to AD [22:24] Faust-C: once you take Exchange out of AD, it looks like you can only pull 1 email address. [22:25] yeah ... i didnt think about that [22:25] but i dont want multiple email address for one user [22:26] some issues I haven't look at yet are transfering Flags and server side rules. [22:27] there will be a few bumps for the user I'm afraid when this switches over. [22:28] I not sure if zimbra migration scripts cant migrate filtering rules [22:28] olcafo, thats where you really need to think about a groupware suite [22:28] cause alot of items are pure MS onl [22:28] but brb [22:29] all Flaggin and most rules are server side with Outlook/Exchange combo, which is nice when switching computers, reseting profiles, and accessing via webmail. [22:29] Note: Only email messages, calendars, and address books (including distributions lists)are imported from the Outlook server. Other Outlook types, including notes, rules and alerts, and files are not imported. Unless the ZCS Migration Wizard is run on a machine with Outlook 2003 or Outlook 2007, tasks will not be imported. [22:29] sorry :S [22:31] using the Funambol app with Horde can do calendars, contacts, and tasks. I've found it can probably be used to export from Exchange and import into Horde if not bulk solution is found. [22:32] not too sure on the Notes. [22:34] lets see funambol app [22:34] http://www.funambol.com/ [22:35] which app? [22:35] I'm looking at the Outlook Sync and the Win Mobile PocketPC Sync [22:35] https://www.forge.funambol.org/download/ [22:36] I suppose the Win Mobile Smartphone app will probably also be used. [22:36] I've only so far tested the Outlook one. [22:36] olcafo: how are you testing outlook sync? [22:36] agains Exchange? [22:37] Works pretty good. Set it up to sync every 5 minutes on the client machines and your good to go. [22:37] jmedina: nope, against a horde install. [22:37] :O [22:37] it's really and Outlook to SyncML link. [22:38] Horde has SyncML functionality. [22:38] of course having syncing on the client machine means they can change the settings, I'm sure that will probably be a pain. [22:38] I'll have to look at locking it down somehow. [22:50] I'm having problems with my server not being able to access the Internet. It can establish connections on the local network no problem, but no access outside of that. Pinging IP address or domain won't work. [22:51] I've verified that listed DNS servers are accurate [22:51] brohism got default route? netstat -r [22:53] friartuck: http://pastebin.com/m3aada7c1 [22:53] brohism no default route. that's your problem. [22:54] yeah, I noticed that as soon as I ran the command. I'll try to fix that. [22:56] friartuck: some more showed up when I went back to my console window http://pastebin.com/m5743a916 [22:57] brohism can you ping .1? [22:58] friartuck: yes [22:58] brohism hm, try ping 4.2.2.2 [22:59] friartuck: no results. It doesn't say it succeeded or failed, it just sat there. [22:59] hi, I'm currently doing an upgrade to my server from 8.04 to 8.10 and it seems to have stopped at console-setup, which I think is because that SSH session has closed (I can't pause it with Ctrl-Z) - I know the apt-get process is still running from PS -A, is it safe to kill the process and restart the upgrade from and apt-get install or should I leave it (bear in mind I have no output from the process right now) [23:01] brohism I dunno how it should work with two nics. I *think* you should only have one default route. not positive though. [23:01] friartuck: ok, I'll try removing one [23:02] friartuck: that did it, thanks [23:03] brohism cool. were you doing two nics for redundancy? [23:04] friartuck: no, I was actually trying to set it up so that services accessible inside the network only (Samba, etc.) were on one, and public services were on another, for load-balancing [23:05] brohism ah. two nics on same network makes things tricky. [23:06] friartuck: yeah, I've done it before on this machine, but it was with a different distro, and it was a few years ago that I configured it [23:11] brohism: so they're not on the same network? [23:11] one is on a DMZ and one is on the LAN? [23:12] giovani: sort of. One is on the LAN, and one is port-forwarded but not on a DMZ [23:12] brohism: why do you want/need separate interfaces then? [23:13] hi there, is the a repasitory for mysql-server-5.1 5.1.33 an ubuntu hardy 8.0.4.2 as backports or sim. ? [23:13] kinley: you mean an unofficial repository? [23:14] better an official ;) but cant find it in hardy backports :( [23:14] 5.1.33 isn't even in jaunty, much less 8.04 [23:14] kinley: bleeding-edge packages are almost never provided by distributions [23:14] that's to protect you from new bugs [23:15] 5.1.31-1ubuntu2 is in jaunty [23:15] yes, but you asked for 5.1.33 [23:15] whcih was released only a few days ago [23:15] hmhm [23:16] if you want a bleeding-edge version, you need to download and install/compile it yourself from MySQL directly [23:17] sigh === asac_ is now known as asac