Re: Small pkill enhancement

2012-01-15 Thread Nicholas Marriott
On Mon, Jan 16, 2012 at 04:50:32AM +, Mark Lumsden wrote: > On 15 January 2012 at 19:02 Nicholas Marriott > wrote: > > > Hi > > > > I think that error message is misleading if you are running pkill as > > root. > > > > Yes, I agree. > > > How about instead of only printing if it did nothin

devis traduction technique

2012-01-15 Thread Aurelien SUPOT A.Text Work
Si vous ne visualisez pas correctement lbe-mail, cliquez ici Bonjour, Je me permets de vous C)crire afin de vous proposer nos services de traduction. Disposez-vous dC)jC d'une agence partenaire? Notr

Re: allow _proxy variables in sudoers

2012-01-15 Thread Theo de Raadt
> you forgot https_proxy and no_proxy... > > however, im against this change since it allows a user to redirect a program > they need privileges to use to an arbitrary proxy they specify, something > there is no good mitigation against. Indeed. That's right, isn't it Todd? The whole idea here w

Re: allow _proxy variables in sudoers

2012-01-15 Thread David Gwynne
you forgot https_proxy and no_proxy... however, im against this change since it allows a user to redirect a program they need privileges to use to an arbitrary proxy they specify, something there is no good mitigation against. dlg On 16/01/2012, at 12:15 AM, Peter Hessler wrote: > When you are

Re: Small pkill enhancement

2012-01-15 Thread Mark Lumsden
On 15 January 2012 at 19:02 Nicholas Marriott wrote: > Hi > > I think that error message is misleading if you are running pkill as > root. > Yes, I agree. > How about instead of only printing if it did nothing, -l makes it always > print "%d processes signalled"? Currently, the diff from Free

Re: Small pkill enhancement

2012-01-15 Thread Han Boetes
Not to jhijack the thread but to show another -- more generic way -- of dealing with apps that fail silently: This changes the prompt $ to red incase the $? return value of the previous process returned non-zero. red=$(printf '\e[31m') export PS1='\[\e[0;36m\]\w\[\e[01m\]\[\e[30m\]$([ $?

Fw: Documento.

2012-01-15 Thread Dep. Financeiro (Adriana).
Anexo: Documento-Planilha.doc (149,1 KB) Segue em anexo conforme solicitado o relatorio. Tenha um bom dia!

Re: libXi: SIGBUS in ParseClassInfo on sparc64

2012-01-15 Thread Matthieu Herrb
On Fri, Jan 13, 2012 at 03:03:09PM +0100, David Coppa wrote: > Hi! > > I've noticed that on sparc64 we got the same SIGBUS described here: > > http://comments.gmane.org/gmane.comp.freedesktop.xorg/44722 > > This happens frequently and it's annoying as it renders GTK2 > applications unusable on s

Re: RFC 4638 support for pppoe(4)

2012-01-15 Thread Matt Dainty
* YASUOKA Masahiko [2012-01-12 01:55:44]: > Hello, > > On Wed, 11 Jan 2012 18:31:49 -0500 > Matt Dainty wrote: > > @@ -911,7 +933,7 @@ > > return (ENXIO); > > } > > > > - if (sc->sc_sppp.pp_if.if_mtu > > > + if

Re: Small pkill enhancement

2012-01-15 Thread Nicholas Marriott
Hi I think that error message is misleading if you are running pkill as root. How about instead of only printing if it did nothing, -l makes it always print "%d processes signalled"? On Sun, Jan 15, 2012 at 06:26:39PM +, Mark Lumsden wrote: > Some months ago there was an email about adding

Small pkill enhancement

2012-01-15 Thread Mark Lumsden
Some months ago there was an email about adding a 'i' option to pgrep/pkill, one suggestion from that discussion was giving pkill the ability to say if nothing had been killed. http://marc.info/?l=openbsd-tech&m=130789344027691&w=2 I must say, I liked this idea. But only got time recently to have

athn(4) device timeout

2012-01-15 Thread Ishwor Gurung
Hi Tech, I have been advised by cthuluh and others on #openbsd@freenode to post issue with my hardware reset for athn(4) in here. It is not clear why it happens to me. Also, I wanted to point out that it doesn't affect my connection to the router in any way if any at all. The issue I have is as s

Re: SiS 5513 rev 0x015597/5598 freeze & diff

2012-01-15 Thread Jonathan Gray
On Sat, Jan 14, 2012 at 06:41:31PM +0400, Loganaden Velvindron wrote: > Yep, Chris Cappuccio. > > He says that there are still issues with the SiS code. Instead > of defaulting to SiS 5597/5598, perhaps it would have been > better not to attach as it would have made the problem more > obvious. I'

Re: allow _proxy variables in sudoers

2012-01-15 Thread Loganaden Velvindron
I need this @ work. On Sun, Jan 15, 2012 at 6:15 PM, Peter Hessler wrote: > When you are in a place that requires proxy configs to reach the > internet, it would be very nice if you could then use pkg_add. > > So, add ftp_proxy and http_proxy to the default env_keep variable. > > OK? > > Index:

allow _proxy variables in sudoers

2012-01-15 Thread Peter Hessler
When you are in a place that requires proxy configs to reach the internet, it would be very nice if you could then use pkg_add. So, add ftp_proxy and http_proxy to the default env_keep variable. OK? Index: usr.bin/sudo/sudoers === R