Re: [arch-general] community/e-svn 51937-1 BROKEN? themes fail screen resolution fail etc...

2010-09-17 Thread Joe(theWordy)Philbrook
It would appear that on Sep 16, Nicky726 did say: > Dne Čt 16. září 2010 06:27:23 Joe(theWordy)Philbrook napsal(a): ---<>--- > > > > I'll followup to this thread if one of AUR's themes works for me. > > -or- > > if e17 respects "xrandr" resolution settings... I did followup

[arch-general] kernel26-2.6.35.4-2 - Hey! No more hang on boot on module load -- cool.

2010-09-17 Thread David C. Rankin
Guys, Just dropping a line to let you know that I haven't had a hang-on-boot with kernel26-2.6.35.4-2. That's great. I'll keep you posted, but it looks like the issues with the last few kernels are much better. Thanks! -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street

Re: [arch-general] Spell Checking in Emacs

2010-09-17 Thread Ashish SHUKLA
Steve Holmes writes: > On Fri, Sep 17, 2010 at 05:02:24AM +0530, Ashish SHUKLA wrote: >> Steve Holmes writes: >> > Do I have to set up anything in advance in order to use ispell in >> > emacs with the aspell program? See the message below for the full >> > story. I can't get past this read-only pr

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Steve Holmes
On Sat, Sep 18, 2010 at 12:43:25AM +1000, Allan McRae wrote: > makepkg automatically exits on any error in the build() or package() > functions. This is interesting to know; I had no idea. I learn to build my PKGBUILDs from other live examples as well as the .proto versions in the shared pacman d

Re: [arch-general] [PATCH 1/3] Updating documentation

2010-09-17 Thread Dan McGee
On Fri, Sep 17, 2010 at 3:34 PM, Angel Velasquez wrote: > Adding required dependencies like south, markdown and memcached > > Signed-off-by: Angel Velasquez > --- >  README           |    7 +-- >  requirements.txt |    1 + >  2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/R

Re: [arch-general] [PATCH 2/3] Fixing south scripts

2010-09-17 Thread Dan McGee
On Fri, Sep 17, 2010 at 3:35 PM, Angel Velasquez wrote: > Table main_mirror was renamed to mirror_mirrors then it fails at the > time to re-create the schema You're doing this completely wrong. Migrations apply sequentially. If you can not build a database from scratch using syncdb, please let me

[arch-general] [PATCH 3/3] Adding changing of user profile details

2010-09-17 Thread Angel Velasquez
The idea of this patch is allow to the dev's who have an account, to change their data without asking some admin to do it for them. Signed-off-by: Angel Velasquez --- devel/views.py | 16 +++- templates/devel/profile.html |3 +++ 2 files changed, 14 insertions(+),

[arch-general] [PATCH 2/3] Fixing south scripts

2010-09-17 Thread Angel Velasquez
Table main_mirror was renamed to mirror_mirrors then it fails at the time to re-create the schema Signed-off-by: Angel Velasquez --- main/migrations/0008_mirror_tiering.py |8 main/migrations/0009_mirror_rsync_credentials.py |8 main/migrations/0010_kill_r

[arch-general] [PATCH 1/3] Updating documentation

2010-09-17 Thread Angel Velasquez
Adding required dependencies like south, markdown and memcached Signed-off-by: Angel Velasquez --- README |7 +-- requirements.txt |1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index ec0829e..a5032ac 100644 --- a/README +++ b/README @@

Re: [arch-general] Kernel Rootexploit

2010-09-17 Thread Moritz Rudert
On 09/17/2010 05:48 PM, Thomas Bächler wrote: > Am 17.09.2010 17:39, schrieb Moritz Rudert: >> Hi everybody, >> unfortunately today a new root exploit appeared. >> >> Look at: http://sota.gen.nz/compat2/ >> >> After some tests I can say: It works on Archlinux and Ubuntu, but not on >> debian. >>

Re: [arch-general] There's no need for acpid

