[no subject]

2011-04-28 Thread Christopher Thill
All, I am trying to run kmail on my Mac.  When I start it fails as akonadi fails to start.  The error message that I receive is ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error) search paths:  ("/opt/local/bin", "/opt/local/sbin", "/usr/bin", "/bin", "/us

Re: Insufficient privileges?

2011-04-28 Thread John B Brown
Bayard Bell wrote: To quote the last line on --with-exempt from the INSTALL file for sudo: "You should probably use NOPASSWD in sudoers instead." Is your claim that NOPASSWD is in fact dependent on the compile-time value of --with-exempt and that the sudo documentation has this backwards? It

Re: Insufficient privileges?

2011-04-28 Thread John B Brown
Dear Bradley, There is no root group on my machine, and I added myself to wheel group using 'Preferences.' I left the 'wheel' group sudoers lines untouched. I added my user name to sudoers. "jbb ALL=(ALL) NOPASSWD: ALL" There is no tree '/Local' on my machine. sudo is in the same place.

Re: unresponsive terminal after installing Macports Python PIL

2011-04-28 Thread Ryan Schmidt
On Apr 28, 2011, at 18:21, John Stoner wrote: > On Thu, Apr 28, 2011 at 5:22 PM, Ryan Schmidt wrote: > >> Rebooting your computer is almost never necessary. I imagine you'd've gotten >> the same result (properly functioning terminal) by closing the nonfunctional >> terminal window and making a

Re: unresponsive terminal after installing Macports Python PIL

2011-04-28 Thread John Stoner
On Thu, Apr 28, 2011 at 5:22 PM, Ryan Schmidt wrote: > > On Apr 28, 2011, at 15:43, John Stoner wrote: > > > I run a macbook, with Snow Leopard. (10.6.6). > > > > I ran this command last night before bed: > > > > port install py26-pil +universal > > > > I wanted to install the python 2.6 version o

Re: unresponsive terminal after installing Macports Python PIL

2011-04-28 Thread Ryan Schmidt
On Apr 28, 2011, at 15:43, John Stoner wrote: > I run a macbook, with Snow Leopard. (10.6.6). > > I ran this command last night before bed: > > port install py26-pil +universal > > I wanted to install the python 2.6 version of the Python Imaging Library > (py26-pil). It took a long time, but

Re: Insufficient privileges?

2011-04-28 Thread Bayard Bell
To quote the last line on --with-exempt from the INSTALL file for sudo: "You should probably use NOPASSWD in sudoers instead." Is your claim that NOPASSWD is in fact dependent on the compile-time value of --with-exempt and that the sudo documentation has this backwards? It seems far more likely

Re: Insufficient privileges?

2011-04-28 Thread Bradley Giesbrecht
On Apr 28, 2011, at 12:42 PM, John B Brown wrote: > Dear Alex, > > In the original source for sudo there is a configure condition that > must be met for group members; > > "--with-exempt=group no passwd needed for users in this group" > > Which condition do you think Apple set

unresponsive terminal after installing Macports Python PIL

2011-04-28 Thread John Stoner
I run a macbook, with Snow Leopard. (10.6.6). I ran this command last night before bed: *port install py26-pil +universal* * * I wanted to install the python 2.6 version of the Python Imaging Library (py26-pil). It took a long time, but I think I was successful. However, after restarting my term

Re: Insufficient privileges?

2011-04-28 Thread John B Brown
Dear Alex, In the original source for sudo there is a configure condition that must be met for group members; "--with-exempt=group no passwd needed for users in this group" Which condition do you think Apple set for this? Your group 'sudoers' or 'wheel' or some other condition? I suspe

Re: /bin/sh: gpg: command not found

2011-04-28 Thread Bayard Bell
Saying that you're getting the error even with the package installed and the command in your PATH is information that should be provided when reporting these problems. You can say "of course" you've got it installed and in your PATH, but that's not clear to someone responding to suggest you need

Re: segfault

2011-04-28 Thread Ryan Schmidt
On Apr 27, 2011, at 21:06, Jason Swails wrote: >> wine should also work. The choice between wine and wine-devel is whether you >> want the stable version > > Ah, for me it said wine wouldn't work for me -- I had to install wine-devel > instead. I forget why, it was a long time ago. I thought m

Re: /bin/sh: gpg: command not found

2011-04-28 Thread Gabriele Kahlout
Of course I've gpg installed, but through macports. It's not needed as a maven dependency, the pom used to work as-is. sh-3.2*$ which gpg* /opt/local/bin/gpg sh-3.2*$ gpg --version* gpg (GnuPG) 1.4.11 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: /bin/sh: gpg: command not found

2011-04-28 Thread Bayard Bell
You need to install the gpg port for this. Not sure if that should be considered a dependency for Maven. Sent from my iPad On 28 Apr 2011, at 13:27, Gabriele Kahlout wrote: > Hello, > > Trying to [deploy] dp4j pom.xml (u can reproduce my problem) I now get: > > [gpg:sign] > /bin/sh: gpg: c

/bin/sh: gpg: command not found

2011-04-28 Thread Gabriele Kahlout
Hello, Trying to [deploy] dp4j pom.xml(u can reproduce my problem) I now get: [gpg:sign] /bin/sh: gpg: command not found I suspect this got to do with macports path issues, as we discussed last week. Any suggestions? $ echo $PATH /opt/local/