/srv/irclogs.ubuntu.com/2008/07/30/#ubuntu-server.txt

owhRunning 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
owhHmm, you should know that I'm connecting to smtp.gmail.com.00:12
mathiazowh: there is an issue with gmail and an expired certificate00:13
owhWonderful.00:13
mathiazowh: http://groups.google.com/group/Gmail-Help-Announcements-and-Alerts-en/browse_thread/thread/0948f4f8b9ddb496/b7c9c363eecb3f32?show_docid=b7c9c363eecb3f3200:13
owhMerci00:14
owhHmm, that says that it's fixed :(00:14
owhJust 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.00:31
thenewguydo you guys know how i can change PHP settings on a per directory basis?01:28
thenewguyinst there a way to place local php.ini files01:28
nxvlkirkland: around?01:29
tlsarlesI 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?02:13
=== freaky[t] is now known as c1|freaky
=== zachera is now known as zacheraa
=== zacheraa is now known as zachera
compubombcan ubuntu server install jfs as a default file system in it's file system manager app ?03:01
=== c1|freaky is now known as fReAkY[t]
hadsHaven'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:06
compubomban you use the desktop install for the server, then somehow change the apt-get source file ?03:08
hadsYou could if you really wanted to but you'd end up with a load of cruft. Wht not use the server CD?03:10
jonesyI'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
jonesypreferably one with mentorship available :)03:44
sommerjonesy: you might check out rapache: https://launchpad.net/rapache04:03
jonesyok, thanks04:04
deadlyallance691i 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?06:12
krautmoin09:22
=== backenfutter is now known as [backenfutter]
mdzsoren: does the server seed exist now?  where can I find it?10:30
sorenmdz: No, it's blocked on a tasksel bug, that I've not yet had time to look at.10:31
* soren goes back to being on holiday10:39
compubombhow do i get ipkungfu service to auto-load ?11:43
_rubensudo update-rc.d ipkungfu defaults11:44
compubomb_ruben: it says already exists11:47
compubombproblem is, when i booted up my system, ip's were not being forwarded untill i ran ipkungfu --no-caching11:48
_rubendunno then, never used ipkungfu11:49
compubomb_ruben: it's an awesome firewall11:49
compubomb_ruben: it's probably the easiest firewall ever to run :P11:50
compubombyou just set like 8 script variables and you are ready to go.11:50
Deepsfrontend to iptables11:50
* _ruben prefers to write his own frontends for iptables11:50
compubombanyways.. this is a bit frustrating11:52
compubombbtw, my ipkungfu script it not in rcS.d/11:52
compubombis that why ?11:53
_rubenit oughta be in /etc/init.d/ i'd say11:53
compubomb_ruben: it is.11:54
compubomb_ruben: but it didn't load up when i rebooted ubuntu.11:54
compubombso you tell me.11:54
compubombi haven't a clue.11:54
Deeps/etc/init.d/ipkungfu start11:54
Deepsif that doesn't do it, then the problem's in your configuration and/or it's init script11:54
Deepsbecaue thats what's being run on reboot11:54
compubombDeeps: that works.11:57
compubombDeeps: the init.d script works11:57
compubombbut how come i had to rerun my inet script, i don't think it loaded.11:58
compubombbtw, how do you get ubuntu to boot up in verbose mode ?11:58
=== ogra_ is now known as ogra
uvirtbotNew bug: #253268 in suphp (main) "php5-cgi not working with suphp in Hardy " [Undecided,New] https://launchpad.net/bugs/25326814:12
EtienneGany 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
EtienneGis that a known behavior ?  (bug ?)14:20
EtienneGI am wondering if it is a problem in my setup ... doubtful, as it is pretty vanilla14:20
sommerEtienneG: new group as in new AD group?14:23
sommerEtienneG: does the winbind cache get refreshed when logging out and back in?14:24
EtienneGsommer, yeah, new group in AD14:26
EtienneGI will try logging out/in again, but I doubt this is related14:27
sommerEtienneG: 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 commands14:28
sommerEtienneG: so basically I'd think the same would hold true for AD groups14:28
EtienneGsommer, I see, but that is not what i was thinking14:29
EtienneGbasically, I am looged in as a local Unix user (from /etc/passwd), and doing groups/id/getent14:29
sommerEtienneG: 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 domain14:29
EtienneGbut now it seem to work without invalidating the winbind cache, so it must be good14:30
sommerheh, interesting14:31
EtienneGthe problem was probably transient, maybe winbind need to be restarted/reloaded at least once after installation to work properly14:31
sommermaybe... windows clients need to restart after joining a domain :-)14:32
EtienneGok, I have isolated the behavior to new AD group14:38
EtienneG1. 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 member14:39
EtienneGeven invalidating the winbind cache or restarting likewise-open does not work14:41
* EtienneG scratch head14:42
ahasenackEtienneG: nscd running?14:47
EtienneGahasenack, this spawn of the devil?  never!14:47
ahasenack:)14:47
EtienneGbut good catch nonetheless, that's exactly the behavior i would have expected from nscd  :)14:48
ahasenackEtienneG: id does enumerate all groups in order to find the members14:48
ahasenackEtienneG: I believe winbind has that disabled now (group and user enumeration)14:48
EtienneGahasenack, which is probably the problem indeed14:48
ahasenackcould that be it?14:48
ahasenackgetent group <groupname> does a direct call, so it's no enumeration14:49
EtienneGlet me check how it work if I log on as the user in question in question ...14:49
ahasenackgroups also does enumeration14:49
ahasenackyou can quickly check by enabling enumeration in smb.conf and retrying14:49
EtienneG(in question in question in question in question .... damn caffeine!)14:49
EtienneGI think it would need to be changed in /etc/samba/lwiauthd.conf instead, I do not have a smb.conf (yet)14:50
ahasenackhmm, whatever winbind is using14:50
ahasenackI never used likewise-open14:50
EtienneGok, group membership show correctly when I log on as the user14:51
EtienneGI will brush it off then14:51
emgentsoren: ping14:52
ahasenackI once patched id to use getgrouplist(3) instead of group enumeration to find the members, but never submitted it14:52
ahasenackshame on me14:52
=== fReAkY[t] is now known as freaky[t]
EtienneGahasenack, how does id do group enumeration?  initgroup(), something else ...15:03
ahasenackEtienneG: setgrent(3),  getgrent(3) in a loop for each group, and endgrent(3) at the end15:04
ahasenackEtienneG: it lists all groups and looks in each group if the user is a member15:04
ahasenackEtienneG: so, besides enumerating all groups, you also enumerate all members15:05
EtienneGahasenack, basically, it walk trhough the entire group database, right ?15:05
ahasenackyes15:05
ahasenackrecent 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 gid15:05
EtienneGok, that is kinda good15:06
ahasenackand prone to break a lot of apps :)15:06
ahasenacksamba has an option to bypass nss completely when used with ldap15:06
EtienneGok, i see, indeed15:06
EtienneGI noticed such a problem recently, where dbus-daemon is calling initgroup()15:07
EtienneGif you have set nss_ldap to "bind_policy hard" (which is correct, IMHO), it will block at boot if the LDAP directory is unreachable15:08
EtienneGIIUC, that is what led to the nss_initgroups_minimumuid hackery right before release15:09
EtienneGin 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:09
zuljdstrand: ping15:51
jdstrandzul: pong15:51
zuljdstrand: was mathiaz going to do the openldap sru upload or was i?15:52
jdstrandzul: you are doing SRU, mathiaz is doing intrepid15:52
zuljdstrand: ok :)15:52
jdstrandat least that was my understanding15:53
zuljdstrand: ill get to it this afternoon hopefully :)15:53
jdstrandEtienneG: you had 10K users that you wanted to ignore?15:54
jdstrandEtienneG: that option was really meant for system groups, and perhaps some admins with low uids15:55
jdstrandEtienneG: 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
EtienneGjdstrand, that make sense indeed!15:56
EtienneGbut no, I was not expecting to ignore a couple 10K users15:56
jdstrand:)15:56
EtienneGno worry!  :)15:56
zulEtienneG: you ignore users? shame on you...:)15:57
EtienneGwas someone talking to me?15:57
zulEtienneG: never mind :)15:58
EtienneG:D15:59
=== freaky[t] is now known as fReAkY[t]
jordancasonhay 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 <Directory /var/www/this dir has spaces>16:22
sysdefls /var/www/this\ dir\ has\ spaces16:23
sysdefls "/var/www/this dir has spaces"16:24
zulmathiaz: there is a new openldap sitting on MoM waiting for so summer lovin'16:28
mathiazzul: right - IIRC the changelog is not so big16:29
zulman now I have that song in my head16:29
mathiazzul: and there will be another upload with cn=config support16:29
jordancasonthanks but that does not work within the diretory tab <Directory /var/www/this dir has spaces > </Directory>16:29
mathiazzul: so there is no point in merging this version16:29
zulmathiaz: nifty16:30
zulalso can we merge the bugs for openldap2.3 and openldap?16:30
mathiazzul: yes - I started to work on that too16:32
mathiazzul: all of the openldap2.2 (dapper) bugs have been done16:32
zulcool16:32
mathiazzul: openldap2.3 may require to be copied (instead of moved) to openldap as it may still affect hardy16:32
mathiazzul: OTOH some of them may be close for openldap2.3 as they won't be included in an SRU16:33
kirklanddendrobates: mathiaz: looks like we're going to need an open-iscsi udeb package for the installer16:49
mathiazkirkland: isn't there such a package already ?16:49
mathiazkirkland: I remember seing an entry in the changelog refering to a udeb16:50
* kirkland checks16:50
kirklandmathiaz: damn, you're right again :-)16:51
=== RoAk is now known as RoAkSoAx
kirklandmathiaz: another question about lsb-base:status_of_proc() .... could that go into hardy-backports?  another question from superm116:56
mathiazkirkland: I don't think so - It doesn't really fit the SRU critiria16:56
ograkirkland, -backports isnt really tied to the distro16:57
mathiazkirkland: oh - -backports16:57
ograso usually everything that builds can go in there16:57
mathiazkirkland: yes - it can go there16:57
mathiazkirkland: I'm not sure if it's worth doing it though16:58
ograyou would need the backports team to approve it ... ScottK is on that team afaik16:58
kirklandmathiaz: okay, thanks....  he was willing to take the init script patches for mythtv* only *IF* he could make it backport available16:58
kirklandogra: cool, thanks for the pointer16:58
mathiazkirkland: well - if he wants to do the -backport procedure, that's great16:58
ScottKkirkland: File a bug in hardy-backports (I assume we're discussing Hardy) and ping me.16:58
kirklandScottK: yes, hardy, thanks, will do.16:59
mathiazkirkland: I don't see why taking the init script patches in intrepid is tied to accepting a hardy backport16:59
mathiazKoon: wrt to bug 253032 - you may wanna checkout the Gnome User Interface guide17:10
uvirtbotLaunchpad bug 253032 in likewise-open "likewise-open-gui needs a better menu item name" [Low,Confirmed] https://launchpad.net/bugs/25303217:10
mathiazKoon: or one of the debian manuals - IIRC there is a section about naming entries in the menu17:11
* delcoyote hi17:16
jmazaredoare there like audit software for email to see what text, attachment, date it was sent server side17:21
nanderssonWhich is the best webmail found in Ubuntu main? Is squirrelmail the only way to go or is there a better solution?17:26
jmazaredofastest and easy i think17:27
jmazaredofor noob like me ;)17:27
Nafallonandersson: none? :-)17:29
Nafallowe don't have webmail in main17:29
Nafalloat least not as far as I'm aware.17:29
nanderssonNafallo, my bad - I meant in universe17:29
nanderssonI've used Squirrelmail this far, but I wanted to know if there where any other options I was not aware about17:30
Nafallonandersson: roundcube?17:30
jmazaredo 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:30
nanderssonNafallo, That looked quite neat :)17:32
Koonmathiaz: ok, thx for the pointer17:32
sommerjdstrand: just pinged slangasek about kerberos_example auth-client-config profile, and this one worked great: http://paste.ubuntu.com/32255/17:35
sommerjdstrand: a system user can have the same password as the kerberos principal and receive a ticket17:36
sommerjdstrand: and the ccreds work as well17:36
eikkedoes anyone happen to have a build of dovecot-antispam for x86_64?18:02
eikkeor does anyone have a 64bit machine where it could be built? :)18:04
goukiAny ideas of an appliance to create a centralized address book with support to a web interface? (ldap powered)18:04
ivokssommer: can i add some additional chapters to guide?18:18
sommerivoks: absolutely18:19
sommerwhat did you have in mine?18:19
sommerer mind18:19
ivokssommer: and, forgive me cause i'm clueless, how do i edit this files? :D18:20
ivoksredhat-cluster-suite18:20
sommerivoks: mathiaz wrote up a great guide to getting started with the serverguide: https://wiki.ubuntu.com/ServerTeam/KnowledgeBase#head-0ae127e06ffba31c94b458fbef6eb033e5d8461e18:21
sommerbasically 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 ml18:22
ivoksright... with vim? :)18:22
ivoksi hate xml :/18:22
sommervim works, but the spelling didn't work so great for me so I switched to gedit18:23
sommerbasically whatever your comfortable with18:23
ivoksok, i tought i need some special editor18:23
ivokslike conglomerate18:23
sommerya xml isn't the greatest, but there really isn't that many tags18:23
ivoksok... i'll try and see how it goes18:24
ivoksthanks18:24
sommerivoks: that's awesome, if you have any questions just let me know18:24
arakthorThere 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/108736218:33
jdstrandsommer: awesome-- I'll update the file and push it out18:36
jdstrandsommer: thanks! :)18:36
sommerjdstrand: welcome, and thank you18:36
sommerauth-client-config is a great tool :)18:37
jdstrandsommer: glad you like it :)18:37
jdstrandsommer: are you using libpam-krb5 or libpam-heimdal (I assume the former)18:40
jdstrand?18:40
sommerjdstrand: yes libpam-krb518:41
sommersince it's in main18:41
sommeror mit kerberos is in main18:41
jdstrandsommer: right-- I found it interesting that the options you used are all the same (the one in acc was actually tested with heimdal)18:44
jdstrandsommer: so it's good to know that it'll work either way :)18:45
sommercool, I actually started with heimdal and it's somewhat easier to work with IMHO18:46
sommermit isn't that bad though18:46
sommerjdstrand: so are you going to rename it from "kerberos_example" ?18:47
jdstrandsommer: 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:48
sommerjdstrand: sure that makes sense, I was just thinking of the lac_ldap profile18:49
jdstrandsommer: yes-- but that is supplied by ldap-auth-config18:50
sommerI guess "example" kind of gives the impression that it may not work as you'd expect18:50
sommereither way, not a big deal18:50
jdstrandacc doesn't really dictate policy-- just a way to switch stuff around18:50
jdstrandsommer: I figure once the directory services is worked out, a profile could be provided be one of those packages18:51
jdstrands/be/by/18:51
jonesyscore 1 for ubuntu-server. I just booted it for the first time ever and it doesn't launch a gui.18:51
jonesyubuntu-server++18:51
sommerjdstrand: so is 'uncomplicated directory services' going to be a utility like ufw?18:52
sommerjdstrand: or is it more of a project codename for all the ldap integration stuff18:52
Fenix|workGreetings18:52
jonesyI 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
Fenix|workI'm looking for a RAID driver for a PERC/CERC ATA100/4ch card18:52
jdstrandsommer: it was something soren coined-- it's not official or anything-- but it's all based on what we talked about at UDS18:53
Fenix|worklspci shows the card as :: RAID bus controller: American Megatrends Inc. MegaRAID (rev02)18:53
Fenix|workbut megaraid doesn't work18:53
Fenix|workany suggestions (besides not using a Dell box) :)18:53
jdstrandsommer: basically, deploying a directory server should be as simple as a LAMP stack, and then make client configuration just as easy18:53
sommerjdstrand: awesome, I totally agree... I think that could be the 'killer app' for ubuntu server18:54
sommeror the app that becomes the reason to deploy an ubuntu server on your network18:54
jdstrandsommer: me too-- it's been a long time coming in the free software world18:55
jonesyjdstrand++  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
jdstrandthere's a blueprint somewhere-- I think mathiaz is heading it up18:55
jonesyIt should be in the installer next to "DNS Server" and "LAMP Server"18:56
jonesythis way you don't have it installed on every box -- just the one acting as the directory server.18:56
jdstrandjonesy: I think that's the plan, or at least a very similar experience18:56
jonesythat'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 record18:57
jdstrandjonesy: 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 authorization18:58
jonesyjust 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:58
jdstrandjonesy: it's all open source, so anyone can grub it and use it18:59
jonesybecause 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
jdstrandgrab it18:59
jonesygrab, grub, what's the difference, really. We're all digital hippies here.18:59
jonesy;-P18:59
jdstrandjonesy: keep in mind, all this is in the planning stages with some backend work happening as well19:00
jonesyreally? Where? Maybe some of my ideas can still be heard!19:00
jdstrandjonesy: but I believe the first steps are to get a good CLI experience, maybe with good integration with 'adduser' and friends19:00
jonesyyeah, that'd be nice too.19:01
jdstrandjonesy: then look at integrating some sort of gui-- I know the FDS frontend has been looked at, but don't know the status19:01
jonesyI've used it. I'm not a fan, really.19:01
jdstrandjonesy: IIRC, it's fairly tied to the FDS backend, but I haven't looked at it19:02
jonesythe 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
jdstrandit may be able to be decoupled19:02
jonesyreally? I thought it was going to use openldap! Interesting news!19:02
jdstrandjonesy: hence the 'good CLI experience' :)19:02
jonesyI'm agnostic. I hate the openldap community, but I like the tool, and I hate the FDS monstrosity, but love their community.19:03
jdstrandjonesy: I think you misunderstood19:03
jdstrandjonesy: Ubuntu will use openldap19:03
jonesywhoops19:03
jonesyoh19:03
jdstrandFDS gui is fairly tightly integrated with the FDS backend-- I was saying it might be possible to decouple it19:03
jonesyoh.19:03
jonesywow.19:04
jdstrandbut I am only on the periphery of these discussions, so I may not have the most up to date information :)19:04
jonesyMight 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:04
jonesyit also uses the mozilla certdb rather than simple flat files referenced in the config like in openldap19:05
jonesyand... did I mention it's java, and slow and flaky? ;-P19:05
jdstrandlike, I said, it was looked at as on option-- so was developing a gui19:05
jonesyno offense to java gui developers.19:05
jonesygotcha19:06
jdstrandI don't think any decisions have been made on that front19:06
jonesycan I join some list or chan about this stuff?19:06
jdstrandjonesy: have you participated in the ubuntu-server meetings?19:06
jonesyno, I'm completely new to ubuntu-server, though not unix/linux.19:06
jonesyI heard some things that got me interested at oscon.19:06
jdstrandjonesy: the mailing list is ubuntu-server (https://lists.ubuntu.com/)19:07
jonesy...where the linux track should've really just been called the ubuntu track.19:07
jdstrandjonesy: I recommend you look at https://wiki.ubuntu.com/ServerTeam19:07
jonesyoh, ok. I thought all this stuff would be a subproject with its own list. I'll join the ubuntu-server list. Thanks.19:07
jonesyI believe I looked at that, but will look again.19:07
jdstrandthere's all kinds of info, including the next meeting and agenda19:08
jonesyyeah, this is not what I saw. Reading now.19:09
jonesythanks19:09
jdstrandnp19:09
jonesywhat does "ubuntu server team LP" mean?19:09
jonesyfrom here --> https://wiki.ubuntu.com/ServerTeam/GettingInvolved19:10
sommerjonesy: that's the ubuntu server Launch Pad team19:10
jonesyacronyms should be defined before use. My $.0219:10
jonesythanks!19:10
jonesyer... I'll figure out what that is later I guess.19:10
jonesy;-P19:10
* EtienneG grumble19:12
EtienneGis there a public bug tracker for Likewise Open?  I mean, the project, not the Ubuntu package19:13
EtienneGI 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:13
EtienneGand while i am there ... do they have a public IRC channel somewhere?19:14
ScottKI think it's got a separate project in Launchpad, but I'm not certain.19:14
EtienneGScottK, LP says: 0 projects found  matching “likewise”19:15
EtienneG:(19:15
ScottKSo either it's not there or Launchpad search is buggy.19:16
ScottKNot sure which is more likely.19:16
EtienneGhow dare you suggest Launchpad is BUGGY!!!1119:16
* EtienneG is just joking19:16
ScottKI do it routinely.19:16
EtienneGho well, I will report my bugs against the Ubuntu package then19:17
jdstrandsommer: committed your profile to bzr, will upload package soonish19:19
EtienneG#25339419:20
sommerjdstrand: coolness19:20
EtienneGshortest bug report evar19:20
mathiazEtienneG: http://lobugs.likewisesoftware.com/19:23
mathiazEtienneG: ^^ upstream likewise-open bugzilla19:23
EtienneGmathiaz, thanks a bunch, matey19:23
lukehasnonamebug #25339419:23
uvirtbotLaunchpad bug 253394 in likewise-open "Typo in Likewise Open GUI (misspelled "privileges")" [Undecided,New] https://launchpad.net/bugs/25339419:23
EtienneGmathiaz, would they have a code repository somewhere by any chance (so we can browse code and see history) ?19:24
mathiazEtienneG: I think they're using git - but I don't know if they have an public repository19:24
EtienneGgit? sacrilege!19:25
EtienneGtoo bad, they have an annoying form to enter to download lw-open from their web site19:25
ScottKNo, git, used places other than Ubuntu.19:25
ScottKI know bazaar is used other places than Ubuntu, just none that I've ever encountered personally.19:26
uvirtbotNew bug: #253394 in likewise-open (main) "Typo in Likewise Open GUI (misspelled "privileges")" [Undecided,New] https://launchpad.net/bugs/25339419:26
sommerScottK: I'll bet that may increas once LP is open sourced :)19:26
EtienneGI guess I will have fill the form ...19:26
sommerdidn't mysql switch to bzr?19:26
EtienneGScottK, again, I was just joking (i love playing the zealot on the intarweb)19:27
EtienneGsommer, right, they did19:27
EtienneGand it is a fairly huge codebase at that19:27
EtienneGgosh, i hate bugzilla19:28
jonesyme too19:28
jonesyI wish it would die.19:28
ScottKI'll be sacraligeous and say I like it better than Launchpad.19:29
ScottKAt least it supports basic functions like having bugs block other bugs.19:29
jonesymathiaz: you're doing the openldap cn=config migration and user/group DIT?19:29
jonesylaunchpad 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:32
ScottKjonesy: I don't think such a thing exists.19:34
jonesyok, thanks. Not surprising. I find that all of the tools similar to this have problems integrating with.... themselves :)19:34
jonesyso, 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:35
ScottKjonesy: Generally they are written in the spec or on the associated wiki page if anywhere.19:36
jonesyclearly projects can't just fall from the ether complete with team members.19:36
jonesyok, I guess I'll sift. I'm really surprised that this isn't easier given Ubuntu's success at attracting new developers.19:36
ScottKjonesy: Here's an example of one (that happens to need help) https://wiki.ubuntu.com/ClamavSpamassassinInMain19:36
kirklandmathiaz: hey, can you help me get open-iscsi into the server installer seed?19:37
kirklandmathiaz: or point me in the right direction?19:37
mathiazkirkland: hm - I can point you to #ubuntu-installer19:38
mathiazkirkland: I'm not sure exactly what you want to do19:38
mathiazjonesy: yes19:38
kirklandmathiaz: okay, thanks, i'm there.19:38
ScottKDo we have an explicit server seed yet?19:38
mathiazkirkland: I guess you want to make sure that the deb and udeb are on the cd19:39
mathiazkirkland: to do that I can help19:39
kirklandmathiaz: yes, that's what i need19:39
mathiazkirkland: it's a matter of adding the deb to the server-ship seed19:39
jonesymathiaz: 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
kirklandmathiaz: cool, pointers?19:39
ScottKjonesy: 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
mathiazkirkland: https://wiki.ubuntu.com/SeedManagement19:41
mathiazkirkland: there is a section about changing the seeds19:41
kirklandmathiaz: thanks, i'll go read19:41
jonesyScottK: 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
mathiazkirkland: and the bzr branch you're looking at is https://code.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ubuntu.intrepid19:42
jonesyno offense, of course.19:42
mathiazkirkland: probably the server-ship file19:43
mathiazjonesy: great - I'm about to upload a new package with cn=config migration code enabled - once there I'll send out a call for testing19:43
mathiazjonesy: probably on the ubuntu-server mailing list and the ubuntuserver blog19:44
jonesyok, thanks19:44
ScottKjonesy: Know anything about Perl?19:44
jonesyso, it's just a one-man dev team?19:44
ScottKMost of the stuff needs doing in perl packages.19:44
jonesyScottK: yes. Plenty. It's the reason I use Python! ;-P19:44
ScottK;-)19:44
jonesybut seriously, I've been doing admin stuff for like 10+ years, and used perl up until about a year or so ago19:45
jonesythen I created Python Magazine. It's all downhill from there.19:45
jonesy;-P19:45
ScottKIf you're interested in learning more about how Perl is packaged in Debian/Ubuntu, some of the SpamAssassin related MIR could be interesting.19:45
ScottKIf not, then not so much.19:46
=== servidorespillo is now known as servidorespillo[
jonesyit'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
ScottKOK.19:47
jonesyI'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
ScottKProbably.19:48
ScottKNot sure where.19:48
jonesyI'm kinda used to just downloading a package, seeing b0rk3dness, fixing it, submitting a patch... this is a whole distro though :)19:48
ScottKRight.19:48
jonesymaybe I can work on something called "making it stupid-easy for new developers to be productive quickly"19:49
jonesyit could probably be a wiki page, if it isn't already.19:49
ScottKThe 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
mathiazjonesy: well - it works the same way - you download a package, come across a bug, fix it and submit a patch19:49
jonesyoh19:49
jonesydoes the same go for new features?19:50
mathiazjonesy: you may wanna check out https://wiki.ubuntu.com/MOTU/GettingStarted19:50
ScottKFeatures it depends.  You can write a spec and get it approved (you don't actually have to go to UDS).19:50
mathiazjonesy: and https://wiki.ubuntu.com/UbuntuDevelopers for a better understanding of how the dev community is structured19:50
KoonEtienneG: LW git tree : http://git.likewisesoftware.com/?p=likewise-open.git19:51
ScottKIn general, particularly once you are a developer, if you can do it yourself, you can just do it.19:51
KoonEtienneG: also you can download sources at http://archives.likewisesoftware.com/likewise-open/src/19:52
EtienneGKoon, thanks a lot, I got the released source tarball19:55
EtienneGbut i will sure keep the git tree URL handy for future reference19:55
KoonEtienneG: you're welcome. Their "community" pages aren't so good as pointers for useful info.19:56
Fenix|workGreetings... I need some help in transposing CentOS package names unto Ubuntu names20:29
Fenix|workanyone willing to give it a try?20:29
Fenix|workhttpd-devel, apr-devel and apr-util-devel20:29
kirklandFenix|work: httpd -> apache220:29
Fenix|workexpat-devel, krb5-devel, mysql-devel rpm-devel20:29
kirklandzul: you still around?20:30
Fenix|workwhat about the apr stuff?20:31
kirklandFenix|work: apt-cache search apr | grep dev20:31
kirklandlibapr1-dev - The Apache Portable Runtime Library - Development Headers20:31
Fenix|workyeah, just remembered cache :)20:31
kirklandmathiaz: http://bazaar.launchpad.net/~kirkland/ubuntu-seeds/ubuntu-seeds.intrepid-iscsi/revision/130420:33
kirklandmathiaz: can you merge that into the server-ship seed?20:33
kirklandzul: perhaps you could merge that server-ship seed addition for me?20:36
backenfutterhey 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:37
kirklandbackenfutter: perms on /var/secret/.htusers20:38
kirkland ?20:38
backenfutter644 root:root20:39
backenfutter755?20:39
zulkirkland: who do what now?20:39
backenfutterkirkland: god damn... that was it... thx so much kirkland20:40
backenfuttergot it20:40
backenfutter755 brainiac:www-data20:40
zulmerge the open-iscsi into the seed?20:40
zulchuck@krusty:~/work/server/seeds/ubuntu.intrepid$ grep iscsi *20:42
zulserver-ship: * open-iscsi # ChuckShort20:42
zulserver-ship: * open-iscsi-udeb # SorenHansen20:42
kirklandzul: hmm20:43
zulkirkland: what problem are you having?20:44
kirklandzul: hmm, let me start an install from scratch20:45
kirklandzul: look at that....20:47
kirklandzul: okay, yeah, that worked now.... anna-install open-iscsi-udeb20:47
kirklandzul: i was missing the -udeb20:48
zulkirkland: ah20:48
zulbbiab20:48
ivokskirkland: ping20:58
ivoksah, never mind :)20:59
kirklandjdstrand: kees: either of you guys (or anyone else) an "nc" expert?23:23
kirklandactually, i don't really even need an expert....23:23
kirklandhow can i use it to see if a given ip/port is open on a remote machine23:23
keeskirkland: simplest way would be with nc -v -v -v HOST PORT.  if it connects, it's open.23:24
kirklandkees: thx23:24
keeskirkland: np23:24
kirklandkees: hmm, no -v option in the busybox nc ;-)23:25
keesheh -- dunno if you're limited to busy box.  check the klibc toolset?23:26
kirklandkees: i'm in the installer shell23:26
keeskirkland: iscsi madness?23:27
kirklandkees: yeah, i'm getting an ECONNREFUSED23:27
keesthen it's not listening.  ;)23:27
kirklandkees: i'm wondering if the tcp stack in the installer is incomplete?23:27
kirklandkees: but it is listening, at least from other clients23:28
keeskirkland: what's returning ECONNREFUSED?23:28
kirklandkees: at first, iscsiadm, but now, also nc -p 3260 192.168.122.3423:28
jurisusing 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
kirklandkees: 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
keesjuris: 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:29
kirklandthat's not a reserved IP, as far as I'm aware23:30
keeskirkland: you sure you want -p ?  that's usally the local port not remote port.23:30
jurishow 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:31
kirklandkees: okay, good call, now: "nc 192.168.122.34 3260", just sort of hangs, like it's listening, rather than throwing ECONNREFUSED23:32
keeskirkland: what's returning ECONNREFUSED?https://wiki.ubuntu.com/DebuggingKernelOops23:32
keeskirkland: right, it was trying to connect on the telnet port.  :)23:32
keesjuris: 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/DebuggingKernelOops23:33
kirklandkees: 3260 is a telnet port?23:33
kirklandkees: i thought that's an iscsi port23:33
keeskirkland: no, you did'nt specify a port, so nc used 23.  (3260 was the _local_ port)23:33
juristhanks for link!23:33
kirklandkees: connect(3, .....) is returning -1, ECONNREFUSED23:33
kirklandkees: according to the strace23:34
keeskirkland: right, sorry, I had accidentally scrolled up while pasting the debug link23:34
kirklandkees: so I have two different vm's.... one a running intrepid instance, the other, in a shell in the installer23:35
keeskirkland: okay23:35
kirklandkees: the full os intrepid can lists the iscsi shares just fine23:35
kirklandkees: the installer one gets the ECONNREFUSED23:35
kirklandkees: i'm looking at each one's strace output23:35
keeswhat is the command that does the iscsi share-looking?23:36
kirklandkees: iscsiadm -m discovery -t st -p IP_OF_ISCSI_TARGET23:36
keescompare ifconfig -a output?  maybe network mask is hosed?23:37
kirklandkees: no ifconfig in the installer ;-)23:38
kirklandkees: and I don't see a udeb for net-tools23:38
jurisOK. 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:38
keesjuris: when you boot, grub should give you the option of several kernels.23:39
jurisLILO :P23:39
jurisI can't select kernel...23:39
jurisLILO autoamticaly launches this bad kernel23:40
keeslilo?  that's not a very standard install :)23:40
kirklandjuris: i'd say grub would be recommended for a self-proclaimed 'newbie' :-)23:40
jurisYes, 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 oops23:41
jurisI figured to install lilo and it was fine for some hours :)23:41
keesjuris: I would recommend installing grub.23:42
jurisapt-get install grub?23:42
keesjuris: 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:42
keesjuris: you should see your available kernels in /boot/vmlinuz*23:43
jurisI 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:46
jurisMaybe there is Live CD to fix GRUB?23:48
jurissmall, simple live cd for me :)23:48
kirklandkees: funny thing is that i can ping the same host23:49
kirklandkees: makes me think it's a problem in the tcp stack23:50
keesjuris: I really don't know what to say -- you have a very unusual configuration.  perhaps use the Launchpad Answers section?23:50
keeskirkland: the kernel is the kernel so probably not the stack.  I would guess misconfigured network settings.  Does the "ip" command exist?23:50
kirklandkees: yeah23:50
kirklandkees: i'm looking at the busybox manpage now for "ip" info23:51
keeskirkland: ip addr show23:51
kirklandkees: inet 192.168.122.254/24 brd 192.168.122.255 scope global eth023:52
keeskirkland: and that matches the other vm?23:53
kirklandkees: the other vm has a "LOWER_UP" flag23:54
kirklandkees: and an inet6 stack, but otherwise, okay23:54
keestry 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:55
jurisYes, my situation is little bit strange. Google have many links to "fix GRUB"  :) It's late. I better go to bed now :D23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!