2010-09-17 Thread Nicolas Bigaouette
> > #!/bin/bash > > while read event; do >case "$event" in >ac_adapter*) >/usr/sbin/laptop_mode auto > /dev/null 2>&1 >;; >esac > done < /proc/acpi/event > > Just a question, does the read event in the loop blocks? I guess so,

Re: [arch-general] Kernel Rootexploit

2010-09-17 Thread Thomas Bächler
Am 17.09.2010 17:39, schrieb Moritz Rudert: > Hi everybody, > unfortunately today a new root exploit appeared. > > Look at: http://sota.gen.nz/compat2/ > > After some tests I can say: It works on Archlinux and Ubuntu, but not on > debian. > > The "bugfix" found on http://seclists.org/fulldisclo

[arch-general] Kernel Rootexploit

2010-09-17 Thread Moritz Rudert
Hi everybody, unfortunately today a new root exploit appeared. Look at: http://sota.gen.nz/compat2/ After some tests I can say: It works on Archlinux and Ubuntu, but not on debian. The "bugfix" found on http://seclists.org/fulldisclosure/2010/Sep/273 does not work on Arch and Ubuntu. The only

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Allan McRae
On 18/09/10 00:40, Vitaliy Berdinskikh UR6LAD wrote: Although this isn't really significant... I was just curious :) `grep '${\?startdir}\?/src' /var/abs/*/*/PKGBUILD | wc -l` - "648" `grep '${\?startdir}\?/pkg' /var/abs/*/*/PKGBUILD | wc -l` - "1385" `fgrep '|| return 1' /var/abs/*/*/PKGBUILD

Re: [arch-general] "$startdir/src", "$startdir/pk g" and "|| return 1" in official packages

2010-09-17 Thread Vitaliy Berdinskikh UR6LAD
> Although this isn't really significant... I was just curious :) > > `grep '${\?startdir}\?/src' /var/abs/*/*/PKGBUILD | wc -l` - "648" > > `grep '${\?startdir}\?/pkg' /var/abs/*/*/PKGBUILD | wc -l` - "1385" > > `fgrep '|| return 1' /var/abs/*/*/PKGBUILD | wc -l` - "9274" Why ' || return 1' is

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Lukas Fleischer
On Fri, Sep 17, 2010 at 09:18:41AM -0500, Dan McGee wrote: > I wouldn't object to doing this to everything in trunk/, but we > shouldn't push those changes out to the repos/ unless the package > actually gets rebuilt. Those should reflect the current state of the > package as much as possible. I a

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Dan McGee
On Fri, Sep 17, 2010 at 9:14 AM, Dieter Plaetinck wrote: > On Fri, 17 Sep 2010 16:07:30 +0200 > Lukas Fleischer wrote: > > >> > Anyway, whats the rush?  They will change eventually.  There should >> > be no (or very few) $startdir/{src,pkg} in [core]. >> >> As I already said at the beginning: >>

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Dieter Plaetinck
On Fri, 17 Sep 2010 16:07:30 +0200 Lukas Fleischer wrote: > > Anyway, whats the rush? They will change eventually. There should > > be no (or very few) $startdir/{src,pkg} in [core]. > > As I already said at the beginning: > > > Although this isn't really significant... I was just curious :)

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Lukas Fleischer
> Well, it would need to be done on SVN trunk and released to the repo > branches... so it is not just a simple sed. Mh, yeah. But that shouldn't be too difficult to script either (e.g. using a for loop and running scp(1) and archrelease for every package). > Anyway, whats the rush? They will c

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Gan Lu
On Fri, Sep 17, 2010 at 9:54 PM, Ionuț Bîru wrote: > On 09/17/2010 04:35 PM, Lukas Fleischer wrote: >> >> Although this isn't really significant... I was just curious :) >> >> `grep '${\?startdir}\?/src' /var/abs/*/*/PKGBUILD | wc -l` - "648" >> >> `grep '${\?startdir}\?/pkg' /var/abs/*/*/PKGBUILD

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Ionuț Bîru
On 09/17/2010 04:35 PM, Lukas Fleischer wrote: Although this isn't really significant... I was just curious :) `grep '${\?startdir}\?/src' /var/abs/*/*/PKGBUILD | wc -l` - "648" `grep '${\?startdir}\?/pkg' /var/abs/*/*/PKGBUILD | wc -l` - "1385" `fgrep '|| return 1' /var/abs/*/*/PKGBUILD | wc

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Allan McRae
On 17/09/10 23:35, Lukas Fleischer wrote: Although this isn't really significant... I was just curious :) `grep '${\?startdir}\?/src' /var/abs/*/*/PKGBUILD | wc -l` - "648" `grep '${\?startdir}\?/pkg' /var/abs/*/*/PKGBUILD | wc -l` - "1385" `fgrep '|| return 1' /var/abs/*/*/PKGBUILD | wc -l` -

