In order for Mac OS X 10.7 to authenticate with netatalk, netatalk needs
DHX2 support (10.6 and earlier worked without DHX2, 10.7 requires it).
Netatalk needs libgcrypt compiled with CAST5 cipher, and in turn libgcrypt
needs libgpg-error >= 1.8 for CAST5. The following patches update all that is
I think the key piece of information here is
See `config.log' for more details.
You might get some better help posting the details of the error ;-)
Joe
On Fri, 17 Jun 2011 14:38:08 -0400, Pawel Pastuszak wrote:
Hi Gents,
Any thoughts on this, Again i using the glibc 2.6.1 and gcc 4.4.5
Anything by W. Richard Stevens, especially "UNIX Network Programming, Volume 1,
Second Edition: Networking APIs: Sockets and XTI"
http://www.kohala.com/start/unpv12e.html
Regards,
Joe
On Jun 5, 2011, at 7:00 AM, scolfield wrote:
> Hi all,
>
> I know that there are many good programmers and w
Hello.
Currently, transmission daemon allows you to set the max number of open files,
but it can be more than allowed by the system, thus resulting in errors if
transmission uses more than set in ulimit. The following is a patch to compare
ulimit vs open_file_limit from /etc/config/transmission
I would agree, lately, I am seeing a bunch of these in my logs:
ath: Failed to stop TX DMA in 100 msec after killing last frame
but my 802.11n 40MHz performance has been the best its been in 6 months ;-)
On Tue, 11 Jan 2011 16:35:10 -0600, "J. Ryan Earl" wrote:
On Tue, Jan 11, 2011 at 1:
This patch does not solve #8508 original problem. It solves #8552. #8508 is
when compiling the *host* e2fsprogs, the host doesn't have posix_memalign(),
e.g. Mac OSX 10.5.
On Fri, 31 Dec 2010 06:48:38 +0800, HongPeng Tian
wrote:
The patch resolves target compiling
svn diff ./toolchain/uCli
Submitted to e2fsprogs maintainers ;-)
Joe
On Dec 19, 2010, at 4:46 AM, Hauke Mehrtens wrote:
> On 12/19/2010 05:33 AM, Roback, Joe wrote:
>> Hello.
>>
>> O_DIRECT is undefined on Darwin. To get direct IO on darwin, one can use
>> fcntl(fd, F_NOCACHE, 1); Below is
Hello.
O_DIRECT is undefined on Darwin. To get direct IO on darwin, one can use
fcntl(fd, F_NOCACHE, 1); Below is a patch to e2fsprogs to use fcntl() on system
that don't define O_DIRECT and have F_NOCACHE defined.
Made to go in "tools/e2fsprogs/patches/003-darwin_directio_fix.patch" using
Qui