Displaying 20 results from an estimated 170 matches for "afp".
Did you mean:
af
2012 Aug 09
1
Using unicode symbol has unexpected results in levels of factor object
...the factor returns the desired output. I noticed the discrepancy when the legend labels from a call to ggplot() did not display the desired symbol, but an explicitly built legend using the same labels did.
Example (I am trying to get the less than or equal to symbol):
> .df <- data.frame(afp = c(0,0,1,1), time=c(0,2,0,1), surv=c(1, 0.5, 1, 0.4))
> afpLabels <- c("AFP \u2264 16", "AFP > 16")
> afpStrata <- factor(.df$afp, labels=afpLabels)
> afpStrata
[1] AFP ? 16 AFP ? 16 AFP > 16 AFP > 16
Levels: AFP = 16 AFP > 16
The first level is repo...
2008 Oct 19
2
Slow NFS writes
...wing options...
-P (privileged ports)
intr
-r=32768
-w=32768
I tried doubling the size of the read/write windows to 65536 but it
seemed to make little difference.
Task, Read / Write 648 Megabyte Photoshop file (PSD)
Win2K = Win2K server (slow), RAID 5, Symantec EndPoint (ugh), retiring
this server
AFP = Netatalk from new CentOS Server
SMB = Samba from new CentOS Server
NFS = see above options, same CentOS Server
Copy To Win2K AFP SMB NFS
1m40.053s 0m22.566s 0m23.817s 2m11.849s
Copy From Win2K AFP SMB NFS
1m34.478s 0m20.709s...
2009 Mar 31
2
Help With File transfer of files named "Apple*" + Lacie 5Big RAID
...ross an
array of different areas.
I have run into a new problem that I cannot find an answer for.
We just recently purchased a Lacie 5Big Network RAID: http://www.cdw.com/shop/products/default.aspx?EDC=1596257
for one organization.
We set up a test server to start backing up to this RAID via AFP. The
server is a Mac Intel XSERVE running Leopard 10.5.6.
We are rsync'ing an internal volume of staff users to the AFP share
via this command set nightly.
---------------------------
#!/bin/sh
#set -xv; exec 1>~/Desktop/out 2>&1
if [ -d /Volumes/Backup ]
then
umount "/Volu...
2003 Jan 29
1
ANNOUNCEMENT: New Project- Baltra (AFP/SMB services compatibility)
(This is a brief announcement of a focused development/refinement of the
Netatalk project.)
The primary goal of Baltra is to provide a Mac OS X compatible AFP file
sharing service with Samba 3.0 compatibility. We are hoping to have an
AFP file sharing daemon which can run in parallel with Samba 3.0 to
provide seemless file sharing amoungst SMB-based clients (Windows and
MacOS-X) as well as keeping good MacOS-9 client support (via AFP).
Specificly,...
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi,
I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
system to an AFP mounted share. The command I'm using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This ou...
2009 Oct 02
3
Dynamic Link Aggregation via Samba
Hi,
I have run into the following I bonded 6 NICs on my Cent OS server into
a 600MB pipe. I use bond method 4 = dynamic Link aggregation. My Cysco
Switch supports this apparently.
However I only get increased bandwidth from my MAC by connecting via
AFP. However when I connect via SMB I don't. I was told to change the
sockect options to the following on my smb.conf file on my fileserver:
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
SO_SNDBUFF=2048000 SO_RCVBUFF=2048000
large readwrite=yes
read raw= yes
write raw= yes
I did these...
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...-10 / efbatey at gmail.com
Please visit So Calif Linux Expo http://www.socallinuxexpo.org
On Tue, Jan 3, 2017 at 7:16 AM, Steven Kilby <stevenkilby2 at gmail.com> wrote:
> Hi,
>
> I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
> system to an AFP mounted share. The command I'm using is:
>
> rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
>
> This works fine and all the extended attributes are copied and readable.
>
> I then try to use rsync to copy these files back with:
>
> rsync -avAX --fake-super -M--super...
2014 Jun 22
2
[PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
It is "APM" Apple Partition Map, not "AFP" Apple Filing Protocol
Reported-by: Thomas Schmitt <scdbackup at gmx.net>
---
utils/isohybrid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index 05afd29..15f63fc 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -23...
2018 Sep 20
2
4.8.5 + TimeMachine = Disk identity changed on every connect, cannot backup
...backup creates a secondary sparse image and starts from scratch, and won’t even touch the existing sparse image.
My Mac is running in VirtualBox. I have using latest beta Mojave. I only found one person with same problem. I don't know if problem is in Mac or Samba.
If I use the same Mac over AFP backing up works.
Regards Dan
2005 Dec 19
7
Brute Force Detection + Advanced Firewall Policy
Any BFD/AFP softwares available for FreeBSD 4.10?
Im getting flooded with ssh and ftp attempts.
2014 Jun 22
0
[PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
Hi,
Geert Stappers:
> Reported-by: Thomas Schmitt <scdbackup at gmx.net>
> utils/isohybrid.c | 2 +-
It would be somewhat ridiculous to fix only this. {:)
Can you point me to an example how a well acceptable patch set
should look like ?
I expect about half a dozen separate bug fixes to be needed.
(Is there a tutorial "SYSLINUX from Git for Dummies" ?)
Have a nice day :)
2014 Jun 22
1
[PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
Hi,
Geert Stappers
> You will see the recent commits, including the 'fseek' to 'fseeko' change.
I was looking at
http://git.kernel.org/cgit/boot/syslinux/syslinux.git
which is what Google brings up on "syslinux git" and looks
quite official.
Now i wonder about
+#define _FILE_OFFSET_BITS 64
after it was already done in Makefile some time earlier.
Luckily,
2010 Dec 23
31
SAS/short stroking vs. SSDs for ZIL
...cle, that discusses short stroking
for increasing IOPs on SAS and SATA drives:
http://www.tomshardware.com/reviews/short-stroking-hdd,2157.html
Now, I am wondering if using a mirror of such 15k SAS drives would be a
good-enough fit for a ZIL on a zpool that is mainly used for file
services via AFP and SMB.
I''d particulary like to know, if someone has already used such a
solution and how it has worked out.
Cheers,
budy
--
Stephan Budach
Jung von Matt/it-services GmbH
Glash?ttenstra?e 79
20357 Hamburg
Tel: +49 40-4321-1353
Fax: +49 40-4321-1114
E-Mail: stephan.budach at jvm.de
I...
2006 Mar 23
2
Is the unsupported kernel considered stable-ish?
I have a need to use the unsupported kernel for one feature only
(AFP/Appletalk support). Never having had to use it before, I''m unsure
of what''s all in it other than reading it''s config file.
From those that do use it -- is it considered stable enough to use in
lightweight production? I''m debating the use of it versus wasting my...
2008 Jun 22
3
Xattrs and Delete over AFP
Hello group,
I have an OSX 10.3.9 Server that I'm trying to back up with rsync 3.0.2.
Since I didn't have any luck with the 10.3.9 patch and I do have 10.4 clients,
I decided to try running the backup over AFP (Apple's file sharing protocol).
I found a way to mount the AFP volume with root permissions and rsync 3.0.2
works very nicely using this on the 10.4 clients, preserving xattrs and being
good. I understand it's not the preferred method but the rsync we're using
for 10.3.9 is version 2...
2002 Jun 04
1
Netatalk connection on Samba machine account - security breach?
...gfiles logins on the appletalk service using one of these machine
accounts (curlywurly$)! (see syslog below)
First thing I did was manually exclude the group "machines" (80) from any
atalk connection. Now, should I worry about what happened? How can I find
out more?
Jun 4 10:15:27 coke afpd[15109]: session from 2000.x:y on 2001.x:y
Jun 4 10:15:27 coke afpd[15109]: dhx login: curlywurly$
Jun 4 10:15:32 coke afpd[15110]: session from 2000.x:y on 2001.x:y
Jun 4 10:15:32 coke afpd[15110]: dhx login: curlywurly$
Jun 4 10:15:37 coke afpd[15109]: atp_rresp: Connection timed out
Jun 4 1...
2025 Jan 06
1
Can a macOS (Posix) client see symlinks on FreeBSD server as symlinks on client?
...server's Posix file system
appear as symbolic links on the macOS client?
Does Samba claim that it will present symlinks on the server file system
as symlinks to a client?
Some background:
I have a macOS client which uses files from a small FreeBSD-based file
server. I just switched from afp to smb as the way of connecting to my
shares. With afp, my macOS client could create a Posix-style symbolic
link on the server, and it would be stored as a Posix-style symbolic
link on the server's file system. My macOS client saw symbolic links on
the server's file system as symbolic l...
2013 Oct 28
1
[heads up] axing AppleTalk and IPX/SPX
Hello!
[Cc to stable@, for wider audience]
The plan is two axe two old networking protocols from FreeBSD head/,
meaning that FreeBSD 11.0-RELEASE, available in couple of years would
be shipped without them.
1) AppleTalk
Last time claimed to be supported by vendor in 2007[1]. In practice
had very little use since 90th.
Discontinued by major routing equipment vendors since 2009[2].
2025 Jan 06
2
Can a macOS (Posix) client see symlinks on FreeBSD server as symlinks on client?
...symbolic links on the macOS client?
>
> Does Samba claim that it will present symlinks on the server file
> system as symlinks to a client?
>
>
> Some background:
>
> I have a macOS client which uses files from a small FreeBSD-based
> file server. I just switched from afp to smb as the way of connecting
> to my shares. With afp, my macOS client could create a Posix-style
> symbolic link on the server, and it would be stored as a Posix-style
> symbolic link on the server's file system. My macOS client saw
> symbolic links on the server's file syst...
2016 Feb 05
2
vfs_fruit in 4.3.4 Directory Renames with Open Files Problem
...e, failing on save and then not
allowing other attempts to save with an error that another save is pending
completion.
Apple's SMB implementation in Server 5.0.15 on El Capitan 10.11.2 exhibits
the same problem and I’ve opened a case with Apple about the issue (case
1029666009), although their AFP implementation doesn't share this problem
and works like this:
The directory change for User B is allowed and User A is still able to save
without error.
FYI, I've confirmed that this is not because of a permissions
issue--permissions are okay and User A is able to read and write the file...