Avatar
🏃
2 results for Snap
  • Je viens de voir l’erreur en boucle sur mon Ubuntu :

    $ dmesg | grep skype | grep "DENIED" | awk '{print $7 " " $8}' | tail
    profile="snap.skype.skype" name="/sys/devices/virtual/net/tap0/speed"
    profile="snap.skype.skype" name="/sys/devices/virtual/net/virbr0/speed"
    profile="snap.skype.skype" name="/sys/devices/virtual/net/virbr0-nic/speed"
    profile="snap.skype.skype" name="/sys/devices/virtual/net/anbox0/speed"
    profile="snap.skype.skype" name="/sys/devices/virtual/net/vmnet1/speed"
    profile="snap.skype.skype" name="/sys/devices/virtual/net/lo/speed"
    profile="snap.skype.skype" name="/sys/devices/pci0000:00/0000:00:1d.0/0000:3b:00.1/net/enp59s0f1/speed"
    profile="snap.skype.skype" name="/sys/devices/pci0000:00/0000:00:1d.1/0000:40:00.0/net/wlp64s0/speed"
    profile="snap.skype.skype" name="/sys/devices/virtual/net/tap0/speed"
    profile="snap.skype.skype" name="/sys/devices/virtual/net/virbr0/speed"
    
    $ snap info skype
    name:      skype
    summary:   One Skype for all your devices. New features. New look. All Skype.
    publisher: Skype✓
    store-url: https://snapcraft.io/skype
    contact:   https://www.skype.com/
    license:   unset
    description: |
      Skype keeps the world talking. Say “hello” with an instant message, voice or video call – all for
      free. Skype is available on phones, tablets, PCs, Macs and Linux.
      
      • Video calls – Don’t just hear the cheers, see it! Get together with 1 or 49 of your friends and
      family on a video call. Watch everyone’s smiles and cries when you tell them “We’re engaged!!!"
      
      • Chat – Reach people instantly. Send messages to your friends, liven up conversations with
      emoticons and Mojis, or create a group chat to make weekend plans with up to 300 people.
      
      • Share – Do more together. Easily share your screen, photos, videos, documents, and files with
      your family and friends. Unlike email, Skype will transfer up to 300MB per file.
      
      • Voice calls – Camera shy? Make voice calls to anyone on Skype. You can also call mobile and
      landlines at low rates.
      
      Microsoft Services Agreement - https://go.microsoft.com/fwlink/?linkid=2097426
    commands:
      - skype
    snap-id:      QRDEfjn4WJYnm0FzDKwqqRZZI77awQEV
    tracking:     latest/stable
    refresh-date: 8 days ago, at 11:59 CEST
    channels:
      latest/stable:     8.75.0.140 2021-08-12 (183) 145MB -
      latest/candidate:  ↑                                 
      latest/beta:       ↑                                 
      latest/edge:       ↑                                 
      insider/stable:    8.76.76.70 2021-08-20 (184) 145MB -
      insider/candidate: ↑                                 
      insider/beta:      ↑                                 
      insider/edge:      ↑                                 
    installed:           8.75.0.140            (183) 145MB -

    J’ai donc ajouté les droits via l’interface :

    snap ubuntu Created Fri, 20 Aug 2021 00:00:00 +0000
  • Suite à la mise à jours de NextCloud, j’avais l’erreur suivante :

    $ sudo tail -f /var/snap/nextcloud/current/apache/logs/php_errors.log
    
    [01-Feb-2020 18:18:07 UTC] PHP Fatal error:  Declaration of OCA\Bookmarks_FullTextSearch\Provider\BookmarksProvider::getSearchTemplate(): OCP\FullTextSearch\Model\SearchTemplate must be compatible with OCP\FullTextSearch\IFullTextSearchProvider::getSearchTemplate(): OCP\FullTextSearch\Model\ISearchTemplate in /var/snap/nextcloud/18204/nextcloud/extra-apps/bookmarks_fulltextsearch/lib/Provider/BookmarksProvider.php on line 55

    Voici ma version :

    $ snap --version
    snap    2.42.1+18.04
    snapd   2.42.1+18.04
    series  16
    ubuntu  18.04
    kernel  5.0.0-37-generic
    $ snap list | grep nextcloud
    nextcloud                16.0.7snap2                 18204  stable    nextcloud*             -

    J’ai donc supprimé le plugin bookmarks_fulltextsearch, la méthode n’est pas propre mais efficace :

    nextcloud snap Created Sat, 01 Feb 2020 00:00:00 +0000