/srv/irclogs.ubuntu.com/2021/09/23/#ubuntu.txt

kylingfshsdfgsgsdfg02:26
=== genii is now known as genii-core
dbaI have this crontab 00 15 * * * /usr/bin/python3 /root/app/ip.py but it does not get executed everyday at 15hrs. What could be the reason?03:12
KelI feel like you're missing a dot somewhere03:42
Keloh, no I guess not. hmm03:42
Kelhttps://gavinwiener.medium.com/how-to-schedule-a-python-script-cron-job-dea6cbf69f4e <- down at the bottom here they talk about running the script explicitly instead of calling python and pointing it at the script.03:46
KelThat might help?03:46
Keloh, right, tagging people xD dba - that's for you03:46
dbathanks Kel, I did some research and I'v learn the crontab does not work if there were some output generated by the script so I did >/dev/null 2>&1 but still does not work03:48
KelOh... huh03:49
KelUnfortunately CRON isn't a thing I've had much need for over the years, so I'd be in the same boat as you with looking it up as I go along, and I don't know your full context so I can't really help much I think.03:52
KelI will assume you've tested the script and the script works?03:52
Kellike - perhaps cron is doing what it's supposed to, but the problem is actually the script?03:52
dbaKel, the script works fine. I never had issues with cron neither nohup but now also nohup doesnt seems ot be working as well03:54
alkisgdba: where did you put that crontab line, in `crontab -e`, in `sudo crontab -e`, or in /etc/cron.d?04:14
=== popey2 is now known as popey
geirhaand it won't stop working if there's output. It's just that if there is output, it will mail it to you, so you'll want to avoid it outputting stuff unless there's an error or something else worth mailing you about08:19
=== ixokani is now known as swinnenb
avcIs it possible to get a notification when microphone and webcam are in use by other applications on Ubuntu?08:49
=== kai3 is now known as kai
BluesKajHi folks11:53
vladoskiHi guys, I don't understand why on my Ubuntu machine Chrome doesn't pin tabs properly. If I close and open again my browser those pinned tabs are not present anymore12:08
vladoskiOn my Mac it works properly12:09
BinarySavioris there a way to use the same id_rsa to log onto multiple accounts on the same remote server12:14
BinarySaviorright now my id_rsa works for root@host.com but not user@host.com12:14
BinarySaviorI want to be able to log in to user@host.com as well12:15
ravageThen you have to put your private key into that user's authorized_keys file too12:15
ravageOops12:15
ravagePublic of course12:15
BinarySavioroh okay, that makes sense12:16
BinarySaviornice it worke12:19
BinarySaviorworked12:19
BinarySaviorin ubuntu calculator, is there a way to scroll through history using keyboard instead of mouse?12:24
Daulityhey13:26
Daulityanyone got experience with dnsmasq ? i want to run the dhcp server but it says in the log that a dhcp packet received on eth1 which has no address13:26
Daulityi assume this is because i do not have a address currently set on eth113:27
Daulitybut how do i fix this?13:27
Daulityi know how to set a ip address for example with ifconfig but then dnsmasq can't hand out dhcp anymore13:27
Daulitysys that there is no room in the range or something13:28
Daulity"no address range available"13:28
leftyfbDaulity: which version of ubuntu?13:30
Daulity20.0413:31
leftyfbducasse: which ip address is on eth1 and please pastebin your /etc/default/dnsmasq and /etc/dnsmasq.conf or if you edited something in /etc/dnsmasq.d/*13:36
leftyfbsorry, Daulity13:37
Daulityno address on eth113:37
leftyfbDaulity: step #1  set a static ip address on the interface you want dnsmasq to listen on (make sure that interface isn't plugged into a network with a DHCP server/router already)13:38
Daulitygive me a moment to create the pastes13:38
Daulityleftyfb: step #1 is important13:41
DaulityxD13:41
DaulityI thought dnsmasq would set the interface13:41
Daulityfor some reason13:41
leftyfbDaulity: you set which interface or address to listen on in the config. There's lots of tutorials on this13:48
=== thegodsquirrel is now known as Wizard
=== Wizard is now known as wizard
=== wizard is now known as thegodsquirrel
Daulityleftyfb: yes i have all that set14:31
Daulityit works14:32
Daulityi had to as you suggested set the ip on the interface first14:32
Daulityi think i made a mistake the first time when trying this probably switched around some number or something14:32
Daulitynow i am wondering if i can setup it in such a way that the dhcp server is aproachable through a name rather then a ip address :) (running a webserver on the dhcp server)14:34
leftyfbhuh?14:36
=== genii-core is now known as genii
massakerhow would one go about setting up 2 monitors using same desktop but 2 different resolutions?15:13
cbreakI've not managed to do that from the GUI15:44
=== _miruoy is now known as miruoy
zph1nxHello, still trying to work on my autoinstall setup on 20.04, now ive run into the issue during the install process that only the *.ubuntu.com host via apt seems to be reachable during installation, which hinders me using my own lan apt repo. Anyone know any reason for this?16:21
Guest6988hey guys how can i make a shortcut of a .sh-script that will do bash execution on double click16:26
=== Guest6988 is now known as ubuntuidiot
ubuntuidiotdid you all die16:32
golden_ticketHey guys16:35
golden_ticketHey guys. I'm curious if someone here might be able to help me out. I went to the xen irc channel but no one there is responding. I installed xen in ubuntu 20.04.2 LTS but I get an error "panic on cpu 0 + timer doesn't work"16:35
tomreyngolden_ticket: it'll be good to explain what you did exactly to get this error message, and what hardware you're running on (CPU and RAM mostly). and of course, your ubuntu version and kernel version.16:39
golden_tickettomreyn: I ran "sudo apt-get install xen-hypervisor-amd64" and then rebooted. I'm using asus zenbook. I'm using and i9 processor and idk what kind of ram16:41
golden_tickettomreyn: thanks for the input16:41
=== Ricardus_ is now known as Ricardus
tomreyngolden_ticket: your ubuntu release / version and kernel version? cat /proc/version_signature; grep PRETTY /etc/os-release16:43
golden_ticketUbuntu 5.11.0-36.40~20.04.1-generic 5.11.2216:44
golden_ticketPRETTY_NAME="Ubuntu 20.04.2 LTS"16:44
tomreynvmstat -s | head -116:44
golden_ticket32684560 K total memory16:44
tomreyngolden_ticket: so you got the "panic on cpu 0 + timer doesn't work" error message during installation of the package, or during reboot, or when?16:46
golden_ticketDuring reboot. Installation went fine (I assume). As I didn't have to reboot during installation.16:46
golden_ticketI rebooted after it installed.16:46
tomreynthis isn't you, is it? https://askubuntu.com/questions/1271889/why-cant-i-book-xen-hypervisor-on-ubuntu-20-04-1-panic-on-cpu-0-timer-doesnt16:48
golden_ticketHaha! Yeah that's me all right. I did find a solution a year or so ago from someone on IRC that involved modifying "dogwatch" as I recall.16:49
tomreynthere are "watchdogs", i don't know "dogwatch"16:50
golden_ticketAh16:50
golden_ticketSorry.16:50
golden_ticketI meant watchdog16:50
tomreynis secure boot disabled?16:50
golden_tickettomreyn: I'm not sure. How do I check?16:50
tomreynyou grab your mainboard / laptop manual and look it up16:51
golden_ticketAh via bios? I can boot into it and check16:51
golden_ticketI'll have to leave IRC though and come back16:51
tomreynyou should get a second computer / smartphone / tab or whatever16:51
tomreynbut yeah, give it a try16:51
=== golden_ticket is now known as golden_ticket_pc
golden_ticketOkay I'm on via my phone16:53
golden_ticketRebooting laptop now16:53
golden_ticketSecure boot is disabled16:54
golden_ticketAs is fastboot16:54
tomreynin case it persissts, if you can get a screen shot of the error message, that'll get you extra points.16:54
tomreynbecause "panic on cpu 0 + timer doesn't work" is not an exact quote16:54
golden_ticketOkay16:54
golden_ticketThe best I can do is a phone pic16:54
tomreynwhich is fine, just upload it to imgur.com or something and post the link here - 5 or so characters to type.16:55
golden_tickethttps://ibb.co/6mnKZ2P16:56
golden_ticketHere's a screenshot16:56
tomreynso you were chatting from the same computer here but also got this critical sounding error message,. how did you achieve this? did the system keep booting after it?16:57
golden_ticketI booted to the normal kernel rather than the hypervisor16:57
tomreyndirect link (for anyone following) https://i.ibb.co/zrn351R/20210923-115600.jpg16:57
golden_ticket_pcOkay I'm booted back in16:58
tomreynso the error message does say what you should try, did you try this?16:59
tomreynjournalctl -b | grep DMI:    reports what?16:59
tomreynand what's the greater goal in making xen work?17:00
golden_ticket_pcSep 23 11:57:42 Nostromo kernel: DMI: ASUSTeK COMPUTER INC. ZenBook Pro Duo UX581GV_UX581GV/UX581GV, BIOS UX581GV.300 08/29/201917:00
golden_ticket_pcI just want to run vm's via terminal. I get that I can do that with virtualbox but I'm partial to xen. I like using the hypervisor17:00
golden_ticket_pcI did try to boot with napic option, didn't help17:00
tomreynt's "noapic"17:01
tomreynit's "noapic"17:01
golden_ticket_pcOh. typo17:01
golden_ticket_pcSorry I meant I booted with noapic17:01
tomreynnow or when you tried?17:01
golden_ticket_pcjust now17:01
tomreyndid you look for bios updates?17:02
golden_ticket_pcno. Should I try updating bios?17:02
tomreynif virtualization fails with acpi-like errors, that's amongst the first things i would try.17:02
golden_ticket_pcAh17:03
golden_ticket_pcI didn't know that17:03
golden_ticket_pclet me check bios, thanks17:03
golden_ticketI'm still here17:03
tomreynVersion 308 (release date 2020/07/15) is the latest17:03
tomreynUX581GV.300 will be version 30017:03
golden_ticketI have version 30017:04
tomreynthat's what i meant to say,17:05
golden_ticketOh I see17:05
golden_ticketOkay so step one is updating bioa17:05
golden_ticketBios*17:05
tomreynthe changelogs towards 309 are not useful, just say "Optimize system performance". but this could well cover this.17:05
tomreynhttps://www.asus.com/us/Laptops/For-Home/Zenbook/Zenbook-Pro-Duo-UX581/HelpDesk_BIOS/17:07
tomreynyou have the ...GV model)17:07
golden_ticketThanks17:08
golden_ticketShould I unzip the file before putting it on the flash drive?17:10
golden_ticketI think so17:10
golden_ticketNvm yeah17:10
tomreynyes most likely17:11
tomreynyou'll need to place it on a fat file system. storing it on your existing EFI system partition can also work17:11
golden_ticketThanks17:12
golden_ticketUpgrade in process17:14
golden_ticketSame error on boot17:18
tomreyngolden_ticket: so when you passed the noapic option during boot, how did you do it? which line did you edit, how?17:19
golden_ticketNow we have a new issue. Booting to the normal kernel does not work. It instead boots into busy box17:20
golden_ticketWth17:20
golden_ticketWhy would upgrading bios do this?17:20
tomreyndoes it say?17:20
golden_ticketIt just gives me a busy box shell17:21
golden_ticketAh17:21
golden_ticketHere we go17:21
tomreyndid you make sure to reconfigure the bios like it was before the upgrade?17:21
golden_tickethttps://ibb.co/njZgmT917:22
golden_ticketNo17:22
golden_ticketGood point17:22
golden_ticketLet me go back and check bios17:22
tomreyndirect link to image https://i.ibb.co/x6PCLyW/20210923-122131.jpg17:22
golden_ticketHmm17:25
tomreynthe cpi error you encountered is not usually fatal, i.e. boot would normally continue17:25
tomreyn*acpi error17:25
golden_ticketWell I modified bios to be back how it was and the issue persists17:26
golden_ticketIt throws this error and boots to busybox17:26
tomreyndoes this output anything - in busybox:   echo $REASON17:26
golden_ticketSorry I reconfigured bios, didn't downgrade it17:26
golden_ticketYes it does17:27
tomreynand that is?17:27
golden_ticketIt says alert uuid=series of characters does not exist! Dropping to shell!17:27
golden_ticketSo the uuid has changed17:27
tomreynapparently grub is unable to find the configured partition which contains its / file system17:28
tomreyni mean linux's, not grub's17:28
EriC^^maybe raid/ahci bios option?17:29
tomreyndo laptops have this?17:29
golden_ticketI don't think my laptop even has more than one hdd17:29
golden_ticketOr whatever kind of disk drive it is17:29
tomreynwell it's worth looking for either way17:29
golden_ticketOkay17:29
EriC^^anything about ahci at all golden_ticket ?17:29
tomreynfeel free to take screen shots of any bios screens17:30
golden_ticketNo. Busy box doesn't say anything about ahci17:30
golden_ticketOkay17:30
EriC^^no i mean in the bios options17:30
golden_ticketI'm about to check17:30
golden_tickethttps://ibb.co/DWcG0Yn17:32
golden_tickethttps://ibb.co/7gm14y517:33
golden_tickethttps://ibb.co/NVF7JgC17:33
golden_tickethttps://ibb.co/VWnmtMY17:34
golden_tickethttps://ibb.co/Q9vvGPB17:34
golden_tickethttps://ibb.co/rthZnds17:35
golden_ticketThose are all of the pictures17:35
fdanis doing apt-get update everytime is a good thing?17:35
fdansince yesterday we are facing some slowness in network17:35
golden_ticketFdan I don't think doing apt-get update will solve network issues17:36
fdanit will not solve ofcourse17:36
golden_ticketI may be wrong17:36
fdanmy guess is will it break stuff17:36
fdanis it generally a good thing to do apt-get update always17:36
fdanor does that mean something gets updated and things can turn wrong 10% of the times17:36
golden_ticketI don't consider that a wise decision from a security point of view. Generally letting software sit for a while and have the latest version tested is the better option. Unless the update is security related17:37
fdancould someone tell me why we are facing some random network issue17:37
ioriafdan, i'd say 1% of the times (not 10%)17:37
fdanwe're facing this 2 days now17:38
golden_tickettomreyn EriC^^ did you see my bios pictures?17:38
EriC^^yeah, they look fine to me17:39
golden_ticketI thought so. Why would uuid change?17:40
EriC^^golden_ticket: did you try booting a different kernel entry in grub? advanced > choose some older kernel17:40
golden_ticketHmm I believe that won't work but let me try17:40
golden_ticketThe issue persists with older versions of the kernel as well17:41
golden_ticketEriC^^17:41
lotuspsychjefdan: there's #ubuntu-mirrors for know issues on the ubuntu repos if you wanna doublecheck17:42
EriC^^golden_ticket: maybe see in /dev or similar dir what disks are there/uuid17:42
EriC^^when you drop to the busybox17:42
golden_ticketOkay.17:42
golden_ticketHow do I navigate busybox? I don't know commands17:43
golden_ticketIs it the same as Linux kernel?17:43
EriC^^yeah it's pretty similar to bash i think, like a compressed bash17:43
golden_ticketAh17:43
golden_ticketOkay thanks17:43
golden_ticketOkay I'm in /dev17:44
golden_ticketNow what?17:44
EriC^^any sda1,2 etc?17:45
golden_ticketNo17:45
golden_ticketLet me recheck17:46
EriC^^go to /dev/disk17:46
tomreynls /dev/disk/by-uuid17:46
golden_ticketNo such file or directory17:46
tomreynthis may or may not be there/populated, yet17:46
golden_ticketI see17:47
tomreynaccording to https://i.ibb.co/yPvhHpJ/20210923-123205.jpg you usually boot off (the EFI system partition, specifically, is on) a Samsung SSD17:47
golden_ticketAh17:48
EriC^^golden_ticket: anything in "cat /proc/partitions" ?17:48
tomreyna Samsung MZVLB1T0HALR PM981 NVMe 1 TB M.2 PCIe SSD17:48
tomreynso it will be /dev/nvme*17:49
golden_ticketEriC^^ no17:49
golden_ticketLet me check17:49
golden_ticketI don't see any nvme directory17:50
tomreynit won't be a directory17:50
golden_ticketOr file17:50
tomreynand "nvme" is just part of the name17:50
golden_ticketYeah17:50
golden_ticketNothing with that in the name17:50
golden_ticketSorry for the lack of elaboration on my replies. Hard to text with stupid auto correct17:51
golden_ticketIt keeps messing everything uo17:51
golden_ticketUp*17:51
tomreyndoes your bios list the drive?17:51
tomreyncheck what's in I/O security here https://i.ibb.co/PTH6QCn/20210923-123158.jpg17:52
golden_ticketOkay17:52
EriC^^seems on google the most common problem is MB switched ahci off by default, or having csm legacy enabled17:52
tomreynif there is an "M.2" or "PCI(e)" or "NVM(E)" or "SSD" option this may need to be enabled17:53
EriC^^is sata settings here related or not cause of nvme?17:53
golden_ticketOkay hold on17:53
EriC^^sata > ahci stuff17:53
EriC^^maybe worth a shot to see what's in the 'sata configuration' menu17:54
tomreynon https://i.ibb.co/d0Cgrk4/20210923-123144.jpg "Intel Rapid Storage Technology" needs to be disabled, if that's an option17:54
golden_ticketIo seucirty just has HD audio interface, wireless network interface and usb interface security17:54
golden_ticketOkay hold on let me check17:55
golden_ticketSo I'm under advanced/sata configuration17:55
golden_ticketSata mode selection is Intel rst premium with Intel optane system acce17:56
golden_ticketSo I need to set it to ahci?17:56
EriC^^try ahci, why not, also see tomreyn 's suggestion on intel rapid storage17:56
tomreynright you have intel RST enabled, that'S the problem. i just noticed it on https://ibb.co/rthZnds as well17:56
tomreyn"PCIE RST Controlled Disk"17:56
golden_ticketAh17:56
golden_ticketBooting with ahci noq17:57
golden_ticketNow*17:57
golden_ticketOkay it can boot now. Yay!17:57
golden_ticketThanks guys17:57
golden_ticketSo now let's get back to the original issue. Booting with the hypervisor17:58
tomreynwhat does "Booting with ahci now" mean?17:58
golden_ticketAhci was a model selection under sata configuration18:00
akosshAHCI is the native interface of the SATA controller.18:00
akosshIn some BIOS setup utilities, you can select the SATA interface between IDE mode and AHCI mode18:01
tomreyngolden_ticket: ah so you were referring to the bios option which eric had hinted at, ok.18:01
golden_ticketSorry for not being clearer18:02
tomreynno worries, i was just wondering whether you're setting a kernel option there, or passing one to xen, or something else18:02
golden_ticketOkay so let's go back to trying to boot with the hypervisor. Where were we tomreyn?18:03
tomreynso your grub record for xen booting, what does that look like now?18:03
golden_ticketIs there a way to check grub for xen while booted into Linux? I'd rather send you pastes from terminal rather than a shaddy pic18:05
tomreynyou can   cat /boot/grub/grub.cfg | nc termbin.com 999918:06
tomreynor copy and paste just the relevant part to a pastebin18:07
tomreyneither works18:07
golden_ticketThanks18:07
golden_ticketOne moment18:07
tomreynhttps://github.com/QubesOS/qubes-issues/issues/5374 can be related. this still looks like an a hardware/system firmware oddity18:08
ubottuIssue 5374 in QubesOS/qubes-issues "Xen causes kernel panic during install - USB boot" [Closed]18:08
tomreynqubes is a linux distribution which makes use of xen18:08
tomreynthey have live cd's, so you could use those to test different xen versions18:08
golden_ticket_lahttps://termbin.com/6ovf18:08
tomreynwhen you passed the "noapic" option, how did you do this exactly?18:10
golden_ticket_latomreyn: Hm. let me check to verify how I did it18:10
golden_ticket_laI think I did it correctly but let me check18:10
tomreynit's not in your grub.cfg, so i assume you edited it from the grub menu?18:11
golden_ticket_layes18:11
tomreynwhen booting with xen, hardware sepcific options such as noapic need to be passed to xen rather then linux, i.e. on the line which invokes the xen HV18:12
tomreyndid you pass it there?18:12
golden_ticket_laI passed it to the grub entry for the xen hypervisor, yes18:12
tomreynso you edited the line saying     multiboot2/boot/xen-4.11-amd64.gz placeholder   ${xen_rm_opts}    ?18:13
golden_ticket_laIf you want I can boot into grub and check specifically where I did it.18:13
golden_ticket_laShould I?18:14
tomreynsure, whatever helps18:15
tomreyni don't doubt you, i'm just trying to understand what exactly was done18:16
golden_ticket_laI understand lol. I too want to make sure that this is correctly done. It's very possible I made a mistake18:16
golden_ticket_lapls hold18:17
golden_ticketI did it on the line where quiet splash is listed18:17
golden_ticketI did it in between ro and quiet splash18:17
golden_ticketI typed acpi=off noapic18:18
golden_tickettomreyn does my paste from earlier show that line?18:20
tomreyngolden_ticket: which one exactly?18:22
golden_ticketThe termbin paste18:23
golden_ticketI think there is only one18:23
tomreyn"quiet" and "splash" are passed to linux / its initrd, so that's the wrong line.18:23
golden_ticketAh so I did do it wrong18:24
golden_ticketWhere should I do it?18:24
tomreynhttps://termbin.com/6ovf does not contain "noacpi"18:24
golden_ticketInteresting18:24
tomreynerr "noapic", sorry18:24
tomreynit contains neither18:24
golden_ticketLet me take a pic of what I'm looking at18:24
golden_tickethttps://ibb.co/CJ5B7TG18:25
golden_ticketHere is a photo18:25
tomreynyou need to add "noapic" to the end of the line saying "/boot/xen-4.11-amd64.gz"18:25
golden_ticketAhhh18:25
golden_ticketOkay18:25
golden_ticketComputer is extremely slow in grub. Pls hold18:27
golden_ticketBooting now18:28
golden_ticketError occured18:28
golden_ticketIt just rebooted18:28
golden_ticketSame error as before18:28
tomreyncan you sudo apt install xen-hypervisor-amd6418:31
golden_ticketYes18:31
tomreynjust to make sure we're not missing anything18:31
tomreyndoes it install additional packages?18:31
golden_ticket0 upgraded 0 newly installed18:32
tomreyndo you have any "XEN" options in /etc/default/grub ?18:32
golden_ticketLet me check18:32
golden_ticketNo I don't18:33
tomreynyou can add     GRUB_CMDLINE_XEN_DEFAULT="noapic"    there18:33
golden_ticketOkay18:33
tomreyni think this still applies https://serverfault.com/questions/299877/how-do-i-add-xen-kernel-boot-parameters-in-grub218:34
tomreyntry also hpet=018:35
golden_ticketError persists. Where do I put hpet=0?18:36
tomreynsame line on interactive grub, and same (XEN) option on /etc/defaul/grub  - see what comes out of it when you "sudo update-grub", at /boot/grub/grub.cfg behind the line saying "### BEGIN /etc/grub.d/20_linux_xen ###"18:37
golden_ticketAlso I updated the grub like you said before but did not "apply" the changes but I did save the file. Do you think that is why it isn't showing up in grub menu?18:38
tomreynyes18:38
tomreynif you edited /etc/default/grub this does nothing until update-grub is run18:39
golden_ticketI didn't do that. Let me boot back and run update-grub18:39
golden_ticketOkay a new error occurs18:41
tomreynupdate-grub is a wrapper around grub-mkconfig, which in turn parses and interprets  /etc/default/grub, and creates /boot/grub/grub.cfg from the values sepcified there, using templates stored at /etc/grub/grub.d/18:41
tomreynactually /etc/grub.d/18:42
tomreynfor xen, it specifically uses /etc/grub/grub.d/20_linux_xen (and notes this in the configuration file it writes to /boot/grub/grub.cfg )18:43
golden_ticketIt disappears too quickly to take a picture but it says panic on cpu 0 and general_protection_fault18:43
golden_ticketSo now I need to do the additional change you mentioned18:43
golden_ticketI put hpet=0 next to noapic in grub and upstated grub18:46
golden_ticketBooting now18:46
tomreyni think it's easier to test these changes by editing them live from the grub menu18:46
golden_ticketError persists :/18:46
tomreynafter all you should be able to see where it really belongs now that you put the XEN* option into /etc/default/grub18:47
tomreyncan you post your grub.cfg again?18:47
golden_ticketSure18:47
tomreyni.e. the generated one18:47
golden_tick_pchttps://termbin.com/pf4h18:48
tomreynbut i think ths really boils down to either needing a newer xen version which has this fix, or a different computer, or more tweaking to work around the bios bug18:48
golden_ticketGolden tick lol18:48
golden_tick_pcHm18:49
golden_tick_pcI tried contacting people in the xen irc room but no one replied :/18:49
golden_tick_pcLet me see if anyone is there now18:49
golden_tick_pcchannel*18:49
tomreynoh, something else you could try is to switch the default graphics chipset away from nvidia and to intels18:50
golden_tick_pcOhhh yeah18:50
golden_tick_pcI didn't do that18:50
tomreynthat would need to be done on your bios18:50
golden_tick_pcI thought you can do that from within ubuntu though?18:50
tomreynapic_verbosity=debug as a xen option could also help18:51
tomreynyou should set it on the bios in this case18:51
golden_tick_pcokay let me try real quick18:51
tomreynthe graphics chipset priority, that is18:51
tomreyni need to take a food break, bbl18:52
golden_ticketThanks18:53
sybaritenhello18:57
golden_tickettomreyn the fix appears to be booting into legacy mode and not uefi. But my computer cannot do this18:57
sybariteni'm on lubuntu or xubuntu, the former i think, and it would be a 20.04 version then according to /etc/os-release ...    i cant find a package when doing this, sudo apt install libcupsys2-dev   do you think this is normal?18:57
=== Tabstar is now known as Tabmow
sybaritenok so libcupsys2-dev has probably changed name or so19:14
coconutsybariten, what are you trying to install?19:24
sybaritencoconut: cups, in one way, and in the long run a rather niche printer19:26
coconutsybariten, that probably is libcups2-dev now(just checked that for hirsute)19:27
sybaritencoconut: i got it in and it seems to be running now19:27
coconutok19:27
sybaritenthanks coconut19:27
coconutyw19:27
roussinmI would like to rename core dumps, it is possible to tell Apport to use a different name then `core` ?19:29
leftyfbroussinm: why?19:29
sarnoldroussinm: you can remove apport and whatever from the system if you wish to do something with the cores yourself19:30
roussinmI don't mind keeping Apport, I'm sure it's useful I didn't really go in-depth into the python script to see what it does, but if I could tell it add timestamp to it, it wouldn't replace already present core dumps19:31
roussinmsarnold: Actually, I think it does not replace an already present 'core' file.19:39
sarnoldroussinm: heh, I haven't actually had just simple 'core' files in *ages*, I can't recall how it actually works :)19:40
sarnoldroussinm: look up /proc/sys/kernel/core_pattern in core(5), that'll describe how you can name cores with more fields19:40
golden_ticketCan anyone help me with applying this patch to xen? https://eengstrom.github.io/musings/booting-xen-on-ubuntu-via-grub-with-uefi19:41
golden_tickettomreyn: you there?19:42
golden_ticketI think I found a solution19:42
roussinmsarnold: yes I looked at it, there is a feature inside apport where it can append the pid of process to the name. I guess I will completly override the string inside /proc/sys/kernel/core_pattern19:43
roussinmsarnold: what's the core_pattern are you using?19:47
sarnoldroussinm: I think it's just the default, |/usr/share/apport/apport %p %s %c %d %P %E19:47
roussinmSo if you generate a core dump it will dump as `core` no?19:48
=== Osares100 is now known as Osares10
roussinmsarnold: maybe you modified /etc/sysctl.conf:kernel.core_pattern19:51
sarnoldroussinm: that string is straight from /proc/sys/kernel/core_pattern19:52
roussinmHmm ok, I'm not sure if /etc/sysctl.conf modifies what's being shown in /proc/sys/kernel/core_pattern.19:53
sarnoldit probably will, but there's several different mechanisms that all think they own the sysctl setting process, and some might undo the work of others19:54
^-^hiIsn't anyone planning to bring down lubuntu.net? It looks like phishing with its domain being more "normal" than lubuntu.me20:07
^-^hiIt made me think lubuntu is dead for a long time, by having no versions newer than 19.1020:08
leftyfb^-^hi: maybe try #lubuntu20:12
pycuriousRelease file for http://archive…InRelease is not valid yet (invalid for another 5h 47m). Updates for this repo will not be applied. - Any ideas how to fix this?20:32
leftyfbpycurious: please pastebin the output of the command you are running and it's output20:33
anonymousmsg * a20:39
ghostnik11grub-install: error: /boot/efi doesn't look like an EFI partition20:50
ghostnik11i keep getting this error20:50
ghostnik11my grub is broken and i seem to can't find the correct target of where to have grub-install work at20:50
sarnoldghostnik11: try a 'sudo dpkg-reconfigure grub-pc', it'll prompt you with some questions, I think there's a good chance it'll be enough to just get things working..20:52
pycuriousleftyfb: I'm trying to help a friend.20:58
pycuriousRelease file for http://archive%E2%80%A6InRelease.ubuntu.com/ubuntu/dists/bionic-updates/InRelease is not valid yet (invalid for another 5h 47m). Updates for this repo will not be applied. - Any ideas how to fix this?20:58
leftyfbpycurious: we're going to need way more than that. Tell the friend to come here and paste the requested information or get the pasted information from them yourself20:59
leftyfbpycurious: also, check the date and time on the machine20:59
JackAnyone here use Haskell's bindings to OpenGL?20:59
leftyfbJack: maybe ask in a development channel21:00
JackI'm just riffing21:00
pycuriousleftyfb: One thing i can see is the datetime is messed up on the system. Is there a command on CLI I can use to fix the date/time on a system (perhaps sync with a good clock online)21:13
leftyfbsudo ntpdate -u21:14
tomreyntimedatectl21:14
pycuriousleftyfb: no ntpdate on this system - and apt isnt working. So that wont work?21:15
pycurioustomreyn: "System clock synchronized: no" - TimeZone is good. Local Time is messed up21:16
tomreyntimedatectl set-time TIME21:17
geirhadate -s to set time21:17
tomreyneither should work21:17
tomreynyou'll need to find out what causes time synchronization not to work.21:17
tomreynsystemd-timesyncd would normally do it by default21:17
tomreynfirewalling, lack of internet connectivity, and not actually running ubuntu are the main reasons for this not working21:18
pycurioustomreyn: more than likely its a proxy/firewall issue.21:39
tomreynnot proxy, unless socks21:41
EriC^^ghostnik11: type "ls /sys/firmware/efi" does it show dirs?21:50
ghostnik11EriC^^: yeah the folder is there and is complete with other files there22:04
ghostnik11EriC^^ sorry i was helping a friend out. but now i am back22:04
EriC^^ghostnik11: wb, try 'lsblk -f | nc termbin.com 9999' and paste the link it gives you (it uploads to termbin.com pastebin)22:06
ghostnik11EriC^^ https://termbin.com/2is222:07
ghostnik11EriC^^ the /dev/mmcblk1p1 is where i think the esp or uefi is located22:09
EriC^^ghostnik11: can you run that again using sudo lsblk -f ? my bad22:09
EriC^^ghostnik11: are you booted into the system as normal, or in a live session?22:10
ghostnik11EriC^^ i booted the system by just using a live usb ubuntu, and then pressing C to drop to grub command prompt and then running the linux ...boot/vmlin and so forth22:11
EriC^^ghostnik11: ok22:12
ghostnik11EriC^^ https://termbin.com/ijfr22:12
EriC^^hmm, odd output again22:12
ghostnik11EriC^^ i am actually in root now b/c i was trying the chmod /mnt method22:13
ghostnik11EriC^^ you want me to leave root22:13
EriC^^ghostnik11: that's fine, try "(cat /etc/fstab; mount; sudo blkid) | nc termbin.com 9999"22:15
ghostnik11EriC^^ https://termbin.com/ga38222:15
EriC^^thanks22:16
ghostnik11EriC^^ https://termbin.com/9alv22:16
ghostnik11EriC^^ thats the last one you asked for22:16
EriC^^ghostnik11: type 'sudo umount /boot/efi'22:17
ghostnik11EriC^^ yep i did so. i did earlier do sudo mount /dev/mmcblk1p2 /boot/efi22:18
ghostnik11EriC^^ i figured i could link them with the bind feature22:18
EriC^^ghostnik11: ok, also 'sudo umount /boot'22:19
EriC^^i see22:19
ghostnik11EriC^^ yep i also mounted that one also22:19
EriC^^if no errors, try 'sudo mount /boot/efi'22:20
ghostnik11EriC^^ yep it went through fine. /boot/efi is mounted22:21
EriC^^great!22:22
EriC^^ghostnik11: ok, try 'sudo grub-install'22:22
ghostnik11Eric^^ hey yeah i am on my cellphone because my tablet froze after i ran grub-install22:29
EriC^^ghostnik11: the tablet is what had ubuntu?22:29
ghostnik11Eric^^ has Ubuntu flavor on linux lite. But its basically Ubuntu with xfce or like a Lubuntu. But i am going to power it off and turn it back on. But for whatever reason i think i need to tell it the correct target to install grub to22:31
ghostnik11Eric^^ also its one of those 2 in 1 tablets that they made with 32 bit uefi on a 64 bit architecture22:32
ghostnik11One sec i need to see if i can talk to my professor i will be back22:32
EriC^^ghostnik11: i see, ok22:33
EriC^^ghostnik11: after you're back, try 'dpkg -l | grep grub | nc termbin.com 9999'22:33
=== ghostnik1139 is now known as ghostnik11
ghostnik11EriC^^ hey can you post that last command again i didn't get to copy it from my phone22:43
EriC^^ghostnik11: dpkg -l grub* | nc termbin.com 999922:43
ghostnik11EriC^^ https://termbin.com/9g7y22:44
EriC^^ghostnik11: seems to have the 64bit grub installed and the 32bit grub semi-installed22:45
Guest61Hey guys, I'm trying to remove a LVM partition in which Fedora was installed. I already used lvremove. So can I safely delete it now with gparted?22:45
Guest61https://imgur.com/wxRYCf8.png22:45
ghostnik11EriC^^ yeah it freezes when its time to install the 32bit grub-efi22:45
ghostnik11EriC^^ i think its due to the target of where 32bit grub-efi i should go22:46
EriC^^ghostnik11: any error it shows?22:46
EriC^^ghostnik11: the target is /boot/efi22:46
ghostnik11EriC^^ i have the pastebin that i got when i tried to fix it with boot-repair22:46
sarnoldGuest61: if I've understood that dialog box correctly, you'll going to destroy your entire LVM configuration22:47
golden_ticketHow do I install xen so that it runs with UEFI?22:47
EriC^^ghostnik11: cool, do share22:47
ghostnik11EriC^^ https://pastebin.com/xjGMcKaf22:47
golden_ticketEriC^^: I think I know the problem I was experiencing earlier. xen isn't configured to run with UEFI by default. I have to change this. Documents online show that it *can* run with UEFI but none of the information I've been able to pull up online explains how22:48
Guest61@sarnold Will it have any effect? If it will only remove the data I don't care about that since I'm not using that partition. I only want to delete it so I could install Ubuntu in it.22:49
ghostnik11EriC^^ also these were the instructions i was trying to follow earlier that told me to mount and bind the directories22:49
EriC^^ghostnik11: interesting, it looks like it's having a hard time setting the boot order using efibootmgr22:49
ghostnik11EriC^^ https://askubuntu.com/questions/260297/why-12-04-fails-to-install-grub-efi-to-target/774537#77453722:50
EriC^^ghostnik11: i wonder what is in the end of 'cat /var/log/apt/term.log' it might show what it's freezing on during grub-install22:50
ghostnik11EriC^^ https://pastebin.com/dtEWprDw22:52
sarnoldgolden_ticket: I think you want "bios='ovmf'"  -- https://wiki.xenproject.org/wiki/OVMF22:53
sarnoldGuest61: aha! good good, then that's fine. I was afraid you were going to lose something important :)22:54
EriC^^ghostnik11: looks good22:54
golden_ticketsarnold: Is this compatible with dom0? It kinda implies in the first sentence that it's for domU. Or maybe I'm just reading the sentence incorrectly...22:54
EriC^^ghostnik11: ok, let's remove first the 64bit grub as it's not needed, sudo apt-get purge grub-efi-amd64{,-bin}22:55
sarnoldgolden_ticket: I never got the hang of the xen lingo22:55
golden_ticketsarnold: dom0 is the "host" and domU are any guests22:55
sarnoldgolden_ticket: ovmf provides a uefi runtime environment for virutalized guests22:55
golden_ticketsarnold: but technically speaking dom0 runs alongside of domU making it a guest as well lol22:56
ghostnik11EriC^^ yeah so i tried to install grub-efi-ia32 and it messed up the apt-install22:57
ghostnik11EriC^^ so now i get this: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.22:57
EriC^^ghostnik11: ok, in case it hangs and stuff, let's try to manually add it, then finally run the grub command22:57
EriC^^ghostnik11: type 'ls -lR /boot/efi | nc termbin.com 9999'22:58
ghostnik11EriC^^ https://termbin.com/wsm2w22:58
golden_ticketsarnold: So this needs to go in the xl.cfg file but that specific file does not exist. At least yet anyway.22:59
golden_tickethttp://manpages.ubuntu.com/manpages/trusty/man5/xl.cfg.5.html22:59
EriC^^ghostnik11: ok, there's a grubia32.efi in /boot/efi/efi/ubuntu, that's our guy22:59
sarnoldgolden_ticket: hmm, xen isn't exactly supported in the first place, but *trusty* is certainly not going to be a very happy starting point23:00
EriC^^ghostnik11: type 'sudo efibootmgr -v | nc termbin.com 9999'23:00
sarnoldgolden_ticket: can you upgrade to focal?23:00
golden_ticketsarnold: I'm in ubuntu 20.04.2 LTS are you saying there's a more recent version?23:00
sarnoldgolden_ticket: oh!23:00
golden_ticketOh23:00
ghostnik11EriC^^ https://termbin.com/hfmw123:00
sarnoldgolden_ticket: the manpage you gave was for 14.04 :)23:00
golden_ticketahhh23:00
golden_ticketYeah I think we both realized the same thing haha23:01
golden_ticketsarnold: what's my versions codename?23:01
sarnoldfocal23:01
golden_tickethttps://manpages.ubuntu.com/manpages/focal/man5/xl.cfg.5.html23:01
EriC^^ghostnik11: type 'sudo mkdir -p /boot/efi/efi/microsoft/boot'23:01
golden_ticketSo it looks like it's in the same place sarnold23:01
ghostnik11EriC^^ yep it went through23:02
EriC^^ghostnik11: we can just trick the uefi to load ubuntu since it already has a microsoft entry there23:02
EriC^^ghostnik11: ok, type 'sudo cp /boot/efi/efi/ubuntu/grubia32.efi /boot/efi/efi/microsoft/boot/bootmgfw.efi'23:02
ghostnik11EriC^^ okay it worked with no error23:03
EriC^^ghostnik11: ok, type 'sudo update-grub'23:03
ghostnik11EriC^^ grub updated with no problem23:04
sarnoldgolden_ticket: maybe 'xl config-update'? it's kinda thin on whether or not this can create a config from the defaults or not.. https://manpages.ubuntu.com/manpages/focal/man1/xl.1.html23:04
golden_ticketERROR:  Can't find hypervisor information in sysfs!23:04
EriC^^ghostnik11: ok, let's try to remove both grubs now then reinstall the ia32 one and see how that goes, worst case if it hangs we still have the one we just added23:05
golden_ticketGah23:05
ghostnik11EriC^^ okay23:05
golden_ticketI think it's because I haven't booted into dom0 at least once23:05
EriC^^ghostnik11: type 'sudo apt-get remove grub-efi-amd64-bin grub-efi-ia32'23:05
sarnoldgolden_ticket: heh, probably even "not booted in it now"23:06
ghostnik11EriC^^ yeah it won't let me do it. keep saying i need to run sudo dpkg --configure -a23:06
sarnoldgolden_ticket: sysfs is all ephemeral .. reboot into something else and it's all gone23:06
golden_ticketright right23:06
golden_ticketERROR:  Can't find hypervisor information in sysfs!23:06
golden_ticketOops23:06
golden_ticketSorry guys.23:06
golden_ticketsarnold: any suggestions? I'm kinda stuck between a rock and an even harder rock...23:07
sarnoldgolden_ticket: not really :( I thought finding that one line for the guests was going to be the magic missing piece :)23:07
golden_ticketDangit.. Well thanks anyways.23:08
sarnoldgood luck :)23:08
golden_tickethaha thanks23:08
golden_ticketMaybe I could rename my partition to Xen?23:08
golden_ticketthen it would be booted into "Xen" at least23:09
EriC^^ghostnik11: hmm, try dpkg -l | grep -Ev "rc|ii" | nc termbin.com 999923:09
sarnoldgolden_ticket: lol :)23:10
ghostnik11EriC^^ https://termbin.com/dvph23:10
EriC^^ghostnik11: odd, it should let you remove it i think23:10
EriC^^ghostnik11: maybe 'sudo apt-get remove grub-efi-ia32 grub-efi-ia32-bin' ?23:11
ghostnik11EriC^^ same outcome. it wants me to run dpkg. is there anyway i can run it dpkg configure and not have it install grub-efi-ia32, like have dpkg remove grub-efi-ia3223:12
ghostnik11EriC^^ can i just drop to a command shell like with f1 and run the command?23:13
EriC^^ghostnik11: sudo dpkg -r grub-efi-ia32 --force-all     might do it23:14
ghostnik11EriC^^ dpkg: error: --remove needs a valid package name but '--force-all' is not: illegal package name in specifier '--force-all': must start with an alphanumeric character23:15
EriC^^ghostnik11: sudo dpkg -r --force-all grub-efi-ia3223:16
* golden_ticket is considering making a sacrifice to the linux gods23:16
* golden_ticket begins chanting/rain dancing23:16
ghostnik11EriC^^ yep now that worked23:17
EriC^^golden_ticket: https://wiki.archlinux.org/title/xen#UEFI23:17
ghostnik11EriC^^ now i should be able to run dpkg --configure -a23:17
EriC^^1 sec23:17
golden_ticketThanks EriC^^ I'll read what you linked23:17
sarnoldarch wiki, of course :)23:18
EriC^^ghostnik11: try sudo apt-get purge grub-efi-amd64{,-bin}23:18
EriC^^golden_ticket: no problem23:18
ghostnik11EriC^^ yep that worked. i think apt-get is back to normal now23:19
ghostnik11EriC^^ hold on i have to show you this23:19
golden_ticketEriC^^: There's a problem with this. First, xen.efi is a binary - so I cannot modify it. Second, xen.cfg doesn't exist, there is however a xen.config. However, and lastly, xen.config has a different file formatting from the example shown in your link.23:20
golden_ticketHm23:20
EriC^^ghostnik11: great, ok, now to try to reinstall the 32bit grub, sudo apt-get install grub-efi-ia32 grub-efi-ia32-bin23:20
ghostnik11EriC^^ https://pastebin.com/rtJatkYV23:21
ghostnik11EriC^^ it aborted the associations with grub-efi-ia3223:22
ghostnik11EriC^^ is that okay?23:22
EriC^^ghostnik11: does not look too bad, is it still "ii" in dpkg -l grub-efi-amd* ?23:22
ghostnik11EriC^^ nope its completely uninstalled23:23
EriC^^golden_ticket: i dont think you need to modify the efi file23:24
golden_ticketEriC^^: ah23:24
EriC^^i think you just boot it as if it were the grub efi file? just guessing i have zero clue what xen is, something like kvm?23:25
golden_ticketyes23:25
EriC^^it mentions efibootmgr so it seems like you want to boot the pc using the xen.efi, you can add the entry using this command 1 sec23:25
golden_ticketEriC^^: It says I need to put xen.efi in the efi partition. How do I locate that?23:25
golden_ticketokay23:26
EriC^^golden_ticket: it should be /boot/efi23:26
ghostnik11EriC^^ i ran the same command for grub-efi-ia32 and got rc grub-efi-ia32 ii grub-efi-ia32-bin un grub-efi-ia32-signed23:26
golden_ticketEriC^^: There's already an xen.efi file inside of the partition23:26
EriC^^golden_ticket: sudo efibootmgr -c -w -l \\EFI\\ubuntu\\xen.efi -L "xen" -p X -d /dev/sdY23:26
EriC^^golden_ticket: where X is the partition number of the efi partition and Y is the disk name like sda, sdb etc23:27
golden_ticketthanks23:27
EriC^^golden_ticket: put the xen.efi in /boot/efi/efi/ubuntu23:27
EriC^^or another dir if you want, and modify the command above23:27
ghostnik11EriC^^ i think its b/c i need to run autoremove23:28
EriC^^ghostnik11: great23:28
EriC^^actually we still need to install the grub-efi-ia32 i think23:28
EriC^^ghostnik11: try sudo apt-get install grub-efi-ia3223:29
ghostnik11EriC^^ https://pastebin.com/E0SHNhPB23:30
ghostnik11EriC^^ should i do autoremove command first?23:30
golden_ticketEriC^^: So I found that my efi partition is located at /dev/nvme0n1p1 but I cannot find it's partition number. What does that look like?23:31
EriC^^ghostnik11: no, i dont know why it thinks they're not needed O.o23:31
EriC^^grub-efi-ia32 actually has a depends on the -bin one, so that's odd23:32
EriC^^ghostnik11: try sudo apt-get install --reinstall grub-efi-ia32 grub-efi-ia32-bin23:32
ghostnik11EriC^^ wish me luck23:32
EriC^^golden_ticket: -p 1 -d /dev/nvme0n123:33
golden_ticketEriC^^: Okay. So now that I ran the command I should reboot?23:33
EriC^^golden_ticket: yeah give it a go23:33
golden_ticketthanks23:33
golden_ticketI'll brb23:33
EriC^^dang, i thought it was ghostnik11 talking23:34
golden_ticketEriC^^: Damn. Didn't work :/23:35
EriC^^golden_ticket: sorry i thought ghostnik11 was talking :D23:36
golden_ticketAha23:36
EriC^^golden_ticket: try 'sudo efibootmgr -v | nc termbin.com 9999' paste the link here23:36
ghostnik1Eric^^ yeah it crashed it again. At the same stage. Where it says installing for i386-efi platform23:36
golden_ticketEriC^^: https://termbin.com/t1a023:36
=== V|A is now known as VIA
EriC^^ghostnik1: no worries, i think you should be good, try to reboot and see what happens, it should use the microsoft entry23:37
ghostnik1I am back on my cellphone. I will just hold down power button to turn it off and then power it back on.23:37
EriC^^golden_ticket: it looks good, it added the entry as the first one in the boot order23:38
golden_ticketEriC^^: I rebooted but it didn't work though23:38
EriC^^is the files there? try "ls -l /boot/efi/efi/xen'23:38
ghostnik1Eric^^ yeah it booted to grub!!! I still can't believe it. But i will see if i can select ubuntu and boot normally23:39
golden_ticketEriC^^: Yes there's a file there23:39
ghostnik1Eri23:39
EriC^^ghostnik1: great!23:39
golden_ticketEriC^^: The problem is it threw an error, Panic on CPU 0: (XEN) IO-APIC + timer doesn't work!23:40
ghostnik1Eric^^ wow it really booted and even had the asus logo also like how it use to boot before i erased windows many years ago23:40
EriC^^ghostnik1: in the future use sudo reboot to reboot or sudo poweroff if the gui button isnt working or so23:40
EriC^^so the fs doesnt get corrupted and stuff, that would suck23:40
ghostnik1Eric^^ ?23:41
ghostnik1Eric^^ so i can't go to the normal shutdown?23:41
ghostnik1Wait one sec23:41
ghostnik11EriC^^, okay now i am on hexchat in the system. so i can't use the regular shutdown method b/c i might put errors into the filesystem?23:44
golden_ticketMy system would be complete if I could get xen running :'(23:44
golden_ticketSo close...23:44
EriC^^ghostnik11: no i thought you meant you used the button to poweroff the tablet forcefully without shutting down as usual23:44
ghostnik11EriC^^, oh okay. yeah. no i use the regular way. only when it crashed with the grub-install23:45
EriC^^oh ok, gotcha23:45
golden_ticketEriC^^: Any other ideas? sorry to nag. If you want me to stop let me know23:45
golden_ticketThe #xen channel is dead23:46
ghostnik11EriC^^, the other thing is, should i run the same command to remove the dpkg --configure -a error? b/c it froze last time when i was doing it23:46
ghostnik11EriC^^, sudo -r --force-all grub-efi-ia32bin?23:47
EriC^^ghostnik11: i wonder what files are involved though that it'll remove, try dpkg -L grub-efi-ia3223:47
Guest62!help23:48
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience23:48
EriC^^golden_ticket: online it says disabling hyperthreading in the bios sometimes fixes it or there might be a kernel parameter you can use, "noapic apci=off"23:49
Guest62!ot23:49
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!23:49
EriC^^golden_ticket: although with acpi off you have to make sure it's not overheating and the fans are working and stuff i think23:49
Guest62!ot | test23:49
ubottutest: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!23:49
EriC^^ghostnik11: sudo dpkg -r --force-all grub...23:49
golden_ticketEriC^^: I'll try disabling hyperthreading23:50
golden_ticketthanks23:50
Guest62what are the commands for ubottu23:51
EriC^^ghostnik11: first though see which files are in that package, if there's nothing critical then remove it, you wont get any updates i guess though so it'll be up to you once in a while to copy the new grubia32.efi to bootmgfw.efi to stay up-to-date23:51
EriC^^(you'd have to download the package first though and extract the updates i guess, in case you want any updates)23:53

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