[arch-general] New script to backup source code from abs

2011-01-01 Thread Christopher Rogers
I been looking for a way to backup source for sometime. Like a dvd iso disc. I started to look for away to do this after seeing 2012. It got me thinking of how to rebuild a compete archlinux system. This would also help us with are world domination plans. Joking aside, here is the script below:

[arch-general] Fixes for alot of PKGBUILDs

2010-06-12 Thread Christopher Rogers
I have fixes for alot of packages in extra and community. you can find the fixes here: http://github.com/godane/abs-source/tree/my-fixes its best to 'git clone git://github.com/godane/abs-source.git' without quotes. Do a 'git diff abs-20100611 my-fixes' without quotes to see the fixes i added

Re: [arch-general] [arch-dev-public] [signoff] kernel-2.6.29.1-3

2009-04-08 Thread Christopher Rogers
Aufs2 works fine. Other problem: But I think there is a upload bug with rtl8187 driver. With kernel 2.6.28.8 i can get to my full upload speed at the low end. With kernel 2.6.29 it starts at full upload speed then goes down from there. It bugs me cause i upload livecds and it fells like the new

Re: [arch-general] [signoff] kernel-2.6.29.1-2

2009-04-07 Thread Christopher Rogers
I mean aufs2 works fine if unionfs patch is not included in kernel. Otherwise it hangs the system up. I know this cause i build a kernel without unonfs patch and aufs2 works fine. I hope this helps. On Tue, Apr 7, 2009 at 11:08 AM, Christopher Rogers slaxemula...@gmail.comwrote: Does that mean

Re: [arch-general] [signoff] kernel-2.6.29.1-2

2009-04-07 Thread Christopher Rogers
Does that mean aufs2 itself works but in combination with unionfs it is not working? Aufs2 works fine if your not using unionfs. I think this cause the fs/stack.c file was major edit with unionfs patch. Just a guess has to why unionfs screws up aufs2.

Re: [arch-general] [signoff] kernel-2.6.29.1-2

2009-04-06 Thread Christopher Rogers
Aufs freezes my archiso-live build in virtualbox. I believe this bug is cause aufs2 only worked for me without unionfs. Sadly thats the only way i ever got aufs2 to work at all with kernel 2.6.29 that i build.

[arch-general] aufs2 patch to work for archlinux kernel

2009-03-29 Thread Christopher Rogers
I fixed aufs2 to work in archlinux kernel. I had to remove some patches to aufs2-standalone.patch you guys made so it would work. This will mean we have to drop unionfs for this to work. http://arch-live.isawsome.net/devel/aufs2-standalone.patch patch for aufs2 to work with kernel 2.6.29