Jump to content

Search the Community

Showing results for 'snap'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Third Party Apps
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. I've implemented SSL on Emby, my server runs Ubuntu, but it should be similar for Windows, and automated the generation of the PFX file. I must hasten, I had a lot of help from the Let Encrypt community, MikeMcQ in particular, but here's how to do it. Use the snap install, you have more options, which, as you'll see is important. Watch out for typos, I typed a - instead of a _ Once it was pointed out it all worked perfectly. You can cheat, which is what I did, I installed certbot using the script from the post "SSL made Easy", which got me working with SSL, I then removed the installed certbot and installed the snap version, as that has the "post_hook" option we need. See here https://certbot.eff.org/instructions?ws=other&os=ubuntufocal The problem is certbot will auto-renew, but it won't create the .PFX file, you need it to do that afterwards for emby The command in ubuntu to to this is openssl pkcs12 -export -out pkcs12.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -passin pass:******* -passout pass:****** Check the file names, mine are the default for Ubuntu. I don't know what they are for Windows This generates the pkcs12.pfx file But Emby can't see it in Ubuntu, so you need to change the owner using chown emby:root pkcs12.pfx I created a script file, remember to flag it as executable, called convert-to-pfs.sh literally just this openssl pkcs12 -export -out pkcs12.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -passin pass:***** -passout pass:***** chown emby:root pkcs12.pfx I put it in the /etc/letsencrypt/live/Yourdomain I should move it, it's not good practice, but I didn't want any path problems Once certbot is installed, it creates a conf file in /etc/letsencrypt/live/Yourdomain, called yourdomain.conf in the renewals section it will say something like # Options used in the renewal process [renewalparams] account = ********* authenticator = standalone server = https://acme-v02.api.letsencrypt.org/directory You need to add the line post_hook = /etc/letsencrypt/live/your domain/convert-to-pfs.sh You can do this with the reconfigure command, but you can cut and paste from this post. Remember to change the path. That will then call the conversion AFTER the certificate has been renewed. Hey presto you have the pfx file updated To test use certbot renew --dry-run --run-deploy-hooks This will not renew the certificates, but will call the script. Just make sure you've renamed the original pfx file so you can see the date and time changes. If you get "certbot: error: unrecognized arguments: --run-deploy-hooks", you're not using the snap version of certbot. Apart from that, that's it Have fun juju
  2. danny19901

    Emby Theater Windows

    I just found something odd with emby theatre unsure why but it seems on windows 11 anyway it doesn't detect the program so it can't be used with snap grids and if dragged to the top it doesnt fullscreen also resizing of the window I can only do it near the close, fullscreen and minimize on top right anywhere else at the top won't let me resize it. reason I mention this is if i'm watching something or listening the now playing bar gets hidden under the taskbar unless it's fullscreen
  3. Nitro_Zeus

    File Permissions Guide for New Linux Users

    @thefirstofthe300 I have spinned up a PC with Ubuntu 22.04 and when I want to upload my certificate, i can only see some /snap, etc. storage locations. i cant even see documents, downloads etc. how do I give emby the right to look at my documents and second hard drive
  4. KLF&TLF

    UPdate to 4.8.1.0 on MacOS

    Sorry for the late reply. The problem with taking an image is you get a little stuck depending on how you do it. So I have taken one from the home screen which shows what I am talking about being the favourites option, the 3 little dots, play button etc but if you go to upcoming thats all missing. So as I said I found the missing episodes stuff but there has got to be a global way to turn that on and save it? If so where is that option. Have also included a snap shot of my favourites screen which has lost everything that was marked as a favourite. These 3 images also show the sidebar is reduced to small but it still takes up to much real estate. Any suggestions are welcome but I am fast losing hope.
  5. exanime

    PI Hardware Requirements

    Hi Luke, Maybe clunky wasn't the right word, the interface looked like it normally does which is fine but as I scrolled or selected categories, it seemed to stutter (as if it was redrawing visibly slow). This was not a problem was playback of anything actually started. In case it helps anyone, I created a new microsd card with full Ubuntu (for Raspberry Pi of course), updated everything and installed emby-theater from the downloads (not snap). It still failed first saying it needed libXss.so.1 It took me more than I care to admit to realize the package needed was just libxss1 (no capital X)... once installed, emby-theater seems just fine. I will place this on my most used-for-casual-situations TV (i.e. the one in the kitchen) and see how it goes but it's looking good so far
  6. [root@localhost ~]# find / -name *.txt find: ‘/proc/13311’: 没有那个文件或目录 find: ‘/proc/13320’: 没有那个文件或目录 /etc/pki/nssdb/pkcs11.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Babel-2.8.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Babel-2.8.0.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Babel-2.8.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Babel-2.8.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Jinja2-3.0.3.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Jinja2-3.0.3.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Jinja2-3.0.3.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/Jinja2-3.0.3.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/MarkupSafe-2.0.1.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/MarkupSafe-2.0.1.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/PyJWT-2.3.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/PyJWT-2.3.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/PyJWT-2.3.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/attrs-21.2.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/attrs-21.2.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/attrs-21.2.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/certifi-2020.6.20.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/certifi-2020.6.20.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/chardet-4.0.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/chardet-4.0.0.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/chardet-4.0.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/cloud_init-23.3.3.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/cloud_init-23.3.3.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/cloud_init-23.3.3.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/cloud_init-23.3.3.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/configobj-5.0.6.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/configobj-5.0.6.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/configobj-5.0.6.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/cryptography-3.4.8.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/cryptography-3.4.8.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/cryptography-3.4.8.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/dbus_python-1.2.18.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/dbus_python-1.2.18.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/idna-3.3.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/idna-3.3.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/importlib_metadata-4.6.4.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/importlib_metadata-4.6.4.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/importlib_metadata-4.6.4.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonpatch-1.32.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonpatch-1.32.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonpatch-1.32.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonpointer-2.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonpointer-2.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonschema-3.2.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonschema-3.2.0.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonschema-3.2.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/jsonschema-3.2.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/more_itertools-8.10.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/more_itertools-8.10.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/netifaces-0.11.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/netifaces-0.11.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/oauthlib-3.2.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/oauthlib-3.2.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/oauthlib-3.2.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/probert-0.0.18.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/probert-0.0.18.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/probert-0.0.18.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyrsistent-0.18.1.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyrsistent-0.18.1.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyserial-3.5.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyserial-3.5.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyserial-3.5.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyserial-3.5.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pytz-2022.1.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pytz-2022.1.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyudev-0.22.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyudev-0.22.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/pyudev-0.22.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/requests-2.25.1.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/requests-2.25.1.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/requests-2.25.1.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/requests_unixsocket-0.2.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/requests_unixsocket-0.2.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/requests_unixsocket-0.2.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/setuptools-59.6.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/setuptools-59.6.0.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/setuptools-59.6.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/six-1.16.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/six-1.16.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/urllib3-1.26.5.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/urllib3-1.26.5.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/urllib3-1.26.5.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/urwid-2.1.2.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/urwid-2.1.2.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/zipp-1.0.0.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/zipp-1.0.0.egg-info/requires.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3/dist-packages/zipp-1.0.0.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3.10/LICENSE.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3.10/lib2to3/Grammar.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3.10/lib2to3/PatternGrammar.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3.11/lib2to3/Grammar.txt /var/lib/snapd/snap/core22/1122/usr/lib/python3.11/lib2to3/PatternGrammar.txt /var/lib/snapd/snap/core22/1122/usr/share/subiquity/subiquity-0.0.5.egg-info/dependency_links.txt /var/lib/snapd/snap/core22/1122/usr/share/subiquity/subiquity-0.0.5.egg-info/entry_points.txt /var/lib/snapd/snap/core22/1122/usr/share/subiquity/subiquity-0.0.5.egg-info/top_level.txt /var/lib/snapd/snap/core22/1122/usr/share/vim/vim82/doc/help.txt /var/lib/snapd/snap/emby-server/18/licenses/dotnet/LICENSE.txt /var/lib/snapd/snap/emby-server/18/licenses/dotnet/ThirdPartyNotices.txt /var/lib/snapd/snap/emby-server/18/licenses/liblept/leptonica-license.txt /var/lib/snapd/snap/emby-server/18/licenses/tsduck/LICENSE.txt /var/lib/snapd/snap/emby-server/18/system/dashboard-ui/robots.txt /var/cache/yum/x86_64/7/base/mirrorlist.txt /var/cache/yum/x86_64/7/timedhosts.txt /var/cache/yum/x86_64/7/extras/mirrorlist.txt /var/cache/yum/x86_64/7/updates/mirrorlist.txt /usr/lib/firmware/TDA7706_OM_v2.5.1_boot.txt /usr/lib/firmware/TDA7706_OM_v3.0.2_boot.txt /usr/lib/firmware/ar3k/1020200/RamPatch.txt /usr/lib/firmware/ar3k/1020201/RamPatch.txt /usr/lib/firmware/ar3k/30000/RamPatch.txt /usr/lib/firmware/ar3k/30101/RamPatch.txt /usr/lib/firmware/ar3k/30101coex/RamPatch.txt /usr/lib/firmware/brcm/brcmfmac4330-sdio.Prowise-PT301.txt /usr/lib/firmware/brcm/brcmfmac43340-sdio.meegopad-t08.txt /usr/lib/firmware/brcm/brcmfmac4356-pcie.gpd-win-pocket.txt /usr/lib/firmware/brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt /usr/lib/firmware/brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt /usr/lib/firmware/brcm/brcmfmac43362-sdio.lemaker,bananapro.txt /usr/lib/firmware/brcm/brcmfmac43430-sdio.AP6212.txt /usr/lib/firmware/brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt /usr/lib/firmware/brcm/brcmfmac43430-sdio.MUR1DX.txt /usr/lib/firmware/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt /usr/lib/firmware/brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt /usr/lib/firmware/brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt /usr/lib/firmware/brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt /usr/lib/firmware/cxgb4/configs/t4-config-default.txt /usr/lib/firmware/cxgb4/configs/t5-config-default.txt /usr/lib/firmware/cxgb4/configs/t5-config-hashfilter.txt /usr/lib/firmware/cxgb4/configs/t6-config-default.txt /usr/lib/firmware/cxgb4/configs/t6-config-hashfilter.txt /usr/lib/firmware/cxgb4/t4-config.txt /usr/lib/firmware/cxgb4/t5-config.txt /usr/lib/firmware/cxgb4/t6-config.txt /usr/lib/firmware/ivtv-firmware-license-end-user.txt /usr/lib/firmware/ivtv-firmware-license-oemihvisv.txt /usr/lib/python2.7/site-packages/decorator-3.4.0-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/decorator-3.4.0-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/decorator-3.4.0-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/pyudev-0.15-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/pyudev-0.15-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/pyudev-0.15-py2.7.egg-info/top_level.txt /usr/lib64/python2.7/idlelib/CREDITS.txt /usr/lib64/python2.7/idlelib/TODO.txt /usr/lib64/python2.7/idlelib/HISTORY.txt /usr/lib64/python2.7/idlelib/help.txt /usr/lib64/python2.7/idlelib/extend.txt /usr/lib64/python2.7/idlelib/NEWS.txt /usr/lib64/python2.7/idlelib/README.txt /usr/lib64/python2.7/lib2to3/Grammar.txt /usr/lib64/python2.7/lib2to3/PatternGrammar.txt /usr/lib64/python2.7/site-packages/pyliblzma-0.5.3-py2.7.egg-info/SOURCES.txt /usr/lib64/python2.7/site-packages/pyliblzma-0.5.3-py2.7.egg-info/dependency_links.txt /usr/lib64/python2.7/site-packages/pyliblzma-0.5.3-py2.7.egg-info/top_level.txt /usr/lib64/python2.7/site-packages/pyxattr-0.5.1-py2.7.egg-info/SOURCES.txt /usr/lib64/python2.7/site-packages/pyxattr-0.5.1-py2.7.egg-info/dependency_links.txt /usr/lib64/python2.7/site-packages/pyxattr-0.5.1-py2.7.egg-info/top_level.txt /usr/share/doc/glibc-2.17/rtld-debugger-interface.txt /usr/share/doc/perl-File-Temp-0.23.01/misc/results.txt /usr/share/doc/zip-3.0/algorith.txt /usr/share/doc/boost-system-1.53.0/LICENSE_1_0.txt /usr/share/doc/slang-2.2.4/changes.txt /usr/share/doc/slang-2.2.4/grammar.txt /usr/share/doc/slang-2.2.4/slang.txt /usr/share/doc/slang-2.2.4/slangfun.txt /usr/share/doc/boost-thread-1.53.0/LICENSE_1_0.txt /usr/share/doc/perl-Test-Harness-3.28/examples/test_urls.txt /usr/share/doc/libdwarf-20130207/LGPL.txt /usr/share/doc/libpng-1.5.13/libpng-manual.txt /usr/share/doc/linux-firmware-20200421/LICENCE.ralink-firmware.txt /usr/share/doc/linux-firmware-20200421/LICENCE.rtlwifi_firmware.txt /usr/share/doc/linux-firmware-20200421/LICENCE.tda7706-firmware.txt /usr/share/doc/boost-date-time-1.53.0/LICENSE_1_0.txt /usr/share/doc/python-decorator-3.4.0/README.txt /usr/share/doc/pam-1.1.8/Linux-PAM_SAG.txt /usr/share/doc/pam-1.1.8/rfc86.0.txt /usr/share/doc/python-configobj-4.7.2/configobj.txt /usr/share/doc/python-configobj-4.7.2/validate.txt /usr/share/doc/alsa-lib-1.1.8/asoundrc.txt /usr/share/doc/libuser-0.60/attributes.txt /usr/share/doc/libuser-0.60/rfc2307.txt /usr/share/doc/gnupg2-2.0.22/examples/trustlist.txt /usr/share/doc/util-linux-2.23.2/deprecated.txt /usr/share/doc/util-linux-2.23.2/sfdisk.txt /usr/share/doc/initscripts-9.49.53/sysconfig.txt /usr/share/doc/dhcp-common-4.2.5/References.txt /usr/share/doc/wpa_supplicant-2.6/eap_testing.txt /usr/share/doc/wpa_supplicant-2.6/todo.txt /usr/share/doc/git-1.8.3.1/git-diff.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.1.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.1.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.2.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.2.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.2.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.2.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.2.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.0.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.4.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.1.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.1.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.1.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.1.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.1.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.1.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.2.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.2.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.8.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.2.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.9.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.2.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.2.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.6.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.6.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.6.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.8.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.8.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.9.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.0.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.1.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.1.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.1.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.1.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.5.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.10.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.5.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.10.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.5.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.10.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.5.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.10.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.5.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.10.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.5.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.10.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.6.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.6.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.6.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.6.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.6.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.6.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.5.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.11.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.0.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.12.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.0.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.12.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.0.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.12.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.0.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.12.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.0.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.12.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.0.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.2.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.0.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.2.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.1.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.2.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.1.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.2.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.3.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.2.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.3.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.3.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.3.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.3.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.3.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.3.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.4.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.3.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.4.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.3.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.4.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.6.4.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.4.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.4.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.4.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.4.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.4.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.5.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.5.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.5.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.5.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.6.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.6.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.6.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.6.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.6.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.6.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.8.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.8.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.8.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.8.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.8.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.8.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.8.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.7.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.7.9.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.0.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.0.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.0.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.0.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.1.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.1.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.1.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.1.4.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.1.5.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.1.6.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.2.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.2.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.2.3.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.2.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.3.1.txt /usr/share/doc/git-1.8.3.1/RelNotes/1.8.3.txt /usr/share/doc/git-1.8.3.1/blame-options.txt /usr/share/doc/git-1.8.3.1/cmds-ancillaryinterrogators.txt /usr/share/doc/git-1.8.3.1/git-check-ignore.txt /usr/share/doc/git-1.8.3.1/git-fsck.txt /usr/share/doc/git-1.8.3.1/cmds-ancillarymanipulators.txt /usr/share/doc/git-1.8.3.1/git-clean.txt /usr/share/doc/git-1.8.3.1/cmds-foreignscminterface.txt /usr/share/doc/git-1.8.3.1/git-checkout-index.txt /usr/share/doc/git-1.8.3.1/cmds-mainporcelain.txt /usr/share/doc/git-1.8.3.1/cmds-plumbinginterrogators.txt /usr/share/doc/git-1.8.3.1/git-check-ref-format.txt /usr/share/doc/git-1.8.3.1/cmds-plumbingmanipulators.txt /usr/share/doc/git-1.8.3.1/cmds-purehelpers.txt /usr/share/doc/git-1.8.3.1/git-checkout.txt /usr/share/doc/git-1.8.3.1/cmds-synchelpers.txt /usr/share/doc/git-1.8.3.1/cmds-synchingrepositories.txt /usr/share/doc/git-1.8.3.1/git-difftool.txt /usr/share/doc/git-1.8.3.1/config.txt /usr/share/doc/git-1.8.3.1/contrib/convert-objects/git-convert-objects.txt /usr/share/doc/git-1.8.3.1/contrib/examples/git-svnimport.txt /usr/share/doc/git-1.8.3.1/contrib/gitview/gitview.txt /usr/share/doc/git-1.8.3.1/contrib/hg-to-git/hg-to-git.txt /usr/share/doc/git-1.8.3.1/contrib/mw-to-git/git-remote-mediawiki.txt /usr/share/doc/git-1.8.3.1/contrib/p4import/git-p4import.txt /usr/share/doc/git-1.8.3.1/contrib/subtree/git-subtree.txt /usr/share/doc/git-1.8.3.1/contrib/svn-fe/svn-fe.txt /usr/share/doc/git-1.8.3.1/git-column.txt /usr/share/doc/git-1.8.3.1/date-formats.txt /usr/share/doc/git-1.8.3.1/diff-config.txt /usr/share/doc/git-1.8.3.1/git-commit-tree.txt /usr/share/doc/git-1.8.3.1/diff-format.txt /usr/share/doc/git-1.8.3.1/diff-generate-patch.txt /usr/share/doc/git-1.8.3.1/diff-options.txt /usr/share/doc/git-1.8.3.1/git-commit.txt /usr/share/doc/git-1.8.3.1/git-config.txt /usr/share/doc/git-1.8.3.1/everyday.txt /usr/share/doc/git-1.8.3.1/fetch-options.txt /usr/share/doc/git-1.8.3.1/git-count-objects.txt /usr/share/doc/git-1.8.3.1/git-fast-export.txt /usr/share/doc/git-1.8.3.1/git-add.txt /usr/share/doc/git-1.8.3.1/git-fast-import.txt /usr/share/doc/git-1.8.3.1/git-am.txt /usr/share/doc/git-1.8.3.1/git-credential-cache.txt /usr/share/doc/git-1.8.3.1/git-annotate.txt /usr/share/doc/git-1.8.3.1/git-credential-store.txt /usr/share/doc/git-1.8.3.1/git-apply.txt /usr/share/doc/git-1.8.3.1/git-credential.txt /usr/share/doc/git-1.8.3.1/git-archive.txt /usr/share/doc/git-1.8.3.1/git-clone.txt /usr/share/doc/git-1.8.3.1/git-bisect-lk2009.txt /usr/share/doc/git-1.8.3.1/git-cvsexportcommit.txt /usr/share/doc/git-1.8.3.1/git-bisect.txt /usr/share/doc/git-1.8.3.1/git-cvsimport.txt /usr/share/doc/git-1.8.3.1/git-blame.txt /usr/share/doc/git-1.8.3.1/git-cvsserver.txt /usr/share/doc/git-1.8.3.1/git-branch.txt /usr/share/doc/git-1.8.3.1/git-daemon.txt /usr/share/doc/git-1.8.3.1/git-bundle.txt /usr/share/doc/git-1.8.3.1/git-describe.txt /usr/share/doc/git-1.8.3.1/git-cat-file.txt /usr/share/doc/git-1.8.3.1/git-diff-files.txt /usr/share/doc/git-1.8.3.1/git-check-attr.txt /usr/share/doc/git-1.8.3.1/git-cherry-pick.txt /usr/share/doc/git-1.8.3.1/git-diff-index.txt /usr/share/doc/git-1.8.3.1/git-cherry.txt /usr/share/doc/git-1.8.3.1/git-diff-tree.txt /usr/share/doc/git-1.8.3.1/git-citool.txt /usr/share/doc/git-1.8.3.1/git-gc.txt /usr/share/doc/git-1.8.3.1/git-rm.txt /usr/share/doc/git-1.8.3.1/git-credential-cache--daemon.txt /usr/share/doc/git-1.8.3.1/git-mergetool--lib.txt /usr/share/doc/git-1.8.3.1/git-fetch-pack.txt /usr/share/doc/git-1.8.3.1/git-mergetool.txt /usr/share/doc/git-1.8.3.1/git-fetch.txt /usr/share/doc/git-1.8.3.1/git-mailsplit.txt /usr/share/doc/git-1.8.3.1/git-filter-branch.txt /usr/share/doc/git-1.8.3.1/git-merge-base.txt /usr/share/doc/git-1.8.3.1/git-fmt-merge-msg.txt /usr/share/doc/git-1.8.3.1/git-merge-file.txt /usr/share/doc/git-1.8.3.1/git-for-each-ref.txt /usr/share/doc/git-1.8.3.1/git-merge-index.txt /usr/share/doc/git-1.8.3.1/git-format-patch.txt /usr/share/doc/git-1.8.3.1/git-merge-one-file.txt /usr/share/doc/git-1.8.3.1/git-fsck-objects.txt /usr/share/doc/git-1.8.3.1/git-mktag.txt /usr/share/doc/git-1.8.3.1/git-merge-tree.txt /usr/share/doc/git-1.8.3.1/git-get-tar-commit-id.txt /usr/share/doc/git-1.8.3.1/git-mktree.txt /usr/share/doc/git-1.8.3.1/git-grep.txt /usr/share/doc/git-1.8.3.1/git-gui.txt /usr/share/doc/git-1.8.3.1/git-mv.txt /usr/share/doc/git-1.8.3.1/git-hash-object.txt /usr/share/doc/git-1.8.3.1/git-name-rev.txt /usr/share/doc/git-1.8.3.1/git-help.txt /usr/share/doc/git-1.8.3.1/git-merge.txt /usr/share/doc/git-1.8.3.1/git-http-backend.txt /usr/share/doc/git-1.8.3.1/git-notes.txt /usr/share/doc/git-1.8.3.1/git-http-fetch.txt /usr/share/doc/git-1.8.3.1/git-p4.txt /usr/share/doc/git-1.8.3.1/git-http-push.txt /usr/share/doc/git-1.8.3.1/git-pack-objects.txt /usr/share/doc/git-1.8.3.1/git-imap-send.txt /usr/share/doc/git-1.8.3.1/git-pack-redundant.txt /usr/share/doc/git-1.8.3.1/git-index-pack.txt /usr/share/doc/git-1.8.3.1/git-pack-refs.txt /usr/share/doc/git-1.8.3.1/git-init-db.txt /usr/share/doc/git-1.8.3.1/git-parse-remote.txt /usr/share/doc/git-1.8.3.1/git-init.txt /usr/share/doc/git-1.8.3.1/git-patch-id.txt /usr/share/doc/git-1.8.3.1/git-instaweb.txt /usr/share/doc/git-1.8.3.1/git-quiltimport.txt /usr/share/doc/git-1.8.3.1/git-log.txt /usr/share/doc/git-1.8.3.1/git-peek-remote.txt /usr/share/doc/git-1.8.3.1/git-lost-found.txt /usr/share/doc/git-1.8.3.1/git-prune-packed.txt /usr/share/doc/git-1.8.3.1/git-ls-files.txt /usr/share/doc/git-1.8.3.1/git-prune.txt /usr/share/doc/git-1.8.3.1/git-ls-remote.txt /usr/share/doc/git-1.8.3.1/git-pull.txt /usr/share/doc/git-1.8.3.1/git-ls-tree.txt /usr/share/doc/git-1.8.3.1/git-push.txt /usr/share/doc/git-1.8.3.1/git-mailinfo.txt /usr/share/doc/git-1.8.3.1/git-read-tree.txt /usr/share/doc/git-1.8.3.1/git-rebase.txt /usr/share/doc/git-1.8.3.1/git-receive-pack.txt /usr/share/doc/git-1.8.3.1/git-reflog.txt /usr/share/doc/git-1.8.3.1/git-relink.txt /usr/share/doc/git-1.8.3.1/git-remote-ext.txt /usr/share/doc/git-1.8.3.1/git-remote-fd.txt /usr/share/doc/git-1.8.3.1/git-remote-testgit.txt /usr/share/doc/git-1.8.3.1/git-remote.txt /usr/share/doc/git-1.8.3.1/git-repack.txt /usr/share/doc/git-1.8.3.1/git-replace.txt /usr/share/doc/git-1.8.3.1/git-repo-config.txt /usr/share/doc/git-1.8.3.1/git-request-pull.txt /usr/share/doc/git-1.8.3.1/git-rerere.txt /usr/share/doc/git-1.8.3.1/git-reset.txt /usr/share/doc/git-1.8.3.1/git-rev-list.txt /usr/share/doc/git-1.8.3.1/git-rev-parse.txt /usr/share/doc/git-1.8.3.1/git-revert.txt /usr/share/doc/git-1.8.3.1/git-send-email.txt /usr/share/doc/git-1.8.3.1/git-unpack-objects.txt /usr/share/doc/git-1.8.3.1/git-send-pack.txt /usr/share/doc/git-1.8.3.1/git-tar-tree.txt /usr/share/doc/git-1.8.3.1/git-sh-i18n--envsubst.txt /usr/share/doc/git-1.8.3.1/git-update-index.txt /usr/share/doc/git-1.8.3.1/git-sh-i18n.txt /usr/share/doc/git-1.8.3.1/git-update-ref.txt /usr/share/doc/git-1.8.3.1/git-sh-setup.txt /usr/share/doc/git-1.8.3.1/git-update-server-info.txt /usr/share/doc/git-1.8.3.1/git-shell.txt /usr/share/doc/git-1.8.3.1/git-upload-archive.txt /usr/share/doc/git-1.8.3.1/git-shortlog.txt /usr/share/doc/git-1.8.3.1/git-tools.txt /usr/share/doc/git-1.8.3.1/git-upload-pack.txt /usr/share/doc/git-1.8.3.1/git-show-branch.txt /usr/share/doc/git-1.8.3.1/git-var.txt /usr/share/doc/git-1.8.3.1/git-show-index.txt /usr/share/doc/git-1.8.3.1/git-verify-pack.txt /usr/share/doc/git-1.8.3.1/git-show-ref.txt /usr/share/doc/git-1.8.3.1/git-verify-tag.txt /usr/share/doc/git-1.8.3.1/git-show.txt /usr/share/doc/git-1.8.3.1/git-web--browse.txt /usr/share/doc/git-1.8.3.1/git-stage.txt /usr/share/doc/git-1.8.3.1/git-whatchanged.txt /usr/share/doc/git-1.8.3.1/git-stash.txt /usr/share/doc/git-1.8.3.1/git-write-tree.txt /usr/share/doc/git-1.8.3.1/git-status.txt /usr/share/doc/git-1.8.3.1/git.txt /usr/share/doc/git-1.8.3.1/git-stripspace.txt /usr/share/doc/git-1.8.3.1/gitattributes.txt /usr/share/doc/git-1.8.3.1/git-submodule.txt /usr/share/doc/git-1.8.3.1/gitcore-tutorial.txt /usr/share/doc/git-1.8.3.1/git-svn.txt /usr/share/doc/git-1.8.3.1/git-unpack-file.txt /usr/share/doc/git-1.8.3.1/git-symbolic-ref.txt /usr/share/doc/git-1.8.3.1/gitcli.txt /usr/share/doc/git-1.8.3.1/git-tag.txt /usr/share/doc/git-1.8.3.1/githooks.txt /usr/share/doc/git-1.8.3.1/gitcredentials.txt /usr/share/doc/git-1.8.3.1/gitcvs-migration.txt /usr/share/doc/git-1.8.3.1/gitdiffcore.txt /usr/share/doc/git-1.8.3.1/gitglossary.txt /usr/share/doc/git-1.8.3.1/gitignore.txt /usr/share/doc/git-1.8.3.1/gitk.txt /usr/share/doc/git-1.8.3.1/gitmodules.txt /usr/share/doc/git-1.8.3.1/gitnamespaces.txt /usr/share/doc/git-1.8.3.1/gitremote-helpers.txt /usr/share/doc/git-1.8.3.1/gitrepository-layout.txt /usr/share/doc/git-1.8.3.1/gitrevisions.txt /usr/share/doc/git-1.8.3.1/gittutorial-2.txt /usr/share/doc/git-1.8.3.1/gittutorial.txt /usr/share/doc/git-1.8.3.1/gitweb.conf.txt /usr/share/doc/git-1.8.3.1/gitweb.txt /usr/share/doc/git-1.8.3.1/gitworkflows.txt /usr/share/doc/git-1.8.3.1/glossary-content.txt /usr/share/doc/git-1.8.3.1/howto/maintain-git.txt /usr/share/doc/git-1.8.3.1/howto/new-command.txt /usr/share/doc/git-1.8.3.1/howto/rebase-from-internal-branch.txt /usr/share/doc/git-1.8.3.1/howto/rebuild-from-update-hook.txt /usr/share/doc/git-1.8.3.1/howto/recover-corrupted-blob-object.txt /usr/share/doc/git-1.8.3.1/howto/revert-a-faulty-merge.txt /usr/share/doc/git-1.8.3.1/howto/revert-branch-rebase.txt /usr/share/doc/git-1.8.3.1/howto/separating-topic-branches.txt /usr/share/doc/git-1.8.3.1/howto/setup-git-server-over-http.txt /usr/share/doc/git-1.8.3.1/howto/update-hook-example.txt /usr/share/doc/git-1.8.3.1/howto/use-git-daemon.txt /usr/share/doc/git-1.8.3.1/howto/using-merge-subtree.txt /usr/share/doc/git-1.8.3.1/howto/using-signed-tag-in-pull-request.txt /usr/share/doc/git-1.8.3.1/howto-index.txt /usr/share/doc/git-1.8.3.1/i18n.txt /usr/share/doc/git-1.8.3.1/mailmap.txt /usr/share/doc/git-1.8.3.1/merge-config.txt /usr/share/doc/git-1.8.3.1/merge-options.txt /usr/share/doc/git-1.8.3.1/merge-strategies.txt /usr/share/doc/git-1.8.3.1/mergetools-diff.txt /usr/share/doc/git-1.8.3.1/mergetools-merge.txt /usr/share/doc/git-1.8.3.1/pretty-formats.txt /usr/share/doc/git-1.8.3.1/pretty-options.txt /usr/share/doc/git-1.8.3.1/pull-fetch-param.txt /usr/share/doc/git-1.8.3.1/rev-list-options.txt /usr/share/doc/git-1.8.3.1/revisions.txt /usr/share/doc/git-1.8.3.1/sequencer.txt /usr/share/doc/git-1.8.3.1/technical/api-allocation-growing.txt /usr/share/doc/git-1.8.3.1/technical/pack-protocol.txt /usr/share/doc/git-1.8.3.1/technical/api-argv-array.txt /usr/share/doc/git-1.8.3.1/technical/protocol-capabilities.txt /usr/share/doc/git-1.8.3.1/technical/api-builtin.txt /usr/share/doc/git-1.8.3.1/technical/protocol-common.txt /usr/share/doc/git-1.8.3.1/technical/api-config.txt /usr/share/doc/git-1.8.3.1/technical/api-revision-walking.txt /usr/share/doc/git-1.8.3.1/technical/api-credentials.txt /usr/share/doc/git-1.8.3.1/technical/racy-git.txt /usr/share/doc/git-1.8.3.1/technical/api-decorate.txt /usr/share/doc/git-1.8.3.1/technical/send-pack-pipeline.txt /usr/share/doc/git-1.8.3.1/technical/api-diff.txt /usr/share/doc/git-1.8.3.1/technical/api-run-command.txt /usr/share/doc/git-1.8.3.1/technical/api-directory-listing.txt /usr/share/doc/git-1.8.3.1/technical/api-setup.txt /usr/share/doc/git-1.8.3.1/technical/api-gitattributes.txt /usr/share/doc/git-1.8.3.1/technical/shallow.txt /usr/share/doc/git-1.8.3.1/technical/api-grep.txt /usr/share/doc/git-1.8.3.1/technical/trivial-merge.txt /usr/share/doc/git-1.8.3.1/technical/api-hash.txt /usr/share/doc/git-1.8.3.1/technical/api-hashmap.txt /usr/share/doc/git-1.8.3.1/technical/api-string-list.txt /usr/share/doc/git-1.8.3.1/technical/api-history-graph.txt /usr/share/doc/git-1.8.3.1/technical/api-tree-walking.txt /usr/share/doc/git-1.8.3.1/technical/api-in-core-index.txt /usr/share/doc/git-1.8.3.1/technical/api-index-skel.txt /usr/share/doc/git-1.8.3.1/technical/api-index.txt /usr/share/doc/git-1.8.3.1/technical/api-lockfile.txt /usr/share/doc/git-1.8.3.1/technical/api-merge.txt /usr/share/doc/git-1.8.3.1/technical/api-xdiff-interface.txt /usr/share/doc/git-1.8.3.1/technical/api-object-access.txt /usr/share/doc/git-1.8.3.1/technical/index-format.txt /usr/share/doc/git-1.8.3.1/technical/api-parse-options.txt /usr/share/doc/git-1.8.3.1/technical/api-quote.txt /usr/share/doc/git-1.8.3.1/technical/pack-format.txt /usr/share/doc/git-1.8.3.1/technical/api-ref-iteration.txt /usr/share/doc/git-1.8.3.1/technical/api-remote.txt /usr/share/doc/git-1.8.3.1/technical/api-sha1-array.txt /usr/share/doc/git-1.8.3.1/technical/api-sigchain.txt /usr/share/doc/git-1.8.3.1/technical/api-strbuf.txt /usr/share/doc/git-1.8.3.1/technical/pack-heuristics.txt /usr/share/doc/git-1.8.3.1/urls-remotes.txt /usr/share/doc/git-1.8.3.1/urls.txt /usr/share/doc/git-1.8.3.1/user-manual.txt /usr/share/doc/fxload-2002_04_11/README.txt /usr/share/doc/alsa-firmware-1.0.28/aica_dreamcast_sound.txt /usr/share/doc/cscope-15.8/cctree.txt /usr/share/doc/tuned-2.11.0/TIPS.txt /usr/share/doc/lvm2-2.02.187/lvm_fault_handling.txt /usr/share/doc/kexec-tools-2.0.15/fadump-howto.txt /usr/share/doc/kexec-tools-2.0.15/kdump-in-cluster-environment.txt /usr/share/doc/kexec-tools-2.0.15/kexec-kdump-howto.txt /usr/share/doc/kexec-tools-2.0.15/supported-kdump-targets.txt /usr/share/doc/kbd-1.15.5/dvorak.txt /usr/share/doc/lshw-B.02.18/IODC.txt /usr/share/doc/lshw-B.02.18/proc_usb_info.txt /usr/share/doc/postfix-2.10.1/README-Postfix-SASL-RedHat.txt /usr/share/doc/postfix-2.10.1/examples/qmail-local/qmail-local.txt /usr/share/doc/man-db-2.6.3/man-db-manual.txt /usr/share/doc/libsysfs-2.1.0/libsysfs.txt /usr/share/doc/ivtv-firmware-20080701/license-end-user.txt /usr/share/doc/ivtv-firmware-20080701/license-oemihvisv.txt /usr/share/doc/vim-common-7.4.629/README.txt /usr/share/doc/vim-common-7.4.629/README_ami.txt /usr/share/doc/vim-common-7.4.629/README_amibin.txt /usr/share/doc/vim-common-7.4.629/README_amisrc.txt /usr/share/doc/vim-common-7.4.629/README_bindos.txt /usr/share/doc/vim-common-7.4.629/README_dos.txt /usr/share/doc/vim-common-7.4.629/README_extra.txt /usr/share/doc/vim-common-7.4.629/README_mac.txt /usr/share/doc/vim-common-7.4.629/README_ole.txt /usr/share/doc/vim-common-7.4.629/README_os2.txt /usr/share/doc/vim-common-7.4.629/README_os390.txt /usr/share/doc/vim-common-7.4.629/README_src.txt /usr/share/doc/vim-common-7.4.629/README_srcdos.txt /usr/share/doc/vim-common-7.4.629/README_unix.txt /usr/share/doc/vim-common-7.4.629/README_vms.txt /usr/share/doc/vim-common-7.4.629/README_w32s.txt /usr/share/doc/NVIDIA_GLX-1.0/README.txt /usr/share/licenses/shadow-utils-4.6/gpl-2.0.txt /usr/share/licenses/shadow-utils-4.6/shadow-bsd.txt /usr/share/perl5/Unicode/Collate/allkeys.txt /usr/share/perl5/Unicode/Collate/keys.txt /usr/share/perl5/unicore/Blocks.txt /usr/share/perl5/unicore/CaseFolding.txt /usr/share/perl5/unicore/NamedSequences.txt /usr/share/perl5/unicore/SpecialCasing.txt /usr/share/systemtap/examples/general/varwatch.txt /usr/share/systemtap/examples/general/whythefail.txt /usr/share/systemtap/examples/general/badname.txt /usr/share/systemtap/examples/general/callgraph.txt /usr/share/systemtap/examples/general/eventcount.txt /usr/share/systemtap/examples/general/func_time_stats.txt /usr/share/systemtap/examples/general/sizeof_interactive.txt /usr/share/systemtap/examples/general/para-callgraph.txt /usr/share/systemtap/examples/general/sizeof.txt /usr/share/systemtap/examples/index.txt /usr/share/systemtap/examples/interrupt/interrupts-by-dev.txt /usr/share/systemtap/examples/io/ttyspy.txt /usr/share/systemtap/examples/io/capture_ssl_master_secrets.txt /usr/share/systemtap/examples/io/deviceseeks.txt /usr/share/systemtap/examples/io/eatmydata.txt /usr/share/systemtap/examples/io/iodevstats.txt /usr/share/systemtap/examples/io/iostat-scsi.txt /usr/share/systemtap/examples/io/iostats.txt /usr/share/systemtap/examples/io/mbrwatch.txt /usr/share/systemtap/examples/keyword-index.txt /usr/share/systemtap/examples/lwtools/accept2close-nd.txt /usr/share/systemtap/examples/lwtools/biolatency-nd_example.txt /usr/share/systemtap/examples/lwtools/bitesize-nd_example.txt /usr/share/systemtap/examples/lwtools/execsnoop-nd_example.txt /usr/share/systemtap/examples/lwtools/fslatency-nd_example.txt /usr/share/systemtap/examples/lwtools/fsslower-nd_example.txt /usr/share/systemtap/examples/lwtools/killsnoop-nd_example.txt /usr/share/systemtap/examples/lwtools/opensnoop-nd_example.txt /usr/share/systemtap/examples/lwtools/rwtime-nd_example.txt /usr/share/systemtap/examples/lwtools/syscallbypid-nd_example.txt /usr/share/systemtap/examples/memory/last_100_frees.txt /usr/share/systemtap/examples/memory/numa_faults.txt /usr/share/systemtap/examples/memory/pfaults.txt /usr/share/systemtap/examples/memory/vm.tracepoints.txt /usr/share/systemtap/examples/network/tcp_trace.txt /usr/share/systemtap/examples/network/netfilter_summary.txt /usr/share/systemtap/examples/network/nettop.txt /usr/share/systemtap/examples/network/nfsd-trace.txt /usr/share/systemtap/examples/network/packet_contents.txt /usr/share/systemtap/examples/network/tcpipstat.txt /usr/share/systemtap/examples/network/socktop.txt /usr/share/systemtap/examples/network/stp_dump.txt /usr/share/systemtap/examples/network/who_sent_it.txt /usr/share/systemtap/examples/process/cycle_thief.txt /usr/share/systemtap/examples/process/spawn_seeker.txt /usr/share/systemtap/examples/process/strace.txt /usr/share/systemtap/examples/process/syscalls_by_pid.txt /usr/share/systemtap/examples/process/futexes.txt /usr/share/systemtap/examples/process/schedtimes.txt /usr/share/systemtap/examples/process/syscalls_by_proc.txt /usr/share/systemtap/examples/process/noptrace.txt /usr/share/systemtap/examples/process/proc_snoop_parser_instructions.txt /usr/share/systemtap/examples/process/syscalltimes.txt /usr/share/systemtap/examples/process/thread-business.txt /usr/share/systemtap/examples/process/proctop.txt /usr/share/systemtap/examples/process/sched-latency.txt /usr/share/systemtap/examples/process/sig_by_pid.txt /usr/share/systemtap/examples/process/sig_by_proc.txt /usr/share/systemtap/examples/profiling/fntimes.txt /usr/share/systemtap/examples/profiling/latencytap.txt /usr/share/systemtap/examples/profiling/linetimes.txt /usr/share/systemtap/examples/profiling/pf2.txt /usr/share/systemtap/examples/profiling/pf3.txt /usr/share/systemtap/examples/profiling/pf4.txt /usr/share/systemtap/examples/profiling/thread-times.txt /usr/share/systemtap/examples/security-band-aids/cve-2008-0600.txt /usr/share/systemtap/examples/virtualization/kvm_service_time.txt /usr/share/kde4/apps/ksplash/Themes/CentOS7/2560x1600/description.txt /usr/share/gnupg/help.be.txt /usr/share/gnupg/help.ca.txt /usr/share/gnupg/help.cs.txt /usr/share/gnupg/help.da.txt /usr/share/gnupg/help.de.txt /usr/share/gnupg/help.el.txt /usr/share/gnupg/help.eo.txt /usr/share/gnupg/help.es.txt /usr/share/gnupg/help.et.txt /usr/share/gnupg/help.fi.txt /usr/share/gnupg/help.fr.txt /usr/share/gnupg/help.gl.txt /usr/share/gnupg/help.hu.txt /usr/share/gnupg/help.id.txt /usr/share/gnupg/help.it.txt /usr/share/gnupg/help.ja.txt /usr/share/gnupg/help.nb.txt /usr/share/gnupg/help.pl.txt /usr/share/gnupg/help.pt.txt /usr/share/gnupg/help.pt_BR.txt /usr/share/gnupg/help.ro.txt /usr/share/gnupg/help.ru.txt /usr/share/gnupg/help.sk.txt /usr/share/gnupg/help.sv.txt /usr/share/gnupg/help.tr.txt /usr/share/gnupg/help.txt /usr/share/gnupg/help.zh_CN.txt /usr/share/gnupg/help.zh_TW.txt /usr/share/gnupg/qualified.txt /usr/share/hwdata/iab.txt /usr/share/hwdata/oui.txt /usr/share/vim/vim74/autoload/README.txt /usr/share/vim/vim74/colors/README.txt /usr/share/vim/vim74/compiler/README.txt /usr/share/vim/vim74/doc/help.txt /usr/share/vim/vim74/doc/sponsor.txt /usr/share/vim/vim74/doc/version7.txt /usr/share/vim/vim74/doc/vi_help.txt /usr/share/vim/vim74/ftplugin/README.txt /usr/share/vim/vim74/indent/README.txt /usr/share/vim/vim74/keymap/README.txt /usr/share/vim/vim74/lang/README.txt /usr/share/vim/vim74/macros/README.txt /usr/share/vim/vim74/macros/matchit.txt /usr/share/vim/vim74/macros/maze/README.txt /usr/share/vim/vim74/macros/urm/README.txt /usr/share/vim/vim74/plugin/README.txt /usr/share/vim/vim74/syntax/README.txt /usr/share/vim/vim74/tutor/README.el.cp737.txt /usr/share/vim/vim74/tutor/README.el.txt /usr/share/vim/vim74/tutor/README.txt /usr/share/nvidia/grid-third-party-licenses.txt /usr/local/cuda-12.0/nvml/example/README.txt /usr/local/cuda-12.0/gds/EULA.txt /usr/local/cuda-12.0/extras/CUPTI/samples/pc_sampling_utility/README.txt /usr/local/cuda-12.0/extras/CUPTI/samples/pc_sampling_continuous/README.txt /usr/local/cuda-12.0/extras/CUPTI/samples/cupti_trace_injection/README.txt /usr/local/cuda-12.0/extras/CUPTI/samples/profiling_injection/README.txt /usr/local/cuda-12.0/extras/Debugger/Readme.txt /usr/local/cuda-12.0/nsight-compute-2022.4.0/EULA.txt /usr/local/cuda-12.0/nsight-compute-2022.4.0/host/target-linux-x64/reports/README.txt /usr/local/cuda-12.0/nsight-compute-2022.4.0/host/target-linux-x64/rules/README.txt /usr/local/cuda-12.0/nsight-compute-2022.4.0/host/target-linux-x64/CollectX/CollectXCountersToCollect.txt /usr/local/cuda-12.0/nsight-systems-2022.4.2/target-linux-x64/reports/README.txt /usr/local/cuda-12.0/nsight-systems-2022.4.2/target-linux-x64/rules/README.txt /usr/local/cuda-12.0/nsight-systems-2022.4.2/target-linux-x64/CollectX/CollectXCountersToCollect.txt /usr/local/cuda-12.0/nsight-systems-2022.4.2/host-linux-x64/reports/README.txt /usr/local/cuda-12.0/nsight-systems-2022.4.2/host-linux-x64/rules/README.txt /usr/local/cuda-12.0/nsight-systems-2022.4.2/EULA.txt /usr/local/cuda-12.0/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about_files/ASL-LICENSE-2.0.txt /usr/local/cuda-12.0/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/asl-v20.txt /usr/local/cuda-12.0/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/asl-v20.txt /usr/local/cuda-12.0/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/asl-v20.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/cuda-c-linking/README.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/cuda-c-linking/CMakeLists.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/ptxgen/README.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/ptxgen/CMakeLists.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/README.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/CMakeLists.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/simple/README.txt /usr/local/cuda-12.0/nvvm/libnvvm-samples/simple/CMakeLists.txt /usr/local/cuda-12.0/EULA.txt [root@localhost ~]#
  7. sudo snap install emby-server
  8. Stevepruebas

    Fedora/CentOS (RPM)

    The one explained before, a few posts earlier. It seems to be a seccomp limitation, like in docker, related to memory limitations due to confinement. Maybe your team has to fix the snap package, or maybe is only my problem (or just happens to me).
  9. Luke

    Fedora/CentOS (RPM)

    Hi, what issue did you have with the snap package?
  10. Stevepruebas

    Fedora/CentOS (RPM)

    Hi! Tried again with other pc, snap is not working. I give up, will install AlmaLinux.
  11. Procyan

    Embyserver.exe starts then stops suddenly

    I must have been having connection problems I was able to install Emby Server again (not portable) but, it still will not start. IDK, I don't really want to do a full format and re-install the portable version seems to work fine. Also, I'd have to setup the drivepool again and re-run snapraid (I think). That is another thing all together, I haven't tested how to do a backup from snap raid, I'm a bit scared to test it. lol I'm going to clone the drive and then setup a mirror array and maybe that will protect me if the C drive decides to take a dump again.
  12. [root@localhost ~]# sudo snap install emby-server 2024-02-19T09:11:48+08:00 INFO Waiting for automatic snapd restart... emby-server 4.8.1.0 from Emby (apps-z) installed [root@localhost ~]# snap list Name Version Rev Tracking Publisher Notes core22 20240111 1122 latest/stable canonical✓ base emby-server 4.8.1.0 18 latest/stable apps-z - snapd 2.61.1 20671 latest/stable canonical✓ snapd [root@localhost ~]# snap services Service Startup Current Notes emby-server.emby-server enabled inactive - [root@localhost ~]# snap run emby-server Failed to create CoreCLR, HRESULT: 0x80070008 [root@localhost ~]# find / -name emby-server /root/snap/emby-server /var/lib/snapd/snap/emby-server /var/lib/snapd/snap/emby-server/18/bin/emby-server /var/snap/emby-server
  13. root@bcc:~# uname -ra Linux bcc 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux root@bcc:~# nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Mon_Oct_24_19:12:58_PDT_2022 Cuda compilation tools, release 12.0, V12.0.76 Build cuda_12.0.r12.0/compiler.31968024_0 root@bcc:~# snap services Service Startup Current Notes emby-server.emby-server enabled active - lxd.activate enabled inactive - lxd.daemon enabled inactive socket-activated lxd.user-daemon enabled inactive socket-activated root@bcc:~#
  14. spaghetti

    To complain about lacking TVnext progress

    Oh snap, I just seen their website that looks nuts, can you load your saved movies and series to it ? now it all makes sense, that looks way better than emby no wonder they want nothing to do with it.
  15. Stevepruebas

    Fedora/CentOS (RPM)

    Hello again! I made a fresh centos 7 install (for testing porpuses and then apply to another server) and installed emby-server using snap, but can't get it running: >> snap install emby-server >> snap list Name Version Rev Tracking Publisher Notes emby-server 4.8.1.0 18 latest/stable apps-z - >> snap start emby-server Failed Logs: 2024-02-09T19:16:10+01:00 systemd[1]: Started Service for snap application emby-server.emby-server. 2024-02-09T19:16:10+01:00 emby-server.emby-server[14059]: Failed to create CoreCLR, HRESULT: 0x80070008 2024-02-09T19:16:10+01:00 systemd[1]: snap.emby-server.emby-server.service: main process exited, code=exited, status=137/n/a 2024-02-09T19:16:10+01:00 systemd[1]: Unit snap.emby-server.emby-server.service entered failed state. 2024-02-09T19:16:10+01:00 systemd[1]: snap.emby-server.emby-server.service failed. It would be a pain in the ass to make a fresh AlmaLinux install... move all data... I didn't try anything, as I told, is a Centos 7 minimal install. It was working before with emby, no problem at all. Any clue? Thanks!
  16. Stevepruebas

    Fedora/CentOS (RPM)

    Ok! I´ll try to use Flatpak/Snap, I need to move a lot of data before taking the "risk" of upgrading to another OS. I always thought docker images used more server resources than installing it straight on the OS (comparing other docker images, not tried with emby) Thanks for your help!
  17. alucryd

    Fedora/CentOS (RPM)

    I would recommended uprading to something like Rocky Linux or Alma Linux, as CentOS 7 is getting EOLed later this year. You could also switch to the docker image, or the Flatpak/Snap packages if upgrading is not an option. Making our RPM package compatible would require bypassing the system glibc and providing our own, in which case using docker would be the better option.
  18. lindzay

    Linux Setup

    All OK now ... I installed via the distribution repository - which in only has the snap package. To fix, I installed with Emby's *.deb from the website. That was simple.
  19. lindzay

    Linux Setup

    I forgot - emby-server is NOT installed in the bootup / startup. I do think you have a snap problem.
  20. lindzay

    Linux Setup

    Also, me .... with the Ubuntu latest kubuntu-plasma snap version. Trying to add my libraries, the path field will record /mnt/disk.62/MOVIES.62 But then I cannot [OK] the setting. No message, nothing, it's ignored. The browse files is restricted to only that snap path. Also, again. Is there a bulk way of adding me libraries instead of one-at-a-time?
  21. Welp, sorry to necro but this is the only place im seeing this reported. Issue persists on Garuda (Arch Based) Linux. - When in full-screen on center monitor it seems to not allow usage of any of my other (2) monitors. If i maximize it from the task bar in KDE it will snap to the edges of the screen and work temporarily, but after a video is played, i can no longer use anything on my other monitors. As the other user stated, you can click on URL bars and typing boxes but it will click for a second and immediately draw attention back to Emby preventing you from doing anything.
  22. Hello, I am trying to get gamebrowser working on my emby instance. I have the addon v3.2.9 installed on Emby 4.7.14.0 running on Docker. Folder structure is as spelled out in the Gamebrowser guide post: /mnt/user/multimedia/Games/N64/Star Wars - Shadows of the Empire/Star Wars - Shadows of the Empire.z64 Games Library root: /mnt/user/multimedia/Games/ I configured my game systems in the plugin config as follows: <?xml version="1.0"?> <PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <GameSystems> <ConsoleFolderConfiguration> <Path>/mnt/user/multimedia/Games/N64</Path> <ConsoleType>Nintendo 64</ConsoleType> </ConsoleFolderConfiguration> </GameSystems> </PluginConfiguration> I also have the EmuMovies plugin installed with my creds stored in the config. When i add the /mnt/user/multimedia/Games/ folder as a library, it finds the games and created entries that list the file names, but does not pull any images or other metadata for them. when i look in the debug logs, i see entries like this: 2024-01-11 21:05:57.105 Debug App: Running FolderImageProvider for /mnt/user/multimedia/Games/N64/Star Wars - Shadows of the Empire 2024-01-11 21:05:57.110 Debug App: Running EmuMoviesImageProvider for /mnt/user/multimedia/Games/N64/Star Wars - Shadows of the Empire/Star Wars - Shadows of the Empire.z64 2024-01-11 21:05:57.110 Info HttpClient: GET https://api.gamesdbase.com/search.aspx?search=Star Wars - Shadows of the Empire&system=&media=Cabinet&sessionid=REDACTED 2024-01-11 21:05:57.195 Info HttpClient: GET https://api.gamesdbase.com/search.aspx?search=Star Wars - Shadows of the Empire&system=&media=Cart&sessionid=REDACTED 2024-01-11 21:05:57.277 Info HttpClient: GET https://api.gamesdbase.com/search.aspx?search=Star Wars - Shadows of the Empire&system=&media=Snap&sessionid=REDACTED 2024-01-11 21:05:57.361 Info HttpClient: GET https://api.gamesdbase.com/search.aspx?search=Star Wars - Shadows of the Empire&system=&media=Title&sessionid=REDACTED If you look in the URLs, you will see that the "system" parameter is empty. If i take one of those URLs and alter it and put in the correct system parameter like system=Nintendo_N64, it works. What am I configuring incorrectly which is preventing Emby and the plugins from determining the value to pass as the system?
  23. I've attached a couple of screenshots of what I'm seeing on the TV. Apologies for the quality of the images which I had to snap with my phone, but they should be good enough to clarify my explanation. When I attempt to open Emby on the TV, I see the first photo below. It shows two servers named "RAINBOWBOX", which is the name of my PC. The instance on the right was the original one mentioned in my first post, which gives me an error message if I select it. The one on the left only appeared after I manually inputted the IP address for the PC earlier today (not the Remote (WAN) IP I originally tried in error). When I click on the left-hand RAINBOWBOX I get taken to the screen shown in the second photo below. I can't progress past there to my Emby Home screen, with media folders etc, which is what I had been seeing when I first logged on, up until a couple of days ago.
  24. JuJuJurassic

    LG App Hanging - Just before Christmas!!!

    Thanks for the suggestion. I removed the plugins as asked. rebooted the emby server from the dashboard, then decided to reboot the server totally, which I did. Unfortunately, the problem is still there. So I took on board the comment from MarriedMan, reset the TV to factory defaults, then installed the Emby App, unfortunatley it is still hanging/running very very slow. It's running very slow, as if it were paging memory, I know it's not, but it looks similar. I checked my disk space root@emby:/var/lib/emby/plugins# df -h Filesystem Size Used Avail Use% Mounted on udev 16G 0 16G 0% /dev tmpfs 3.2G 3.6M 3.2G 1% /run /dev/mapper/ubuntu--vg-ubuntu--lv 915G 66G 810G 8% / tmpfs 16G 0 16G 0% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 16G 0 16G 0% /sys/fs/cgroup /dev/sda1 1.8T 603G 1.2T 35% /data/ssd /dev/sdb1 3.6T 2.7T 783G 78% /data/music /dev/nvme0n1p2 974M 524M 383M 58% /boot /dev/nvme0n1p1 511M 6.1M 505M 2% /boot/efi /dev/loop1 45M 45M 0 100% /snap/certbot/3462 /dev/loop2 45M 45M 0 100% /snap/certbot/3566 /dev/loop3 92M 92M 0 100% /snap/lxd/23991 /dev/loop0 9.7M 9.7M 0 100% /snap/canonical-livepatch/246 /dev/loop4 9.9M 9.9M 0 100% /snap/canonical-livepatch/248 /dev/loop5 74M 74M 0 100% /snap/core22/864 /dev/loop6 106M 106M 0 100% /snap/core/16202 /dev/loop8 41M 41M 0 100% /snap/snapd/20092 /dev/loop9 41M 41M 0 100% /snap/snapd/20290 /dev/loop7 92M 92M 0 100% /snap/lxd/24061 /dev/loop10 64M 64M 0 100% /snap/core20/2105 /dev/loop11 64M 64M 0 100% /snap/core20/2015 /dev/loop12 56M 56M 0 100% /snap/core18/2812 /dev/loop13 106M 106M 0 100% /snap/core/16091 /dev/loop14 75M 75M 0 100% /snap/core22/1033 /dev/loop15 56M 56M 0 100% /snap/core18/2796 //10.5.1.1/pictures 43T 34T 9.1T 79% /mnt/pictures //10.5.1.1/films 43T 34T 9.1T 79% /mnt/films //10.5.1.1/GoPro 43T 34T 9.1T 79% /mnt/GoPro //10.4.1.1/tvshows 39T 35T 3.4T 92% /mnt/tvshows //10.4.1.1/tvshows/embybackup 39T 35T 3.4T 92% /mnt/embybackup tmpfs 3.2G 16K 3.2G 1% /run/user/1000 I also ran top to see the CPU utilisation, it's hardly being used top - 10:39:34 up 43 min, 2 users, load average: 0.01, 0.07, 0.08 Tasks: 374 total, 1 running, 373 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.1 us, 0.0 sy, 0.0 ni, 99.9 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 32025.1 total, 26542.4 free, 2091.6 used, 3391.1 buff/cache MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 29447.6 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3893 emby 20 0 6799976 734616 81892 S 1.3 2.2 1:44.13 EmbyServer 1848 root 20 0 0 0 0 S 0.3 0.0 0:00.44 nv_queue 1 root 20 0 170548 14096 8376 S 0.0 0.0 0:01.29 systemd 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd 3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/0:0H-kblockd 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq 9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0 10 root 20 0 0 0 0 I 0.0 0.0 0:03.25 rcu_sched 11 root rt 0 0 0 0 S 0.0 0.0 0:00.01 migration/0 12 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/0 14 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 15 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 16 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/1 17 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migration/1 18 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/1 20 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/1:0H-kblockd 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/2 23 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migration/2 24 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/2 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/2:0H-kblockd 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/3 29 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migration/3 30 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/3 I do think you're right about the plug in's I recently added bulky and Genre cleaner I've done a lot of tagging of Movies with a new Genre "Christmas" Bith plugins are no longer there, but as marriedman says have they filled up a temporary folder? It is acting just like a disk full and paging system. Fortunately, the problem seems restricted to just the TV's client. But what's weird is we have another TV using the client and it's fine. Is there a folder per instance of the TV client? Is there a folder I can clean out? Thanks for your help, 6 days before Christmas and the pressure is on me, worst of all.....from my wife.
  25. I'm a bit stumped after going around in circles on this one. I had installed Debian (Bookworm 12) on an old laptop. Went through the steps to install the Nvidia drivers and finally used the instructions from Emby's Ubuntu install page. It took around a week for my whole TV library to be scanned, but during that time I had the https side of the server working fine. I was able to access the server using the outside port of 443 and translating through the firewall to the local port of 8920. Everything seemed smooth and working better when in comparison to my previous install on my synology nas. This is when I had the idea with the holidays coming up I might as well renew my SSL certificate with lets encrypt using certbot's python3 cloud flare plugin. I didn't want to install it through snap, so I threw the plugin on my Linux box using the apt-get command instead. Did a dry run and certbot seemed to be working using my token that was made to change DNS records. I then decided to flip over the local port to 443 and go into my router to change the local port there as well. Gave the Linux box a restart and now I can't seem to get the HTTPS side of the server to respond. I've tried requesting a new certificate from let's encrypt, checking that my domain resolves, using the purge command on certbot, setting the local port back to 8920, setting new port rules to forward both 8920 and 8096 to the local ports of 8920 and 8096, restarting the Linux box several times over, rerunning the dpkg command without any luck. When I ran nmap scans against the 8920 and 443 ports it always returns that the ports are being filtered. When running the same command against the 8096 port I will see that the port is open and accessible from both an internal and external IP address. There also didn't seem to be any errors that stood out to me when skimming over the debug log from my server. I hope that someone might be able to see something I am not seeing or know a post/article that might describe a good way to verify my install? The main reason I don't want to do a fresh re-stall is just because it takes so long to scan my library. embyserver.txt
×
×
  • Create New...