Re: [arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Steve Holmes
On Fri, Sep 17, 2010 at 03:35:58PM +0200, Lukas Fleischer wrote: > Although this isn't really significant... I was just curious :) > > `grep '${\?startdir}\?/src' /var/abs/*/*/PKGBUILD | wc -l` - "648" > > `grep '${\?startdir}\?/pkg' /var/abs/*/*/PKGBUILD | wc -l` - "1385" > > `fgrep '|| return

[arch-general] "$startdir/src", "$startdir/pkg" and "|| return 1" in official packages

2010-09-17 Thread Lukas Fleischer
Although this isn't really significant... I was just curious :) `grep '${\?startdir}\?/src' /var/abs/*/*/PKGBUILD | wc -l` - "648" `grep '${\?startdir}\?/pkg' /var/abs/*/*/PKGBUILD | wc -l` - "1385" `fgrep '|| return 1' /var/abs/*/*/PKGBUILD | wc -l` - "9274" Isn't that something that could be

Re: [arch-general] Spell Checking in Emacs

2010-09-17 Thread Steve Holmes
On Fri, Sep 17, 2010 at 05:02:24AM +0530, Ashish SHUKLA wrote: > Steve Holmes writes: > > Do I have to set up anything in advance in order to use ispell in > > emacs with the aspell program? See the message below for the full > > story. I can't get past this read-only problem. > > (setq ispell-pr

Re: [arch-general] Adobe Releases New 64-bit Flash Plugin For Linux

2010-09-17 Thread Heiko Baums
Am Fri, 17 Sep 2010 12:14:03 +0530 schrieb Madhurya Kakati : > So I guess its time to remove flashplugin I installed from multilib > and replace it with 'square'?? Like I've written on the arch-multilib mailing list I'd prefer to having flashplugin in [multilib] renamed to lib32-flashplugin or bi

Re: [arch-general] kernel compilation makeflags

2010-09-17 Thread Florian Pritz
On 17.09.2010 06:03, Matthew Monaco wrote: > On 09/16/2010 10:27 PM, Ng Oon-Ee wrote: >> On Thu, 2010-09-16 at 21:25 -0400, Matthew Monaco wrote: >>> When I am compiling the kernel (in the chroot). My -j4 makeflag is getting >>> lost. >>> Is this expected? >> >> Is it set in makepkg.conf within th

Re: [arch-general] Spell Checking in Emacs

2010-09-17 Thread Ashish SHUKLA
Steve Holmes writes: > I found some more information concerning the ispell problem with > emacs. It seems that if I do ispell-buffer, region, or word on clean > data (correctly spelled), I don't get any errors in the mini buffer > and in fact, ispell-word even tells me the word is correct. Fine -

Re: [arch-general] 'Local mirror' page was removed from wiki

2010-09-17 Thread Stefan Erik Wilkens
Well then the situation is rather simple, isn't it. If the amount of traffic a private local mirror generates for the official mirror is greater than the amount of traffic that any local clients (excluding any "other purposes" unrelated to the sync process of course) generate for this local mirror