Displaying 20 results from an estimated 5000 matches similar to: "Apple patches 1-5"
2007 May 22
1
Apple hfs mounting help. OT maybe?
I am running a CentOS 3 server with a kernel version -2.4.21-40. I typically
use Webmin to accomplish mounting varied filesystems, but this one has me
buffaloed.
We have a Thecus N5400 that was mounted on a Mac and a ton of data was
written to it. All of the data was placed in yearly folders with
content-related folders below the yearly folders.
When I mount this through Webmin as an smbfs
2004 Nov 11
3
File.nopen alpha
Hi all,
I''ve committed an alpha version of File.nopen (native open) to
win32-file. This is a wrapper for CreateFile(). A quick synopsis:
* File.nopen(file,access_mode,share_mode,creation_mode,flags)
*
* A ''native'' open method. This uses CreateFile() behind the scenes
instead of
* the _open() function. This allows much greater flexibility when it
comes
* to
2010 May 14
2
mdbox error with 2.0.beta5
Running 2.0.beta5 on Mac OS X with HFS+J, I often see this error in the log:
Fri May 14 12:25:59 gromit dovecot[5466]: imap(pid 8101 user joe): Error: mdbox /var/spool/imap/dovecot/mail/mailboxes/INBOX/Foobar/dbox-Mails: map uidvalidity mismatch (1273852899 vs 1273853949)
Fri May 14 12:25:59 gromit dovecot[5466]: imap(pid 8101 user joe): Disconnected: Internal error occurred. Refer to server log
2008 Dec 12
5
Source patches from Apple
Hello Dovecot developers,
Apple has made and tested significant changes to Dovecot v1.1 and now
is ready to contribute them back to your open source project. The
changes include:
Scalability and performance:
allow pop/imap mail processes to handle multiple clients
larger listen queues
Stability and maintenance:
fix to allow cross-compilation
workarounds for Mac OS X bugs
a couple general
2004 Nov 16
2
win32-file: nread and nwrite
Hi all,
I''ve got alpha versions of nread and nwrite now added to the win32-file
class in CVS. They seem to work fine, although I''ve noticed one bug in
the File#read method. Let''s say we have a text file with "hello world"
in it. If I call nread with no arguments, it works fine:
fh = File.nopen("C:\\test.txt")
p fh.nread -> "hello
2008 Dec 17
6
Apple patches 6-8
Here are a few more patches. Still keeping it easy for now. Again
the basis for these patches is dovecot-1.1.7.
Patch #6. Solve a cross-compilation endianness issue. Currently,
Dovecot assumes that the endianness of the build system is the same as
the endianness of the runtime system. This is not necessarily true.
We ran into this while compiling for i386 on a ppc machine. The
2013 Apr 29
1
CATENATE allows zero parts
I'm pleased to see that dovecot-2.2 includes support for RFCs 4467 and 4469 (URLAUTH and CATENATE). I have begun testing these features (in dovecot-2.2.1) and comparing their functionality against Apple's implementation. So far I have discovered a few inconsistencies. I will report each of these, and any more that I may find, in separate threads.
The first issue is that using CATENATE
2012 Feb 07
5
Table rearranging
I have a table that looks like this:
measurement?? ?date??? door ?? color
0.93529385?? ?513?? ?open?? ?red
0.97419293?? ?420??? open ?? red
0.962053514?? ?513?? ?closed?? ?red
0.963909937?? ?1230?? ?open?? ?blue
0.97652034?? ?1230?? ?open?? ?green
0.989310795?? ?1230?? ?closed?? ?blue
0.9941022?? ?917?? ?closed?? ?yellow
I would like to create a table that has: Open measurement, Closed
2009 Jan 06
3
Apple patches 11-14
These are the last patches for now, and they're small. The base for
each of them is dovecot-1.1.7 + Apple patches 9 and 10, again not
because of a logical dependency but just because these patches change
parts of the earlier patches.
Patch #11 adds a few dtrace providers to key points in the code. We
are still validating the correct placement and usefulness of these.
One cool
2015 Apr 27
3
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote:
> On Mon, Apr 27, 2015 at 11:16 AM, Joerg Schilling
> <Joerg.Schilling at fokus.fraunhofer.de> wrote:
> > >
> > You should read the GPL and get help to understand it. The GPL does not forbid
> > this linking. In contrary, the GPOL allows any GPLd program to be linked
> > against any library under and
2016 Aug 16
5
hfsplus on C7
I dont see anything hfsplus in the modules area???
> uname -r
>
> 3.10.0-327.28.2.el7.x86_64
>
> [root at nuc5i3 ~]# find /lib/modules/3.10.0-327.28.2.el7.x86_64/ |grep hfs
> /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/fs/squashfs
> /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/fs/squashfs/squashfs.ko
>
2013 Jun 05
3
Samba4 and NVSv4
Short story: cannot get Kerberized NFSv4 to work. I've googled a great
deal and cannot find where I have goofed (and there sure is a lot of
misleading and just plain incorrect information out there), so would
appreciate another pair of eyes. NFSv4 without Kerberos does work fine, as
does ID mapping. We're using NFSv4 in production with sec=sys, but I'm not
happy with that. My
2013 Jun 05
3
Samba4 and NVSv4
Short story: cannot get Kerberized NFSv4 to work. I've googled a great
deal and cannot find where I have goofed (and there sure is a lot of
misleading and just plain incorrect information out there), so would
appreciate another pair of eyes. NFSv4 without Kerberos does work fine, as
does ID mapping. We're using NFSv4 in production with sec=sys, but I'm not
happy with that. My
2016 Aug 16
3
hfsplus on C7
I followed the instructions (I thought) for hfsplus on C7.
Installed elrepo
Then installed hfsplus hfsplus-tools and kmod-hfsplus kmod-hfs
rpm -qa | grep hfs clearly shows the items
kmod-hfsplus-0.0-2.el7.elrepo.x86_64
hfsplus-tools-540.1.linux3-4.el7.x86_64
kmod-hfs-0.0-2.el7.elrepo.x86_64
When I do my mount command
mount -t hfsplus -o loop Mac.dmg /mnt/mac
mount: unknown filesystem type
2008 Feb 21
1
HFS filesystem on linux + samba -> Mac
Hi
A friend has a disk with an hfs filesystem on it; we'd like to move it to a
Debian (etch 2.6.18-6) box and share it via samba 3.0.24.
I can mount the hfs disk and see the files on the linux box : good
I can share a normal (xfs/etx3) fs via samba to the Mac : good
Although I can share the hfs fs via samba, the extended attributes are not
visible; so the existing files on the hfs
2002 Sep 17
2
Feature request: Sync Mac OS resource forks and metadata on Mac OS X
I have a feature request for rsync. I tried posting it to the
FAQ-o-matic, but that system didn't seem to be accepting new
questions. I hope this is an okay list for the request--apologies if
it's misdirected.
Mac OS X provides support for the Mac file system resource forks and
mac specific metadata (e.g., creator and file type). Most Unix
applications ignore this information, but it
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan
2011 Mar 20
2
R as a non-functional language
I'm reading Torgo (2010) *Data Mining with
R*<http://www.liaad.up.pt/~ltorgo/DataMiningWithR/code.html>in
preparation for a class I'll be teaching next quarter. Here's an
example
that is very non-functional.
> pH <- c(4.5,7,7.3,8.2,6.3)
> names(pH) <- c('area1','area2','mud','dam','middle')
> pH
area1 area2 mud dam
2010 Oct 07
1
hfsutils package
Has anyone used the hfsutils package?
I tried the following and get an error:
hfs mount ../vlc-1.1.3-intel.dmg
hfsutils version 3.2.6 - Copyright (C) 1996-1998 Robert Leslie
This is free software but comes with ABSOLUTELY NO WARRANTY.
Type `license' for details.
expected integer but got "../vlc-1.1.3-intel.dmg"
while executing
"hfs mount $path $partno"
2018 Mar 20
4
rsync time machine backup permissions
That doesn’t work too. :-(
Last login: Mon Mar 19 19:18:16 on console
iMac:~ andre$ mount
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
/dev/disk2 on /Volumes/G-DRIVE Thunderbolt 3 (hfs, local, nodev, nosuid, journaled, noowners)
iMac:~ andre$