Can I find which script outputs which error?
        Posted  
        
            by 
                ibrahim
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by ibrahim
        
        
        
        Published on 2012-09-04T09:31:55Z
        Indexed on 
            2012/09/04
            9:39 UTC
        
        
        Read the original article
        Hit count: 498
        
There is a script which calls other scripts and they call others... I don't know exactly which scripts are called and how many of them. I only know that some of them are adding iptables rules and I get this error when I call root script.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
My problem is that I can not find which script outputs this errors. Is there any way or tool to learn that?
© Server Fault or respective owner