@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet


Comments:

<0> hi all
<1> hi
<1> sp2hari, maybe you can tell your issues related to your login - https://bugs.freedesktop.org/show_bug.cgi?id=7481
<1> hi anholt
<1> its been long time, since I had a chat with you :)
<1> sp2hari, you can tell your issues or reopen that bug ?
<1> sp2hari, reopen the bug with all details
<1> sp2hari, maybe with verbose info
<2> nags: ok , can i will reopen the bug
<1> sp2hari, try with ssh -v and then paste that in the bug
<2> nags: ya , actually i confirmed with my sys admins here , they say that this server is not under proxy , so the problem is not here
<1> sp2hari, okay
<3> hi



<3> webserver problem? the site seems down
<4> ?
<4> works fine here
<3> mmh, ok
<3> sorry then :)
<4> freedesktop.org does
<4> are you talking about a more specific site?
<5> cworth: you around?
<3> dobey: no, freedesktop.org, but I think it's related to my ISP only..
<4> possibly
<6> anholt: Sure. What's up?
<5> cworth: wanted to propose some git/gitweb changes related to userdirs
<5> and see if you thought they were sane
<6> anholt: I would love that!
<6> anholt: I was about to start hooking up gitweb on people.freedesktop.org as well. So we should work together on this.
<5> I'm wanting to move user directories to annarchy. I'm thinking that "git clone git://people.fd.o/~user/repo" should be the repo in ~user/git/repo. sound good?
<5> this makes the gitweb make-the-projects-list faster, and lets me have ~/linux-2.6 checkout homedir, but my published repo in ~/git/linux-2.6.git
<5> s/ homedir//
<6> anholt: That does sound reasonable.
<6> anholt: At the same time, I wonder if we should also enable http checkouts with:
<6> git clone http://people.fd.o/~user/repo
<5> hmm, that's a good point. should your published repos be in ~/public_html/ instead of ~/git? Or can we tell people.fd.o's apache conf about ~/git somehow?
<6> See, for example:
<6> http://people.freedesktop.org/~cworth/ttf2svg/
<6> One thing I really want to get to is being able to publish a single URL for my software.
<5> yeah, for sure.
<6> anholt: So with ttf2svg I have a symlink so that either git:// or http:// clones work. Would be nice to get git-daemon and apache to agree someway to not need that symlink.
<6> anholt: After that, the next question is what should a gitweb URL look like for this?
<5> hmm, how will having ~/git/repo or ~/public_html/repo instead of ~/repo affect interacting with it through git+ssh://people.fd.o/~user/repo?
<6> anholt: Oh, you're right. Way to many services to coordinate here...
<2> anholt: ping
<5> sp2hari: uh, pong.
<2> anholt: i am ldtp developer , i have got an account in fd.org , but unable to ssh or scp , my mentor nags asked me to ping you , can u help me out , i am sure i have my ssh key and gpg key :(
<5> sp2hari: as he said, you would need ssh -v output, and attach it to the bug.
<2> anholt: ok , thanks
<5> cworth: so, I think I'm just going to leave user repos in ~user/repo on people.fd.o for now, until we come up with a better way to deal with git+ssh.
<5> then you get to just make the link like before to export http.
<6> anholt: That's fair enough.
<6> anholt: Are you going to look into getting gitweb running on that machine?
<5> huh?
<6> anholt: User repositories on annarchy aren't currently available in a gitweb anywhere, are they?
<5> they are in http://gitweb.freedesktop.org/test/
<6> anholt: 404
<5> did you forget the trailing / ?
<6> anholt: Err.. yes. Thanks.
<5> fear my web skills :)
<6> anholt: So what we really need to do is to get the project names into the URL properly and then do some magic so that one can successfully clone from a gitweb URL.
<6> anholt: I think the first part is done in at least a patch if not just a newer version of gitweb.



<5> so, this is fresh upstream gitweb
<5> I suspect we need gitweb-xmms for more shininess.
<6> anholt: There's been tons of gitweb activity lately, but it seems like mostyl non-substantive subroutine naming as far as I can tell.
<5> yeah, I'm really not a fan of gitweb. total lack of documentation being a major reason.
<5> and the evil I have to go through to get user directories exported.
<6> anholt: So the guy who has been doing the work said in June "I am planning on copying features from xmms2's gitweb version to git's gitweb".
<6> But even his own gitweb has ugly URLs:
<6> http://front.fuw.edu.pl/cgi-bin/jnareb/gitweb.cgi?p=git.git;a=summary
<7> _ugly_
<7> with viewvc you could pretty easily construct a mapping from the cvs checkout line to the url
<7> gitweb has ?;=& everywhere
<6> anholt: Here's the patch:
<6> http://marc.theaimsgroup.com/?l=git&m=115090248916629&w=2
<6> ajax: Right. I've been pushing to get rid of the ? for a long time on the git mailing list.
<6> ajax: The above patch claims to allow it, (though I don't know if it ever got committed).
<7> so uh, going to try a redirect rule on gabe to get rid of the godawful _2f noise in wiki urls. if apache dies, don't freak out.
<6> ajax: Oh, that would be soooo nice!
<8> fixing that and the lack of login button would make the wiki much more usable
<7> it appears to have died. ****.
<7> mrrr.
<6> ajax: Is that a happy sound?
<7> not really
<7> i made my change. i restarted apache. it broke. i commented out my change. i restarted apache. it's still broken!
<6> ajax: yowch
<6> ajax: Someone planted a timebomb into the apache config?
<7> no clue.
<5> I've been happily /etc/init.d/apache2 reloading before this.
<7> gah. don't tell me apache2ctl restart does something different
<5> oh, gabe vs annarchy
<5> that is, if I want gitweb paths to not have the trailing .git, and still have cairo paths unbroken.
<5> err, no, that'll be broken anyway. guess trailing .git it is.
<7> okay! so! apache blows me!
<7> apache2ctl restart does not work, but /etc/init.d/apache2 restart does.
<7> however the RedirectMatch rule does work
<6> anholt: The trailing .git is pretty ugly. I can rename directories to remove that if needed...
<6> anholt: hehe. And daniels corrupts us all...
<5> cworth: well, I think gitweb should grow the .git removal itself, probably.
<5> since our new gitweb is under version control, I don't feel so bad about it.
<7> try to load http://freedesktop.org/wiki/Software_2fsysconfig and check out what happens
<6> anholt: Yes, the .git is a useful reminder of what's going on when working directly with the filesystem.
<9> I have a small prob, I achieve full dri/drm functionality with xorg 7.1.1 + kernel 2.6.18-rc4's drm on my rv410, but the prob I have that my I get screen corruption on glx, and my Xorg.0.log reports about redeon: unable to reserve offscreen area for back buffer... 128MB card isn't enought on 1600x1200x24? or a feature/bug?
<6> ajax: Oh frabjous day!
<5> cworth: agreed
<7> cworth: it's really quite the hack
<5> ajax: spiff.
<7> i only do one level of replacement, but since the client will re-request on 301's, it ends up fixing _all_ instances of _2f in the url
<7> one 301 per _2f
<5> heh
<6> ajax: Oh, that is a winner.
<7> plus, any spiders will pick up the 301 and fix their published URLs
<7> unfortunately i do have to now propagate this hack to _every_ site with a wiki. oh well.
<7> unfortunately i don't think regex is powerful enough to let me do what i really want, which would convert every _[0-9a-f][0-9a-f] pattern to the corresponding ascii code
<7> well. not powerful enough in one line anyway.
<7> woo, fixes _2d -> - now too.


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #freedesktop
or
Go to some related logs:

#perl
mysql PHP libraries not installed
gentoo could not open default font 'fixed'
#lisp
#math
#php
etch dpi kdm
#debian
1801680230
#bash



Home  |  disclaimer  |  contact  |  submit quotes