Android 版 1Password に保存されたパスキーでメルカリにログインできない問題のメモ
ちょうどメルカリで買い物をして、その直後にアプリの入ったスマホを割ってしまって、でも受取連絡と評価をしないといけなくて、こんなメールが届いた。


調べてみると「アカウント作り直すしかない」という割と恐ろしいツイートを発見してしまう(´;ω;`)ブワッ
メルカリのパスキーは1passwordが使えない上に、登録してあるとパスキー以外の認証ができなくなるっぽい。その上既存パスキーの削除だいぶ面倒くさそうなので、アカウント消すしかなさそう...
— dot (@_dot) September 10, 2024
Androidの設定
- 設定→パスワードとアカウント

設定→パスワードとアカウント - 優先するサービス

優先するサービス - 1Password→Google

1Password→Google - 優先するサービスがGoogleになっていればOK

優先するサービスがGoogleになっていればOK
メルカリアカウントの回復
指示に従って回復用のURLをメールで受け取る。
デジタル認証アプリ
本人確認のためマイナンバーカード必須。メルカリの認証リクエストを許可後、パスキーを登録。
あとはメルカリアプリでログインでOKでした。ログインが終われば再び設定から 優先するサービス を 1Password に戻せばOKです。というメモ。
Android 版 1Password に保存されたパスキーでメルカリにログインできない問題のメモ
ちょうどメルカリで買い物をして、その直後にアプリの入ったスマホを割ってしまって、でも受取連絡と評価をしないといけなくて、こんなメールが届いた。


調べてみると「アカウント作り直すしかない」という割と恐ろしいツイートを発見してしまう(´;ω;`)ブワッ
メルカリのパスキーは1passwordが使えない上に、登録してあるとパスキー以外の認証ができなくなるっぽい。その上既存パスキーの削除だいぶ面倒くさそうなので、アカウント消すしかなさそう...
— dot (@_dot) September 10, 2024
Androidの設定
- 設定→パスワードとアカウント

設定→パスワードとアカウント - 優先するサービス

優先するサービス - 1Password→Google

1Password→Google - 優先するサービスがGoogleになっていればOK

優先するサービスがGoogleになっていればOK
メルカリアカウントの回復
指示に従って回復用のURLをメールで受け取る。
デジタル認証アプリ
本人確認のためマイナンバーカード必須。メルカリの認証リクエストを許可後、パスキーを登録。
あとはメルカリアプリでログインでOKでした。ログインが終われば再び設定から 優先するサービス を 1Password に戻せばOKです。というメモ。
ツール系メモ on Arch Linux
Arch Linuxにインストールしているツール系のメモ
bat
cat の代替
install
sudo pacman -S bat
usage
cat みたいに使うだけ
fzf
fuzzy なファイル検索
install
sudo pacman -S fzf
setup(zsh)
source /usr/share/fzf/key-bindings.zsh && source /usr/share/fzf/completion.zsh
usage
| shortcut | 内容 |
|---|---|
Ctrl+t |
カレントディレクトリのファイルとフォルダを一覧する (例: git commit に続けて Ctrl+t を押し、Tab でファイルを選択し、最後に Enter で決定) |
Ctrl+r |
シェルコマンドの履歴を検索 |
Alt+c |
曖昧検索で選択したカレントディレクトリを変更 |
delta
進化した diff / git diff
install
yay -S git-delta
setup
~/.gitconfig
以下、追加
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
side-by-side = true
line-numbers = true
[merge]
conflictStyle = zdiff3
usage
# 通常のdiff delta file1.txt file2.txt # side by side # ~/.gitconfig で side-by-side = true なのでデフォルト delta --side-by-side file1.txt file2.txt # git git diff git show git log -p
eza
進化した ls
install
sudo pacman -S eza
setup
~/.zshrc
以下、追加 && source
# eza alias ll="eza -la" alias lg="eza -la --git" alias tree="eza --tree"
usage
# カラフルなファイル一覧表示(詳細情報/隠しファイル) ll # Git情報を表示 lg # ツリー表示 tree
zoxide
よりスマートな cd
install
sudo pacman -S zoxide
setup
echo 'eval "$(zoxide init bash)"' >> ~/.zshrc && source ~/.zshrc
usage
| command | 内容 |
|---|---|
z foo |
cd into highest ranked directory matching foo |
z foo bar |
cd into highest ranked directory matching foo and bar |
z foo / |
cd into a subdirectory starting with foo |
z ~/foo |
z also works like a regular cd command |
z foo/ |
cd into relative path |
z .. |
cd one level up |
z - |
cd into previous directory |
zi foo |
cd with interactive selection (using fzf) |
z foo<SPACE><TAB> |
show interactive completions (zoxide v0.8.0+, bash 4.4+/fish/zsh only) |
tldr
進化した man
install
sudo pacman -S tldr
usage
tldr {command}
htop
進化した top
install
sudo pacman -S htop
usage
htop
AMD Radeon Ⅶ で kernel panic になるので kernel を linux-lts に切り替えた on ArchLinux
背景
最新の kernel だと頻繁に kernel panic を起こすようになった。
またkernel panicした⋯(´;ω;`)ブワッhttps://t.co/AbE6pwilhu
— Motoki Tokifuji ™ 👨🦽➡️の無能賢者 (@tokifujp) August 29, 2025
ChatGPT先生に聞いてみたら linux-lts にすると良いとのお達しが…
とりあえず linux-lts に kernel を変更してみて様子見るhttps://t.co/e8Lr8oJiHW
— Motoki Tokifuji ™ 👨🦽➡️の無能賢者 (@tokifujp) August 29, 2025
kernel panic のときのログ
Panic Report Arch: x86_64 Version: 6.16.3-arch1-1 [74683.902840] pcieport 0000:03:00.0: [ 6] BadTLP [74781.975020] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [74781.975033] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [74781.975037] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [74781.975043] pcieport 0000:03:00.0: [ 6] BadTLP [75354.696984] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [75354.696998] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [75354.697003] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [75354.697008] pcieport 0000:03:00.0: [ 6] BadTLP [76151.326245] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [76151.326258] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [76151.326263] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [76151.326269] pcieport 0000:03:00.0: [ 6] BadTLP [76613.445031] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [76613.445042] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [76613.445046] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [76613.445050] pcieport 0000:03:00.0: [ 6] BadTLP [76674.677612] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [76674.677621] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [76674.677624] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [76674.677627] pcieport 0000:03:00.0: [ 6] BadTLP [77053.047834] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [77053.047846] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [77053.047849] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [77053.047852] pcieport 0000:03:00.0: [ 6] BadTLP [77094.659714] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [77094.659729] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [77094.659734] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [77094.659740] pcieport 0000:03:00.0: [ 6] BadTLP [77294.149777] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [77294.149789] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [77294.149795] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [77294.149800] pcieport 0000:03:00.0: [ 6] BadTLP [77318.730618] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [77318.730641] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [77318.730647] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [77318.730656] pcieport 0000:03:00.0: [ 6] BadTLP [77366.135298] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [77366.135312] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [77366.135316] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [77366.135322] pcieport 0000:03:00.0: [ 6] BadTLP [77642.712866] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [77642.712877] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [77642.712880] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [77642.712884] pcieport 0000:03:00.0: [ 6] BadTLP [77724.205930] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [77724.205941] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [77724.205944] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [77724.205947] pcieport 0000:03:00.0: [ 6] BadTLP [78910.344503] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [78910.344518] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [78910.344521] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [78910.344526] pcieport 0000:03:00.0: [ 6] BadTLP [78952.888626] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [78952.888648] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [78952.888656] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [78952.888664] pcieport 0000:03:00.0: [ 6] BadTLP [79140.960706] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [79140.960722] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [79140.960728] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [79140.960735] pcieport 0000:03:00.0: [ 6] BadTLP [80203.233403] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [80203.233417] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [80203.233422] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [80203.233427] pcieport 0000:03:00.0: [ 6] BadTLP [80440.520917] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [80440.520927] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [80440.520929] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [80440.520932] pcieport 0000:03:00.0: [ 6] BadTLP [80671.238779] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [80671.238795] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [80671.238800] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [80671.238806] pcieport 0000:03:00.0: [ 6] BadTLP [80795.870426] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [80795.870437] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [80795.870439] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [80795.870442] pcieport 0000:03:00.0: [ 6] BadTLP [81047.281535] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [81047.281548] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [81047.281553] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [81047.281559] pcieport 0000:03:00.0: [ 6] BadTLP [82131.897846] pcieport 0000:00:02.0: AER: Correctable error message received from 0000:03:00.0 [82131.897864] pcieport 0000:03:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID) [82131.897869] pcieport 0000:03:00.0: device [1002:14a0] error status/mask=00000040/00002000 [82131.897874] pcieport 0000:03:00.0: [ 6] BadTLP [83609.558406] mce: CPUs not responding to MCE broadcast (may include false positives): 6-11,18-23 [83609.558421] mce: CPUs not responding to MCE broadcast (may include false positives): 6-11,18-23 [83609.558430] Kernel panic - not syncing: Timeout: Not all CPUs entered broadcast exception handler [83610.655975] Shutting down cpus with NMI [83610.667878] Kernel Offset: 0x26800000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
linux-lts のインストール
sudo pacman -S linux-lts linux-lts-headers
/boot/limine/limine.conf
linux-lts と linux-lts-fallback のエントリーを追加する。
timeout: 5
/Arch Linux (linux-lts)
protocol: linux
path: boot():/vmlinuz-linux-lts
cmdline: root=PARTUUID=c4d44f88-02 zswap.enabled=0 rw rootfstype=ext4
module_path: boot():/initramfs-linux-lts.img
/Arch Linux (linux-lts-fallback)
protocol: linux
path: boot():/vmlinuz-linux-lts
cmdline: root=PARTUUID=c4d44f88-02 zswap.enabled=0 rw rootfstype=ext4
module_path: boot():/initramfs-linux-lts-fallback.img
/Arch Linux (linux)
protocol: linux
path: boot():/vmlinuz-linux
cmdline: root=PARTUUID=c4d44f88-02 zswap.enabled=0 rw rootfstype=ext4
module_path: boot():/initramfs-linux.img
/Arch Linux (linux-fallback)
protocol: linux
path: boot():/vmlinuz-linux
cmdline: root=PARTUUID=c4d44f88-02 zswap.enabled=0 rw rootfstype=ext4
module_path: boot():/initramfs-linux-fallback.img
reboot すると linux-lts と linux-lts-fallback が選択肢に追加される。
様子見中ではあるが今のところ kernel panic は起きていない。
HyprlandはML4Wで楽に設定できる
以前、こんなことを書いたんですけど…
あれからまもなくして見つけてしまったんですよ。ML4Wを…
GitHubは↓
インストールすると諸々必要なパッケージもインストールされます。
設定画面ができていて、

~/.config/hypr/conf/ 配下に置かれている conf ファイルをいじれます。

例えば Monitors の設定はインストールしたデフォルト設定では default.conf が選択されますが、自分は p700.conf という設定ファイルを作成してそれを選択しています。

インストーラーにも設定ファイルのバックアップ機能があるのですが、なんだかんだいって自分は p700.conf という名前を別名でつけて、ML4Wを更新したりしたときもそこから設定を復元させています。
とにかくちまちま設定する時間が惜しい人には良い仕組みです。サクッとHyprland環境が立ち上がります。オススメです。そんじゃまた👋