Results 1 to 5 of 5

Thread: NetATalk Not Working in Lucid

  1. #1
    Join Date
    Jan 2009
    Beans
    34
    Distro
    Ubuntu 10.04 Lucid Lynx

    NetATalk Not Working in Lucid

    Hello, all!

    I have been using netatalk to use my old LaserWriter PS 4/600 with Kubuntu.

    Everything was fine until I upgraded to Lucid.

    Now, when I go to restart netatalk, I get

    Code:
    user@machine:~$ sudo /etc/init.d/netatalk restart
    Restarting Netatalk Daemons (this will take a while)Stopping Netatalk Daemons: afpd cnid_metad papd timelord atalkd.
    ..Starting Netatalk services (this will take a while):  afpd.
    done.
    user@machine:~$
    and the process takes about 2 seconds, instead of the ~5 minutes it took under Karmic.

    Finally, when I go to do an nbplkup, I get nothing:

    Code:
    user@machine:~$ nbplkup
    nbp_lookup: Cannot assign requested address
    user@machine:~$
    I tried uninstalling and reinstalling netatalk, but the same thing happens. Can anyone help?

  2. #2
    Join Date
    Jul 2010
    Beans
    1

    Re: NetATalk Not Working in Lucid

    Hello jrolland

    I had a similar issue with regular Ubuntu 10.04. I got instructions on another Mac related issue that talked about /etc/default/netatalk.

    Change the /etc/default/netatalk file from
    Code:
    # Set which daemons to run (papd is dependent upon atalkd):
    ATALKD_RUN=no
    PAPD_RUN=no
    to

    Code:
    # Set which daemons to run (papd is dependent upon atalkd):
    ATALKD_RUN=yes
    PAPD_RUN=yes
    Then execute

    Code:
    sudo /etc/init.d/netatalk restart
    See if that solves your issue. If it does not, then you have exhausted the limit of my knowledge on netatalk and will have to seek help from a different person.

    Regards

  3. #3
    Join Date
    Jan 2009
    Beans
    34
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: NetATalk Not Working in Lucid

    radag87,

    That worked! Thank you so much!

    (Sorry I didn't reply earlier. I thought I had set my preferences to have me emailed when there was a reply to this topic, but I evidently didn't have my preferences set that way.)

    I will mark this thread as "Solved".

  4. #4
    Join Date
    Sep 2007
    Location
    London
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: NetATalk Not Working in Lucid

    This is exactly what I need to do as I'm having the same problems but I am pretty inexperianced with this. How do I do this part:

    Quote Originally Posted by radag87 View Post
    Change the /etc/default/netatalk file from
    Code:
    # Set which daemons to run (papd is dependent upon atalkd):
    ATALKD_RUN=no
    PAPD_RUN=no
    to

    Code:
    # Set which daemons to run (papd is dependent upon atalkd):
    ATALKD_RUN=yes
    PAPD_RUN=yes
    Any help will be much appreicated!

  5. #5
    Join Date
    Apr 2007
    Beans
    62
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: NetATalk Not Working in Lucid

    Code:
    sudo gedit /etc/default/netatalk
    Should allow you to edit the file.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •