Re: Help solving the sysadm's nightmare

2012-07-22 Thread Wojciech Puchar
Good luck with your nightmare. if i would be in his case i would first not touch it and then slowly analyze EVERYTHING that is used on that system, and ask users how exactly they use it (i mean shared folders etc). Then i will step by step fix things to proper state, waiting for complaints

Re: Help solving the sysadm's nightmare

2012-07-21 Thread Robert Bonomi
From: Wojciech Puchar woj...@wojtek.tensor.gdynia.pl Date: Thu, 19 Jul 2012 10:12:05 +0200 (CEST) Subject: Re: Help solving the sysadm's nightmare [[ sarcastic comment with no useful value removed ]] it's a mess, and ofcourse everything is critical there is no room for interruption

Re: Help solving the sysadm's nightmare

2012-07-21 Thread Erich Dollansky
, 19 Jul 2012 10:12:05 +0200 (CEST) Subject: Re: Help solving the sysadm's nightmare [[ sarcastic comment with no useful value removed ]] it's a mess, and ofcourse everything is critical there is no room for interruption of service. Now, I have no idea which processes actually

Re: Help solving the sysadm's nightmare

2012-07-21 Thread Modulok
I have inherited a problem that is no cause for envy, the previous administrators had no idea what they were doing, so problems with a permission denied would be solved by chown -R 777 /whatever! Needless to say, it's a mess, and ofcourse everything is critical there is no room for

Help solving the sysadm's nightmare

2012-07-19 Thread Erik Nørgaard
Hi: I have inherited a problem that is no cause for envy, the previous administrators had no idea what they were doing, so problems with a permission denied would be solved by chown -R 777 /whatever! Needless to say, it's a mess, and ofcourse everything is critical there is no room for

Re: Help solving the sysadm's nightmare

2012-07-19 Thread Matthew Seaman
On 19/07/2012 07:55, Erik Nørgaard wrote: So, how can I - determine if files are actually unix executables or just plain files (or windows executables)? file(1) should help. - determine which users actually need read or write access to these files? This is in most cases entirely a local

Re: Help solving the sysadm's nightmare

2012-07-19 Thread Wojciech Puchar
administrators had no idea what they were doing, so problems with a permission denied would be solved by chown -R 777 /whatever! Needless to say, great. rm -rf /whatever would be even better! it's a mess, and ofcourse everything is critical there is no room for interruption of service. Now,

Re: Help solving the sysadm's nightmare

2012-07-19 Thread Polytropon
On Thu, 19 Jul 2012 08:55:29 +0200, Erik Nørgaard wrote: Now, I have no idea which processes actually require access to those files, what privileges these processes run with and which files are actually executable or just plain files. For differentiating files' nature, use file file(s) to