/srv/irclogs.ubuntu.com/2005/10/22/#ubuntu-kernel.txt

=== Traxer|off [i=traxer@shell6.powershells.de] has joined #ubuntu-kernel
infinityIs the kernel planning on liking gcc4 well enough to be stable for 5 years?12:37
infinityAnd is it going to do so in the next month?12:37
infinityIf not, I think we're stuck with gcc3.4 :)12:37
=== TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-kernel
=== crimsun_ [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
zuleverninng01:40
=== doko_ [n=doko@dslb-084-059-064-213.pools.arcor-ip.net] has joined #ubuntu-kernel
=== _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-kernel
=== JaneW [n=JaneW@wbs-146-167-38.telkomadsl.co.za] has joined #ubuntu-kernel
=== JaneW [n=JaneW@wbs-146-167-38.telkomadsl.co.za] has joined #ubuntu-kernel
=== Yagisan [n=jamie@60-240-74-97-nsw-pppoe.tpgi.com.au] has joined #ubuntu-kernel
=== _native_ [n=intuit@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu-kernel
=== _native_ [n=intuit@cpe-66-87-4-181.ut.sprintbbd.net] has left #ubuntu-kernel ["Leaving"]
=== Yagisan [n=jamie@60-240-204-233.tpgi.com.au] has joined #ubuntu-kernel
zul__everybody still on holiday?02:37
fabbionehey zul02:37
BenChey02:39
fabbionehey Ben02:39
fabbioneBenC: i finally got the git export properly02:40
BenCfabbione: cool02:40
fabbionebut i can't manage to push it to my server02:40
fabbioneDavid was talking about gitd or rsync02:40
fabbionebut git push rsync:// farts on me02:40
BenCwhy doesn't git push ssh:// work?02:40
fabbioneCannot push to rsync://02:41
fabbionethere is a specific exception in git-push script02:41
fabbioneno idea why02:41
BenCwhat does it say when you do "git push ssh://people.ubuntu.com/..." ?02:41
fabbionei can try that.. gimme a sec02:42
BenCmake sure you supply ubuntu-2.6.14 after the url, so it pushes the right branch02:42
fabbionessh: ssh: Name or service not known02:42
BenCshow me your command line?02:42
BenCgit-send-pack people.ubuntu.com:/home/bcollins/public_html/repos/ubuntu-2.6.git ubuntu-2.6.1402:43
fabbioneAHHH02:43
BenCgive that a try aswell02:43
fabbionegit push ssh://rookery.warthogs.hbd.com/02:43
fabbionefatal: / doesn't appear to be a git directory02:43
fabbioneKilled by signal 1.02:43
fabbionefatal: unexpected EOF02:43
BenCgit push ssh://people.ubuntu.com//home/bcollins/public_html/repos/ubuntu-2.6.git ubuntu-2.6.1402:43
BenCthat is the right push line02:44
fabbionethat's if i want to push into your archive... right?02:44
fabbionewhat if i want to branch...02:44
fabbioneand expose my archive for you to pull from02:44
BenCthen use your branch name at the end02:44
BenCgit branch fabbione-2.6.1402:45
fabbioneok..02:45
BenCgit checkout fabbione-2.6.1402:45
BenC(do work)02:45
BenCthen push02:45
fabbioneso we need to land into the same repo02:45
fabbionei cannot publish it let say in my home dir on people02:45
=== fabbione is utterly confused by git atm
BenCyeah, you can do that aswell02:45
BenChold a sec...02:46
fabbionesure02:46
BenCgit clone -n -l -s /home/bcollins/public_html/repos/ubuntu-2.6.git fabbione-2.6.1402:47
BenCmv fabbione-2.6.14 fabbione-2.6.14.git02:47
BenCdo that on rookery02:47
BenCand it will create a git repo for you with shared objects with mine (reduces space usage)02:47
BenCthen you can push your stuff there02:47
BenCmv fabbione-2.6.14/.git fabbione-2.6.14.git02:48
BenCuse that line second02:48
fabbioneok it seems to work02:51
fabbionei don't need a real branch02:51
fabbionejust the option to work on the same tree02:51
fabbionebut push to you async for crack02:51
fabbioneerror: remote 'refs/heads/ubuntu-2.6.14' object 180a764cccdd44c16050c25716a9f814c1955a47 does not exist on local02:52
fabbionecrap02:52
fabbionegit push ssh://rookery.warthogs.hbd.com/home/fabbione/public_html/archives/fabbione-2.6.14.git ubuntu-2.6.1402:53
fabbioneso i didn't change branch.. just pushing like you said02:53
BenChold a sec02:55
fabbionesure02:55
BenCah02:55
BenCdo a pull02:55
fabbionedone i am already in sync02:56
BenCstill getting the message?02:56
fabbionetrying again02:56
fabbionetake into account that i did this in my tree02:56
BenCit's saying that a revision on the remote doesn't exist in your local copy02:56
fabbionepull from you02:56
fabbioneok.. let me explain what i did first02:57
fabbionepull from you02:57
fabbionepull from linus02:57
BenCwhere did you clone from?02:57
fabbionepull from davem02:57
fabbioneyou02:57
fabbionei did clone from you02:57
BenCwhy the pull from linus and davem?02:57
fabbioneBenC: for fun? i need to stretch my wings on git02:58
fabbioneand then i want to publish this tree somewhere else other than your02:58
fabbionesince i don't want to mess it up02:58
BenCok, you're going to need to take your local .git/ directory and copy it to rookery02:59
BenCmake that your initial repo and push to it02:59
fabbioneoook..02:59
fabbionethat's crack :)02:59
BenCit's weird that your missing an object that the remote has :)03:00
fabbione$ cd linux-2.603:01
fabbione$ rsync -a --verbose --stats --progress \03:01
fabbione   rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ \03:01
fabbione   .git/03:01
fabbionethis is according to the guide.. could it make sense that we need to do it from you too?03:01
fabbioneactually.. no i want to get this right in the right way03:02
fabbionenot with hacks03:02
=== fabbione kills his local repos
BenCyeah, that guide is for ancient git bins03:02
BenCme personally, I did "git clone ssh://people.ubuntu.com/home/bcollins/public_html/repos/ubuntu-2.6.14"03:03
fabbionegit clone ssh://rookery.warthogs.hbd.com/home/bcollins/public_html/repos/ubuntu-2.6.git ubuntu-2.6.1403:03
fabbionestarting from here now03:04
BenCthen I did some work, and periodically I do "git push"03:04
fabbioneyes, but you push in your own archive :)03:04
fabbionethat's already there03:04
BenCactually, what you want first is to do the local clone on rookery03:04
BenCthen on your desktop do the clone from your personal git repo03:04
fabbioneright03:05
=== BenC writes all this down for the doc
fabbioneBenC: we also need to think one second how do we want to keep pathes in git03:05
fabbionei don't think .dpatch is efficent anymore03:05
fabbionenot if we want to push changes upstream03:05
BenCas of this moment, everything is going to be in the repo03:06
BenCno patches, directly applied03:06
fabbioneBenC: exactly what i was thinking...03:06
BenCso far I have merged almost all the external drivers03:06
BenCread "git log" and you'll see the format for the log messages03:06
fabbionein the newest versions? or just from .12?03:06
BenCnewest versions03:06
fabbionecool03:06
fabbionei need to push you the new redhat and ocfs2 crack03:07
BenC2 or 3 of them have been merged in 2.6.14-rc, so they just got left alone03:07
fabbioneBenC: yes.. some of them were there already in .13 like sc03:07
fabbioneand idiotify03:07
BenCwhere is the latest cluster patch? I couldn't find anything as new as what was listed in external-drivers?03:07
fabbioneBenC: sources.redhat.com03:08
dokofabbione: found the biarch sparc thing03:08
fabbionebut let me deal with it03:08
BenCdoko: sweet03:08
fabbioneBenC: because their upstream is really really messy03:08
BenCfabbione: sure03:08
fabbionedoko: cool, send it here03:08
fabbioneBenC: they have like a few branches and they manage to get confused by themselves03:08
BenCdoko: is gcc4.1 expected to compile the kernel?03:08
fabbioneBenC: like fixes that goes in STABLE branch are not propagated and viceversa03:09
BenCfabbione: hehe03:09
infinityBenC : Probably, but are we willing to risk a "supported for 5 years on servers" release on a compiler that may produce panicking kernels?03:09
fabbioneBenC: it took me a month or 2 of fights with them to get that right03:09
fabbioneBenC: and they still manage to miss the STABLE branch03:10
infinityBenC : I'd push for 3.4 in dapper, and 4.x as the kernel compiler in dapper+1, even if it's not ready (cause dapper+1 is good place to be testing shit that might break hideously)03:10
BenCinfinity: servers are going to be 2.6.12 based anyway03:10
fabbioneBenC: no no no03:10
infinityBenC : Ugh, we're not going with jdub's crackful suggestion on that, are we?03:10
fabbionewho said .12?03:10
infinityThat's nuts.03:10
BenCwhere is this all being discussed?03:11
fabbioneBenC: i just had a big fight with jdub about that crack03:11
fabbioneubuntu-devel mailing list03:11
infinityMaintaining two kernel branches is confusing to users, and a pain for us.03:11
fabbioneinfinity: that's my Copyright :P03:11
BenConly thing I've read about it so far is what mark emailed to ask me03:11
infinityAnyhow, jdub's just spouting opinions, not policy, we'll all get to yell about this at UBZ in person.03:11
BenCI'm not sure supporting a kernel for 5 years is sane in any case03:11
fabbioneeheh exactly03:12
BenC5 years ago, 2.2.7 was released03:12
BenCtry supporting that now03:12
infinityHey, 2.2.7 was solid, dude.03:12
infinity:)03:12
fabbionestill better than 2.2.1103:12
BenCyeah, on your grandma's hardware :)03:12
fabbioneafter that the 2.2 serie was crack03:12
infinityI suspect we may need to come up with a point-release plan to update stuff like kernels (for server/desktop) and X drivers (for desktop) occasionally, while not compromising overall stability.03:13
infinityThankfully, modular X is making the latter job easier.03:13
infinityHopefully rolling kernel driver updating shouldn't be too much hell either.03:13
infinityRHEL manages to get away with point releases for hardware updates and such, so I'm sure we can manage.03:14
fabbioneinfinity: well we get back to the same point...03:15
BenCI'm hoping that a revamped development model for our kernel will make it easier for us to move from one version to the next03:15
fabbionedeveloping release foo + preparing service pack X for bar03:15
fabbionewe don't have the resources :)03:15
infinityWell, we shouldn't be changing much of anything in dapper except for installability support.03:16
infinityIMO.03:16
infinitySo, hardware support, and nothing else (other than the usual security and critical -updates)03:16
infinitySo, assuming we can get our act in gear enough for that, we're okay.03:16
BenCpersonally, I think the kernel should have two branches, one that is targeted for next release, and if there needs to be, a second that is following the latest upstream release03:16
fabbioneBenC: we did try that in hoary03:17
BenCe.g., when 2.6.14 becomes final, we keep that branch for dapper, and immediately start on 2.6.15-rc1 just to follow the code03:17
fabbioneit was horribly confusing03:17
BenCbut 2.6.15-rc branch doesn't have to be uploaded03:17
infinityAnd it can be parallelized a bit.  Say, a month after dapper+1 releases, we decide dapper+1's kernel looks pretty stable and well-tested, we push it back into Dapper-revision103:17
fabbioneBenC: that will help to release .1503:17
BenCjust kept up-to-date03:17
BenCjust thinking that moving to the next kernel will be a lot easier if we don't wait so long for the code to diverge from our working setup03:18
BenCwe're at 2.6.12, and starting this whole 2.6.14 thing is a real pain (but a good experience, since I have an excuse to scrap as much as I want :)03:19
fabbioneBenC: we did the "following code very close game"  when we did open hoary03:20
fabbionewith a 2.6.12-rc2 i think03:20
fabbioneand started with that03:20
BenCso breezy's kernel was being worked on during hoary?03:20
fabbionethe main issue is that when we approach release, there is really not so much time to play around in syncing03:20
fabbioneBenC: immediatly after hoary was released03:20
BenCah03:20
BenCwell, for 2.6.15, it will be mostly just doing "git pull"03:21
BenCyou can even be in the 2.6.15 branch, and do a pull from the 2.6.14 branch to make sure we have all the little security fixes merged03:22
BenCit's not that I expect that the branch will build, just keeping the code in sync so it isn't so hard to merge stuff later (easier to merge from day one, than jump from 2.6.14 -> 2.6.16-rc3)03:23
fabbioneyup03:23
makxfabbione: will you use the debian unified packaging?03:24
makxi mean you were the first to introduce that model..03:24
fabbionemakx: probably.. 03:24
fabbionewe are changing sort of RCS and way of handling patches and so on03:25
fabbionemakx: so perhaps yes, perhaps no03:25
makxi read the git part. :)03:25
fabbioneit depends how it fits :)03:25
BenCwhat is debian unified packaging?03:26
makxwell before you had the separeted source and images debs xu build stuff03:26
infinityBuilding all the arch-specific kernels from one source package, I assume.03:26
infinityAnd scrapping that would be dumb.03:26
fabbioneBenC: the old DEbian system was -> upload source -> wait -> upload pkg that b-D on source to create -image- -> wait -> upload d-i stuff to update .udebs03:27
fabbioneBenC: we do all from the same pkgs03:27
makxit works quite good for anyone beside the mips/mipsel maintainer.03:27
fabbioneand that's what debian did adopt except for the .udeb side03:27
BenCah03:27
BenCyeah, I don't think we'll change the way the build works :)03:28
fabbioneBenC: we will stick to that model of building everything, but we might want to look at the Debian way of building03:28
fabbionelast time i checked it was more polished than ours03:28
fabbionedunno right now, given the amount of people hacking in it03:29
infinityThat's not surprising.  Debian's "arguing about stuff for 12 months before, during, and after implementation" method may be slow, but it produces polish eventually.03:29
makxfabbione: do you build uml?03:29
fabbionemakx: no03:29
jbaileyWhat's the value in uploading a binary "source" deb?03:29
makxisn't that a dpkg limitation.03:30
infinityHas nothing to do with dpkg.03:30
BenCjbailey: back when ports were way out of sync, and had wildly different "upstream" kernel versions, it was the only way to do things03:30
jbaileyBenC: Ah, okay.03:30
jbaileyI had always assumed it was something to do with making custom kernels easier.03:30
infinityIt has to do with people wanting our source to build custom kernels, without having to "apt-get source" and figure out how to build with the maintainer scripts.03:30
infinityWhich is scary and weird for most people.03:30
BenCthat's true too03:31
jbaileyI'd love to see all hacks that make custom kernels easier go away.03:31
jbaileyBut that's my hatred of custom kernels and the bugs they cause. =)03:31
infinityI run custom kernels built from upstream source.03:32
infinity<shrug>03:32
infinityBut I can see why people may prefer to use our source.03:32
fabbioneinfinity: that's becuse you are australian03:32
infinity(close tracking of security issues, for instance)03:32
infinityfabbione : I'm Canadian, dude.03:32
fabbioneEVEN WORST03:32
fabbioneand you live in .au03:32
fabbionetsk tsk :P03:32
jbaileyRight, but if people do their own kernels, we can make no promises about things running.03:32
infinityMy granmother was Sicilian, does that help?03:32
fabbioneinfinity: no03:32
fabbione;)03:33
jbaileyOur bits are all tested as one piece together.03:33
infinityjbailey : Yes, and?03:33
infinityjbailey : You can't stop them from making custom kernels, so making it pointlessly hard is silly.03:33
makxwe had scary questions about allowing the user to nitpick the applied patches.03:33
fabbionethat won't happen with git :)03:34
jbaileyinfinity: I think it actually makes it harder for hacking on our kernels to do it this way.  For any other package, apt-get source, hack, debuild, is enough.03:34
fabbioneone tree with all patches applied :)03:34
infinityjbailey : apt-get source, hack, debuild works for the kernel.03:34
makxbtw a scary tree yours. :-P03:34
infinityjbailey : But it produces a bunch of images, with our default configs.  And is nonintuitive for people to make one custom image out of.03:35
makxfabbione: nice than you wont need the patch apply business of the current targets.03:36
makxit should cope with empy debian-patches dirs.03:37
jbaileyIf someone can't figure out which .deb to install, they're probably not clueful enough about their system to spend time building their own kernel.03:38
infinityIt's not about which deb.03:38
infinityIt's about the build taking 8 hours.03:38
jbaileyAlthough a hack to debi to only install packages that are already installed might be nice. =)03:38
fabbionei am off03:38
fabbionelater guys03:38
fabbioneBenC: i will come back as soon as the git clone is done03:39
fabbioneconnection to the DC sucks03:39
infinityAnd I still prefer "make menuconfig && fiddle around && make-kpkg foo" to mucking around in the linux-source-2.6.12 source package for the sake of one image build.03:39
infinityWe should fix our copy of make-kpkg to use '--stem linux' as the default, though, instead of '--stem kernel'03:40
infinityBut, y'know.  That's cosmetic.03:40
infinityI'm all about discouraging users from building custom kernels if they don't have to (I'm running the breezy kernel on my laptop, and the freedom to not care is a bit nice), but poeple have reasons to do so at times.  Such is life.03:41
infinityDiscouraging people from doing out-of-band kernel builds is good thing (ie: make bzImage && make install), but we can't PREVENT that, only educate people about the joys of make-kpkg.03:42
jbaileyMmm.03:56
jbaileyI guess I'd like to eventually see us move the kernel to being part of ubuntu-standard03:57
jbaileyThat way if we add an inotify patch or whatnot, there's always that promise that these patches are there on a running system.03:57
jbaileyAnd to be able to commit to that sort of tight integration.03:57
infinityStill doesn't stop me from booting another kenrel if I so choose.03:59
infinityThe insaller does install the linux-$(arch) metapackage that pulls in automatic upgrades, we can't do much better than that.03:59
BenCwe could force a signature in the kernel that grub verifies :)04:31
BenCthen people would have to replace grub in order to boot a custom kernel04:31
BenCfor "supported" systems, I almost think it would be vital to have such a feature04:32
BenCespecially something in dmesg or ksymoops output (like tainted does now for unsupported modules)04:32
=== lamont__ [n=lamont@15.238.7.17] has joined #ubuntu-kernel
infinityAnd now I'm rebuilding the kernel and the bootloader, pushing me from one unsupported package to two.  Yay.04:48
BenCthe grub thing isn't so much to keep them from booting a custom kernel, just to make it easier for us to know about it04:49
BenCget grub to spit out a message that says "YOU ARE BOOTING AN UNSUPPORTED KERNEL. YOU DO SO AT YOUR OWN RISK"04:51
infinity /proc/version is all you need to know it's a custom kernel.04:51
infinityNot sure how grub will help you, since you're not watching them boot.04:51
BenCnot if they use our source and add stuff to it04:51
infinity(Also, every system I build custom kernels on doesn't have a head, so I'd never notice the bootloader anyway) :)04:51
infinityI run supported kernels on desktops.04:51
infinityBenC : Erm, even if they use our sources, /proc/version will tell you it's custom.04:52
infinityit won't be tagged as being built on our buildds, for one.04:52
infinityAnd the build date won't be one of ourss, etc.04:52
BenCthat's true04:53
Yagisaninfinity: can't I just manually patch that in :)04:53
infinityIf you manually patch your kernel to look just like one of ours, you're probably not going to be blaming us if it doesn't work either.04:54
BenCwould be nice if we could have the buildd's so that when it built an ubuntu kernel, it would force the build date and builder to that of the changelog entry for the version04:54
infinitySeriously.  These sorts of countermeasures are to prevent idiots from begging for support on unsupported configs, not to prevent EVERYONE from using their computers effectively.04:54
infinityBenC : That would have to be done in debian/rules, and then it would also apply for people rebulding from apt-get source.04:55
BenCwouldn't have to be04:55
infinityWell, we do already do DC-specific things by way of really broken hacks (like checking that /CurrentlyBuilding exists), but we shouldn't.04:56
infinityCurrentlyBuilding may not be around forever, as it is also a hideous hack.04:56
jbaileyEspecially since you know you'll see in the forums about 2 days after "I don't know why, but if I mkdir /CurrentlyBuilding it works MUCH BETTER"04:56
BenClol04:57
infinityEvery once in a while, I consider a DDoS on the forums.04:57
infinityBut then I think better of it.04:57
infinityWhat with the whole "I could get fired" thing and all.04:57
jbaileyWell.  It would be your fault for using all of the DC machines to do the DDoS. =)04:58
infinity*cough*04:58
infinityI wouldn't JUST use DC machines.  I'd jeopardize my Debian account by using every Debian host I have access to as well, sheesh.04:58
infinityTHINK, MAN, THINK.04:58
YagisanWhat's the most common reason that people build their own kernels ? I build mine for sec patches that will never go mainstream04:58
jbaileyYagisan: My opinion?  I think themost common reason is that people assume that a new kernel will fix all of their troules.04:59
infinityI build for stability on server systems.04:59
jbaileySo they grab a new one and just build it.04:59
jbaileyBasically insufficient shinyness.04:59
infinityOn the desktop, I only build new kernels when playing with new features (testing new DRI, etc)04:59
infinitySo, yeah, on the desktop it's all about either development work or bling.05:00
infinityOn the server side, I feel I have real justification to build new kernels.05:00
YagisanI had a proposal for universe kernels based on the main kernel + sec patches up for discussion for MOTU05:01
infinityLike PaX and grsec and such?05:01
Yagisanexactly05:01
jbaileyIs it possible to work those patches in a way to allow them to be runtime selectable?05:02
infinityIf you could maintain the forked flavours in complete lockstep with the main sources, including building lrm packages for multiverse, I'd not have too many issues with it.05:02
infinityBut I'd want to see a commitment to maintaining lockstep source reuse.05:02
Yagisanjbailey: for many of them - no05:02
jbaileyAh, too bad.05:02
Yagisaninfinity: I'm only interested in doing it - if the patches apply to mains kernel05:02
infinityYeh, they'd have to apply cleanly, obviously.  But more than that, MOTU would have to commit to doing releases to -security each time we do a release of the main kernel to -security, either.05:03
Yagisaninfinity - for myself I need pax, and possibly rsbac (to provide an alternative for selinux)05:03
makxYagisan: irc grsec doesn't cope with the 2.6 release speed.05:03
infinityIn practice, people are horrible at separating supported from unsupported, and the kernel is not a good place to test that.05:03
jbaileyReminds me that ajmitch is supposed to send me selinux bits for initramfs-tools this week05:04
Yagisanmakx: I know, but they do have cvs releases05:04
makxYagisan: and that's against latest stable?05:05
Yagisanmakx: they have a cvs against .1205:05
makxbleeh that's old.05:05
Yagisanmakx: but I don't use it - I use pax05:05
Yagisanmakx: well - I said I don't use it - I see a pax against .14rc05:06
makxYagisan: i thougt the main dev of pax quited..05:06
makx# blah to many typos sorry.05:06
Yagisanmakx: nope - he discovered he is human05:06
Yagisaninfinity: when the first dapper kernels appear in the archive - I'll see if I can do up a proof of concept05:08
Yagisanthat can pull it in, and create hardened kernels - so only a kernel-patch-foo package is needed in universe05:08
johnmYagisan: makx: I just pushed out a release (not ubuntu related) which is grsec against 2.6.13.4, the only reason it skipped .12 was because of a massive internals rewrite. mostly related to rbac.05:19
makxjohnm: not that i would thouch that piece.05:24
=== makx was just curious..
Yagisanjohnm: I'm interested, but unless I can patch it against the main kernel, and pass the motu revu - I can't submit it05:27
johnmYagisan: that shouldn't be any problem at all imo.05:40
BenCfabbione:? 06:48
=== zul_ [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
zul_gday06:53
BenChey06:56
=== hkais [n=dpalic@dslb-084-056-082-061.pools.arcor-ip.net] has joined #ubuntu-kernel
hkaishello06:56
hkaisanyone here who works with xen in ubuntu/debian?06:58
hkaisI'm looking to support if necessary, but I do not know how and what to do for the XEN06:58
hkaishmm really nobody here?07:07
BenCprobably just no one could answer you :)07:09
zul_BenC: i finally have git going07:18
zul_and i have made a change last night yay...but how do we push stuff to you?07:19
BenCare you able to put a git repo where I can pull from it?07:22
BenCif not, you'll have to send me git pushes via email07:22
zul_ok..07:36
zul_so i can mailbomb you ;)07:36
BenCgit-mailsplit will help a lot :)07:51
zul_heh...actually i can place the patches on my homepage if you want and you can get them from there07:52
BenCfabbione: ping08:09
BenCzul_: emailing me a legit git push object would be best08:16
BenCthat way when you merge it and you pull, it will reflect properly08:16
BenCwhen I merge it, and you pull, that is08:16
zul_ok...not a problem08:33
=== spiekey [n=spiekey@p549D1B46.dip0.t-ipconnect.de] has joined #ubuntu-kernel
spiekeyhiho08:49
hkaishi08:50
hkaisnext try...08:53
hkaisI am searching for someone who is currently working with/on XEN in combination with ubuntu or debian unstable, anyone here?08:53
hkaisI want to support if necessary for a port XEN308:53
hkaishmm okay i will try it in the debian kernel channel08:58
fabbioneBenC: pong?09:14
fabbioneUnpacking 101726 objects09:15
fabbionefatal: unable to read e9066604fd66fe0be7600f74d295b95e8fac474c09:15
fabbioneKilled by signal 1.) done09:15
fabbionefatal: early EOF726) done09:15
fabbionefatal: git-unpack-objects died with error code 12809:15
fabbioneBenC: that's the result of several hours of pulling :/09:15
fabbioneBenC: that's weird.. doing a fresh pull now09:21
fabbionethere are like 4000 objs less?09:22
=== hkais [n=dpalic@dslb-084-056-082-061.pools.arcor-ip.net] has left #ubuntu-kernel []
lamont__why doesn't the breezy kernel find my sound card??? huh???11:33
lamont__ew11:33
lamont__Neomagic Corporation NM220011:33
=== lamont__ consults the forums, feeling dirty
crimsunwell, there's snd-nm256, but I don't think that's yours11:37

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