[00:12] Running gutsy, trying to figure out why this morning I'm seeing "Cannot start TLS: handshake failure" in my mailq - there have been no changes on my end that I'm aware of - as in, I've not changed configs or updated any software. Of course 12 hours ago it was all working fine. Suggestions? [00:12] Hmm, you should know that I'm connecting to smtp.gmail.com. [00:13] owh: there is an issue with gmail and an expired certificate [00:13] Wonderful. [00:13] owh: http://groups.google.com/group/Gmail-Help-Announcements-and-Alerts-en/browse_thread/thread/0948f4f8b9ddb496/b7c9c363eecb3f32?show_docid=b7c9c363eecb3f32 [00:14] Merci [00:14] Hmm, that says that it's fixed :( [00:31] Just in case anyone wondered if I fell off the planet. These meetings at 1500 UTC are waay past my bedtime. It's not that I've lost interest, far from it, but I cannot get there at that time. I'm not going to suggest that you move the meeting time, but I just thought you might be wondering. [01:28] do you guys know how i can change PHP settings on a per directory basis? [01:28] inst there a way to place local php.ini files [01:29] kirkland: around? [02:13] I was wondering about the basics of clustering. Does this happen at the kernel level, or application? My goal is to have redundant apache servers for load balance and failover. Anyone got any pointers, or good articles on the basics of doing this? === freaky[t] is now known as c1|freaky === zachera is now known as zacheraa === zacheraa is now known as zachera [03:01] can ubuntu server install jfs as a default file system in it's file system manager app ? === c1|freaky is now known as fReAkY[t] [03:06] Haven't installed a server on bare metal for a while so I'm not sure but the desktop can so I don't see why not. [03:08] an you use the desktop install for the server, then somehow change the apt-get source file ? [03:10] You could if you really wanted to but you'd end up with a load of cruft. Wht not use the server CD? [03:44] I'm sort of shopping for a project to contribute to. Is there an ubuntu server project that anyone knows of that is primarily written in Python? [03:44] preferably one with mentorship available :) [04:03] jonesy: you might check out rapache: https://launchpad.net/rapache [04:04] ok, thanks [06:12] i am kind of a newb to linux and was thinking could i install the ubuntu server 64bit base system then add the dreamlinux repos and install the dreamlinux desktop environment so as to end up with a 64 bit dreamlinux? [09:22] moin === backenfutter is now known as [backenfutter] [10:30] soren: does the server seed exist now? where can I find it? [10:31] mdz: No, it's blocked on a tasksel bug, that I've not yet had time to look at. [10:39] * soren goes back to being on holiday [11:43] how do i get ipkungfu service to auto-load ? [11:44] <_ruben> sudo update-rc.d ipkungfu defaults [11:47] _ruben: it says already exists [11:48] problem is, when i booted up my system, ip's were not being forwarded untill i ran ipkungfu --no-caching [11:49] <_ruben> dunno then, never used ipkungfu [11:49] _ruben: it's an awesome firewall [11:50] _ruben: it's probably the easiest firewall ever to run :P [11:50] you just set like 8 script variables and you are ready to go. [11:50] frontend to iptables [11:50] * _ruben prefers to write his own frontends for iptables [11:52] anyways.. this is a bit frustrating [11:52] btw, my ipkungfu script it not in rcS.d/ [11:53] is that why ? [11:53] <_ruben> it oughta be in /etc/init.d/ i'd say [11:54] _ruben: it is. [11:54] _ruben: but it didn't load up when i rebooted ubuntu. [11:54] so you tell me. [11:54] i haven't a clue. [11:54] /etc/init.d/ipkungfu start [11:54] if that doesn't do it, then the problem's in your configuration and/or it's init script [11:54] becaue thats what's being run on reboot [11:57] Deeps: that works. [11:57] Deeps: the init.d script works [11:58] but how come i had to rerun my inet script, i don't think it loaded. [11:58] btw, how do you get ubuntu to boot up in verbose mode ? === ogra_ is now known as ogra [14:12] New bug: #253268 in suphp (main) "php5-cgi not working with suphp in Hardy " [Undecided,New] https://launchpad.net/bugs/253268 [14:20] any users of Likewise Open noticed that new group membership do not show up on the Ubuntu side until the winbind cache is refreshed with "lwimsg winbind brl-revalidate" ? [14:20] is that a known behavior ? (bug ?) [14:20] I am wondering if it is a problem in my setup ... doubtful, as it is pretty vanilla [14:23] EtienneG: new group as in new AD group? [14:24] EtienneG: does the winbind cache get refreshed when logging out and back in? [14:26] sommer, yeah, new group in AD [14:27] I will try logging out/in again, but I doubt this is related [14:28] EtienneG: well I was thinking along the lines that if you join a new Linux group you need to log out and back in for the new permissions to work... or refresh your environmnet, but I always forget the commands [14:28] EtienneG: so basically I'd think the same would hold true for AD groups [14:29] sommer, I see, but that is not what i was thinking [14:29] basically, I am looged in as a local Unix user (from /etc/passwd), and doing groups/id/getent [14:29] EtienneG: even from a windows client don't you have to log out and back in for new groups? been a while since I've admined an AD domain [14:30] but now it seem to work without invalidating the winbind cache, so it must be good [14:31] heh, interesting [14:31] the problem was probably transient, maybe winbind need to be restarted/reloaded at least once after installation to work properly [14:32] maybe... windows clients need to restart after joining a domain :-) [14:38] ok, I have isolated the behavior to new AD group [14:39] 1. create new group, 2. add member to group, 3. id and groups user on the Ubuntu side do not show member to newgroup, but getent group newgroup do show user as member [14:41] even invalidating the winbind cache or restarting likewise-open does not work [14:42] * EtienneG scratch head [14:47] EtienneG: nscd running? [14:47] ahasenack, this spawn of the devil? never! [14:47] :) [14:48] but good catch nonetheless, that's exactly the behavior i would have expected from nscd :) [14:48] EtienneG: id does enumerate all groups in order to find the members [14:48] EtienneG: I believe winbind has that disabled now (group and user enumeration) [14:48] ahasenack, which is probably the problem indeed [14:48] could that be it? [14:49] getent group does a direct call, so it's no enumeration [14:49] let me check how it work if I log on as the user in question in question ... [14:49] groups also does enumeration [14:49] you can quickly check by enabling enumeration in smb.conf and retrying [14:49] (in question in question in question in question .... damn caffeine!) [14:50] I think it would need to be changed in /etc/samba/lwiauthd.conf instead, I do not have a smb.conf (yet) [14:50] hmm, whatever winbind is using [14:50] I never used likewise-open [14:51] ok, group membership show correctly when I log on as the user [14:51] I will brush it off then [14:52] soren: ping [14:52] I once patched id to use getgrouplist(3) instead of group enumeration to find the members, but never submitted it [14:52] shame on me === fReAkY[t] is now known as freaky[t] [15:03] ahasenack, how does id do group enumeration? initgroup(), something else ... [15:04] EtienneG: setgrent(3), getgrent(3) in a loop for each group, and endgrent(3) at the end [15:04] EtienneG: it lists all groups and looks in each group if the user is a member [15:05] EtienneG: so, besides enumerating all groups, you also enumerate all members [15:05] ahasenack, basically, it walk trhough the entire group database, right ? [15:05] yes [15:05] recent nss_ldap even has a config option to not return the members in a getgrid() call, for example, to try to avoid that traffic if all you want is the group gid [15:06] ok, that is kinda good [15:06] and prone to break a lot of apps :) [15:06] samba has an option to bypass nss completely when used with ldap [15:06] ok, i see, indeed [15:07] I noticed such a problem recently, where dbus-daemon is calling initgroup() [15:08] if you have set nss_ldap to "bind_policy hard" (which is correct, IMHO), it will block at boot if the LDAP directory is unreachable [15:09] IIUC, that is what led to the nss_initgroups_minimumuid hackery right before release [15:09] in the use case I had, it was not possible to do, as there was many 10K users, and you cannot make the nss_initgroups_ignoreuid that long ... :( [15:51] jdstrand: ping [15:51] zul: pong [15:52] jdstrand: was mathiaz going to do the openldap sru upload or was i? [15:52] zul: you are doing SRU, mathiaz is doing intrepid [15:52] jdstrand: ok :) [15:53] at least that was my understanding [15:53] jdstrand: ill get to it this afternoon hopefully :) [15:54] EtienneG: you had 10K users that you wanted to ignore? [15:55] EtienneG: that option was really meant for system groups, and perhaps some admins with low uids [15:56] EtienneG: so the system would at least get to the login prompt. at that point, the admin can make some decisions about what to do for logins (eg, don't let 'em, use some sort of cache, ...) [15:56] jdstrand, that make sense indeed! [15:56] but no, I was not expecting to ignore a couple 10K users [15:56] :) [15:56] no worry! :) [15:57] EtienneG: you ignore users? shame on you...:) [15:57] was someone talking to me? [15:58] EtienneG: never mind :) [15:59] :D === freaky[t] is now known as fReAkY[t] [16:22] hay guys im trying to password protect my server and i have a problem with spaces in the dir so how do i go about doing this [16:23] ls /var/www/this\ dir\ has\ spaces [16:24] ls "/var/www/this dir has spaces" [16:28] mathiaz: there is a new openldap sitting on MoM waiting for so summer lovin' [16:29] zul: right - IIRC the changelog is not so big [16:29] man now I have that song in my head [16:29] zul: and there will be another upload with cn=config support [16:29] thanks but that does not work within the diretory tab [16:29] zul: so there is no point in merging this version [16:30] mathiaz: nifty [16:30] also can we merge the bugs for openldap2.3 and openldap? [16:32] zul: yes - I started to work on that too [16:32] zul: all of the openldap2.2 (dapper) bugs have been done [16:32] cool [16:32] zul: openldap2.3 may require to be copied (instead of moved) to openldap as it may still affect hardy [16:33] zul: OTOH some of them may be close for openldap2.3 as they won't be included in an SRU [16:49] dendrobates: mathiaz: looks like we're going to need an open-iscsi udeb package for the installer [16:49] kirkland: isn't there such a package already ? [16:50] kirkland: I remember seing an entry in the changelog refering to a udeb [16:50] * kirkland checks [16:51] mathiaz: damn, you're right again :-) === RoAk is now known as RoAkSoAx [16:56] mathiaz: another question about lsb-base:status_of_proc() .... could that go into hardy-backports? another question from superm1 [16:56] kirkland: I don't think so - It doesn't really fit the SRU critiria [16:57] kirkland, -backports isnt really tied to the distro [16:57] kirkland: oh - -backports [16:57] so usually everything that builds can go in there [16:57] kirkland: yes - it can go there [16:58] kirkland: I'm not sure if it's worth doing it though [16:58] you would need the backports team to approve it ... ScottK is on that team afaik [16:58] mathiaz: okay, thanks.... he was willing to take the init script patches for mythtv* only *IF* he could make it backport available [16:58] ogra: cool, thanks for the pointer [16:58] kirkland: well - if he wants to do the -backport procedure, that's great [16:58] kirkland: File a bug in hardy-backports (I assume we're discussing Hardy) and ping me. [16:59] ScottK: yes, hardy, thanks, will do. [16:59] kirkland: I don't see why taking the init script patches in intrepid is tied to accepting a hardy backport [17:10] Koon: wrt to bug 253032 - you may wanna checkout the Gnome User Interface guide [17:10] Launchpad bug 253032 in likewise-open "likewise-open-gui needs a better menu item name" [Low,Confirmed] https://launchpad.net/bugs/253032 [17:11] Koon: or one of the debian manuals - IIRC there is a section about naming entries in the menu [17:16] * delcoyote hi [17:21] are there like audit software for email to see what text, attachment, date it was sent server side [17:26] Which is the best webmail found in Ubuntu main? Is squirrelmail the only way to go or is there a better solution? [17:27] fastest and easy i think [17:27] for noob like me ;) [17:29] nandersson: none? :-) [17:29] we don't have webmail in main [17:29] at least not as far as I'm aware. [17:29] Nafallo, my bad - I meant in universe [17:30] I've used Squirrelmail this far, but I wanted to know if there where any other options I was not aware about [17:30] nandersson: roundcube? [17:30] can i log "all" things that happen mail server? including all messages and attachments that will be stored in a folder for future reference? [17:32] Nafallo, That looked quite neat :) [17:32] mathiaz: ok, thx for the pointer [17:35] jdstrand: just pinged slangasek about kerberos_example auth-client-config profile, and this one worked great: http://paste.ubuntu.com/32255/ [17:36] jdstrand: a system user can have the same password as the kerberos principal and receive a ticket [17:36] jdstrand: and the ccreds work as well [18:02] does anyone happen to have a build of dovecot-antispam for x86_64? [18:04] or does anyone have a 64bit machine where it could be built? :) [18:04] Any ideas of an appliance to create a centralized address book with support to a web interface? (ldap powered) [18:18] sommer: can i add some additional chapters to guide? [18:19] ivoks: absolutely [18:19] what did you have in mine? [18:19] er mind [18:20] sommer: and, forgive me cause i'm clueless, how do i edit this files? :D [18:20] redhat-cluster-suite [18:21] ivoks: mathiaz wrote up a great guide to getting started with the serverguide: https://wiki.ubuntu.com/ServerTeam/KnowledgeBase#head-0ae127e06ffba31c94b458fbef6eb033e5d8461e [18:22] basically the serverguide is DocBook xml files, so once you check them out of bzr you can edit them, then make a diff and send it to the doc ml [18:22] right... with vim? :) [18:22] i hate xml :/ [18:23] vim works, but the spelling didn't work so great for me so I switched to gedit [18:23] basically whatever your comfortable with [18:23] ok, i tought i need some special editor [18:23] like conglomerate [18:23] ya xml isn't the greatest, but there really isn't that many tags [18:24] ok... i'll try and see how it goes [18:24] thanks [18:24] ivoks: that's awesome, if you have any questions just let me know [18:33] There are some messages appearing in message kern.log syslog that I don't understand - would anyone be able to take a quick peek at it? http://www.pastebin.ca/1087362 [18:36] sommer: awesome-- I'll update the file and push it out [18:36] sommer: thanks! :) [18:36] jdstrand: welcome, and thank you [18:37] auth-client-config is a great tool :) [18:37] sommer: glad you like it :) [18:40] sommer: are you using libpam-krb5 or libpam-heimdal (I assume the former) [18:40] ? [18:41] jdstrand: yes libpam-krb5 [18:41] since it's in main [18:41] or mit kerberos is in main [18:44] sommer: right-- I found it interesting that the options you used are all the same (the one in acc was actually tested with heimdal) [18:45] sommer: so it's good to know that it'll work either way :) [18:46] cool, I actually started with heimdal and it's somewhat easier to work with IMHO [18:46] mit isn't that bad though [18:47] jdstrand: so are you going to rename it from "kerberos_example" ? [18:48] sommer: well, I wasn't planning on it... I suppose I could. I'd like to see what happens with the 'uncomplicated directory services' stuff that's going on... [18:49] jdstrand: sure that makes sense, I was just thinking of the lac_ldap profile [18:50] sommer: yes-- but that is supplied by ldap-auth-config [18:50] I guess "example" kind of gives the impression that it may not work as you'd expect [18:50] either way, not a big deal [18:50] acc doesn't really dictate policy-- just a way to switch stuff around [18:51] sommer: I figure once the directory services is worked out, a profile could be provided be one of those packages [18:51] s/be/by/ [18:51] score 1 for ubuntu-server. I just booted it for the first time ever and it doesn't launch a gui. [18:51] ubuntu-server++ [18:52] jdstrand: so is 'uncomplicated directory services' going to be a utility like ufw? [18:52] jdstrand: or is it more of a project codename for all the ldap integration stuff [18:52] Greetings [18:52] I have some directory services ideas based on an Ubuntu talk I heard at oscon, but I'm not sure how far they'll get. [18:52] I'm looking for a RAID driver for a PERC/CERC ATA100/4ch card [18:53] sommer: it was something soren coined-- it's not official or anything-- but it's all based on what we talked about at UDS [18:53] lspci shows the card as :: RAID bus controller: American Megatrends Inc. MegaRAID (rev02) [18:53] but megaraid doesn't work [18:53] any suggestions (besides not using a Dell box) :) [18:53] sommer: basically, deploying a directory server should be as simple as a LAMP stack, and then make client configuration just as easy [18:54] jdstrand: awesome, I totally agree... I think that could be the 'killer app' for ubuntu server [18:54] or the app that becomes the reason to deploy an ubuntu server on your network [18:55] sommer: me too-- it's been a long time coming in the free software world [18:55] jdstrand++ I'd love to see some kind of DS subsystem pre-installed. Admins new to it would be able to get up to speed if they had something preinstalled they could interact with and poke at. [18:55] there's a blueprint somewhere-- I think mathiaz is heading it up [18:56] It should be in the installer next to "DNS Server" and "LAMP Server" [18:56] this way you don't have it installed on every box -- just the one acting as the directory server. [18:56] jonesy: I think that's the plan, or at least a very similar experience [18:57] that'd be nice. What's the DS philosophy in ubuntu? Is it strict kerberos/ldap, or can you say "I want NIS"? [18:57] * jonesy doesn't want nis, for the record [18:58] jonesy: I'm most confident we won't have NIS, but I think the plan is to support ldap for both authorization and authentication, and also kerberos authentication with ldap authorization [18:58] just so I understand, if ubuntu were to create, say, a stupid-easy interface for setting up and managing ldap services (perhaps even federated, remote servers), would that be submitted upstream for use by the rest of the open source community? [18:59] jonesy: it's all open source, so anyone can grub it and use it [18:59] because I've used both openldap and FDS extensively, and I'd love to see an optional GUI on top of openldap while still maintaining the CLI interface. [18:59] grab it [18:59] grab, grub, what's the difference, really. We're all digital hippies here. [18:59] ;-P [19:00] jonesy: keep in mind, all this is in the planning stages with some backend work happening as well [19:00] really? Where? Maybe some of my ideas can still be heard! [19:00] jonesy: but I believe the first steps are to get a good CLI experience, maybe with good integration with 'adduser' and friends [19:01] yeah, that'd be nice too. [19:01] jonesy: then look at integrating some sort of gui-- I know the FDS frontend has been looked at, but don't know the status [19:01] I've used it. I'm not a fan, really. [19:02] jonesy: IIRC, it's fairly tied to the FDS backend, but I haven't looked at it [19:02] the features of it are actually nice, but it's all java, and so it's kinda flaky and slow (last I used it), and it was impossible to launch using, say, 'ssh -Y' [19:02] it may be able to be decoupled [19:02] really? I thought it was going to use openldap! Interesting news! [19:02] jonesy: hence the 'good CLI experience' :) [19:03] I'm agnostic. I hate the openldap community, but I like the tool, and I hate the FDS monstrosity, but love their community. [19:03] jonesy: I think you misunderstood [19:03] jonesy: Ubuntu will use openldap [19:03] whoops [19:03] oh [19:03] FDS gui is fairly tightly integrated with the FDS backend-- I was saying it might be possible to decouple it [19:03] oh. [19:04] wow. [19:04] but I am only on the periphery of these discussions, so I may not have the most up to date information :) [19:04] Might be easier to write a new one, to be honest. The GUI in FDS, iirc, is integrated not only with the "backend" (a nebulous concept in FDS by itself), but also the web-based org trees and some other stuff. [19:05] it also uses the mozilla certdb rather than simple flat files referenced in the config like in openldap [19:05] and... did I mention it's java, and slow and flaky? ;-P [19:05] like, I said, it was looked at as on option-- so was developing a gui [19:05] no offense to java gui developers. [19:06] gotcha [19:06] I don't think any decisions have been made on that front [19:06] can I join some list or chan about this stuff? [19:06] jonesy: have you participated in the ubuntu-server meetings? [19:06] no, I'm completely new to ubuntu-server, though not unix/linux. [19:06] I heard some things that got me interested at oscon. [19:07] jonesy: the mailing list is ubuntu-server (https://lists.ubuntu.com/) [19:07] ...where the linux track should've really just been called the ubuntu track. [19:07] jonesy: I recommend you look at https://wiki.ubuntu.com/ServerTeam [19:07] oh, ok. I thought all this stuff would be a subproject with its own list. I'll join the ubuntu-server list. Thanks. [19:07] I believe I looked at that, but will look again. [19:08] there's all kinds of info, including the next meeting and agenda [19:09] yeah, this is not what I saw. Reading now. [19:09] thanks [19:09] np [19:09] what does "ubuntu server team LP" mean? [19:10] from here --> https://wiki.ubuntu.com/ServerTeam/GettingInvolved [19:10] jonesy: that's the ubuntu server Launch Pad team [19:10] acronyms should be defined before use. My $.02 [19:10] thanks! [19:10] er... I'll figure out what that is later I guess. [19:10] ;-P [19:12] * EtienneG grumble [19:13] is there a public bug tracker for Likewise Open? I mean, the project, not the Ubuntu package [19:13] I also cannot seem to find the changelog for 4.1.0 (I would hate to report bugs to LP that are fixed upstream already) [19:14] and while i am there ... do they have a public IRC channel somewhere? [19:14] I think it's got a separate project in Launchpad, but I'm not certain. [19:15] ScottK, LP says: 0 projects found matching “likewise” [19:15] :( [19:16] So either it's not there or Launchpad search is buggy. [19:16] Not sure which is more likely. [19:16] how dare you suggest Launchpad is BUGGY!!!11 [19:16] * EtienneG is just joking [19:16] I do it routinely. [19:17] ho well, I will report my bugs against the Ubuntu package then [19:19] sommer: committed your profile to bzr, will upload package soonish [19:20] #253394 [19:20] jdstrand: coolness [19:20] shortest bug report evar [19:23] EtienneG: http://lobugs.likewisesoftware.com/ [19:23] EtienneG: ^^ upstream likewise-open bugzilla [19:23] mathiaz, thanks a bunch, matey [19:23] bug #253394 [19:23] Launchpad bug 253394 in likewise-open "Typo in Likewise Open GUI (misspelled "privileges")" [Undecided,New] https://launchpad.net/bugs/253394 [19:24] mathiaz, would they have a code repository somewhere by any chance (so we can browse code and see history) ? [19:24] EtienneG: I think they're using git - but I don't know if they have an public repository [19:25] git? sacrilege! [19:25] too bad, they have an annoying form to enter to download lw-open from their web site [19:25] No, git, used places other than Ubuntu. [19:26] I know bazaar is used other places than Ubuntu, just none that I've ever encountered personally. [19:26] New bug: #253394 in likewise-open (main) "Typo in Likewise Open GUI (misspelled "privileges")" [Undecided,New] https://launchpad.net/bugs/253394 [19:26] ScottK: I'll bet that may increas once LP is open sourced :) [19:26] I guess I will have fill the form ... [19:26] didn't mysql switch to bzr? [19:27] ScottK, again, I was just joking (i love playing the zealot on the intarweb) [19:27] sommer, right, they did [19:27] and it is a fairly huge codebase at that [19:28] gosh, i hate bugzilla [19:28] me too [19:28] I wish it would die. [19:29] I'll be sacraligeous and say I like it better than Launchpad. [19:29] At least it supports basic functions like having bugs block other bugs. [19:29] mathiaz: you're doing the openldap cn=config migration and user/group DIT? [19:32] launchpad is a little confusing. Is there some link I'm missing to get from a blueprint to the defined tasks to make them reality, so you can see which tasks aren't assigned, and then use that to figure out where one might fit in? [19:34] jonesy: I don't think such a thing exists. [19:34] ok, thanks. Not surprising. I find that all of the tools similar to this have problems integrating with.... themselves :) [19:35] so, is there another tool, or some place I can figure out what tasks have been defined for a blueprint so I can figure out how to help out (if I can)? [19:36] jonesy: Generally they are written in the spec or on the associated wiki page if anywhere. [19:36] clearly projects can't just fall from the ether complete with team members. [19:36] ok, I guess I'll sift. I'm really surprised that this isn't easier given Ubuntu's success at attracting new developers. [19:36] jonesy: Here's an example of one (that happens to need help) https://wiki.ubuntu.com/ClamavSpamassassinInMain [19:37] mathiaz: hey, can you help me get open-iscsi into the server installer seed? [19:37] mathiaz: or point me in the right direction? [19:38] kirkland: hm - I can point you to #ubuntu-installer [19:38] kirkland: I'm not sure exactly what you want to do [19:38] jonesy: yes [19:38] mathiaz: okay, thanks, i'm there. [19:38] Do we have an explicit server seed yet? [19:39] kirkland: I guess you want to make sure that the deb and udeb are on the cd [19:39] kirkland: to do that I can help [19:39] mathiaz: yes, that's what i need [19:39] kirkland: it's a matter of adding the deb to the server-ship seed [19:39] mathiaz: well, I'd love to help out, so if there's something I should do or a link besides the blueprints I should see, let me know. The problem is one that interests me, but I don't have a PHd in Launchpad. [19:39] mathiaz: cool, pointers? [19:41] jonesy: The MIR work needed for the spec I linked you is a good way to learn some things about package and how Ubuntu works. If you're interested, I can help you. [19:41] kirkland: https://wiki.ubuntu.com/SeedManagement [19:41] kirkland: there is a section about changing the seeds [19:41] mathiaz: thanks, i'll go read [19:42] ScottK: clamav and spamassassin are really both outside my area of expertise. I only have an end-user familiarity with spamassassin, and have never touched clamav. In general, the further away from email I can be, the better (where servers are concerned). [19:42] kirkland: and the bzr branch you're looking at is https://code.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ubuntu.intrepid [19:42] no offense, of course. [19:43] kirkland: probably the server-ship file [19:43] jonesy: great - I'm about to upload a new package with cn=config migration code enabled - once there I'll send out a call for testing [19:44] jonesy: probably on the ubuntu-server mailing list and the ubuntuserver blog [19:44] ok, thanks [19:44] jonesy: Know anything about Perl? [19:44] so, it's just a one-man dev team? [19:44] Most of the stuff needs doing in perl packages. [19:44] ScottK: yes. Plenty. It's the reason I use Python! ;-P [19:44] ;-) [19:45] but seriously, I've been doing admin stuff for like 10+ years, and used perl up until about a year or so ago [19:45] then I created Python Magazine. It's all downhill from there. [19:45] ;-P [19:45] If you're interested in learning more about how Perl is packaged in Debian/Ubuntu, some of the SpamAssassin related MIR could be interesting. [19:46] If not, then not so much. === servidorespillo is now known as servidorespillo[ [19:47] it's just not an area I have much interest in, to be honest. But if all I can do to contribute to the DS-related stuff is test, I might ping you later :) [19:47] OK. [19:48] I'm sure I just don't understand the development process in use at ubuntu-server. Is there some high-level description of the flow somewhere? [19:48] Probably. [19:48] Not sure where. [19:48] I'm kinda used to just downloading a package, seeing b0rk3dness, fixing it, submitting a patch... this is a whole distro though :) [19:48] Right. [19:49] maybe I can work on something called "making it stupid-easy for new developers to be productive quickly" [19:49] it could probably be a wiki page, if it isn't already. [19:49] The basic idea is: Have a developer summit (UDS) - 1 week face to face make a plan, write specs to document the bits of the plan, get them approved, go implement, test, release. [19:49] jonesy: well - it works the same way - you download a package, come across a bug, fix it and submit a patch [19:49] oh [19:50] does the same go for new features? [19:50] jonesy: you may wanna check out https://wiki.ubuntu.com/MOTU/GettingStarted [19:50] Features it depends. You can write a spec and get it approved (you don't actually have to go to UDS). [19:50] jonesy: and https://wiki.ubuntu.com/UbuntuDevelopers for a better understanding of how the dev community is structured [19:51] EtienneG: LW git tree : http://git.likewisesoftware.com/?p=likewise-open.git [19:51] In general, particularly once you are a developer, if you can do it yourself, you can just do it. [19:52] EtienneG: also you can download sources at http://archives.likewisesoftware.com/likewise-open/src/ [19:55] Koon, thanks a lot, I got the released source tarball [19:55] but i will sure keep the git tree URL handy for future reference [19:56] EtienneG: you're welcome. Their "community" pages aren't so good as pointers for useful info. [20:29] Greetings... I need some help in transposing CentOS package names unto Ubuntu names [20:29] anyone willing to give it a try? [20:29] httpd-devel, apr-devel and apr-util-devel [20:29] Fenix|work: httpd -> apache2 [20:29] expat-devel, krb5-devel, mysql-devel rpm-devel [20:30] zul: you still around? [20:31] what about the apr stuff? [20:31] Fenix|work: apt-cache search apr | grep dev [20:31] libapr1-dev - The Apache Portable Runtime Library - Development Headers [20:31] yeah, just remembered cache :) [20:33] mathiaz: http://bazaar.launchpad.net/~kirkland/ubuntu-seeds/ubuntu-seeds.intrepid-iscsi/revision/1304 [20:33] mathiaz: can you merge that into the server-ship seed? [20:36] zul: perhaps you could merge that server-ship seed addition for me? [20:37] hey folks... could somebody tell me why this .htaccess just won let me login? I played around with it a bit, but just wont work... http://paste.ubuntuusers.de/391053/ [20:38] backenfutter: perms on /var/secret/.htusers [20:38] ? [20:39] 644 root:root [20:39] 755? [20:39] kirkland: who do what now? [20:40] kirkland: god damn... that was it... thx so much kirkland [20:40] got it [20:40] 755 brainiac:www-data [20:40] merge the open-iscsi into the seed? [20:42] chuck@krusty:~/work/server/seeds/ubuntu.intrepid$ grep iscsi * [20:42] server-ship: * open-iscsi # ChuckShort [20:42] server-ship: * open-iscsi-udeb # SorenHansen [20:43] zul: hmm [20:44] kirkland: what problem are you having? [20:45] zul: hmm, let me start an install from scratch [20:47] zul: look at that.... [20:47] zul: okay, yeah, that worked now.... anna-install open-iscsi-udeb [20:48] zul: i was missing the -udeb [20:48] kirkland: ah [20:48] bbiab [20:58] kirkland: ping [20:59] ah, never mind :) [23:23] jdstrand: kees: either of you guys (or anyone else) an "nc" expert? [23:23] actually, i don't really even need an expert.... [23:23] how can i use it to see if a given ip/port is open on a remote machine [23:24] kirkland: simplest way would be with nc -v -v -v HOST PORT. if it connects, it's open. [23:24] kees: thx [23:24] kirkland: np [23:25] kees: hmm, no -v option in the busybox nc ;-) [23:26] heh -- dunno if you're limited to busy box. check the klibc toolset? [23:26] kees: i'm in the installer shell [23:27] kirkland: iscsi madness? [23:27] kees: yeah, i'm getting an ECONNREFUSED [23:27] then it's not listening. ;) [23:27] kees: i'm wondering if the tcp stack in the installer is incomplete? [23:28] kees: but it is listening, at least from other clients [23:28] kirkland: what's returning ECONNREFUSED? [23:28] kees: at first, iscsiadm, but now, also nc -p 3260 192.168.122.34 [23:29] using 8.04 server edition. after apt-get upgrade it seems to upgrade kernel and after restart I have kernel panic. any solution? thanks :) [23:29] kees: it appears that the machine in the installer has IP address 192.168.122.254... I wonder if that would present a problem somehow as a client? [23:29] juris: that's a pretty broad problem. anyone helping to solve that would need to know specifically what the panic reported, then check for bug reports, etc. [23:30] that's not a reserved IP, as far as I'm aware [23:30] kirkland: you sure you want -p ? that's usally the local port not remote port. [23:31] how can I give You more information? What logs should I give? Do i have write all what I see in boot screen? Can I get back my old kernel? :) [23:32] kees: okay, good call, now: "nc 192.168.122.34 3260", just sort of hangs, like it's listening, rather than throwing ECONNREFUSED [23:32] kirkland: what's returning ECONNREFUSED?https://wiki.ubuntu.com/DebuggingKernelOops [23:32] kirkland: right, it was trying to connect on the telnet port. :) [23:33] juris: I personally probably can't help. I was just saying in generally, if someone can help, they'll need a lot more information. See https://wiki.ubuntu.com/DebuggingKernelOops [23:33] kees: 3260 is a telnet port? [23:33] kees: i thought that's an iscsi port [23:33] kirkland: no, you did'nt specify a port, so nc used 23. (3260 was the _local_ port) [23:33] thanks for link! [23:33] kees: connect(3, .....) is returning -1, ECONNREFUSED [23:34] kees: according to the strace [23:34] kirkland: right, sorry, I had accidentally scrolled up while pasting the debug link [23:35] kees: so I have two different vm's.... one a running intrepid instance, the other, in a shell in the installer [23:35] kirkland: okay [23:35] kees: the full os intrepid can lists the iscsi shares just fine [23:35] kees: the installer one gets the ECONNREFUSED [23:35] kees: i'm looking at each one's strace output [23:36] what is the command that does the iscsi share-looking? [23:36] kees: iscsiadm -m discovery -t st -p IP_OF_ISCSI_TARGET [23:37] compare ifconfig -a output? maybe network mask is hosed? [23:38] kees: no ifconfig in the installer ;-) [23:38] kees: and I don't see a udeb for net-tools [23:38] OK. It seems it is big problem to debug kernel oops for average Ubuntu users but I am newbie. Can I just use previous kernel? I installed Ubuntu yesterday but I have already configured Virtualmin and uploaded files and I don't want to start from ebginning? I burned fresh .iso file 2 days ago. [23:39] juris: when you boot, grub should give you the option of several kernels. [23:39] LILO :P [23:39] I can't select kernel... [23:40] LILO autoamticaly launches this bad kernel [23:40] lilo? that's not a very standard install :) [23:40] juris: i'd say grub would be recommended for a self-proclaimed 'newbie' :-) [23:41] Yes, I knew but I have some trouble in GRUB and I don''t know how to delete this... I have maaany kernels in it because of this kernel oops [23:41] I figured to install lilo and it was fine for some hours :) [23:42] juris: I would recommend installing grub. [23:42] apt-get install grub? [23:42] juris: if this is an otherwise stock machine, sudo grub-install; sudo update-grub should work. however, I can't promise anything, so be careful. [23:43] juris: you should see your available kernels in /boot/vmlinuz* [23:46] I use Windows XP now :D I have only 1 SATA cable and I need to turn off computer to boot in linux (recovery mode?) maybe You think it's little bit strange but i wiil use this server in data center but I will keep one Hard Disk for my new home PC. Do I need to install Other Ubuntu? [23:48] Maybe there is Live CD to fix GRUB? [23:48] small, simple live cd for me :) [23:49] kees: funny thing is that i can ping the same host [23:50] kees: makes me think it's a problem in the tcp stack [23:50] juris: I really don't know what to say -- you have a very unusual configuration. perhaps use the Launchpad Answers section? [23:50] kirkland: the kernel is the kernel so probably not the stack. I would guess misconfigured network settings. Does the "ip" command exist? [23:50] kees: yeah [23:51] kees: i'm looking at the busybox manpage now for "ip" info [23:51] kirkland: ip addr show [23:52] kees: inet 192.168.122.254/24 brd 192.168.122.255 scope global eth0 [23:53] kirkland: and that matches the other vm? [23:54] kees: the other vm has a "LOWER_UP" flag [23:54] kees: and an inet6 stack, but otherwise, okay [23:55] try other stuff to the target machine, like starting a "nc -l -p 8080 -v -v -v" and seeing if you can connect to it, etc. [23:57] Yes, my situation is little bit strange. Google have many links to "fix GRUB" :) It's late. I better go to bed now :D