Yesterday my son noticed these bugs on our keyboard. There were dozens in total. The pictures were the biggest ones. They were maybe the size of a ballpoint pen ball in total diameter (much flatter, obviously).
I assumed they were spiders. Wiped them up. And dumped them in the garbage outside.
Then I noticed dozens more, much smaller, still, along the piano.
I those up, too, this time with rubbing alcohol hoping pick them up and even kill them off.
But now I’m worried they were seed ticks?? Yuck.
Anyway. Anyone know for sure? This is in Wisconsin.
I have a couple more pics, but they aren’t much better. I should have taken a video…
Me again, back with another probably dumb question, but you beautiful bastards have been so helpful so far, I can't stay away!
I got 10x 10TB SAS drives from FB market place. They look like they're in good shape and the guy says he pulled them from the live server of a family member who passed. HGST. most/all are 2018.
I brought them home and tried to mount them one-by-one in an xpenology VM to smart test them (easiest place I had set up for SMART tests).
But most of my troubleshooting has just involved looking at the HBA menus in BIOS and seeing if the drives even show up. Currently only 1 seems to reliably.
and I got a weird mix of drive showing up fine, but others not showing up at all. I also got a couple drives that passed a SMART test, then when I pulled them and tried to remount them later, they don't even show up?
I tried using molex to SATA power adapters to rule out 3.3v, didn't help.
I don't think it's formatting because some of them mounted at least once and they all came from the same server.
I tried putting the HBA in another PCIe slot, plan to try the third slot tonight.
I might try another HBA, rule out bad board.
I plan to try the third PCIe slot tonight, try to rule that out...
What else?
They could be just bad drives, but the seller seemed genuine and they look like they're in good shape. He even pinged me after the sale to see how they worked out for me.. doesn't seem like a scammer.
Also, a couple questions: 1) these should be hot-swappable, right? and 2) what would happen if this PCIe x8 card is in a PICE x4 slot?
Me again, back with another probably dumb question, but you beautiful bastards have been so helpful so far, I can't stay away!
I got 10x 10TB SAS drives from FB market place. They look like they're in good shape and the guy says he pulled them from the live server of a family member who passed. HGST. most/all are 2018.
I brought them home and tried to mount them one-by-one in an xpenology VM to smart test them (easiest place I had set up for SMART tests).
But most of my troubleshooting has just involved looking at the HBA menus in BIOS and seeing if the drives even show up. Currently only 1 seems to reliably.
and I got a weird mix of drive showing up fine, but others not showing up at all. I also got a couple drives that passed a SMART test, then when I pulled them and tried to remount them later, they don't even show up?
I tried using molex to SATA power adapters to rule out 3.3v, didn't help.
I don't think it's formatting because some of them mounted at least once and they all came from the same server.
I tried putting the HBA in another PCIe slot, plan to try the third slot tonight.
I might try another HBA, rule out bad board.
I plan to try the third PCIe slot tonight, try to rule that out...
What else?
They could be just bad drives, but the seller seemed genuine and they look like they're in good shape. He even pinged me after the sale to see how they worked out for me.. doesn't seem like a scammer.
Also, a couple questions: 1) these should be hot-swappable, right? and 2) what would happen if this PCIe x8 card is in a PICE x4 slot?
Me again. The guy with the NIC problem from before.
I installed the Rx590 and it shows up in lspci as an RTX 2070. I was hoping it was just Proxmox not having drivers or something, but when I pass it into the Hackintosh it's meant for, it shows as NVIDIA there too:
Like the title says. I installed a GPU, everything posts and boots fine. The lights on the Ethernet port are lit up and will stay lit up indefinitely (I assume) if I leave it at the kernel select screen.
But as soon as I load a kernel, the lights go dark. It also is not shown as an active client on my gateway, so it’s not working at all.
I’ve tried lots of commands I’ve found to force it up. It looks to me like the NIC assigned to vmbr0 is correct. Etc. I just can’t get it to work.
If I remove the GPU, it immediately works again. NIC stays up after the kernel loads and I can access the web UI as normal.
rooteprox. *
root@prox:*# ip a
10: «LOOPBACK, UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 :: 1/128 scope host noprefixroute valid_lft forever preferred_lft forever
enpsso: ‹BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOHN group default qlen 1000 link/ether a8:a1:59:be:f2:33 brd ff:ff:ff:ff:ff:ff
enp0s31f6: «NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc pfifo_fast master vmbro state DOWN group default qlen 1000 link/ether a8:a1:59:be:f2:32 brd ff:ff:ff:ff:ff:ff
vmbrO: ‹NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether a8:a1:59:be:f2:32 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.3/24 scope global vmbro valid_lft forever preferred_lft forever
root@prox: *# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto vmbro
iface vmbro inet static
address 192.168.1.3/24
gateway 192.168.1.1
bridge-ports enp0s31f6
bridge-stp off bridge-fd o
iface enps0 inet manual
source /etc/network/interfaces.d/*
root@prox: ~# service network restart
Failed to restart network.service: Unit network.service not found.
I can’t even figure out how to tell if it’s supported or not. If it is supported, I can’t figure out how to enable it. If it is enabled, idk where I should be seeing it in proxmox!