9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] killing processes
@ 2005-09-15 15:38 Fco. J. Ballesteros
  2005-09-15 15:46 ` Ronald G Minnich
  2005-09-15 15:54 ` Lucio De Re
  0 siblings, 2 replies; 70+ messages in thread
From: Fco. J. Ballesteros @ 2005-09-15 15:38 UTC (permalink / raw)
  To: 9fans

Well, we use a separate CPU server to provide web,mail,dhcp, etc.,
and try to keep the file server undisturbed. I wouldn't call this `obsolete',
we no longer have file server blockouts when spammers find a way to
really overload our smtpd/httpd.

:  Until now, I
:  had considered the Fossil host as strictly out of bounds for
:  computation.  But _that_ is obsolete thinking, my approach ought to be
:  to enhance its resources as far as possible.



^ permalink raw reply	[flat|nested] 70+ messages in thread
* Re: [9fans] killing processes
@ 2005-09-16  1:53 YAMANASHI Takeshi
  2005-09-16  5:30 ` Dave Eckhardt
  0 siblings, 1 reply; 70+ messages in thread
From: YAMANASHI Takeshi @ 2005-09-16  1:53 UTC (permalink / raw)
  To: 9fans

> Ok, I'll ask this question which I've been meaning
> to look into:  what is the easiest/cleanest way to
> restrict logins to our file server to certain people
> (to avoid, say, it running out of swap) while allowing
> everybody to log into our CPU server?

Split the authentication domain into two.
One for ordinary users in which "our CPU server" and
the file server (fossil processes) runs, and the other
in which the file server (the box itself) boots and runs.

my memo:
	http://p9c.cc.titech.ac.jp/plan9/secp9.html#secventi

Hope this helps.
-- 




^ permalink raw reply	[flat|nested] 70+ messages in thread
* Re: [9fans] killing processes
@ 2005-09-15 15:52 Fco. J. Ballesteros
  0 siblings, 0 replies; 70+ messages in thread
From: Fco. J. Ballesteros @ 2005-09-15 15:52 UTC (permalink / raw)
  To: 9fans

I understood that on terminals you want more memory for
images and the like; On CPUs it seems they wanted more
memory for user processes (more users, more processes).



^ permalink raw reply	[flat|nested] 70+ messages in thread
* Re: [9fans] killing processes
@ 2005-09-15 15:04 Fco. J. Ballesteros
  2005-09-15 15:19 ` Axel Belinfante
  2005-09-15 17:06 ` andrey mirtchovski
  0 siblings, 2 replies; 70+ messages in thread
From: Fco. J. Ballesteros @ 2005-09-15 15:04 UTC (permalink / raw)
  To: 9fans

These CPU servers you use to drawterm into,
are shared with other users? Or do you own the machine?



^ permalink raw reply	[flat|nested] 70+ messages in thread
* Re: [9fans] killing processes
@ 2005-09-15 14:44 Fco. J. Ballesteros
  2005-09-15 14:55 ` andrey mirtchovski
                   ` (5 more replies)
  0 siblings, 6 replies; 70+ messages in thread
From: Fco. J. Ballesteros @ 2005-09-15 14:44 UTC (permalink / raw)
  To: 9fans

:  In that sense, the 'cpu server' is outdated nomenclature.

Yep. In Plan B we don't have CPU servers, actually. (We made an
experiment but its result was not clear). We have "permanent terminals", though.
If you own a machine, you can arrange for remote omeros to browse/exec on it.

I wonder, how many 9fans are *actually* using CPU servers?
[do not count a CPU server that runs your fossil as such, it's a file server, isn't it?]



^ permalink raw reply	[flat|nested] 70+ messages in thread
* Re: [9fans] killing processes
@ 2005-09-15 14:18 Fco. J. Ballesteros
  2005-09-15 14:35 ` Ronald G Minnich
  0 siblings, 1 reply; 70+ messages in thread
From: Fco. J. Ballesteros @ 2005-09-15 14:18 UTC (permalink / raw)
  To: 9fans

:  hmm, my irony-meter just went to max.

:-)

:  Isn't there a better solution to this problem than not letting people 
:  use a cpu server as a cpu server?

Well, we could use Kill as said here, or even
reboot the machine on saturdays 5am to make it clean,
etc.

However, the PCs have so much CPU today that they don't even
feel the need for a CPU server.

BTW, we did not actually remove the service, we simply suggested
not to use the CPU server (which, btw, is in fact their file server).



^ permalink raw reply	[flat|nested] 70+ messages in thread
* [9fans] killing processes
@ 2005-09-15 12:47 Fco. J. Ballesteros
  2005-09-15 12:50 ` Charles Forsyth
                   ` (3 more replies)
  0 siblings, 4 replies; 70+ messages in thread
From: Fco. J. Ballesteros @ 2005-09-15 12:47 UTC (permalink / raw)
  To: 9fans

We forbid them to cpu into a cpu server.
They run their own diskless terminals, which they reboot
when they are done.  You might do the same. 

:  Students leave around running processes on the
:  system. Is there a way to kill these?
:    echo kill > /proc/868/note
:  says permission denied (which makes sense as
:  I am trying to kill them logged as bootes).



^ permalink raw reply	[flat|nested] 70+ messages in thread
* [9fans] killing processes
@ 2005-09-15 11:48 ISHWAR RATTAN
  2005-09-15 12:03 ` Steve Simon
  0 siblings, 1 reply; 70+ messages in thread
From: ISHWAR RATTAN @ 2005-09-15 11:48 UTC (permalink / raw)
  To: 9fans


Students leave around running processes on the
system. Is there a way to kill these?
  echo kill > /proc/868/note
says permission denied (which makes sense as
I am trying to kill them logged as bootes).

-ishwar



^ permalink raw reply	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2005-09-27 17:05 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-15 15:38 [9fans] killing processes Fco. J. Ballesteros
2005-09-15 15:46 ` Ronald G Minnich
2005-09-15 16:21   ` Lucio De Re
2005-09-15 16:41     ` Ronald G Minnich
2005-09-15 15:54 ` Lucio De Re
  -- strict thread matches above, loose matches on Subject: below --
2005-09-16  1:53 YAMANASHI Takeshi
2005-09-16  5:30 ` Dave Eckhardt
2005-09-16  5:41   ` Russ Cox
2005-09-15 15:52 Fco. J. Ballesteros
2005-09-15 15:04 Fco. J. Ballesteros
2005-09-15 15:19 ` Axel Belinfante
2005-09-15 17:06 ` andrey mirtchovski
2005-09-15 14:44 Fco. J. Ballesteros
2005-09-15 14:55 ` andrey mirtchovski
2005-09-15 15:02   ` Gabriel Diaz
2005-09-15 15:01 ` Axel Belinfante
2005-09-15 15:07 ` Uriel
2005-09-15 15:27   ` Russ Cox
2005-09-15 15:42     ` Lucio De Re
2005-09-15 15:50       ` Ronald G Minnich
2005-09-16 21:48         ` Wes Kussmaul
2005-09-17  0:48           ` Ronald G Minnich
2005-09-20 18:16             ` Steve Simon
2005-09-15 16:05     ` Uriel
2005-09-16 12:57       ` Axel Belinfante
2005-09-16 13:05         ` Lucio De Re
2005-09-16 13:21           ` Axel Belinfante
2005-09-16 13:42             ` andrey mirtchovski
2005-09-16 14:04             ` Sape Mullender
2005-09-16 14:20               ` Russ Cox
2005-09-17  6:28                 ` Lucio De Re
2005-09-17 12:46                   ` Sape Mullender
2005-09-17 15:07                     ` Lucio De Re
2005-09-17 15:21                       ` Russ Cox
2005-09-17 16:01                         ` Lucio De Re
2005-09-18 13:02                           ` Sape Mullender
2005-09-15 16:39     ` Charles Forsyth
2005-09-15 16:53       ` Ronald G Minnich
2005-09-15 20:27         ` Charles Forsyth
2005-09-16  3:09           ` Lyndon Nerenberg
2005-09-16  3:35             ` Ronald G Minnich
2005-09-15 15:32   ` Lucio De Re
2005-09-15 15:40   ` Ronald G Minnich
2005-09-15 15:49     ` jmk
2005-09-27 17:05       ` Ronald G Minnich
2005-09-15 16:00     ` Steve Simon
2005-09-16  2:17     ` Kenji Okamoto
2005-09-15 15:24 ` Lucio De Re
2005-09-15 15:44   ` Ronald G Minnich
2005-09-15 15:49 ` Brantley Coile
2005-09-15 19:13 ` Skip Tavakkolian
2005-09-15 14:18 Fco. J. Ballesteros
2005-09-15 14:35 ` Ronald G Minnich
2005-09-15 12:47 Fco. J. Ballesteros
2005-09-15 12:50 ` Charles Forsyth
2005-09-15 14:03 ` Ronald G Minnich
2005-09-15 17:31 ` ISHWAR RATTAN
2005-09-15 19:55   ` ISHWAR RATTAN
2005-09-15 20:09     ` Uriel
2005-09-15 18:28 ` Dave Eckhardt
2005-09-15 18:57   ` Russ Cox
2005-09-16  5:20     ` Dave Eckhardt
2005-09-16  6:40       ` Charles Forsyth
2005-09-16 13:34         ` erik quanstrom
2005-09-16 13:47           ` Uriel
2005-09-19  3:00             ` Bruce Ellis
2005-09-16 16:14         ` Dave Eckhardt
2005-09-15 11:48 ISHWAR RATTAN
2005-09-15 12:03 ` Steve Simon
2005-09-15 18:33   ` Enache Adrian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).