Frank Lahm | 23 May 2013 08:03
Picon
Gravatar

Release 3.0.4

Hi

anyone against releasing 3.0.4 these days, possibly tomorrow?

-f

--

-- 
http://www.netafp.com/

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
HAT | 21 May 2013 15:04
Picon
Gravatar

GitHub

Was GitHub's repository closed?

Page not found:
https://github.com/franklahm/Netatalk/commits/develop/

--

-- 
HAT

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
Frank Lahm | 14 May 2013 11:06
Picon
Gravatar

HEADS UP: Docbook documentation

Hi

I've integrated our whole Docbook XML documentation into the main Netatalk tree below doc/.

Building documentation is integrated with autotools. You need xsltproc installed, the (fixed) XSL
stylesheets and point configure to the XSL stylesheets with --with-docbook=PATH. Rebuilding manpages
(works) and the html documentation (not yet) is both hooked to the automake html target (there's no man
target in automake), so running make html is all you need to do.

Cf doc/DEVELOPER.

-f

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
Frank Lahm | 9 May 2013 16:06
Picon
Gravatar

Restrict network interfaces by name

Hi

<https://sourceforge.net/p/netatalk/feature-requests/79/>

any comment? Good option name?

I'll begin implementing this tomorrow or on Monday.

-f

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
HAT | 12 Apr 2013 15:06
Picon
Gravatar

tracker and tracker-miner

Are both tracker and tracker-miner required? 

$ ./configure \
    --with-tracker-pkg-config=tracker-sparql-0.14 \
    --with-tracker-miner-pkg-config=tracker-miner-0.14
...
checking for TRACKER... yes
checking for TRACKER_MINER... yes
...
    AFP:
         Extended Attributes: ad | sys
         ACL support: yes
         Spotlight: yes

$ ./configure \
    --with-tracker-pkg-config=tracker-sparql-0.14
...
checking for TRACKER... yes
checking for TRACKER_MINER... no
...
    AFP:
         Extended Attributes: ad | sys
         ACL support: yes
         Spotlight: yes

--

-- 
HAT

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
(Continue reading)

Joseph Goodstein | 30 Mar 2013 13:15
Picon

Solaris 11.1

I am new here, so I am not sure exactly how you might want to integrate these changes.

I was able to get Netatalk Spotlight Technology Preview 4 to work on Solaris 11.1 by making the following two changes.

1.
>From the file netatalk-stp4/config/dbus-session.conf.tmpl I removed line 12
<allow_anonymous />

(I think this is necessary under linux?)

2.
In the file netatalk-stp4/distrib/initscripts/netatalk.xml.tmpl I added a method_environment list
with an envvar element to the method_context.

In particular, I changed the section on lines 23-24 from:
        <method_context>
        </method_context>

to this:
        <method_context>
            <method_environment>
                <envvar name="DBUS_SESSION_BUS_ADDRESS" value="unix:path=/tmp/spotlight.ipc" />
            </method_environment>
        </method_context>

This fixes the problem if you are using ./configure --with-init-style=solaris and you use svcadm to start netatalk.

However, the only reason this change is necessary, I believe, is because of a problem with the file netatalk-stp4/etc/spotlight/slmod_rdf.c

I think there is a problem in the method sl_mod_init at line 46, which I do not think is having the desired
(Continue reading)

Frank Lahm | 26 Mar 2013 11:19
Picon
Gravatar

Netatalk 3.0.3 is available

Netatalk 3.0.3
==============

The Netatalk development team is proud to announce version 3.0.3 of
the Netatalk File Sharing suite. This is the latest update to the 3.0
release series. All users are encouraged to upgrade their systems to 3.0.3.

