Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13561 - new version netatalk-1.6.2
Summary: new version netatalk-1.6.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
: 10584 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-09 06:29 UTC by Patrik Kullman
Modified: 2003-07-01 14:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrik Kullman 2003-01-09 06:29:42 UTC
All I did was:
cd /usr/portage.local/net-fs/netatalk/
cp /usr/portage/net-fs/netatalk/netatalk-1.5.3.1.ebuild netatalk-1.6.0.ebuild
ebuild netatalk-1.6.0.ebuild digest
emerge -u netatalk
Comment 1 Patrik Kullman 2003-01-12 07:41:51 UTC
News in Netatalk 1.6.0
~~~~~~~~~~~~~~~~~~~~~~

Netatalk 1.6.0 is a new major release that greatly enhances Netatalk's
usefulness. Especially noteworthy are the improved compatibility with
MacOS X as well as industry-standard programs like Photoshop and
QuarkXPress.

The changes in detail:

 * Long file name mangling support
 * Improved log file support
 * CNID DID handling by default
 * The CDB data store for CNID is enabled by default
 * Server-side find capability ("FPCatSearch")
 * Bug fixes, build fixes, code cleanup
Comment 2 Patrik Kullman 2003-01-12 08:07:25 UTC
Also, some init.d script should be added. This is taken from an old netatalk
installation:

echo -n 'starting appletalk daemons: '
if [ -x /usr/sbin/atalkd ]; then
        /usr/sbin/atalkd;               echo -n ' atalkd'
fi

if [ -x /usr/bin/nbprgstr ]; then
        /usr/bin/nbprgstr -p 4 `hostname|sed 's/\..*$//'`:Workstation
        /usr/bin/nbprgstr -p 4 `hostname|sed 's/\..*$//'`:netatalk
                                        echo -n ' nbprgstr'
fi

if [ -x /usr/sbin/papd ]; then
        /usr/sbin/papd;         echo -n ' papd'
fi

if [ -x /usr/sbin/afpd ]; then
        /usr/sbin/afpd;         echo -n ' afpd'
fi

if [ -x /usr/sbin/timelord ]; then
        /usr/sbin/timelord;             echo -n ' timelord'
fi

                                        echo


I'm no good with init.d stuff. Since all should be started with netatalk, and
all should be depended on atalkd. Also, nbprgstr is started twice.
Comment 3 Patrik Kullman 2003-01-13 03:07:28 UTC
I just found the atalk-rc6 init.d file that came with netatalk-1.5.3.1, and all
that has to be done with it is to remove the "-p 4" switch to nbprgstr, and it
will work too.

Although the "timelord" app doesn't come with netatalk anymore, it can still be
in the init.d file, if TIMELORD_RUN="no" is set. Don't know how to do here.
netatalk 1.6.0 actually sets it in netatalk.conf as default to "no".

I'm feeling kind of lonely in this thread.. ;)
Comment 4 Mark Guertin 2003-01-27 19:11:49 UTC
Hi patrik 
 
We are in a freeze right now, but I will see about  getting this tested and 
into portage ~arch masked for now. 
 
Have you tested this setup much?  The last netatlk I tried had some issues, 
especially with quark files (even with the fix from the netatalk-0admins list 
on it). 
Comment 5 Patrik Kullman 2003-01-28 01:55:03 UTC
Well, the release notes tell us that the most noteworthy changes are for os x,
quark and photoshop.. ;)

I haven't tried it much, though, no.
Comment 6 Patrik Kullman 2003-03-11 07:51:11 UTC
New version again..



Netatalk 1.6.1 is a maintenance release for the 1.6 series that fixes various
issues in Netatalk:

 * Berkeley DB 4 compatibility
 * MacOS X kernel panics
 * Endless loops in afpd
 * Further bugs and build issues

There are still some known issues with CNID DIDs and the Berkeley DB system.
We hope to solve these in the next release.
Comment 7 Mark Guertin 2003-03-11 11:41:06 UTC
Hmm I'll give this a shot when I have a bit of time, that last release ran horribly 
(which is why it hasn't been comitted). 
Comment 8 Mark Guertin 2003-03-16 21:56:03 UTC
I dont have the time/ability to really test this here, will toss back to bug 
wranglers with hopes someone will do the build 
Comment 9 Patrik Kullman 2003-03-18 08:17:44 UTC
Well.. I have tested it.
WORKSFORME. ;)
Comment 10 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-03-19 03:38:10 UTC
testing 1.6.1 on ppc now...
Comment 11 John Christian Stoddart (RETIRED) gentoo-dev 2003-04-05 07:45:14 UTC
As of April 4th there is now a netatalk 1.6.2, another maintenance release for the 1.6 series fixing various small bugs and glitches.

It compiles ok for x86.

Enjoy!
Comment 12 Martin Holzer (RETIRED) gentoo-dev 2003-04-06 12:56:32 UTC
*** Bug 10584 has been marked as a duplicate of this bug. ***
Comment 13 Martin Holzer (RETIRED) gentoo-dev 2003-07-01 14:40:06 UTC
1.6.2 in cvs