Re: Why I can't trace linux process's childs with truss?

2010-09-11 Thread Yuri
On 09/10/2010 16:55, Alexander Kabaev wrote: You are. ptrace is supported by linuxulator for a while now. The originator problem is likely because he is trying truss, which is not Linux-aware. ktrace/linux_kdump combo should work. I tried this: ktrace -d /usr/local/share/skype/skype Resulti

Re: How to disallow logout

2010-09-11 Thread Peter Pentchev
On Fri, Sep 10, 2010 at 10:30:35PM -0400, jhell wrote: > On 09/10/2010 22:21, jhell wrote: > > On 09/09/2010 23:27, Aryeh Friedman wrote: > >> I have a directory that must not exist on logout and rm -rf is not > >> sufficent to do it because the contents need to be processed by our > >> version con

Re: Why I can't trace linux process's childs with truss?

2010-09-11 Thread Kostik Belousov
On Sat, Sep 11, 2010 at 02:11:17AM -0700, Yuri wrote: > On 09/10/2010 16:55, Alexander Kabaev wrote: > >You are. ptrace is supported by linuxulator for a while now. The > >originator problem is likely because he is trying truss, which is not > >Linux-aware. ktrace/linux_kdump combo should work. > >

Re: How to disallow logout

2010-09-11 Thread jhell
On 09/11/2010 05:07, Peter Pentchev wrote: > > ...but, of course, that's only until people learn that they can > bypass this by something like 'kill -FPE $$'. > Have you tried that ? If the person/developer is looking into it that far where they need to subvert the logout process then there is

Re: How to disallow logout

2010-09-11 Thread Aryeh Friedman
> > Firstly this just sounds like a case where the admin needs to provide a > equally sound and safe way of making sure everything is cleaned up on > logout and is offering a global way of doing it so the developer will > not forget. In this case the admin and developer are the same person... name

Re: How to disallow logout

2010-09-11 Thread Aryeh Friedman
On Sat, Sep 11, 2010 at 7:07 AM, Aryeh Friedman wrote: >> >> Firstly this just sounds like a case where the admin needs to provide a >> equally sound and safe way of making sure everything is cleaned up on >> logout and is offering a global way of doing it so the developer will >> not forget. > >

Re: How to disallow logout

2010-09-11 Thread jhell
On 09/11/2010 07:13, Aryeh Friedman wrote: > On Sat, Sep 11, 2010 at 7:07 AM, Aryeh Friedman > wrote: >>> >>> Firstly this just sounds like a case where the admin needs to provide a >>> equally sound and safe way of making sure everything is cleaned up on >>> logout and is offering a global way of

Re: How to disallow logout

2010-09-11 Thread Oliver Fromme
Aryeh Friedman wrote: > In this case the admin and developer are the same person... namely at > the clients request I am the only person allowed to work on the > project and I just want to make it so I can't accidently do something > like control-d or something like that and leave a plain text

Re: How to disallow logout

2010-09-11 Thread Aryeh Friedman
I would prefer to have the plain text around after a power failure because it could be several days of work and as I said the only reason for all this is to make the client comfortable and not that I do not trust the team (I do trust them) On Sat, Sep 11, 2010 at 11:10 AM, Oliver Fromme wrote: >

Re: How to disallow logout

2010-09-11 Thread Joshua Isom
On 9/11/2010 10:18 AM, Aryeh Friedman wrote: ys of work and as I said the only reason for all this is to make the client comfortable and not that I do not trust the team (I do trust them) Write a script that gets executed in the background once you log in that will periodically check to make s

Re: How to disallow logout

2010-09-11 Thread Aryeh Friedman
For reasons explained in an earlier reply this is a very *BAD* idea due to how devel/aegis is structured On Sat, Sep 11, 2010 at 12:32 PM, Joshua Isom wrote: > On 9/11/2010 10:18 AM, Aryeh Friedman wrote: >> >> ys of work and as I said the only reason >> for all this is to make the client comfort

Re: How to disallow logout

2010-09-11 Thread perryh
Aryeh Friedman wrote: > I would prefer to have the plain text around after a power failure > because it could be several days of work ... Ideally there should be _some_ mechanism for committing unfinished work to a (probably encrypted) repository on, at least, a daily basis. The more I see of t

Re: How to disallow logout

2010-09-11 Thread Aryeh Friedman
Since we have been using aegis for years and know it like the back of our hand I don't want to learn a new tool... but I think your right I am going to forward/cross post this entire thread to the aegis mailing list. On Sat, Sep 11, 2010 at 7:11 PM, wrote: > Aryeh Friedman wrote: > >> I would p