[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Slow Netatalk on SE/30



On Tue, 1 Feb 2000, Darryl wrote:

> After a day's work, I've successfully loaded Debian Linux onto an 
> SE/30; hope to make it a good web and appleshare file server.  Apache 
> is up and running and so is Netatalk.  I have a little experience 
> installing and using Linux but I'm maybe an 'advanced' beginner.

It must have taken me at least a week to do that the first time:)
 
> The problem is that file transfers to and from a mounted folder are 
> extremely slow, with the SE/30 seemingly timing out.  On a two meg 
>....... 
> Here's the output from a ps ax command:
> 
>    PID TTY STAT TIME COMMAND
>      1  ?  S    0:07 init
>      2  ?  SW   0:00 (kflushd)
>      3  ?  SW<  0:01 (kswapd)
>      4  ?  SW   0:00 (md_thread)
>      5  ?  SW   0:00 (md_thread)
>      6  ?  SW   0:00 (nfsiod)
>      7  ?  SW   0:00 (nfsiod)
>      8  ?  SW   0:00 (nfsiod)
>      9  ?  SW   0:00 (nfsiod)
You dont need to be running nfs
>     18  ?  S    0:14 update
>     91  ?  S    0:03 /sbin/syslogd
>     93  ?  S    0:00 /sbin/klogd
>    100  ?  S    0:00 /sbin/kerneld
>    110  ?  S    0:04 /usr/sbin/inetd
>    113  ?  S    0:00 /usr/sbin/named
dont need named either
>    121  ?  S    0:00 /usr/sbin/ypbind -broadcast
>    123  ?  S    0:00 /usr/sbin/ypbind -broadcast
>    124  ?  S    0:00 /usr/sbin/ypbind -broadcast
>    125  ?  S    0:00 /usr/sbin/ypbind -broadcast
or yp
>    145  ?  S    0:02 /usr/sbin/atalkd
>    149  ?  S    0:02 /usr/sbin/afpd -e -n se30
>    151  ?  S    0:00 /usr/sbin/papd
>    156  ?  S    0:00 proftpd (accepting connections)
>    162  ?  S    0:00 /usr/sbin/cron
>    167  ?  S    0:01 /usr/sbin/apache
>    179   1 S    0:05 -bash
>    180   2 S    0:00 /sbin/getty 38400 tty2
>    181   3 S    0:00 /sbin/getty 38400 tty3
>    182   4 S    0:00 /sbin/getty 38400 tty4
>    183   5 S    0:00 /sbin/getty 38400 tty5
>    184   6 S    0:00 /sbin/getty 38400 tty6
taking some of these gettys's out will save some resources
>    209   1 R    0:01 ps ax
>    108  ?  S    0:01 /sbin/portmap
portmap is part of nfs, you dont need that
>    159  ?  S    0:00 /usr/sbin/atd
>    171  ?  S    0:00 /usr/sbin/apache
>    172  ?  S    0:00 /usr/sbin/apache
>    173  ?  S    0:00 /usr/sbin/apache
>    174  ?  S    0:00 /usr/sbin/apache
>    175  ?  S    0:00 /usr/sbin/apache
>    202  ?  S    0:22 /usr/sbin/afpd -e -n se30

id take all of those out of init, i dont know if it will fix your problem
but it cant hurt.

I forget if debian has an init program but you should have chkconfig.

Justin


Reply to: