[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] in my messages log
- Subject: Re: [cobalt-users] in my messages log
- From: Gerald Waugh <gerald@xxxxxxxxx>
- Date: Mon Dec 10 14:55:45 2001
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Monday 10 December 2001 10:50, brain_damaged wrote:
> Hello,
> I found these in doing a dmesg.
> I do not run appletalk and don't ever recall them every being there before.
> but being a unix no nothing I might have never loooked before cuz i had not
> read some linux books. how do i stop or turn it off ?
>
su -
chkconfig --del atalk
chkconfig --list
to insure it is off.
ps ax | grep atalk
kill the pids
I think!
Gerald