[arch-general] [signoff] kernel26-2.6.38.5-1

2011-05-03 Thread Tobias Powalowski
Hi,
bump to latest version.
Please signoff both arches,

greetings
tpowa

-- 
Tobias Powalowski
Archlinux Developer  Package Maintainer (tpowa)
http://www.archlinux.org
tp...@archlinux.org


signature.asc
Description: This is a digitally signed message part.


[arch-general] strange files

2011-05-03 Thread Juan Diego Tascón
Hi,

I'm getting files with random names created in my home directory, last
one was: s5EZVJ and they always have the same content: Hello World,
is anyone else getting the same?


[arch-general] devilspie doesn't work

2011-05-03 Thread Maciej Sobkowski
Hi,
I want to run devilspie to add opacity to windows of particular apps.
But i can't get it to work.
I can't even run the example script from arch wiki article [1]. I've
tried it under twm and dwm; both don't work. I run devilspie -d -a
command, to set it to debug mode, then I get:
Devil's Pie 0.22 starting...
Loading /etc/devilspie
Loading /etc/devilspie/example.ds
Loading /home/maciejjo/.devilspie
Loading /home/maciejjo/.devilspie/opacity.ds
2 s-expressions loaded.
But I think it should report something when I open and close windows,
and it does not.
Can someone reproduce this issue?
[1] https://wiki.archlinux.org/index.php/Per_Application_Transparency
maciejjo


Re: [arch-general] New file /etc/rc?

2011-05-03 Thread Grigorios Bouzakis
Yaro Kasear wrote:
 I'm a tad confused about the purpose of /etc/rc. It says its used for the 
 control of daemons and starting and stopping them. Does this mean its 
 replacing the daemons array or something? And with the starting and stopping 
 of daemons... is this for automation or something.

 The news page doesn't really offer that much explanation about this new file.


You mean /sbin/rc ?
Its just a script that can change or merely show the state of every
script in /etc/rc.d/ . Plus its only 50 LOC in bash and it even
includes usage examples. You should just read it. Its not replacing
anything. 

PS. The aur-general mailing list is not the place for this kind of
questions. Please continue to arch-general.


Greg


[arch-general] [signoff] lzo2-2.05-1

2011-05-03 Thread Tobias Powalowski
Changes in 2.05 (23 Apr 2011)
  * Converted the configure system to non-recursive Automake.
  * Applied some overdue speed optimizations for modern x86/x64 architectures
and current compilers like gcc 4.6 and MSVC 2010.
Please signoff both arches,

greetings
tpowa
-- 
Tobias Powalowski
Archlinux Developer  Package Maintainer (tpowa)
http://www.archlinux.org
tp...@archlinux.org


signature.asc
Description: This is a digitally signed message part.


[arch-general] Yay for rc

2011-05-03 Thread Magnus Therning
Thanks for making this little seemingly minor change.  I've been
missing something like it in Arch since I made the switch.

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4 
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus


Perl is another example of filling a tiny, short-term need, and then
being a real problem in the longer term.
 -- Alan Kay


pgpidmSg5npjq.pgp
Description: PGP signature


[arch-general] /sbin/rc bug?

2011-05-03 Thread D. Can Celasun
I might have discovered a bug with this new /sbin/rc thing.

If I run /etc/rc.d/httpd start, Apache starts just fine. Yet if I do rc
start httpd it fails with:

:: Starting Apache Web
Server

[BUSY] (13)Permission denied: make_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAIL]

So, bug?


Re: [arch-general] Gnome 3, a bug?

2011-05-03 Thread Christoph Glaubitz
Hi Magnus,

On Mon, 2 May 2011 16:37:47 +0100
Magnus Therning mag...@therning.org wrote:

 This is such a basic issue that I refuse to believe I'm the first to
 bump into this behaviour.  Hence I ask here first for some help.
 
 I recently upgraded to Gnome3 and switching between windows with
 alt+tab is rather broken for me.  Here's why I say that:
 
 1. I make sure I have two non-overlapping windows on the screen at the
same time.
 2. I position the mouse pointer in one of the window.
 3. At this point I can't switch focus to the other window with
alt+tab.
 
 Basically I have two options:
 
 1. Move the mouse pointer so that it's not in any window, then I can
