
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Re: Suse blues-progress?
On Mon, 8 Mar 2004 11:10:29 +0900, paul arenson
<paul@example.com> wrote:
> On Monday 08 March 2004 05:11, Tobias Diedrich wrote:
>> ps -efa | grep [c]annaserver
>
>
>
> Do I enter
> ps -efa | grep [c]annaserver in Konsole?
>
> I get
>
> arenson@example.com:~> ps -efa | grep [c]annaserver
> wnn 1933 1 0 10:20 ? 00:00:00 /usr/sbin/cannaserver -u
> wnn
> -r /var/lib/canna
>
> Sorry, not sure how to do the things you mention....
>
try:
> If it does not work as root try
> "strace -econnect cannastat"
$ su
Password: [you will need to enter the root password at this prompt and
enter]
[root@example.com]# strace -econnect cannastat
[root@example.com]# lsof -n -p 1933
or
[root@example.com]# /usr/sbin/lsof -n -p 1933
1933 is the pid of your canna process as listed above from ps...
--
Shawn
Happily using M2, Opera's revolutionary e-mail client:
http://www.opera.com/m2/
Home |
Main Index |
Thread Index