Netatalk is a freely-available Open Source AFP fileserver.
A *NIX/*BSD system running Netatalk is capable of serving many Macintosh
clients simultaneously as an AppleShare file server (AFP).

The suite contains:

* netatalk   - the main server service controller
* afpd       - the AFP file server daemin
* cnid_metad - the CNID database multiplexing daemon
* cnid_dbd   - the CNID database daemon serving CNIDs for AFP volumes
* various supporting programs and utilities

Summary of major new features and enhancements in 3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* New ini style configuration file afp.conf which replaces all previous
  configuration files
* New default AppleDouble backend using filesystem Extended Attributes,
  conversion from AppleDouble v2 is done automatically on access
* New service controller process "netatalk" responsible for starting and
  restarting afpd and cnid_metad as necessary
* AppleTalk support has been removed
* Coherent cross-platform locking with Solaris CIFS server
(Continue reading)

HAT | 22 Mar 2013 16:19
Picon
Gravatar

new option --with-init-dir

I propose a new configure option --with-init-dir=PATH .
https://github.com/franklahm/Netatalk/pull/28

In case of Solaris, manifest dir may be /var/svc/manifest/network ,
not /lib/svc/manifest/network .
https://blogs.oracle.com/SolarisSMF/entry/changes_to_svccfg_import_and
http://opusmagnus.wordpress.com/2012/11/01/quick-tip-netatalk-3-0-1-on-joyent-smartos/

In case of Fedora 17 and later, service dir is /usr/lib/systemd/system ,
not /lib/systemd/system .
On filesystem, /lib is symlink to /usr/lib.
Therefore, there is no problem when installing from tarball.
However, RPM cannot be created, because RPM has no symlink.

These problems are solved by --with-init-dir .

--

-- 
HAT

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
Frank Lahm | 22 Mar 2013 14:19
Picon
Gravatar

3.0.3 release date

Hi

I'd like to shedule the 3.0.3 release for next Tuesday.

We have one outstanding fix for bug #496 pending. Please review and
test asap so we can merge it for the 3.0.3 release.

-f

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
HAT | 8 Mar 2013 16:45
Picon
Gravatar

afpstats don't show MacOS 9

afpstats cannot show the connection of AFP2.2.

$ cat /var/log/netatalk.log
Mar 09 00:40:00.769130 netatalk[9702] {netatalk.c:291} (N:Default): Netatalk AFP server starting
Mar 09 00:40:00.808282 cnid_metad[9704] {cnid_metad.c:479} (N:AFPDaemon): CNID Server listening on localhost:4700
Mar 09 00:40:02.639142 afpd[9703] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
Mar 09 00:40:31.445189 afpd[9746] {auth.c:226} (N:AFPDaemon): AFP3.3 Login by hat
Mar 09 00:40:50.502192 afpd[9780] {auth.c:226} (N:AFPDaemon): AFP2.2 Login by hat
Mar 09 00:41:01.042296 afpd[9808] {auth.c:226} (N:AFPDaemon): AFP3.3 Login by hat

$ afpstats
name: hat, pid: 9746, logintime: Mar 09 00:40:31, state: active, volumes: personal
name: hat, pid: 9808, logintime: Mar 09 00:41:00, state: active, volumes: personal

--

-- 
HAT

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
HAT | 4 Mar 2013 12:51
Picon
Gravatar

{afpstats.c:93} (E:AFPDaemon)

I report a error about the latest git, as it occurred just now.
I'm not investigating this in detail.

Mar 04 19:17:13.351325 netatalk[622] {netatalk.c:291} (N:Default): Netatalk AFP server starting
Mar 04 19:17:14.274125 cnid_metad[672] {cnid_metad.c:479} (N:AFPDaemon): CNID Server listening on localhost:4700
Mar 04 19:17:16.766283 afpd[671] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
Mar 04 19:17:24.397995 netatalk[622] {netatalk.c:174} (N:AFPDaemon): Restarting 'afpd' (restarts: 1)
Mar 04 19:17:27.192774 afpd[846] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
Mar 04 19:40:02.395945 netatalk[622] {netatalk.c:174} (N:AFPDaemon): Restarting 'afpd' (restarts: 2)
Mar 04 19:40:04.591275 afpd[1007] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
Mar 04 19:51:43.850161 afpd[1007] {afpstats.c:93} (E:AFPDaemon): (null): Disconnection emitted
"destroy" on all DBusGProxy, but somehow new proxies were created in response to one of those destroy
signals. This will cause a memory leak.
Mar 04 19:51:44.395409 netatalk[622] {netatalk.c:174} (N:AFPDaemon): Restarting 'afpd' (restarts: 3)
Mar 04 19:51:47.489779 afpd[1358] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
Mar 04 20:01:02.395733 netatalk[622] {netatalk.c:174} (N:AFPDaemon): Restarting 'afpd' (restarts: 4)
Mar 04 20:01:04.848363 afpd[1579] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
Mar 04 20:02:10.396307 netatalk[622] {netatalk.c:174} (N:AFPDaemon): Restarting 'afpd' (restarts: 5)
Mar 04 20:02:11.997498 afpd[1586] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
Mar 04 20:19:05.742285 afpd[5682] {auth.c:226} (N:AFPDaemon): AFP3.3 Login by hat
Mar 04 20:19:06.395556 netatalk[622] {netatalk.c:174} (N:AFPDaemon): Restarting 'afpd' (restarts: 6)
Mar 04 20:19:06.517537 afpd[5682] {socket.c:252} (E:AFPDaemon): read: Broken pipe
Mar 04 20:19:06.741770 afpd[5682] {socket.c:252} (E:AFPDaemon): read: Broken pipe
Mar 04 20:19:06.742516 afpd[5682] {socket.c:252} (E:AFPDaemon): read: Broken pipe
Mar 04 20:19:06.743227 afpd[5682] {auth.c:822} (N:AFPDaemon): AFP logout by hat
Mar 04 20:19:06.743727 afpd[5682] {dsi_stream.c:477} (E:DSI): dsi_stream_read: len:0, unexpected EOF
Mar 04 20:19:06.743770 afpd[5682] {afp_dsi.c:497} (N:AFPDaemon): afp_over_dsi: client logged out,
terminating DSI session
Mar 04 20:19:06.754393 afpd[5682] {afp_dsi.c:105} (N:AFPDaemon): AFP statistics: 0.78 KB read, 0.71 KB written
Mar 04 20:19:08.387818 afpd[5685] {afp_config.c:120} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.1:548
(Continue reading)


Gmane