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

[BUG] mmcblk drive on Chromebook not showing up in webui #712

Open
tismofied opened this issue Nov 11, 2024 · 1 comment
Open

[BUG] mmcblk drive on Chromebook not showing up in webui #712

tismofied opened this issue Nov 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tismofied
Copy link

Describe the bug
A clear and concise description of what the bug is.

mmc disk not showing up on the webui
Expected behavior
A clear and concise description of what you expected to happen.
expected the drive inside my chromebook would show up in the webui

debug log:

time="2024-11-11T09:07:38-05:00" level=debug msg="{\n\t\"api\": {\n\t\t\"endpoint\": \"http://192.168.10.163:8081/\"\n\t},\n\t\"commands\": {\n\t\t\"metrics_info_args\": \"--info --json\",\n\t\t\"metrics_scan_args\": \"--scan --json\",\n\t\t\"metrics_smart_args\": \"--xall --json\",\n\t\t\"metrics_smartctl_bin\": \"smartctl\"\n\t},\n\t\"devices\": [],\n\t\"host\": {\n\t\t\"id\": \"Ubuntu\"\n\t},\n\t\"log\": {\n\t\t\"file\": \"/tmp/web.log\",\n\t\t\"level\": \"DEBUG\"\n\t},\n\t\"notify\": {\n\t\t\"urls\": [\n\t\t\t\"ntfy://ntfy.tismosmarthome.tk/TismoHomelab-Monitor\"\n\t\t]\n\t},\n\t\"version\": 1\n}<nil>" type=metrics
time="2024-11-11T09:07:38-05:00" level=info msg="Verifying required tools" type=metrics
time="2024-11-11T09:07:38-05:00" level=info msg="Executing command: smartctl --scan --json" type=metrics
{
  "json_format_version": [
    1,
    0
  ],
  "smartctl": {
    "version": [
      7,
      4
    ],
    "pre_release": false,
    "svn_revision": "5530",
    "platform_info": "x86_64-linux-6.8.0-48-generic",
    "build_info": "(local build)",
    "argv": [
      "smartctl",
      "--scan",
      "--json"
    ],
    "exit_status": 0
  }
}
time="2024-11-11T09:07:38-05:00" level=info msg="Sending detected devices to API, for filtering & validation" type=metrics
time="2024-11-11T09:07:38-05:00" level=debug msg="Detected devices: []" type=metrics
time="2024-11-11T09:07:38-05:00" level=debug msg="&{true [] []}" type=metrics
time="2024-11-11T09:07:38-05:00" level=info msg="Main: Completed" type=metrics
root@user-ubuntu:/opt/scrutiny/config# lsblk
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0          7:0    0     4K  1 loop /snap/bare/5
loop1          7:1    0  73.9M  1 loop /snap/core22/1663
loop2          7:2    0  74.2M  1 loop /snap/core22/1621
loop3          7:3    0 273.6M  1 loop /snap/firefox/5187
loop4          7:4    0  66.2M  1 loop /snap/core24/609
loop5          7:5    0 273.6M  1 loop /snap/firefox/5239
loop6          7:6    0  10.7M  1 loop /snap/firmware-updater/127
loop7          7:7    0  11.1M  1 loop /snap/firmware-updater/147
loop8          7:8    0 505.1M  1 loop /snap/gnome-42-2204/176
loop9          7:9    0 406.3M  1 loop /snap/gnome-46-2404/48
loop10         7:10   0  17.4M  1 loop /snap/localsend/25
loop11         7:11   0  91.7M  1 loop /snap/gtk-common-themes/1535
loop12         7:12   0  17.4M  1 loop /snap/localsend/26
loop13         7:13   0 211.5M  1 loop /snap/mesa-2404/143
loop14         7:14   0  10.5M  1 loop /snap/snap-store/1173
loop15         7:15   0  10.7M  1 loop /snap/snap-store/1218
loop16         7:16   0  38.8M  1 loop /snap/snapd/21759
loop17         7:17   0   500K  1 loop /snap/snapd-desktop-integration/178
loop18         7:18   0   568K  1 loop /snap/snapd-desktop-integration/253
mmcblk0      179:0    0  58.3G  0 disk 
├─mmcblk0p1  179:1    0     1G  0 part /boot/efi
└─mmcblk0p2  179:2    0  57.3G  0 part /
mmcblk0boot0 179:8    0     4M  1 disk 
mmcblk0boot1 179:16   0     4M  1 disk

the collector is running on Ubuntu
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"

@tismofied tismofied added the bug Something isn't working label Nov 11, 2024
@tismofied tismofied changed the title [BUG] [BUG] mmcblk drive on Chromebook not showing up in webui Nov 11, 2024
@tismofied
Copy link
Author

ubuntu-scrutiny
The scan seems to be working and I can ping the endpoint from this ubuntu laptop . I don't understand why it's not showing up in the webui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant