limiting the number of simultaneous sessions

2005-11-10 Thread shlomo solomon
Is is possible to limit the number of simultaneous sessions on a per-user basis? I was askedthis question at work (about UNIX, but I assume the answer would be similar). I GOOGLEd and didn't find anything, but logically, I would think it shouldn't be too big a problem to add a script to the login

Singularity

2005-11-10 Thread Danny Lieberman
Microsoft is developing a new O/S in c#- looks like they reincarnated IBM VM in a 2005 version Quoting: The Singularity project http://research.microsoft.com/os/singularity contains new languages and tools, and a whole new architecture and operating system design. Singularity is built around

Re: limiting the number of simultaneous sessions

2005-11-10 Thread Nadav Har'El
On Thu, Nov 10, 2005, shlomo solomon wrote about limiting the number of simultaneous sessions: Is is possible to limit the number of simultaneous sessions on a per-user basis? I was asked this question at work (about UNIX, but I assume the The short answer is probably no - there is no way to

Re: limiting the number of simultaneous sessions

2005-11-10 Thread Oded Arbel
On Thursday 10 November 2005 10:41, shlomo solomon wrote: Is is possible to limit the number of simultaneous sessions on a per-user basis? I was asked this question at work (about UNIX, but I assume the answer would be similar). I GOOGLEd and didn't find anything, but logically, I would think

Re: Singularity

2005-11-10 Thread Oded Arbel
On Wednesday 09 November 2005 22:48, Danny Lieberman wrote: Microsoft is developing a new O/S in c#- looks like they reincarnated IBM VM in a 2005 version sarcasmSurprisingly enough/sarcasm, Microsoft does a lot of operating system research. Part of that research is of course thinking up new

Re: [hackers-il] Need Personal Loans so I can Collect Online Donations

2005-11-10 Thread Oleg Goldshmidt
Shlomi Fish [EMAIL PROTECTED] writes: Have you considered switching to SpamAssassin, SpamBayes, bogofilter or whatever? I'm using SpamAssassin, with some custom tweaks of the scores, etc. and I'm very happy with it. Those are activated upstream from me. I filter what get through. Yes, but

Re: Singularity

2005-11-10 Thread Gilboa Davara
On Wed, 2005-11-09 at 22:48 +0200, Danny Lieberman wrote: Microsoft is developing a new O/S in c#- looks like they reincarnated IBM VM in a 2005 version Quoting: The Singularity project http://research.microsoft.com/os/singularity contains new languages and tools, and a whole new

need a tool to analyze FS

2005-11-10 Thread Michael Green
I'm looking for a tool that can: 1. Tell me files size distribution on a given filesystem 2. Access patterns (how often small files are accessed vs. big files) over certain period of time. anyone? -- Warm regards, Michael Green To

Re: need a tool to analyze FS

2005-11-10 Thread Omer Zak
On Thu, 2005-11-10 at 15:00 +0200, Michael Green wrote: I'm looking for a tool that can: 1. Tell me files size distribution on a given filesystem 2. Access patterns (how often small files are accessed vs. big files) over certain period of time. I do not know about such a tool. To write a

Re: need a tool to analyze FS

2005-11-10 Thread Nadav Har'El
On Thu, Nov 10, 2005, Omer Zak wrote about Re: need a tool to analyze FS: Assuming that it is not possible or feasible to have an entity which logs all file open calls in the OS (is there such a mechanism in Linux?), you would need to run the tool each second, minute or hour or whatever

Re: Singularity

2005-11-10 Thread Diego Iastrubni
Gilboa Davara wrote: They are talking about code isolation and preventing code manipulation, while their framework devision has designed the hideous .NET framework that forces people to dynamically generate code just to read raw (?!?!) TCP (!!!) traffic. (The application devs around me use it

Re: Singularity

2005-11-10 Thread Gilboa Davara
On Thu, 2005-11-10 at 18:45 +0200, Diego Iastrubni wrote: Gilboa Davara wrote: They are talking about code isolation and preventing code manipulation, while their framework devision has designed the hideous .NET framework that forces people to dynamically generate code just to read raw

Re: Singularity

2005-11-10 Thread Diego Iastrubni
Gilboa Davara wrote: On Thu, 2005-11-10 at 18:45 +0200, Diego Iastrubni wrote: Gilboa Davara wrote: They are talking about code isolation and preventing code manipulation, while their framework devision has designed the hideous .NET framework that forces people to dynamically

Does this look like a hardware problem?

2005-11-10 Thread Shlomo Solomon
The subject says it all. For the past 2 days I've been losing my ADSL connection and here's what I see in /var/log/syslog. Nov 10 20:10:23 shlomo1 kernel: eth1: -- ERROR -- Nov 10 20:10:23 shlomo1 kernel: Class: [EMAIL PROTECTED] Nov 10 20:10:23 shlomo1 kernel: Nr: 0x25e Nov

Re: Does this look like a hardware problem?

2005-11-10 Thread Hetz Ben Hamo
Yes, it seems like hardware failure. I suggest replacing your card with something else and see if this goes away (it will probably will). Thanks, Hetz On 11/10/05, Shlomo Solomon [EMAIL PROTECTED] wrote: The subject says it all. For the past 2 days I've been losing my ADSL connection and

Re: making a function for a series of files

2005-11-10 Thread Beni Cherniavsky
On 04-11-2005, Aaron wrote: Hi all, I have a pthon script with a function in it that I have used for renaming single files. I now want to do it on a series of files. the main program that uses the function is: #-- # M a i n P r o g r a m

[JOB OFFER]: Still looking for Linux programmers...

2005-11-10 Thread Horizon Semi
--0-389387288-1131660548=:70857 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi All, Horizon is growing rapidly, and we're looking for Linux programmers. Our job descriptions can be found at: http://www.horizonsemi.com Please pass this email to all your

Re: limiting the number of simultaneous sessions

2005-11-10 Thread Oded Arbel
On Thursday 10 November 2005 10:41, shlomo solomon wrote: Is is possible to limit the number of simultaneous sessions on a per-user basis? I was asked this question at work (about UNIX, but I assume the answer would be similar). I GOOGLEd and didn't find anything, but logically, I would think

Re: need a tool to analyze FS

2005-11-10 Thread Amos Shapira
On 11/11/05, Omer Zak [EMAIL PROTECTED] wrote: Assuming that it is not possible or feasible to have an entity which logs all file open calls in the OS (is there such a mechanism in Linux?), you would need to run the tool each second, minute or hour or A bit out of date (over two years since

Re: need a tool to analyze FS

2005-11-10 Thread Omer Zak
On Fri, 2005-11-11 at 11:34 +1100, Amos Shapira wrote: On 11/11/05, Omer Zak [EMAIL PROTECTED] wrote: Assuming that it is not possible or feasible to have an entity which logs all file open calls in the OS (is there such a mechanism in Linux?), you would need to run the tool each second,

Re: need a tool to analyze FS

2005-11-10 Thread Amos Shapira
On 11/11/05, Omer Zak [EMAIL PROTECTED] wrote: But how much effort will be needed to make it work with current kernels? Why But? What does this antagonism serve anyone? --Amos To unsubscribe, send mail to [EMAIL PROTECTED] with

Re: Singularity

2005-11-10 Thread Gábor Szabó
On 11/10/05, Diego Iastrubni [EMAIL PROTECTED] wrote: Gilboa Davara wrote: On Thu, 2005-11-10 at 18:45 +0200, Diego Iastrubni wrote: Didnt you ever program a TCP/IP application in perl...? ;-) Well, lets say Python, since you can store the compiled binary... I wrote maybe