input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
  9   li~h8Z!\e1h/ai~e8Z.6Ҙo     # This file is part of the sos project: https://github.com/sosreport/sos
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# version 2 of the GNU General Public License.
#
# See the LICENSE file in the source distribution for further information.

from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin


class Cifs(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
    """SMB file system information
    """
    plugin_name = 'cifs'
    profiles = ('storage', 'network', 'cifs')
    packages = ['cifs-utils']

    def setup(self):
        self.add_copy_spec([
            "/etc/request-key.d/cifs.spnego.conf",
            "/etc/request-key.d/cifs.idmap.conf",
            "/proc/keys",
            "/proc/fs/cifs/LinuxExtensionsEnabled",
            "/proc/fs/cifs/SecurityFlags",
            "/proc/fs/cifs/Stats",
            "/proc/fs/cifs/DebugData",
        ])

# vim: set et ts=4 sw=4 :
  
   355 c    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  
   355 c    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  "   lzC]q@q*bѿ594 R    
VQc           @   s   d  d l  Te   Z e   Z e j d  e e e d d d  Z e j   d Z	 e   Z
 e
 j e	 d
  e e e e
 f e e	   Z e j   e j   d S(   i(   t   *t   Onet   Twot   Threet   Aaht   Beet   Ceet   Deet   Effi    N(   R   R   R   R   R   (   t   Tkintert   Tkt   roott	   StringVart   var1t   sett
   OptionMenut   menu1t   packt   CHOICESt   var2t   applyt   tuplet   menu2t   mainloop(    (    (    s5   /usr/lib64/python2.7/Demo/tkinter/guido/optionmenu.pyt   <module>   s   
		
	
  "   lY>eJuA3pjbѿiY     # Copyright 2009-2014 Eucalyptus Systems, Inc.
#
# Redistribution and use of this software in source and binary forms,
# with or without modification, are permitted provided that the following
# conditions are met:
#
#   Redistributions of source code must retain the above copyright notice,
#   this list of conditions and the following disclaimer.
#
#   Redistributions in binary form must reproduce the above copyright
#   notice, this list of conditions and the following disclaimer in the
#   documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from requestbuilder import Arg, Mutuall