[15:03] Hi, can anyone help me with a preseed issue, it fails when trying to install the grub bootloader. Here is the partman section of my preseed file: https://pastebin.com/raw/F265bZgw - The error is: "Volume group sda not found" then next line "Cannot process volume group sda" - I also have in my preseed: "d-i grub-installer/bootdev string /dev/sda1" but that's ignored if I chroot into /target and run parted, I can see /boot is on /d [15:04] ran out of bug reports to read, nothing to go on [15:12] maeud: looks wrong to me; you're mixing LVM and raw partitioning [15:13] I thought I needed /boot like that as everything else is encrypted TJ- [15:14] maeud: that's not what I mean; you've done d-i partman-auto-lvm/... so it assumes an LVM layout but then d-i partman-auto/disk string /dev/sda so it expects an LVM VG 'sda' [15:15] maeud: if you want LVM it needs to be in one or more of the partitions [15:16] from the docs that's meant to be used in conjunction TJ- ? [15:17] that option sets the disk to use (if more than one) then you set the method to use [15:22] maeud: but for the /boot/ file-system don't you need $lvmignore{ } ? [15:22] I'll try it TJ- see if that helps [15:24] ok running through now, see in 5 min or so [15:24] maeud: also, is this creating MBR or GPT? IF GPT there needs to be a BIOS-boot partition for GRUB's core image [15:25] How would I see that TJ- ? [15:25] it should be MBR, how can I confirm? [15:25] 150GB disk [15:25] maeud: examine the result when it works/fails :) [15:26] go into bios and see if efi is enabled and if it is then likely it will be gpt [15:26] maeud: as in "sudo blkid /dev/sda" should show PTTYPE= [15:26] yeah it's MBR [15:26] I saw msdos disk before [15:26] in parted [15:27] it's a VM cryptodan, but it's MBR [15:27] gen 1 VM in hyper-v [15:27] maeud: OK, so grub-install will write the core.image to the spare sectors from #1 to just before the start of partition #1 [15:28] OK, it's working through the install, see in a min [15:33] no luck TJ-, it's still giving me the same error: "Volume group "sda" not found" [15:41] maeud: so you need to capture debug logging, plus examine what has been created on disk, to figure out how it differs from your intention. [15:44] I presume you're expecting sda1{ext4} sda2{LUKS->LVM} [15:45] pretty much, sda1 /boot, sda5 crypt [15:45] sda5 implies an extended partition [15:46] presumably partman creates that by default no matter how many partitions you configure [15:48] TJ-: https://imgur.com/a/yNmeHZl [15:48] does that look right? [15:54] maeud: not really much use; use "lsblk /dev/sda" [16:06] lsblk doesn't exist in target TJ- [16:06] sorry, it does exist but can't read [16:06] it doesn't exist outside of target but if I copy it from target it doesn't have access to libs, sec [16:09] TJ-: here's lsblk of /dev/sda: https://i.imgur.com/gvrklAB.png [16:10] maeud: so the disk layout is correct; therefore there must be something affecting the LVM VG name for it to decide on 'sda'! does "sda" exist anywhere else in the preseed file? [16:12] just "d-i partman-auto/disk string /dev/sda [16:12] " [16:16] If I comment that line out TJ- it prompts for me to select partitioning method, then if I select manual, it says no root file system defined [16:17] maeud: then there's something else going on your preseed file. If I were you I'd test it in a virtual machine to make investigation/examination easier [16:18] I am testing in a VM [16:18] sec let me post it [16:21] TJ-: https://pastebin.com/raw/6f3Anx4f [16:21] nothing else referencing it [16:25] maeud: if it's a VM then you chroot mount the install and look at the debian-installer/partman log files [16:25] I can't complete the install, do you mean in the vt? [16:27] /var/log/partman [16:27] I'll look there [16:27] You're using a VM to test, so you can shut down the VM, and chroot-mount the disk-images [16:31] I've never liked d-i preseeding, especially partman; I prefer scripts I can control [16:32] I'm using preseeding to do the minimal amount as possible as it's a bit of a nightmare [16:32] playbook doing the rest [16:32] just need to get an install up and running [16:36] I wrote scripts to test a RAID+LUKS+LVM install this week [16:38] so how do I see what's going on here TJ-, I can see the debug logs for partman and syslog, hw [16:38] it's specifically grub install where it fails [16:38] I've pointed it to sda1 which we've confirmed is /boot [16:39] how do you mean, you've pointed it to sda1 ? [16:39] remember with the bootdev option which seems to be ignored [16:40] I'd check the d-i log see what command line it is using for grub-install, because it /should/ be "grub-install /dev/sda" [16:41] where about is that one, I chose the menu item for debug logs, it gives me hardware-summary, partman and syslog [16:43] anyone here run a gitlab server that uses LDAP ? [16:43] maeud: I'd suspect syslog [16:44] nothing in syslog, that's what I posted before, it literally just gives me those 2 errors about sda vg [16:45] The joys of d-i ! [16:46] that's it [16:50] ok it's in debug mode now [17:06] place your details here qwebirc16206 [17:06] Hi! I can't install Ubuntu Server 18.04 on my machine. [17:06] I have 2 HDDs and want t setup RAID1. [17:07] Here is the error image: https://drive.google.com/file/d/1dfw_TpcUDGbepl4sO5arQ97Tc-SNUrHn/view [17:08] It says curtin command block-meta [17:08] and the step is 9/11 [17:10] did you try to install ON the raid or make raid after ? [17:11] I tried to create RAID during the installation. Manual partitioning, like this: [17:11] qwebirc16206, Just share the steps of installation. And where are you installing it? [17:14] bipul: nothing special [17:14] https://drive.google.com/open?id=1kroSfFCI5Su1ODcdzkCncXo_Hj2lD7sV [17:14] Peronsally, I would raid after... [17:14] TJ-: the install process is using "grub-installer", it takes /target as an argument then throws that error about sda vg unknown [17:14] it's a udeb pkg [17:15] bipul: standard configuration up to partitioning [17:15] I have attached an image of what the partitions looked like [17:16] maeud: so something in the configuration is confusing it into thinking the VG name is the raw disk name - no idea! [17:17] tomreyn: here is the info: Ubuntu-Server 18.04.1.0 LTS "Bionic Beaver" - Release amd64 (20180725.1+apt) [17:17] Ussat: what? how? [17:17] qwebirc16206: ok. based on your screenshot, the installer seems to be trying to create a RAID-0 array, not RAID-1. are you sure you configured RAID-1? [17:19] and grub-installer is a 1.3k line bash script [17:19] awesome [17:19] tomreyn: yes, I have configured RAID1 [17:19] see this: https://drive.google.com/file/d/1kroSfFCI5Su1ODcdzkCncXo_Hj2lD7sV/view [17:19] where did you find RAID0? [17:20] Oh, indeed, I see it... [17:20] qwebirc16206, https://www.digitalocean.com/community/tutorials/how-to-create-raid-arrays-with-mdadm-on-ubuntu-18-04 [17:21] qwebirc16206: this mentioned "raid-0", but maybe that's just the name of the curtin module: https://lh6.googleusercontent.com/6xRkZPJHz1IUEV4TZ8KLyK43BHrTFGSxRgkVdlkfrXUAxSV8bHKLXTHjgJRn0E90b4GPpyLYad5Qbw=w1720-h1242 [17:21] To be fair, I dont raid much most of my servers are SAN connected to an isilon [17:21] or maybe it's yet another curtion / subiquity bug. [17:22] qwebirc16206: use the alternative (classic, debian) installer [17:22] I haven't seen that option... [17:22] There is this installation, OEM installation and check disk. [17:23] Is it this OEM installation that you meant? [17:23] qwebirc16206: no, i'm referring to a different ISO download [17:23] qwebirc16206: see "alterantive downloads" at https://www.ubuntu.com/download/server [17:25] qwebirc16206: can you confirm that this system boots in UEFI mode? [17:26] So much easier with scripts and deboostrap! :) [17:27] i'm actually considering to write a new installer in bash [17:27] maybe someone did this already. [17:29] yes, it boots in UEFI [17:29] there is also a /boot/efi partition [17:31] i noticed. i'm just thinking about reproducing it. i was hoping the latest build of the default server installer would fix most issues, but i guess many remain unfixed. [17:33] is this odd that it shows i have 1 security update when i log in and when i search for updates it says up2date? https://paste.debian.net/hidden/d99e2318/ [17:34] kinghat: no, the motd may not have been updated yet [17:35] right, there's some 'caching' involved [17:35] oh. its been a few days iirc. [17:36] update-motd I think [17:37] as an extra package? will it work itself out? [17:37] kinghat: there's a tool you can execute "update-motd" that runs all the scripts that add their bits to the MOTD [17:38] kinghat: scripts are dropped in /etc/update-motd.d/ and those are run and their output gathered by update-motd [17:38] hmm this is odd: https://paste.debian.net/hidden/e994c8c2/ [17:39] kinghat: it could be due to the specific script, from update-notifier-common, /usr/lib/update-notifier/update-motd-updates-available [17:39] i had messed with grub when i had to take over the machine to get my user back into the sudo group/sudoers file. [17:41] kinghat: oh, that looks like something caused by curtin/containers stuff, check if there's files in /etc/default/grub.d/ [17:42] kinghat@kinghat-server:/etc/default/grub.d$ ls -ln [17:42] total 4 [17:42] -rw-r--r-- 1 0 0 140 Aug 21 20:42 50-curtin-settings.cfg [17:42] menu.lst? sounds like grub1 (AKA 0.98) when it should be grub2 [17:44] i cant remember what i did to grub because it wasnt formatting correctly on the screen or something like that when i was trying to get into recovery. then i just used a live cd to get sudo to change the sudoers file. [17:45] maybe i did that grub-boot-repair thing. its been a month or more. [17:45] pastebinit <( cat /etc/os-release; echo; dpkg -l | grep grub) [17:46] i see. maybe the above output is irrelevant then [17:46] https://paste.ubuntu.com/p/9mmJ5S5JSs/ [17:46] just install grub2 to the boot disk [17:47] is this an AWS system? [17:47] nah just ubuntu server on a thumb drive in the house. [17:48] i'm not sure what grub-legacy-ec2 actually does but i guess i would just remove it then [17:48] also purge the bios variant of grub2 if you use efi [17:49] There's a postinst script that runs and generates that /etc/default/grub.d/50-curtin-settings.cfg which causes some GRUB v1 crud to be done; I seem to recall it is due to some weirdness on AWS or some other 'cloud' [17:49] i.e. sudo apt purge grub-pc grub-legacy-ec2 [17:49] I can't find the bug now but I was dealing with that issue some time ago [17:49] and then sudo grub-install /dev/whereever [17:49] ok TJ- [17:50] i dont know for sure if its efi or not. its an old HP workstation board that has a bunch of stuff turned off to be able to run outside of an HP chassis and a PSU converter etc. [17:50] i remember that Xen PV systems always had trouble booting with grub2 [17:52] IIRC there's some environment variable which can tell you how the system booted (UEFI vs BIOS), but i forgot the details and cant find it now [17:52] hmmm, maybe it was something else, maybe to do with /etc/cloud/cloud.cfg.d/ [17:53] ill look tomreyn [17:53] if you have a /sys/firmware/efi directory then you have uefi [17:53] tomreyn: I generally check sysfs /sys/firmware/efi/ [17:53] :) thanks [17:54] tomreyn: right, but it may not have booted with legacy mode, I seem to recall, there's a subtlety to it - checking the efivars I think [17:54] actually i made this up about the environment variable. [17:54] oops, lose the "not" from that last line [17:54] kinghat@kinghat-server:/sys/firmware/efi$ ls [17:54] config_table efivars fw_platform_size fw_vendor runtime runtime-map systab vars [17:55] kinghat: so thats a system which booted in uefi mode [17:55] got ya. so do i need to check `efivars` or just that i have `efivars`? [17:56] unless TJ-'s subtlety applies, which i'm not aware of [17:57] kinghat: given that sysfs is present / mounted, if you have a directory /sys/firmware/efi then you booted in uefi mode. [17:58] i assume this is what you were asking? [18:00] tomreyn: yes basically. [18:01] so still run the purges and sudo grub-install? [18:03] kinghat: personally, in a situation where "i cant remember what i did to grub [..] maybe i did that grub-boot-repair thing", i would, yes. [18:04] tomreyn: it would be really useful to have a /proc/sys/kernel/bootloader_method [18:04] is there a default dir grub installs to or i should put it in dev/? [18:05] https://paste.debian.net/hidden/10785d0e/ [18:06] TJ-: yes, indeed. [18:06] * TJ- considers a patch and what Linus' reaction would be :) [18:06] ROOOOAR! [18:07] lel [18:08] kinghat: looks fine to me, if it does to you? [18:08] kinghat: you run grub.install against a storage, not a directory. [18:08] what does the 2 not fully installed or removed means? [18:09] have you ever tried to grep for 'efi' or 'EFI' in kernel where #define and #DEFINE are everywhere!? [18:09] kinghat: that you have 2 packages which are neither in state 'ii' not in state 'un' [18:10] dpkg -l | grep -Ev '^(un|ii)' [18:11] https://paste.debian.net/hidden/d7ec8494/ [18:12] here is the dpkg grep: https://paste.debian.net/hidden/2ad5d621/ [18:12] just "touch /boot/grub/menu.lst" and run it again, looks like the post removal script is buggy [18:13] touch needs permission? [18:14] depends on what it wants to touch [18:14] for touching /boot/grub/menu.lst it'll need sudo [18:14] also make sure /boot is actaully mounted [18:15] https://usercontent.irccloud-cdn.com/file/1SP5V3OX/image.png [18:15] why grub2? thats new [18:16] but i guess you can just agree and then reinstall anything thats missing [18:17] ummmm lol [18:18] so this is effectively starting fresh with grub? [18:18] i havent clicked yes yet. [18:22] tomreyn: looks like we can rely on the sysfs node: https://paste.ubuntu.com/p/5qYCCWm2C5/ [18:24] should everything grub related on my system be removed and then added back? [18:38] tomreyn: https://paste.debian.net/hidden/08e4e972/ [18:42] TJ-: thanks for looking this up [18:46] kinghat: such a nicely broken package. maybe just purge "dpkg --purge" grub-pc and grub-legacy-ec2. or purge all of grub , then reinstall grub-efi-amd64 grub-common [18:47] * grub2-common [18:48] tomreyn: `dpkg --purge grub*` ? [18:54] kinghat: i think dpkg only handles one package at a time, but not sure [18:54] other than that, yes [18:54] youre correct. try with apt purge? [18:57] anyone know if it's possible to boot an ISO stored within an LVM partition into RAM at grub launch time? [18:57] kinghat: apt purge didnt seem to work, so i suggested dpkg --purge [18:57] asking because I need to weekly Clonezilla this system to a backup disk and i need some GRUB guidance :| [18:57] (they give me an ISO) [19:01] teward: there's "grub-imageboot" ("boot iso, harddisk and floppy images with grub2 and syslinux memdisk") and "grml-rescueboot" ("Integrates Grml ISO booting into GRUB"). i had mixes results with those on an uefi booting system (have not tried legacy bios). i think the grml ones worked with some iso's but not others. [19:01] generally grub can boot from an iso [19:02] (but maybe not all of them, not sure) [19:02] tomreyn: right, but the tricky part is, the documentation I found doesn't anticipate the ISO being inside an LVM LV [19:02] it anticipates it being on a physical partition somewhere [19:02] ... which... I don't actually have at the moment. [19:02] since this system is full-disk LVM. [19:02] since this system is full-disk LVM except for 512MB at the start for a boot partition. [19:02] oh, yes, you said LVM, sorry, no idea then [19:02] yeah that's where I'm getting stuck :| [19:02] I mean TO BE FAIR [19:02] I could probably replicate this in an LV [19:02] shrink the PV, i guess [19:03] tomreyn: last time I did that I torched the partition table LOL [19:03] I'll do that after I take a Full Disk Image later :P [19:03] and i'll just USB boot for that ;P [19:03] ... remind me how to shrink a PV again xD [19:03] shrink a PV safely* [19:03] i wouldnt dare doing it live either [19:04] and i'd need to look up how to do it, too [19:04] i did it before, and it worked, that's all i rmeember [19:05] i only need like 300MB so eh [19:05] i'mma backup my system with a full disk image first though [19:05] that way if I fubar it i can restore it [19:05] again [19:05] it shouldn't be hard to shrink the LVs. I'll have to recreate the swap LV though [19:05] but that won't be a problem. [19:06] IIRC when you shrink the PV (after shrinking the LVs) you have to provide the target size explicitly, which is silly, it doesn'T have anything like ext4's "minimal size" option where it shrinks to the smallest possible size automatically [19:08] so it's a bit of try and error: you guess the new size, then have lvm resize the PV, then it either prints a warning saying the ewuivalent of "this looks to small but it did it anyways" or the equivalent of "all fine". [19:08] tomreyn: i ran it again anyways and got this: https://paste.debian.net/hidden/e6779eea/ [19:08] in the former case you re-reun it with a slightly larger size [19:08] ...until oyu get rid f the warning [19:09] kinghat: yeay, this actually worked [19:09] it didnt remove `grub.d` though. [19:09] whats left in /etc/grub.d ? [19:10] kinghat@kinghat-server:/etc/grub.d$ ls -ln [19:10] total 4 [19:10] -rwxr-xr-x 1 0 0 424 Dec 10 02:00 25_custom [19:11] kinghat: and that contains? [19:12] i have 40_custom and 41_custom on this bionic [19:13] tomreyn: https://paste.debian.net/hidden/73c80033/ [19:13] kinghat: did you or some other admin of this system create this file? [19:14] im the only one. not that i remember. [19:14] kinghat: and do those files actually exist on /boot/efi/EFI/ubuntu/ ? [19:16] ...or in /boot/efi/EFI/BOOT [19:16] yes. among others [19:17] and blkid reports that your ESP'S UUID is 84C3-4FDF ? [19:17] https://paste.debian.net/hidden/adb4e53c/ [19:18] blkid | grep 'PARTLABEL="efi"' [19:18] sdc1 is UUID 84C3-4FDF [19:18] and is potentially your ESP [19:19] so i guess you can keep it, or remove it, whatever you like [19:19] it shouldnt do any harm [19:19] just adds 3 extra entries on your grub menu [19:20] wont grub install just make a new one? [19:20] a new what? [19:21] `grub.d` [19:21] not if it's already there, otherwise it'll add to what's already there [19:21] i mean: not if it's already there, it'll add to what's already there [19:22] but if its not there it will just start fresh? [19:22] tomreyn: the alternative is I shrink the LV's down considerably to make sure there's enough space and leftover extents to not deal with anything [19:22] but then shrink the PV from there, but that's... tricky. [19:23] teward: i don't think i'm getting the alternatives you're dioscussing. one is to shrink LVs, then the PV, the other is...? [19:24] tomreyn: > you guess the new size, then have lvm resize the PV, then it either prints a warning saying the ewuivalent of "this looks to small but it did it anyways" or the equivalent of "all fine". [19:24] ^ avoid this by ultrashrinking :P [19:25] there is actually a bunch of stuff still in `/boot`: https://paste.debian.net/hidden/f3ab06d3/ [19:25] shrink the LV way smaller than it needs to be but meh [19:25] tomreyn: i'mma do a Full Disk Backup now then attempt to NOT explode the system heh [19:32] teward: if you have unpartitioned space on the VG which is backed by exactly one PV then you can just pvresize with the trial-and-error approach. if you have a VG backed by multiple PVs youmay have to pvmove (to move VG data (extents) off one of the PVs) first, so you can remove this PV. [19:32] and i dont think you need to do it 'way smaller', no [19:33] im not sure if its ready to be 'regrubbed' or not but shouldnt `grub-pc` add everything back like the efi stuffs or does that have to be installed manually as well? [19:34] kinghat: if those /boot/grub* are there while all the grub* packages are purged, then you should proibably purge those untracked files. [19:34] "dpkg -S /path/to/directoryorfile" to check whether its part of a package [19:34] tomreyn: i ALMOST deleted the wrong thing lol [19:34] switched the lvremove options xD [19:34] teward: whoops [19:34] that could've been bad xD [19:35] i think you real yjust want to test whether you bare metal recovery procedure works [19:36] considering i've already restored this twice before... :P [19:36] kinghat@kinghat-server:/etc/grub.d$ dpkg -S /boot/grub [19:36] dpkg-query: no path found matching pattern /boot/grub [19:36] kinghat: congratulations for testing it. [19:36] remove those as well? [19:38] kinghat: i run an ubuntu 18.04 desktop which does uefi booting and don't have /boot/grub [19:38] so i guess you dont need it. after all its not part of any package you have installed. so, yes, i guess it can go. [19:39] ill get rid of the `grub.bak` dir as well [19:39] it would help if you knew what you did to your system :) [19:39] i assuem this is a result of running "boot repair" [19:40] ya. then i manually went in via livecd sudo and fixed the sudoers file [19:40] should have just done that from the start [19:40] but i thought there was a problem with grub. [19:40] there wasnt. [19:40] i made a problem though. :P [19:41] tomreyn: another stupid quesiton, but is there a way to map known partitions to what their GRUB root= equivalents are :| [19:41] or do I have to drop to the grub cli to do that [19:42] teward: the UUIDs? those are printed by blkid [19:43] teward: is this what you meant? [19:44] tomreyn: close enough [19:44] i'll read the grub manpage [19:44] i have to full disk image this first [19:44] tomreyn: https://paste.debian.net/hidden/f250554c/ [19:44] back in a bit. [19:46] not sure about the `/efi/ubuntu/` `grub.cfg` and `grubx64.efi` files [19:48] kinghat: grub-install should replace them when you run it. [19:48] ok. can i remove the `grub.d` dir or just the `25_custom` file in it? [19:49] /boot/efi/ubuntu/grubx64.efi is stage1 of grub, grub.cfg points it to where stage2 is located [19:50] kinghat: if you still dont have any grub packages installed, you can just remove all of /etc/grub.d/ [19:51] ok its gone. [19:51] so `grub-install` or `grub-pc`? [19:51] be sure to install grub2 and grub2-common and to run update-grub and grub-install soon, though, or you wont be able to boot. [19:52] those are apples and oranges: grub-install is a command, grub-pc is a package name. [19:53] sorry, it's not "grub2 and grub2-common" but "grub-efi-amd64 and grub2-common" [19:53] i mean do i need to have grub before i can `grub-install`? [19:53] although this may actually both work [19:54] kinghat: yes, you wont have the grub-install command before you installed the package which provides it. [19:54] so install it [19:56] doesnt one of the grub packages already bring in `grub-efi-amd64`? [19:58] if you install "grub2" or "grub" this may depend on / install grub-efi-amd64, i have not checked [19:58] regardless: https://paste.debian.net/hidden/a5456c62/ [19:58] what matters is that you'll have grub-efi-amd64 and grub-efi-amd64-bin and grub2-common in the end [19:59] i dont see any errors on the output, do you have any questions? [19:59] so now `update-grub` and then `grub-install`? [20:00] corret [20:00] correct [20:00] "grub-install" takes one argument, the destination device. [20:00] ok i dont want to mess that one up. [20:01] i usually install to multiple devices, just in case one breaks. [20:01] so `grub-install /dev/sdc` via the blkid output here: https://paste.debian.net/hidden/adb4e53c/ [20:02] ignore what i just said, this doesn'T apply to uefi (unless you have multiple ESPs) [20:03] yes, "grub-install /dev/sdc" is probably correct. [20:03] i'm a bit puzzled why this is not sda, though [20:03] i did `grub-probe -t device /boot/grub` and it says /dev/sdc2 but i only need the sdc? [20:04] me too lol [20:04] you seem to have zfs on sda and sdb, i'm not into this [20:04] i dont know how that happened tbh. [20:04] there's a lot of rather relevant things you should try to be more in the know of. ;-) [20:05] kinghat: it's good to know or be able to tell, by yourself, how the boot process works, in case it breaks [20:06] https://paste.debian.net/hidden/d27c8455/ [20:07] do i need to `grub-update` again? [20:09] i havent restarted but i logged out of the session and back in and im not seeing any updates like before. so [20:09] kinghat: no. check the files and modification dates in /boot/efi/EFI/ubuntu/ [20:10] i'd expect that at least grubx64.efi has a current file modification time [20:10] maybe grub.cfg also [20:10] https://paste.debian.net/hidden/d972f2cb/ [20:10] just `grubx64.efi` [20:13] ok. that's fine. we already looked at grub.cfg and it pointed at the correct ESP [20:13] scared to reboot [20:13] you shouild be able to reboot fine. [20:14] here goes [20:14] if it doesn't work immediately, see if you can pick this grubx64.efi on your uefi configuration interface [20:14] you mean from the bios? [20:14] yes [20:14] im remote atm. [20:15] oh, good luck then [20:15] i'd rather wait unil i'd be back on site [20:15] unless i had out of band management [20:15] or remote hands [20:15] physical access is... all the way downstairs.. [20:16] that sounds acceptable, if you're not in a 64 floor skyscraper without a lift. [20:16] lol [20:16] `reboot` initiated! [20:20] im in! [20:20] yay! [20:20] tyvm tomreyn! [20:20] :) [20:20] just can't get past this stupid grub issue at all === crimastergogo_ is now known as crimastergogo [21:48] tomreyn: well... that didn't go well. Managed to restore, but I had to do some... not cool tactics. [21:48] Ultimately just GUI booted to a Live Desktop USB with a patched gparted and did the LVM resize [21:48] which apparently WORKS when the right patch is applied [21:49] i'll have to bug the Desktop team at some point to fix this. [22:12] re-did the whole process and it starts the grub install, screen goes black and it loops trying to restart the screen [22:12] can't win [22:12] lol [22:45] is there any tools to block bots ? [22:45] on website [23:19] Checkmate: fail2ban works pretty well, as far as blocking malicious bots and other attacks [23:20] In terms of valid search engine bots, robots.txt is how you control what they crawl. [23:29] is it possible to buy ip from somewere and use that ip in your vps provider (and not the ip of vps host it self)? You own the ip and can attach it to anywhere? [23:31] you'd need an ASN, and for your VPS provider to allow you to announce your ASN within their network. Not impossible but usually costly [23:32] and I'm not sure they (ARIN) would sell you a /24 (255 IP's) let alone a single ip [23:34] where to get ip ? [23:35] type "buy ip space" into Google [23:36] k