/srv/irclogs.ubuntu.com/2021/02/01/#ubuntu-server.txt

=== de-facto_ is now known as de-facto
=== denningsrogue2 is now known as denningsrogue
kinghatI installed an NVME SSD via a PCIe adapter but it's not showing up in lsblk for some reason04:31
kinghatit's little green LED is on and it's seated properly04:31
kinghatthe chip is not hot04:31
TJ-kinghat: what adapter? M2 ?04:31
kinghatI've never had NVME ssd in this Ubuntu server install04:32
kinghatTJ-: yep04:32
TJ-kinghat: are you sure the adapter is NVME and not just AHCI/SATA ?04:33
kinghatya, I'll get the link, one sec04:33
kinghathttps://www.ebay.com/itm/Inateck-M-2-PCIe-Adapter-PCIe-x4-to-M-2-SSD-NVMe-Card-Bracket-with-Heatsink-/27442067198604:34
TJ-kinghat: what does this report? "lspci -nn -d ::0108"04:36
kinghatnothing04:37
TJ-kinghat: that should report something like "01:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd Device [144d:a809]"04:37
kinghatbtw how do you scroll up a terminal w/o a mouse?04:37
TJ-kinghat: so it looks like you've a hardware/connection problem04:37
TJ-kinghat: on a physical TTY local console?04:38
kinghatya04:38
TJ-I think it's Shift+Up or PageUp04:38
kinghatI'm at the machine w/o a mouse04:38
kinghatya that's what I thought but no dice04:39
TJ-I always have tmux or screen deployed to make such things easier04:41
kinghateven while on the device?04:44
TJ-of course04:44
kinghatI reseated it and mucked in the BIOS for a couple mins04:51
kinghatmaybe can get her going04:51
kinghatstill nothing04:52
kinghathttps://irc.kinghat.xyz/uploads/9c30a370809b4052/16121551498585767455925901978247.jpg04:52
TJ-kinghat: does it have network?04:54
kinghatthe server? ya04:54
TJ-can you show us "pastebinit <( journalctl -k )"04:56
kinghatthis /p/gKPfRrhrKs/ is the path04:59
kinghatfor the record, my BIOS doesn't support booting from NVME but I didn't think that would matter for a data drive 🤷‍♂️05:01
kinghathttp://paste.ubuntu.com/p/gKPfRrhrKs/05:03
TJ-kinghat: I suspect the clue is at line 399 "pci_bus 0000:02: extended config space not accessible" - I do not see that bus reported in your photo of lspci05:05
TJ-kinghat: so, either a firmware config issue, or hardware05:05
kinghatfirmware? as in BIOS? I'm on the latest already there05:06
TJ-kinghat: there may be a configuration option that is preventing this05:08
TJ-kinghat: you could also try adding a kernel command-line option "pci=nocrs"05:08
kinghatlike legacy BIOS stuffs?05:08
TJ-kinghat: no, something to do with PCIe devices or slots05:09
kinghatthe LSI card I have in there didn't put up any issues when it went in05:10
kinghatshould I be able to see the drive in the BIOS at all? even if it doesn't support booting from NVME ?05:21
TJ-Depends on the firmware - most recent systems should show it05:23
kinghatthis is hp z220 so like 2013 I think05:24
kinghathttps://irc.kinghat.xyz/uploads/5fd3d652e8015136/16121571474221350019685037470904.jpg05:26
kinghathttps://irc.kinghat.xyz/uploads/cd7b4e5fc07fed1b/1612157179600941941995376651448.jpg05:26
kinghathttps://irc.kinghat.xyz/uploads/8c96cb04db5a75be/16121572074596085856025554879096.jpg05:27
kinghathttps://irc.kinghat.xyz/uploads/f83309ce636884 no idea what this is: 89/16121572513054818833116043765651.jpg05:27
kinghathttps://irc.kinghat.xyz/uploads/14cf612a83f14e51/1612157320851772152701744438764.jpg05:28
kinghathttps://irc.kinghat.xyz/uploads/3145734ba7180729/16121573666797891151803912717051.jpg05:29
TJ-kinghat: have you tried it in alternate slots, or another PC, to ensure the adapter+NVME works?05:29
kinghatI just tried it in a different slot. not on another machine, no.05:30
TJ-That's what I'd do right now before wasting more time on it05:31
kinghatI'm gave to do it tomorrow. time for bed. thanks for your time 🙏 I'll ping you with results 😁05:33
lordievaderGood morning07:37
=== StathisA_ is now known as StathisA
jamespageicey: I'm nearly there with the ceph snapshot for pacific09:24
jamespageriscv64 and armhf fixes just uploaded for testing09:24
jamespageI need to pull in the patch you're working on as well09:24
iceyjamespage: +1, let me know if I can help in any way09:24
HamidrezaHi, when I restart my networking server, it is shown and error!!!13:48
Hamidrezahttps://pastebin.ubuntu.com/p/X3PcDs6pv3/13:49
Hamidrezathe error : https://pastebin.ubuntu.com/p/msz9trzTSB/13:50
HamidrezaI would appreciate if you help me on: https://pastebin.ubuntu.com/p/msz9trzTSB/13:50
oerhekstypo? 255.255.252.0 > 255.255.255.014:00
Hamidrezaoerheks, No14:01
Hamidrezait's my subnet14:01
jamespageicey: this is agnoising - 3.5 hrs to find the next type size mismatch issue on armhf14:20
jamespagethe main issue is that ceph does not build/test against any 32 bit archs14:21
iceyheh jamespage14:21
garoI have a problem that's no longer a problem, but that is the problem... To be more precise:16:42
garoI wanted to install 20.04.1 on a btrfs with everything in the subvolume /@ instead of / (reason: i want to be able to use timeshift)16:43
garoNow it seems that the installer doesn't do this by default (anymore?). So i spent the last couple of hours figuring out a way to make it work16:44
garo(fstab and grub caused me a lot of sh*t)16:45
garoBut i never thought of actually asking: Does anyone else still do this and can this be done with only 1 command instead of all the commands that i had to use ?16:46
garoMost important reason that i'm asking, i'm the only that tested my method and i only tested it on 1 server. Chances are that it will fail horribly depending on:16:47
garothe amount of hard disks, gpt or not, grub version, amount of partitions, uefi or not, ...16:48
UssatNot only dont do it, but never seen a reason to16:54
garotimeshift is my reason17:01
Ussatah...we..we dont use that, but sounds like a pita17:02
garoi don't want to create snapshots manually, timeshift is the only frontend i know for handling btrfs snapshots17:02
garoIt's really nice, it supports btrfs (snapshots) and rsync (backups). I wouldn't use it for rsync, alternatives enough but i love it for btrfs17:05
Ussatahh, ya ok dont use BTRFS here so no idea17:05
garoI discovered after i installed a mint on a btrfs on my laptop, now i can no longer live without it17:05
garoext4 ?17:06
UssatI use EXT4 on my older systems, XFS on newer RH17:08
garoRH=Redhat ?17:08
UssatRH doesnt officially support BTRFS so, we dont either17:08
UssatYa17:09
UssatWe use mostly RH but a handfull of Ubuntu also17:09
garoI should starting rh a bit more in the future, i barely know anything anymore about how to use it17:10
UssatTBH, Linux is pretty much Linux, some of the details may differ, but thats it17:11
garorh 4 was my first distro, rh 6 the last on that i actually used17:12
garoin ~20 years a distro can change a lot17:12
garodamn, i'm getting old :-(17:13
garoi started with linux when i was 16, took me a whole day to get xfree86 working while hoping that wrong frequencies wouldn't blow up my crt monitor17:14
UssatI started with AIX 4.X, NOw manage the UNIX team here17:15
UssatAIX/RHEL and Ubuntu17:15
mybalzitchugh mode lines17:17
Ussatheh17:18
Ussatremember printcap ?17:18
UssatI managed AIX 4.X systems that ran a large plotter17:19
Ussatthat was evil17:19
tieinvs17:43
furicleI'm attempting to bare metal install Server 20.04.1 from USB.  It boots from the stick, and ends at a cloud-init message saying I can install from ssh or tty1.  There is nothing started on any of the TTYs.  I tried with 'safe graphics' and got same result.   Suggestions?18:51
=== odc_ is now known as odc
=== MIF is now known as UnexpectedEOF

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!