Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finder integration breaks on macOS 12.0.1 #24668

Closed
dnmvisser opened this issue Oct 27, 2021 · 8 comments
Closed

Finder integration breaks on macOS 12.0.1 #24668

dnmvisser opened this issue Oct 27, 2021 · 8 comments

Comments

@dnmvisser
Copy link

Upgraded from macOS 11.16 to 12.0.1 last night. It is 'normal' for OS upgrades to cause the Keybase finder integration to break, which then always requires manual fixing. But this time around that is not possible anymore. As it stands now, finder integration is broken entirely (for me, at least).
This is Version 5.8.0-20210920184218+ac2177aec7 (5.8.0-20210920184218+ac2177aec7) on a MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports).

Observations:

  1. In the main app => Settings => Finder integration, clicking the Enable Finder integration will bring up the Enable Keybase in Finder? dialog, and I tick the

    I understand that a closed-source kernel extension (FUSE for macOS) will be installed.

    box and click Yes, enable. Green button dims and spinner starts, 10 seconds later green button is back again. This can be repeated indefinitely. Rebooting and approving kexts does not result in working Finder integration.

  2. There is a list of different kernel extensions, with what seems to be symlinks for different OS releases. This lack a 12-ish version currently:

    dnmvisser@GA0267 ~$ ls -la /Library/Filesystems/kbfuse.fs/Contents/Extensions/
    total 0
    drwxr-xr-x@ 6 root  wheel  192 20 Sep 20:54 .
    drwxr-xr-x@ 7 root  wheel  224 20 Sep 20:54 ..
    drwxr-xr-x@ 3 root  wheel   96 20 Sep 20:54 10.14
    lrwxr-xr-x  1 root  wheel    5 20 Sep 20:54 10.15 -> 10.14
    lrwxr-xr-x  1 root  wheel    2 20 Sep 20:54 10.16 -> 11
    drwxr-xr-x@ 3 root  wheel   96 20 Sep 20:54 11
    

    Manually adding a symlink from 12 to 11 doesn't work because as soon as the Keybase app starts, the directory is wiped and repopulated.

  3. Manually loading the kernel extension requires approval (which is expected):

    dnmvisser@GA0267 ~$ sudo kextutil -l /Library/Filesystems/kbfuse.fs/Contents/Extensions/11/kbfuse.kext
    Password:
    Executing: /usr/bin/kmutil load --bundle-path /Library/Filesystems/kbfuse.fs/Contents/Extensions/11/kbfuse.kext --load-style start-only
    Error Domain=KMErrorDomain Code=27 "Extension with identifiers com.github.kbfuse.filesystems.kbfuse,org.virtualbox.kext.VBoxDrv,org.virtualbox.kext.VBoxNetAdp,org.virtualbox.kext.VBoxUSB,org.virtualbox.kext.VBoxNetFlt not approved to load. Please approve using System Preferences." UserInfo={NSLocalizedDescription=Extension with identifiers com.github.kbfuse.filesystems.kbfuse,org.virtualbox.kext.VBoxDrv,org.virtualbox.kext.VBoxNetAdp,org.virtualbox.kext.VBoxUSB,org.virtualbox.kext.VBoxNetFlt not approved to load. Please approve using System Preferences.}
    

    But then after a reboot, loading it fails:

    dnmvisser@GA0267 ~$ sudo kextutil -l /Library/Filesystems/kbfuse.fs/Contents/Extensions/11/kbfuse.kext
    Password:
    Executing: /usr/bin/kmutil load --bundle-path /Library/Filesystems/kbfuse.fs/Contents/Extensions/11/kbfuse.kext --load-style start-only
    Error Domain=KMErrorDomain Code=71 "Kernel request failed: (libkern/kext) kext (kmod) start/stop routine failed (-603946985)" UserInfo={NSLocalizedDescription=Kernel request failed: (libkern/kext) kext (kmod) start/stop routine failed (-603946985)}
    
@halilertekin
Copy link

Same error.

❯ ls -la /Library/Filesystems/kbfuse.fs/Contents/Extensions/
drwxr-xr-x root wheel 192 B Mon Sep 20 20:54:02 2021  .
drwxr-xr-x root wheel 224 B Mon Sep 20 20:54:02 2021  ..
drwxr-xr-x root wheel 96 B Mon Sep 20 20:54:02 2021  10.14
lrwxr-xr-x root wheel 5 B Mon Sep 20 20:54:02 2021  10.15 ⇒ 10.14
lrwxr-xr-x root wheel 2 B Mon Sep 20 20:54:02 2021  10.16 ⇒ 11
drwxr-xr-x root wheel 96 B Mon Sep 20 20:54:02 2021  11

❯ keybase install --components=helper,fuse,mountdir,kbfs
▶ INFO Installing Helper
▶ INFO Installing KBFuse
▶ ERROR Error installing KBFuse: exit status 4
▶ INFO Creating mount directory
▶ INFO Removing /Users/halil/Library/LaunchAgents/keybase.kbfs.plist
▶ INFO Waiting for keybase.kbfs to exit...
▶ INFO Stopped keybase.kbfs
▶ INFO Nothing to stop (homebrew.mxcl.kbfs)
▶ INFO log directory "/Users/halil/Library/Logs" is writable by current user
▶ INFO log path "/Users/halil/Library/Logs/keybase.start.log" exists and is writable by current user
▶ INFO paths in plist look ok and have valid permissions
▶ INFO Saving /Users/halil/Library/LaunchAgents/keybase.kbfs.plist
▶ INFO Starting keybase.kbfs
▶ INFO Waiting for keybase.kbfs to be loaded...

@dnmvisser
Copy link
Author

Seems to be fuse related.

2021-10-27T15:44:01.603489+02:00 ▶ [DEBU keybase socket_nix.go:147] 001 Connecting to socket with dialFiles=[/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock /Users/dnmvisser/Library/Caches/Keybase/keybased.sock], bindFiles=/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2021-10-27T15:44:01.603648+02:00 ▶ [DEBU keybase globals.go:606] 002 Created Identify2Cache, max age: 5m0s
2021-10-27T15:44:01.603705+02:00 ▶ [DEBU keybase globals.go:609] 003 Created LinkCache, max size: 4000, clean dur: 1m0s
2021-10-27T15:44:01.603737+02:00 ▶ [DEBU keybase globals.go:611] 004 Created CardCache, max age: 5m0s
2021-10-27T15:44:01.603762+02:00 ▶ [DEBU keybase globals.go:629] 005 made a new full self cache
2021-10-27T15:44:01.603832+02:00 ▶ [DEBU keybase globals.go:631] 006 made a new cached UPAK loader (timeout=10m0s)
2021-10-27T15:44:01.606258+02:00 ▶ [DEBU keybase network_instrumenter.go:96] 007 + DiskInstrumentationStorage: Start
2021-10-27T15:44:01.606820+02:00 ▶ [DEBU keybase globals.go:991] 008 - DiskInstrumentationStorage: Start -> ok [time=4.933µs]
2021-10-27T15:44:01.606853+02:00 ▶ [DEBU keybase network_instrumenter.go:96] 009 + DiskInstrumentationStorage: Start
2021-10-27T15:44:01.606881+02:00 ▶ [DEBU keybase globals.go:992] 00a - DiskInstrumentationStorage: Start -> ok [time=6.187µs]
2021-10-27T15:44:01.610533+02:00 ▶ [DEBU keybase ui.go:620] 00b Setting GPG_TTY to /dev/ttys000
2021-10-27T15:44:01.610594+02:00 ▶ [DEBU keybase globals.go:540] 00c Keybase CLI 5.8.0-20210920184218+ac2177aec7
2021-10-27T15:44:01.610621+02:00 ▶ [DEBU keybase globals.go:540] 00d - Built with go1.13.7
2021-10-27T15:44:01.610637+02:00 ▶ [DEBU keybase globals.go:540] 00e - Visit https://keybase.io for more details
2021-10-27T15:44:01.611052+02:00 ▶ [DEBU keybase main.go:272] 00f + configureProcesses
2021-10-27T15:44:01.611098+02:00 ▶ [DEBU keybase main.go:386] 010 + configureLogging
2021-10-27T15:44:01.611118+02:00 ▶ [DEBU keybase main.go:395] 011 Disabling log forwarding
2021-10-27T15:44:01.611135+02:00 ▶ [DEBU keybase main.go:388] 012 - configureLogging
2021-10-27T15:44:01.611151+02:00 ▶ [DEBU keybase main.go:274] 013 - configureProcesses -> <nil>
2021-10-27T15:44:01.611328+02:00 ▶ [DEBU keybase install_darwin.go:488] 014 Installing components: [fuse]
2021-10-27T15:44:01.611377+02:00 ▶ [INFO keybase app.go:106] 015 Installing KBFuse
2021-10-27T15:44:05.020582+02:00 ▶ [DEBU keybase app.go:77] 016 Output ([--debug --run-mode=prod --app-path=/Applications/Keybase.app --timeout=10 --install-fuse]): 10.27.2021 15:44:01.766 Installer:57[DEBG] Version: 1.1.89
10.27.2021 15:44:01.785 KBInstaller:27[DEBG] Installables: (
    "Privileged Helper",
    Fuse
)
10.27.2021 15:44:01.785 KBInstaller:32[DEBG] Install: Privileged Helper
10.27.2021 15:44:01.785 KBHelperTool:73[INFO] Connecting to keybase.Helper (privileged=1)
10.27.2021 15:44:01.785 KBHelperTool:73[INFO] Connected
10.27.2021 15:44:01.793 KBHelperTool:141[DEBG] Helper version: {
    build = 3;
    version = "1.0.47";
}
10.27.2021 15:44:01.793 KBHelperTool:144[INFO] Running Version: 1.0.47
10.27.2021 15:44:01.810 KBHelperTool:141[DEBG] Helper version: {
    build = 3;
    version = "1.0.47";
}
10.27.2021 15:44:01.810 KBHelperTool:144[INFO] Running Version: 1.0.47
10.27.2021 15:44:01.816 KBInstaller:32[DEBG] Install: Fuse
10.27.2021 15:44:01.816 KBTask:114[DEBG] Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase -d --log-format=file fuse status --bundle-version=4.0.5
10.27.2021 15:44:01.981 KBTask:55[DEBG] Task EOF
10.27.2021 15:44:01.981 KBTask:70[DEBG] Completed
10.27.2021 15:44:01.981 KBTask:72[DEBG] Task (err): 2021-10-27T15:44:01.857760+02:00 ▶ [DEBU keybase socket_nix.go:147] 001 Connecting to socket with dialFiles=[/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock /Users/dnmvisser/Library/Caches/Keybase/keybased.sock], bindFiles=/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2021-10-27T15:44:01.857849+02:00 ▶ [DEBU keybase globals.go:606] 002 Created Identify2Cache, max age: 5m0s
2021-10-27T15:44:01.857894+02:00 ▶ [DEBU keybase globals.go:609] 003 Created LinkCache, max size: 4000, clean dur: 1m0s
2021-10-27T15:44:01.857917+02:00 ▶ [DEBU keybase globals.go:611] 004 Created CardCache, max age: 5m0s
2021-10-27T15:44:01.857930+02:00 ▶ [DEBU keybase globals.go:629] 005 made a new full self cache
2021-10-27T15:44:01.857963+02:00 ▶ [DEBU keybase globals.go:631] 006 made a new cached UPAK loader (timeout=10m0s)
2021-10-27T15:44:01.860795+02:00 ▶ [DEBU keybase network_instrumenter.go:96] 007 + DiskInstrumentationStorage: Start
2021-10-27T15:44:01.860848+02:00 ▶ [DEBU keybase globals.go:991] 008 - DiskInstrumentationStorage: Start -> ok [time=5.852µs]
2021-10-27T15:44:01.860868+02:00 ▶ [DEBU keybase network_instrumenter.go:96] 009 + DiskInstrumentationStorage: Start
2021-10-27T15:44:01.860885+02:00 ▶ [DEBU keybase globals.go:992] 00a - DiskInstrumentationStorage: Start -> ok [time=3.633µs]
2021-10-27T15:44:01.864735+02:00 ▶ [DEBU keybase ui.go:622] 00b Can't set GPG_TTY; discover failed
2021-10-27T15:44:01.864787+02:00 ▶ [DEBU keybase globals.go:540] 00c Keybase CLI 5.8.0-20210920184218+ac2177aec7
2021-10-27T15:44:01.864808+02:00 ▶ [DEBU keybase globals.go:540] 00d - Built with go1.13.7
2021-10-27T15:44:01.864817+02:00 ▶ [DEBU keybase globals.go:540] 00e - Visit https://keybase.io for more details
2021-10-27T15:44:01.865264+02:00 ▶ [DEBU keybase main.go:272] 00f + configureProcesses
2021-10-27T15:44:01.865288+02:00 ▶ [DEBU keybase main.go:386] 010 + configureLogging
2021-10-27T15:44:01.865301+02:00 ▶ [DEBU keybase main.go:395] 011 Disabling log forwarding
2021-10-27T15:44:01.865311+02:00 ▶ [DEBU keybase main.go:388] 012 - configureLogging
2021-10-27T15:44:01.865321+02:00 ▶ [DEBU keybase main.go:274] 013 - configureProcesses -> <nil>
2021-10-27T15:44:01.865792+02:00 ▶ [DEBU keybase fuse_status_darwin.go:46] 014 No kext info available (kext not loaded)
2021-10-27T15:44:01.865845+02:00 ▶ [DEBU keybase fuse_status_darwin.go:136] 015 Loading plist: /Library/Filesystems/kbfuse.fs/Contents/Info.plist
2021-10-27T15:44:01.872784+02:00 ▶ [DEBU keybase warnings.go:54] 016 + PrintOutOfDateWarnings
2021-10-27T15:44:01.872833+02:00 ▶ [DEBU keybase socket.go:68] 017 + GetSocket
2021-10-27T15:44:01.872855+02:00 ▶ [DEBU keybase rpc.go:25] 018 - GetSocket -> ok [time=3.549µs]
2021-10-27T15:44:01.872878+02:00 ▶ [DEBU keybase socket.go:78] 019 | empty socket wrapper; need a new one
2021-10-27T15:44:01.872896+02:00 ▶ [DEBU keybase socket_nix.go:103] 01a + SocketInfo#dialSocket(unix:/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock)
2021-10-27T15:44:01.872918+02:00 ▶ [DEBU keybase socket_nix.go:132] 01b | net.Dial(unix:/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock)
2021-10-27T15:44:01.873187+02:00 ▶ [DEBU keybase socket_nix.go:133] 01c - SocketInfo#dialSocket(unix:/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock) -> ok [time=267.197µs]
2021-10-27T15:44:01.873211+02:00 ▶ [DEBU keybase socket.go:93] 01d | DialSocket -> ok
2021-10-27T15:44:01.874512+02:00 ▶ [DEBU keybase warnings.go:72] 01e Got OutOfDateInfo: keybase1.OutOfDateInfo{UpgradeTo:"", UpgradeURI:"", CustomMessage:"", CriticalClockSkew:0}
2021-10-27T15:44:01.874541+02:00 ▶ [DEBU keybase warnings.go:88] 01f - PrintOutOfDateWarnings
2021-10-27T15:44:01.874573+02:00 ▶ [DEBU keybase warnings.go:16] 020 + PrintAccountResetWarning
2021-10-27T15:44:01.874590+02:00 ▶ [DEBU keybase socket.go:68] 021 + GetSocket
2021-10-27T15:44:01.874602+02:00 ▶ [DEBU keybase rpc.go:25] 022 - GetSocket -> ok [time=449ns]
2021-10-27T15:44:01.875328+02:00 ▶ [DEBU keybase warnings.go:35] 023 - PrintAccountResetWarning
2021-10-27T15:44:01.975904+02:00 ▶ [DEBU keybase globals.go:829] 024 GlobalContext#Shutdown(0xc000110b00)
2021-10-27T15:44:01.976095+02:00 ▶ [DEBU keybase globals.go:872] 025 executing 2 shutdown hooks; errCount=0
2021-10-27T15:44:01.976122+02:00 ▶ [DEBU keybase team_member_count_cache.go:42] 026 TeamMemberCountCache shutdown
2021-10-27T15:44:01.976169+02:00 ▶ [DEBU keybase globals.go:876] 027 executed shutdown hooks; errCount=0
2021-10-27T15:44:01.976186+02:00 ▶ [DEBU keybase network_instrumenter.go:108] 028 + DiskInstrumentationStorage: Stop
2021-10-27T15:44:01.976212+02:00 ▶ [DEBU keybase globals.go:879] 029 - DiskInstrumentationStorage: Stop -> ok [time=10.817µs]
2021-10-27T15:44:01.976257+02:00 ▶ [DEBU keybase network_instrumenter.go:150] 02a + DiskInstrumentationStorage: flush
2021-10-27T15:44:01.976415+02:00 ▶ [DEBU keybase leveldb.go:162] 02b + LevelDb.open
2021-10-27T15:44:01.976450+02:00 ▶ [DEBU keybase leveldb.go:164] 02c | Opening LevelDB for local cache: &{{{0 0} 0 0 1 0} <nil> 0xc0001518b0 0xc0004501a0 /Users/dnmvisser/Library/Application Support/Keybase/keybase.leveldb {0xc000110b00}} /Users/dnmvisser/Library/Application Support/Keybase/keybase.leveldb
2021-10-27T15:44:01.976537+02:00 ▶ [DEBU keybase leveldb.go:165] 02d | Opening LevelDB options: &{AltFilters:[] BlockCacher:<nil> BlockCacheCapacity:0 BlockCacheEvictRemoved:false BlockRestartInterval:0 BlockSize:0 CompactionExpandLimitFactor:0 CompactionGPOverlapsFactor:0 CompactionL0Trigger:0 CompactionSourceLimitFactor:0 CompactionTableSize:10485760 CompactionTableSizeMultiplier:0 CompactionTableSizeMultiplierPerLevel:[] CompactionTotalSize:0 CompactionTotalSizeMultiplier:0 CompactionTotalSizeMultiplierPerLevel:[] Comparer:<nil> Compression:default DisableBufferPool:false DisableBlockCache:false DisableCompactionBackoff:false DisableLargeBatchTransaction:false DisableSeeksCompaction:false ErrorIfExist:false ErrorIfMissing:false Filter:10 IteratorSamplingRate:0 NoSync:false NoWriteMerge:false OpenFilesCacher:<nil> OpenFilesCacheCapacity:48 ReadOnly:false Strict:0 WriteBuffer:12582912 WriteL0PauseTrigger:0 WriteL0SlowdownTrigger:0 FilterBaseLg:0}
2021-10-27T15:44:01.976830+02:00 ▶ [DEBU keybase leveldb.go:179] 02e - LevelDb.open -> ERROR: resource temporarily unavailable
2021-10-27T15:44:01.976869+02:00 ▶ [DEBU keybase leveldb.go:216] 02f LevelDb: doWhileOpenAndNukeIfCorrupted: resetting sync one: resource temporarily unavailable
2021-10-27T15:44:01.976900+02:00 ▶ [DEBU keybase network_instrumenter.go:146] 030 - DiskInstrumentationStorage: flush -> resource temporarily unavailable *error [time=551.741µs]
2021-10-27T15:44:01.976933+02:00 ▶ [DEBU keybase network_instrumenter.go:117] 031 DiskInstrumentationStorage: flush: unable to wait for shutdown: resource temporarily unavailable
2021-10-27T15:44:01.976958+02:00 ▶ [DEBU keybase network_instrumenter.go:108] 032 + DiskInstrumentationStorage: Stop
2021-10-27T15:44:01.976976+02:00 ▶ [DEBU keybase globals.go:883] 033 - DiskInstrumentationStorage: Stop -> ok [time=4.017µs]
2021-10-27T15:44:01.977014+02:00 ▶ [DEBU keybase network_instrumenter.go:150] 034 + DiskInstrumentationStorage: flush
2021-10-27T15:44:01.977095+02:00 ▶ [DEBU keybase network_instrumenter.go:146] 035 - DiskInstrumentationStorage: flush -> ok [time=2.846µs]
2021-10-27T15:44:01.977174+02:00 ▶ [DEBU keybase identify3.go:212] 036 identify3State#runExpireThread: exiting on shutdown
2021-10-27T15:44:01.977235+02:00 ▶ [DEBU keybase globals.go:901] 037 exiting shutdown code=0; errCount=0; firstErr=<nil>

10.27.2021 15:44:01.981 KBTask:73[DEBG] Task (out): {
  "version": "4.0.5",
  "bundleVersion": "4.0.5",
  "kextID": "com.github.kbfuse.filesystems.kbfuse",
  "path": "/Library/Filesystems/kbfuse.fs",
  "kextStarted": false,
  "installStatus": 4,
  "installAction": 1,
  "mountInfos": [],
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  }
}

10.27.2021 15:44:01.999 KBFuseComponent:168[INFO] Current install needs fix
10.27.2021 15:44:01.999 KBFuseComponent:257[DEBG] Helper: kextCopy({
    destination = "/Library/Filesystems/kbfuse.fs";
    source = "/Applications/Keybase.app/Contents/Resources/KeybaseInstaller.app/Contents/Resources/kbfuse.bundle";
})
10.27.2021 15:44:02.054 KBTask:114[DEBG] Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase -d --log-format=file fuse status --bundle-version=4.0.5
10.27.2021 15:44:02.221 KBTask:55[DEBG] Task EOF
10.27.2021 15:44:02.221 KBTask:70[DEBG] Completed
10.27.2021 15:44:02.221 KBTask:72[DEBG] Task (err): 2021-10-27T15:44:02.097586+02:00 ▶ [DEBU keybase socket_nix.go:147] 001 Connecting to socket with dialFiles=[/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock /Users/dnmvisser/Library/Caches/Keybase/keybased.sock], bindFiles=/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2021-10-27T15:44:02.097694+02:00 ▶ [DEBU keybase globals.go:606] 002 Created Identify2Cache, max age: 5m0s
2021-10-27T15:44:02.097733+02:00 ▶ [DEBU keybase globals.go:609] 003 Created LinkCache, max size: 4000, clean dur: 1m0s
2021-10-27T15:44:02.097750+02:00 ▶ [DEBU keybase globals.go:611] 004 Created CardCache, max age: 5m0s
2021-10-27T15:44:02.097763+02:00 ▶ [DEBU keybase globals.go:629] 005 made a new full self cache
2021-10-27T15:44:02.097802+02:00 ▶ [DEBU keybase globals.go:631] 006 made a new cached UPAK loader (timeout=10m0s)
2021-10-27T15:44:02.100889+02:00 ▶ [DEBU keybase network_instrumenter.go:96] 007 + DiskInstrumentationStorage: Start
2021-10-27T15:44:02.100941+02:00 ▶ [DEBU keybase globals.go:991] 008 - DiskInstrumentationStorage: Start -> ok [time=7.222µs]
2021-10-27T15:44:02.100961+02:00 ▶ [DEBU keybase network_instrumenter.go:96] 009 + DiskInstrumentationStorage: Start
2021-10-27T15:44:02.100978+02:00 ▶ [DEBU keybase globals.go:992] 00a - DiskInstrumentationStorage: Start -> ok [time=4.602µs]
2021-10-27T15:44:02.104746+02:00 ▶ [DEBU keybase ui.go:622] 00b Can't set GPG_TTY; discover failed
2021-10-27T15:44:02.104791+02:00 ▶ [DEBU keybase globals.go:540] 00c Keybase CLI 5.8.0-20210920184218+ac2177aec7
2021-10-27T15:44:02.104808+02:00 ▶ [DEBU keybase globals.go:540] 00d - Built with go1.13.7
2021-10-27T15:44:02.104816+02:00 ▶ [DEBU keybase globals.go:540] 00e - Visit https://keybase.io for more details
2021-10-27T15:44:02.105614+02:00 ▶ [DEBU keybase main.go:272] 00f + configureProcesses
2021-10-27T15:44:02.105646+02:00 ▶ [DEBU keybase main.go:386] 010 + configureLogging
2021-10-27T15:44:02.105666+02:00 ▶ [DEBU keybase main.go:395] 011 Disabling log forwarding
2021-10-27T15:44:02.105678+02:00 ▶ [DEBU keybase main.go:388] 012 - configureLogging
2021-10-27T15:44:02.105692+02:00 ▶ [DEBU keybase main.go:274] 013 - configureProcesses -> <nil>
2021-10-27T15:44:02.106214+02:00 ▶ [DEBU keybase fuse_status_darwin.go:46] 014 No kext info available (kext not loaded)
2021-10-27T15:44:02.106281+02:00 ▶ [DEBU keybase fuse_status_darwin.go:136] 015 Loading plist: /Library/Filesystems/kbfuse.fs/Contents/Info.plist
2021-10-27T15:44:02.113145+02:00 ▶ [DEBU keybase warnings.go:54] 016 + PrintOutOfDateWarnings
2021-10-27T15:44:02.113190+02:00 ▶ [DEBU keybase socket.go:68] 017 + GetSocket
2021-10-27T15:44:02.113213+02:00 ▶ [DEBU keybase rpc.go:25] 018 - GetSocket -> ok [time=2.334µs]
2021-10-27T15:44:02.113237+02:00 ▶ [DEBU keybase socket.go:78] 019 | empty socket wrapper; need a new one
2021-10-27T15:44:02.113283+02:00 ▶ [DEBU keybase socket_nix.go:103] 01a + SocketInfo#dialSocket(unix:/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock)
2021-10-27T15:44:02.113346+02:00 ▶ [DEBU keybase socket_nix.go:132] 01b | net.Dial(unix:/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock)
2021-10-27T15:44:02.113619+02:00 ▶ [DEBU keybase socket_nix.go:133] 01c - SocketInfo#dialSocket(unix:/Users/dnmvisser/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock) -> ok [time=274.163µs]
2021-10-27T15:44:02.113646+02:00 ▶ [DEBU keybase socket.go:93] 01d | DialSocket -> ok
2021-10-27T15:44:02.114793+02:00 ▶ [DEBU keybase warnings.go:72] 01e Got OutOfDateInfo: keybase1.OutOfDateInfo{UpgradeTo:"", UpgradeURI:"", CustomMessage:"", CriticalClockSkew:0}
2021-10-27T15:44:02.114838+02:00 ▶ [DEBU keybase warnings.go:88] 01f - PrintOutOfDateWarnings
2021-10-27T15:44:02.114852+02:00 ▶ [DEBU keybase warnings.go:16] 020 + PrintAccountResetWarning
2021-10-27T15:44:02.114866+02:00 ▶ [DEBU keybase socket.go:68] 021 + GetSocket
2021-10-27T15:44:02.114879+02:00 ▶ [DEBU keybase rpc.go:25] 022 - GetSocket -> ok [time=546ns]
2021-10-27T15:44:02.115490+02:00 ▶ [DEBU keybase warnings.go:35] 023 - PrintAccountResetWarning
2021-10-27T15:44:02.215870+02:00 ▶ [DEBU keybase globals.go:829] 024 GlobalContext#Shutdown(0xc000222b00)
2021-10-27T15:44:02.216079+02:00 ▶ [DEBU keybase globals.go:872] 025 executing 2 shutdown hooks; errCount=0
2021-10-27T15:44:02.216112+02:00 ▶ [DEBU keybase team_member_count_cache.go:42] 026 TeamMemberCountCache shutdown
2021-10-27T15:44:02.216139+02:00 ▶ [DEBU keybase globals.go:876] 027 executed shutdown hooks; errCount=0
2021-10-27T15:44:02.216155+02:00 ▶ [DEBU keybase network_instrumenter.go:108] 028 + DiskInstrumentationStorage: Stop
2021-10-27T15:44:02.216176+02:00 ▶ [DEBU keybase globals.go:879] 029 - DiskInstrumentationStorage: Stop -> ok [time=6.716µs]
2021-10-27T15:44:02.216226+02:00 ▶ [DEBU keybase network_instrumenter.go:150] 02a + DiskInstrumentationStorage: flush
2021-10-27T15:44:02.216329+02:00 ▶ [DEBU keybase leveldb.go:162] 02b + LevelDb.open
2021-10-27T15:44:02.216352+02:00 ▶ [DEBU keybase leveldb.go:164] 02c | Opening LevelDB for local cache: &{{{0 0} 0 0 1 0} <nil> 0xc000044ae0 0xc0000bcd00 /Users/dnmvisser/Library/Application Support/Keybase/keybase.leveldb {0xc000222b00}} /Users/dnmvisser/Library/Application Support/Keybase/keybase.leveldb
2021-10-27T15:44:02.216412+02:00 ▶ [DEBU keybase leveldb.go:165] 02d | Opening LevelDB options: &{AltFilters:[] BlockCacher:<nil> BlockCacheCapacity:0 BlockCacheEvictRemoved:false BlockRestartInterval:0 BlockSize:0 CompactionExpandLimitFactor:0 CompactionGPOverlapsFactor:0 CompactionL0Trigger:0 CompactionSourceLimitFactor:0 CompactionTableSize:10485760 CompactionTableSizeMultiplier:0 CompactionTableSizeMultiplierPerLevel:[] CompactionTotalSize:0 CompactionTotalSizeMultiplier:0 CompactionTotalSizeMultiplierPerLevel:[] Comparer:<nil> Compression:default DisableBufferPool:false DisableBlockCache:false DisableCompactionBackoff:false DisableLargeBatchTransaction:false DisableSeeksCompaction:false ErrorIfExist:false ErrorIfMissing:false Filter:10 IteratorSamplingRate:0 NoSync:false NoWriteMerge:false OpenFilesCacher:<nil> OpenFilesCacheCapacity:48 ReadOnly:false Strict:0 WriteBuffer:12582912 WriteL0PauseTrigger:0 WriteL0SlowdownTrigger:0 FilterBaseLg:0}
2021-10-27T15:44:02.216713+02:00 ▶ [DEBU keybase leveldb.go:179] 02e - LevelDb.open -> ERROR: resource temporarily unavailable
2021-10-27T15:44:02.216732+02:00 ▶ [DEBU keybase leveldb.go:216] 02f LevelDb: doWhileOpenAndNukeIfCorrupted: resetting sync one: resource temporarily unavailable
2021-10-27T15:44:02.216759+02:00 ▶ [DEBU keybase network_instrumenter.go:146] 030 - DiskInstrumentationStorage: flush -> resource temporarily unavailable *error [time=446.877µs]
2021-10-27T15:44:02.216792+02:00 ▶ [DEBU keybase network_instrumenter.go:117] 031 DiskInstrumentationStorage: flush: unable to wait for shutdown: resource temporarily unavailable
2021-10-27T15:44:02.216819+02:00 ▶ [DEBU keybase network_instrumenter.go:108] 032 + DiskInstrumentationStorage: Stop
2021-10-27T15:44:02.216834+02:00 ▶ [DEBU keybase globals.go:883] 033 - DiskInstrumentationStorage: Stop -> ok [time=4.276µs]
2021-10-27T15:44:02.216867+02:00 ▶ [DEBU keybase network_instrumenter.go:150] 034 + DiskInstrumentationStorage: flush
2021-10-27T15:44:02.216902+02:00 ▶ [DEBU keybase network_instrumenter.go:146] 035 - DiskInstrumentationStorage: flush -> ok [time=695ns]
2021-10-27T15:44:02.216971+02:00 ▶ [DEBU keybase identify3.go:212] 036 identify3State#runExpireThread: exiting on shutdown
2021-10-27T15:44:02.217082+02:00 ▶ [DEBU keybase globals.go:901] 037 exiting shutdown code=0; errCount=0; firstErr=<nil>

10.27.2021 15:44:02.222 KBTask:73[DEBG] Task (out): {
  "version": "4.0.5",
  "bundleVersion": "4.0.5",
  "kextID": "com.github.kbfuse.filesystems.kbfuse",
  "path": "/Library/Filesystems/kbfuse.fs",
  "kextStarted": false,
  "installStatus": 4,
  "installAction": 1,
  "mountInfos": [],
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  }
}

10.27.2021 15:44:05.017 KBInstaller:45[INFO] Install complete
10.27.2021 15:44:05.017 KBInstaller:49[INFO] Privileged Helper: Installed, Bundle Version: 1.0.47
Version: 1.0.47
10.27.2021 15:44:05.017 KBInstaller:49[INFO] Fuse: Install Error: KextManager failed to load with status: -603947007
Installed, Version: 4.0.5
Kext ID: com.github.kbfuse.filesystems.kbfuse
Kext Loaded: No
Path: /Library/Filesystems/kbfuse.fs
10.27.2021 15:44:05.017 Installer:97[INFO] Exit(4)
2021-10-27T15:44:05.020807+02:00 ▶ [ERRO keybase install_darwin.go:608] 017 Error installing KBFuse: exit status 4

@joaodinissf
Copy link

This seems to be a duplicate of #24578.

@RayOei
Copy link

RayOei commented Nov 10, 2021

Please 'vote' on main issue instead of adding "me too's"!

@JPry
Copy link

JPry commented Nov 10, 2021

@RayOei Which is the main issue? #24578?

@RayOei
Copy link

RayOei commented Nov 10, 2021

@JPry The main post or indeed the first report of the same issue. Adding "me too's" is not helpful for the maintainers, generates a lot of noise with the email notifications and doesn't add new information to an issue. That is where the voting (emojis) is for.

@maxtaco
Copy link
Contributor

maxtaco commented Dec 1, 2021

Closed as duplicative of #24636

@Groggy66
Copy link

I'm sorry for any mistakes 👋

@Groggy66 Groggy66 mentioned this issue Jan 21, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants
@maxtaco @JPry @dnmvisser @halilertekin @joaodinissf @RayOei @Groggy66 and others