use alt+tab.
 2. Move the mouse to switch focus.
 
 Neither of these is very convenient.
 
 Does anyone recognise this?
 
 /M
 

Are you using focus follow mouse?
$ gconftool-2 -g /apps/metacity/general/focus_mode
sloppy

If you switch this to click, you are able to switch via alt+tab or
alt+^, again.
But it's really hard to get used to click after more than a decade of
using sloppy :(

Seems to be a known upstream bug for quite a long timenow:
https://bugzilla.gnome.org/show_bug.cgi?id=597190
and there is also a new dup for this bug
https://bugzilla.gnome.org/show_bug.cgi?id=647232

btw. Seems not to be a gnome3 problem only, since Ubuntu 11.04 with
unity has the same problem if you use sloppy.

-- 
chris


signature.asc
Description: PGP signature


Re: [arch-general] /sbin/rc bug?

2011-05-03 Thread David Rosenstrauch

On 05/03/2011 04:58 PM, D. Can Celasun wrote:

I might have discovered a bug with this new /sbin/rc thing.

If I run /etc/rc.d/httpd start, Apache starts just fine. Yet if I do rc
start httpd it fails with:

:: Starting Apache Web
Server

[BUSY] (13)Permission denied: make_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAIL]

So, bug?


sudo rc start httpd ?

DR


Re: [arch-general] /sbin/rc bug?

2011-05-03 Thread Seblu
On Tue, May 3, 2011 at 10:58 PM, D. Can Celasun dcela...@gmail.com wrote:
 I might have discovered a bug with this new /sbin/rc thing.

 If I run /etc/rc.d/httpd start, Apache starts just fine. Yet if I do rc
 start httpd it fails with:

 :: Starting Apache Web
 Server

 [BUSY] (13)Permission denied: make_sock: could not bind to address [::]:80
 (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
 no listening sockets available, shutting down
 Unable to open logs
 [FAIL]

 So, bug?

You start http twice. The seconds time, httpd is running and new httpd
cannot bind on socket! It's not a bug of /sbin/rc.

In this release, /sbin/rc just call /etc/rc.d/script.

It's a bug in apache rc script which doesn't check is httpd is already running.

you can easily check by running twice /etc/rc.d/httpd start.

Regards,
-- 
Sébastien Luttringer
www.seblu.net


Re: [arch-general] Gnome 3, a bug?

2011-05-03 Thread Magnus Therning
On Tue, May 03, 2011 at 11:08:50PM +0200, Christoph Glaubitz wrote:
 On Mon, 2 May 2011 16:37:47 +0100
 Magnus Therning mag...@therning.org wrote:
 
  This is such a basic issue that I refuse to believe I'm the first to
  bump into this behaviour.  Hence I ask here first for some help.
  
  I recently upgraded to Gnome3 and switching between windows with
  alt+tab is rather broken for me.  Here's why I say that:
  
  1. I make sure I have two non-overlapping windows on the screen at the
 same time.
  2. I position the mouse pointer in one of the window.
  3. At this point I can't switch focus to the other window with
 alt+tab.
  
  Basically I have two options:
  
  1. Move the mouse pointer so that it's not in any window, then I can
 use alt+tab.
  2. Move the mouse to switch focus.
  
  Neither of these is very convenient.
  
  Does anyone recognise this?
  
  /M
  
 
 Are you using focus follow mouse?
 $ gconftool-2 -g /apps/metacity/general/focus_mode
 sloppy

Indeed I was.

 If you switch this to click, you are able to switch via alt+tab or
 alt+^, again.
 But it's really hard to get used to click after more than a decade of
 using sloppy :(

Yes, changing to click sorted me out, but as you say it's hard to get
used to.  Even harder to get used to is the clunky WM ;-)

 Seems to be a known upstream bug for quite a long timenow:
 https://bugzilla.gnome.org/show_bug.cgi?id=597190
 and there is also a new dup for this bug
 https://bugzilla.gnome.org/show_bug.cgi?id=647232
 
 btw. Seems not to be a gnome3 problem only, since Ubuntu 11.04 with
 unity has the same problem if you use sloppy.

That's disappointing; that it has been know for long and still is
unfixed.

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4 
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

I invented the term Object-Oriented, and I can tell you I did not have
C++ in mind.
 -- Alan Kay


pgpO9bzqX3MY6.pgp
Description: PGP signature