/srv/irclogs.ubuntu.com/2024/01/18/#ubuntu.txt

semyeah; let me read the terminal scrollup bc I think it had a different device name00:00
semno it is the same one, not sure why it took a while to go from down to up but I'll have to remember that for next time00:01
JanCno, I think it was just still busy setting up a connection or something like that00:01
JanCthe ethernet chip inside that usb thing would have to "boot" after you plug it in too, no idea how long that takes  :)00:02
JanCor maybe upload a firmware to it00:03
=== ingrim9 is now known as ingrim
ghilHello there! Quick question: I've been trying to install 23.10, and it doesn't see my NVME at all. I've installed Ubuntu numerous times in the past and it always worked fine. Would the best course of action be to install the LTS and then update?00:33
tomreynghil: it's probably some setting in your bios which prevents ubuntu from seeing it.00:35
=== ingrim7 is now known as ingrim
tomreyndisable 'Intel RST' or 'RAID' configurations00:36
ghilYeah I thought so too that I had reactivated something since last time but it's not time. It kind of sees it, but only as manual partitioning, and doesn't work even then. Fedora installed fine on it (am running currently on that). The NVME is in AHCPI or something like that, and secure boot is off.00:38
tomreyni should say that "it doesn't see my NVME at all" != "it kind of sees it, but only as manual partitioning"00:40
Guest74Hi! I am struggling to find A4-4300M with Radeon HD 7420G drivers for Ubuntu 22.04 LTS OS. Is it true that the only solution to remove/solve this error from the boot screen is to downgrade Ubuntu to 15.04 as this is the latest one which officially supports the A4-4300M with Radeon HD 7420G according to00:40
Guest74https://www.amd.com/en/support/kb/release-notes/rn-rad-lin-15-9 ?00:40
tomreynif fedora installed fine on it with the same bios settings, then, yes, try the LTS00:40
ghilSorry, am a bit confounded at the problem. it sometimes barely sees it, and can't really interact with it (You can erase the partitions, but then the disk disappear00:40
ghilWill I be able to update the LTS to 23.10?00:41
sarnoldghil: yeah, you ought to be able to upgrade, I think there's a file to edit to allow that LTS -> non-LTS transition00:42
ghilThat makes sense. I'll try that. Nothing against Fedora, but I really want to see where Ubuntu as gone since I last used it a couple of years ago.00:42
tomreynGuest74: you shouldn't need drivers. try just installing ubuntu, it should work out of the box.00:43
sarnoldghil: I think /etc/update-manager/release-upgrades is the file you'd need to poke to allow the upgrade00:44
Guest74tomreyn: a black screen during every boot includes a message "_common_interrupt: 1.55 No irq handler for vector" and ACPI errors appear00:44
tomreynGuest74: does it still finish booting, though?00:45
=== TuxTweaker1 is now known as TuxTweaker
ghil@sarnold thanks! I'll look that up on the otherside of the install :)00:46
xanguaGuest74: I have those "errors" too, AMD A4, on Ubuntu, Debian, any distro. No issues using the computer.00:47
Guest74tomreyn: yes, I can use Ubuntu 22.04 LTS normally but I am trying to find a way to solve/remove all messages appearing during the boot00:47
sarnoldghil: once you've got it installed, install all the updates, edit that file, and then do-release-upgrade -- I think that's about all it'll take00:47
sarnoldGuest74: you might be able to get some of them to go away by fiddling with BIOS settings; others of them could only go away by convincing your BIOS vendor to provide updates for things00:48
semI also have those no irq handler for vector errors00:48
sembut i boot ok00:48
semThe other way I've seen of getting those errors to go away involves sending them to a different virtual terminal, but then you won't see real errors either...00:49
tomreynGuest74: according to https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg2415577.html this is an AMD AGESA BIOS bug. I.e. a portionof the BIOS that AMD manages and needs to provide updates for to the mainboard manufacturer is buggy.00:51
sarnoldyou can also change the loglevels of the console so that you never see them :)00:51
tomreynGuest74: a bios upgrade might help. to see which one you have:  journalctl -b | grep DMI:00:52
sarnoldmaybe fwupd can help there00:52
sarnoldbut not enough vendors use it :(00:52
Guest74sarnold: I have read too that changing something in BIOS helps for some people but it seems that the AMD is officially supporting Ubuntu up to 15.04 for this AMD version00:52
sarnoldGuest74: .. for that specific proprietary driver00:53
tomreynamd only provides limited driver support for graphics chipsets. i think this is what you are referring to. they do cooperate with linux developers, though, and this has allowed open source graphics driver support to become part of the linux kernel00:54
Guest74tomreyn: I got "kernel: DMI: Hewlett-Packard HP ProBook 4545s/17ED, BIOS 68CPD Ver. F.68 03/28/2018" from your mentioned command00:55
Guest74tomreyn: AMD customer care answered: "AMD release the drivers in accordance with operating system support". That means the cooperation between AMD and Ubuntu support has not been fruitful regarding Radeon HD 7420G?00:57
=== shlom is now known as V1A
tomreynGuest74: you are using ubuntu 22.04 and got graphical output. that's partially a result of a fruitful cooperation of amd and linux kernel developers.00:58
=== homer is now known as VlA
tomreynGuest74: you already have the latest bios available01:01
tomreynthat's according to https://support.hp.com/us-en/drivers/hp-probook-4545s-notebook-pc/522946101:01
tomreynso you might just need to live with this message, or try what sarnold suggested01:01
sarnoldGuest74: AMD wants you to buy new hardware. they aren't going to put a ton of effort into supporting a ten year old GPU on a brand new OS01:02
sarnoldGuest74: that's why they haven't supported that processor in their proprietary drivers for nine years01:03
Guest74tomreyn: indeed but how to make the aforementioned errors disappear? AMD suggests to wait for official driver update but it is not published since Ubuntu 15.04 came out.01:03
sarnoldGuest74: luckily for you, the open source drivers are better supported :)01:03
Guest74which one is better: fwupd or loglevels hiding?01:04
sarnoldthey do different things01:04
sarnoldfwupd is more likely to fix problems, add new features, etc01:04
sarnoldloglevel hiding lets you focus on more important things in life01:04
tomreynfwupd won't help if there's no newer bios available, though01:06
Guest74sarnold how to change the loglevels of the console?01:09
sarnoldGuest74: you'd add a new loglevel=2  or loglevel=3 or something similar parameter to your kernel command line; the kernel documentation on the setting is in https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt -- you'd edit /etc/default/grub and then run update-grub and then reboot01:13
Guest74sarnold: if I choose 3, then all the entries 4-7 are ignored?01:18
tomreynGuest74: yes01:20
Guest74I can see "GRUB_DEFAULT=001:20
Guest74GRUB_TIMEOUT_STYLE=hidden01:20
Guest74GRUB_TIMEOUT=001:20
Guest74GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`01:20
Guest74GRUB_CMDLINE_LINUX_DEFAULT="quiet splash atkbd.reset"01:20
Guest74GRUB_CMDLINE_LINUX="""01:20
tomreynGuest74: you got muted for pasting into this channel. use a pastebin instead, see what Drone / ubottu told you01:20
tomreynthe line you will need to edit is GRUB_CMDLINE_LINUX_DEFAULT01:21
tomreyn add the loglevel instruction behind     atkbd.reset    and before the trailing   "01:22
tomreynthen run    sudo update-grub    and reboot01:22
tomreynGuest74: you can now talk again01:23
sarnoldGuest74: here's what I've got https://termbin.com/lmaj01:25
sarnoldGuest74: oh hah somehow I thought you wanted to see what mine is. nevermind :)01:25
Guest74Should I worry about https://pastebin.com/2VSDm8zD ?01:27
tomreynno01:28
Guest74I mean 16-bit boot, os-prober ?01:28
Guest74Why it stated "Adding boot menu entry for UEFI Firmware Settings"? Is it about the line I just added to grub?01:28
sarnoldI uninstalled os-prober because I didn't want it cluttering up my logs all the time, but if you dual-boot it might be worth keeping it around01:28
sarnoldor if you *might* dual-boot ..01:29
sarnoldmemtest eventually gets an EFI version :) so hopefully in a future release that message will go away on its own *and* it'll be useful to you again01:29
tomreynthe "boot menu entry for uefi firmware settings" is where grub tells you that it has added an option to access the bios setup menu from its (grub) menu01:30
tomreynfor convenience01:30
Guest74Great, thank you! So much!01:31
jwashhi everyone, i have a program that wants me to Alt + L click, but Ubuntu will grab the window and move it instead01:31
jwashis there a way to disable grab window with Alt + L click01:32
semjwash, maybe if you go into settings and to keyboard shortcuts you can disable the alt-l shortcut01:32
semunless you tried that already01:32
sarnoldjwash: alt+drag has been a standard way to move windows around for a few decades; perhaps the program has a way to let you remap whatever it is doing, rather than trying to remap your window manager instead01:35
tomreyni don't think default mutter / gnome-shell have an Alt-L keyboard shortcut doing what you describe ("grab window with Alt + L click") out of the box.01:36
sarnoldtomreyn: not alt+l, alt + (MOUSE LEFT CLICK)01:36
tomreynoh that could be01:36
tomreynit's meta then, though01:37
=== diceLibrarian2 is now known as liceDibrarian
=== shlom is now known as V1A
=== paul is now known as Guest178
italicizemis there a Rhino-like distro with KDE or does Rhino support it?03:08
rboxwhat is rhino03:08
rboxrhino-like*03:09
jwashtomreyn sarnold the answer was to use <windows key> + <alt> + <l mouse click>03:09
mojtabaHello, I am using Ubuntu 22.04.3 LTS and I using Firefox 120.0.1 (64-bit). I noticed that in /var/log/syslog, there are lots of lines like the following which shows firefox was trying to access the zsh history file. Does anybody know why it needs to access that file and if it is legit?04:16
mojtabaJan 15 21:59:32 HOST kernel: [224076.488920] audit: type=1400 audit(1705373972.859:21753): apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" name="/home/USER/.zsh_history" pid=10454 comm="pool-firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=100004:16
lunatiqI'm getting asked to select what packages I want to install from  a gui and I don't know how to check to boxes04:23
lunatiqgot it04:24
arraybolt3mojtaba: that's... disturbing and weird. I'd try doing a fresh install, adding (and switching to, if necessary) zsh, then only visit trusted sites and see if the problem reoccurs.04:43
arraybolt3There's zero good reason that I can think of for Firefox to want to access that file.04:43
arraybolt3hmm, actually might not be a problem04:45
arraybolt3mojtaba: over here I have AppArmor denials from FF trying to access my Bash history file.04:45
arraybolt3and I'm as certain as I can be that my system isn't compromised04:46
arraybolt3see also https://superuser.com/questions/1734502/why-is-firefox-accessing-my-viminfo-and-bash-history-files04:47
arraybolt3maybe it's something in the Snap itself doing it, not Firefox...04:52
mojtabaarraybolt3: So why it is trying to use the history?!!05:12
arraybolt3Dunno. I asked some people who might know though.05:13
* arraybolt3 uses Google Chrome for most everything over here05:13
mojtabaWanted to escape Google :)05:14
=== guiverc2 is now known as guiverc
thisisjaymehtaIf Firfox is doing this, there is no one left to trust LOL05:33
mojtabaDoes anybody else see the same log for firefox?05:38
lunatiqhow do I mount a hdd? I've tried to do it but it says it already is but when I df -h it doesn't list06:05
rboxlunatiq: what command are you typ8ng, what error do yo uget06:12
lunatiqfdisk -l shows it as /dev/sda06:15
lunatiqI try to mount it but it says busy or already mounted06:15
lunatiqI show df -h and nothing06:15
Bashing-omlunatiq: What are you working from ?06:26
lunatiqcli06:26
Bashing-omlunatiq: cli on the install ? where sda contains the root file system ? or what ?06:27
lunatiqno it should be blank06:28
lunatiqroot is /06:28
lunatiqsorry root are 2 nvme06:28
Bashing-omlunatiq: Sorry I am not communicating very wee. We need to know where your Present Working Directory is in respect to sda.06:35
Bashing-omwee/well*06:35
lunatiqHow do I know that Bashing-om06:37
Bashing-omlunatiq: Got me - I sure can not know // what did you boot up ?06:39
lunatiqI have no idea what you're asking me06:40
lunatiq"what did I boot up" it's a server06:40
lunatiqIt's 22.04 LTS and using SSH cli06:40
lunatiqit has a hdd but says it mounted when I try to mount it06:40
lunatiqI check the df -h and it is not listed06:41
Bashing-omlunatiq: A server that has it's boot code on the sda drive ?06:41
lunatiqno06:42
ravageso you have a blank HDD probably06:43
ravagesend the output of: fdisk -l /dev/sda | nc termbin.com 999906:43
ravage(that assumes you are root)06:45
lunatiqhttps://termbin.com/q9bn07:01
lunatiqSorry it took so long07:01
ravagethat drive is or was part of a raid07:02
ravageso what do you expect to be on there?07:03
lunatiqI'm installing a panel and it doesn't have this drive available07:03
ravageso you do not need the existing data on that drive?07:04
lunatiqNo07:05
ravageif you are sure that is correct you should wipe that drive first07:06
ravagethen. and only then you use: wipefs -a /dev/sda07:07
ravageand then follow https://techguides.yt/guides/how-to-partition-format-and-auto-mount-disk-on-ubuntu-20-04/07:07
ravagealso if that is a server you rent and they provided you with this drive you should find a new privider07:08
ravagethey probably gave you a drive with existing old customer data07:08
ravagereally make sure that this drive is not already part of any raid that is active on your system07:10
lunatiqravage its a fresh hetzner server07:11
lunatiqI'm installing a app and it doesn't list the hdd as available07:11
lunatiqit only lists the nvme07:11
lunatiqthat's raid07:11
ravagecan you send the output of: fdisk -l | nc termbin.com 999907:12
ravageand: mount | nc termbin.com 999907:12
ravagealso: cat /prod/mdstat | nc termbin.com 999907:13
ravageSorry last one is proc07:19
ravageNot prod07:19
lunatiqhttps://termbin.com/sajj07:21
lunatiqhttps://termbin.com/ns8807:22
lunatiqhttps://termbin.com/gkh407:22
ravageOk you should be safe to wipe that HDd07:23
ravageUse the wipefs command and report back if it successfully removed all 3 partitions 07:24
CosmicDJare you sure? sda seems to be part of the mdraid devices "md2 : active raid5 sda3[3] nvme0n1p3[1] nvme1n1p3[0]"07:24
ravageOh but that would be really bad07:25
ravageWhy would you mix nvme with hdd07:25
ravageIn that case I would recommend a reinstall and make sure that does not happen07:26
lunatiqit's a fresh install07:26
ravageThen their install system is messed up07:27
ravageThat is a combination that should not be configured 07:27
ravageSee if you can change that on a reinstall 07:27
ravageI don't know how their interface worke07:28
ravageWorks 07:28
ravageMake sure you only put the NVMEs in a raid 07:28
lunatiqI don't have any control over that07:28
lunatiqIt just allows me to install a OS07:28
ravageThen contact the support 07:29
ravageYou really don't want to use the system like this07:29
lunatiqI'm going to ask someone else thanks07:30
ravagehttps://docs.hetzner.com/robot/dedicated-server/operating-systems/installimage/07:31
lunatiqI don't understand07:35
lunatiqThat's why i came here for help07:35
lunatiqI tried 2 of the commands and it didn't work07:35
ravagemaybe it is better to find someone who knows about that stuff07:36
ravagewe can only help with the Ubuntu part07:36
ravageyou need help with the basic setup of a dedicated server07:36
CosmicDJlunatiq: you can use this setup but the sda disk will slow down both NVMe disks; since you bought a dedicated server you might want to use the full disk I/O speed?!07:39
Bluewolf<lotuspsychje> Good day. So, I tried a previous kernel and it boots up without an issue. 6.3.14 is the problem one, I loaded into 6.3.39 I think. But as a side note, I've noticed my windows partition get slow when its booting. It may be a separate issue or connected?07:56
BluewolfSorry, its: Linux version 6.5.0-14-generic which is the problematic one.07:58
=== Dieu is now known as yuta
KartagisI have a problem. I have installed Ubuntu desktop in UTM on Mac. However, the grub menu stayed the same. How can I at least boot to a specific option?08:19
=== gabriele_ is now known as gabriele
=== TomatoNuggets1 is now known as TomatoNuggets
=== 082AAL4DF is now known as Black-Out
OnkelTemHi all. Is ufw a thing? Can I use it or it's too buggy?09:55
OnkelTemI don't know what's wrong with it, but right after installation, w/o any config, it fails all the time09:56
OnkelTemI just needed to add a simple NAT rule, but nah... No way09:56
Habbiei liked ufw until i wanted NAT; it's just not made for that09:56
Habbierandom search engine hit - it's not a -big- hack to add it https://gist.github.com/kimus/931514009:57
OnkelTemHabbie: w/o any rules it doesn't work on almost fresh system, that's the thing10:00
OnkelTemI mean, with the default set of rules10:00
Habbie"doesn't work"?10:00
OnkelTemso I install it, then run `sudo ufw enable` and get this:10:01
OnkelTemdamn, let me restart10:01
OnkelTemhttps://dpaste.org/G0Yrg10:02
rs2009hey y'all, I've been trying to get Ubuntu 22.04 and 23.10 working without any graphical issues on a 14900H with Iris Xe graphics (a7a0); there appears to be a "grid" of continuously flickering "box"es (whenever there's a new frame rendered, that is if there's any movement on the screen) on GNOME with Wayland, while on X11 there are boxes10:22
rs2009exhibiting.10:22
rs2009the same behavior passing through the center of the screen (not a grid per se, just a line of boxes through the center)10:22
rs2009I've tried several boot parameters (i915.enable_psr=0, i915.enable_fbc=0, intel_idle.max_cstate=4), and even tried a custom-compiled kernel with the new Xe drivers (which just panics with this particular iGPU for some reason) with absolutely no luck; this doesn't happen if I disable i915 with nomodeset of course, so I was wondering if anyone's10:25
rs2009faced anything similar with Iris Xe graphics and if there's any way to get it working I'm unaware of10:25
fwehti seem to have conflicting node installs, i installed node 20 from snap and node 18 with apt, can i savely remove node via apt and all dependencies?  will the node from snap automatically appear in my path?10:30
ravageSnap is in your path on a default installation 10:33
ravageUsually even before your other paths10:33
fwehtravage: ok cool, so ill delete the rest10:35
KartagisFirefox keeps crashing on me. Why is that?10:39
Kartagisthis is really annoying10:39
Kartagisthis gets really annoying after 4-5 times*10:40
Kartagisand it keeps happening when I try syncing10:41
tomreynKartagis: do you have some more information? whch ubuntu release are you running ( lsb_release -ds ), is your system all updated? are you using the snap or a different firefox installation?10:52
tomreynwhich firefox version is this?10:52
tomreyndoes it also happen when you run firefox in troubleshoot mode? https://support.mozilla.org/en-US/kb/diagnose-firefox-issues-using-troubleshoot-mode10:54
tomreynwhen you run firefox normally, but start it from a terminal (emulator) window, does it print anything by the time it is crashing?10:56
Kartagistomreyn: 22.04.3. yes it's updated. I don't know if it's snap or something else. I can't tell you the version because it crashed as soon as I ran it.10:56
tomreynKartagis: what does    readlink -f $(which firefox)    return?10:57
Kartagistomreyn: a question though. does it matter if I have installed ubuntu in an emulator on a Mac with Apple Silicon chip?10:58
tomreynit could matter in that you may be running the non-default (amd64) architecture, and in that the ubuntu installation might be customized10:59
tomreynhow did you install ubuntu there?10:59
Kartagistomreyn: I fired up UTM and installed Ubuntu.11:00
tomreynUTM is?11:01
tomreynah, some virtualization software for mac11:01
=== TheCaptain9 is now known as TheCaptain
Kartagistomreyn: readlink says /usr/bin/firefox11:01
tomreynand you installe dubuntu by downloading it's .ISO file from ubuntu.com ?11:01
Kartagistomreyn: that's right11:02
tomreynokay, so that's a proper installation, cool.11:03
tomreynfirefox -v    says what?11:03
Kartagistomreyn: firefox exited again the terminal said exiting due to a channel error11:06
Kartagisfirefox -v says 116.0.211:06
Kartagisis that only old or way old?11:07
ravagetoo old for sure11:07
ravagemake sure firefox is closed and run: sudo snap refresh firefox11:08
tomreynmaybe that's esr? but i don't think ubuntu provides that11:08
dawnbreakerubuntu server arm iso maybe does11:09
dawnbreakeri was watching a utm youtube11:09
ravageKartagis: what is the output of: uname -a11:10
Kartagismaybe I should install server and GUI on top of that. because I need GUI11:10
dawnbreakerfalkon is a good web browser too11:11
KartagisLinux tolgaozses 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux11:11
ravageok so this is a normal x64 install11:12
Kartagisoh look, clipboard works11:12
tomreyn22.04 arm64 defaults to the snap as well, and it provides the same version as amd6411:12
ravagesnap should give you the latest stable version11:12
tomreynit would be better idea to install the ubuntu arm64 architecture build on this device, though11:13
ravagethat is 121 right now11:13
Kartagistomreyn: I need amd64, I have a piece of docker software which platform dependent.11:13
tomreynyes snap 121 is stable11:13
tomreynthere is esr/stable (116.6esd-1), too11:13
tomreynthere is esr/stable (115.6.0esr-1), too11:14
tomreynsorry, i'm fat fingered11:14
ravagebut then he installed that version manually at some point11:14
ravageand yes that would be 115 not 11611:14
tomreyni think the esr snap would report that it is "esr" on -v11:14
tomreynso, ye,s looks like a mnual, outdated, firefox installation11:15
Kartagis...and firefox crashed again11:15
tomreynKartagis: so what does   snap list firefox    and    apt list --installed firefox   say?11:16
Kartagistomreyn: if you're asking if it's a snap, yes snap list listed firefox11:17
tomreynand what happens when you   sudo apt update && sudo apt full-upgrade -V    ? pleasde show the full output on a pastebin, we suggest https://dpaste.com11:17
Kartagisupgrading now11:20
tomreynhope this fixes it - i got to leave for now. good luck!11:21
Kartagisthanks a lot11:22
tomreynyou're welcome - if you run into more / related issues, just ask again11:27
Kartagiswee, it didn't crash now.11:27
Kartagisit is syncing11:27
tomreynrunning outdated software is dangerous, try to make sure that updates will happen automatically or you have a weekly schedule + reminder to install updates manually11:29
Kartagiswill do that11:30
dawnbreakertell us if it works11:34
Kartagisfor some fricking reason, it just started crashing again. I have no other way but to install chrome and import my bookmarks11:44
Kartagisit being firefox11:45
Kartagisif not ff itself, the tab crashes11:45
dawnbreakerhow much ram do you have..maybe idk11:49
Kartagisdawnbreaker: I allocated 4gb11:51
dawnbreakerkinda small amount but idk how much you need11:55
dawnbreakeryou can run firefox from a terminal and see if theres errors when it crashes11:56
dawnbreakeroh wait that doesnt work11:58
dawnbreakerit escapes11:58
Kartagisdabbill: the terminal says "exiting due to a channel error"12:00
Kartagisdawnbreaker: the terminal says "exiting due to a channel error"12:01
Kartagisdawnbreaker: I probably need more than 4gb because GUI12:02
dawnbreakermaybe snap refresh12:02
dawnbreakergoogle channels for snap12:03
dawnbreakerKartagis: do snap refresh then snap install firefox12:14
dawnbreakeror remove it then install it again12:15
titocodevom12:15
titohello every body12:16
de-factowhat is this now? updates of my 22.04 popped up offering updates and now it REQUIRES UBUNTU PRO?13:38
de-factodid ubuntu just became non-free as of providing updates to users?13:39
ravage!pro | de-facro13:40
ubottude-facro: Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support. Anyone can use Ubuntu Pro for free for personal use on up to 5 machines. For details please see https://ubuntu.com/pro and https://discourse.ubuntu.com/t/ubuntu-pro-faq13:40
de-factoi cant update without it anymore: https://i.imgur.com/7d6qMIK.png13:40
de-factoi never activated any ubuntu pro, it enforces membership now for providing updates?13:41
ravagePlease read the FAQ 13:41
de-factothis really is offputting, i DONT want this ubuntu pro crap13:43
de-factoso how do i get updates without ubuntu pro now?13:43
younderI have use ubuntu for  18 years and have never used ubuntu pro13:44
de-factoand now they enforce it on users apparently13:44
younderEvery 2 years erase you disk and  a new LTS version (or 4)13:44
younderUpgrades never turn out well anyhow. For me anyhow.13:45
de-factoif i cant get updates anymore its the end for ubuntu and me13:45
ravageGood luck on your future endeavors then13:45
younderIf you have something you can't afford to loose back it up (and make sure it restores)13:46
ravageyounder: sorry who are you talking to? Can we help your with something?13:47
BluesKajHi all13:51
lunatiqI don't understand how I can remove this raid. I've tried everything.13:53
lunatiqI've used installimage and removed the swraid 013:53
lunatiqI have commented it13:53
lunatiqI have set raid 013:53
lunatiqthe hdd still doesn't show in fstab13:54
CosmicDJlunatiq: raid0?! are you sure you want that? 1 failed disk and the whole raid is gone...13:55
lunatiqCosmicDJ I really dont want any raid at all13:56
lunatiqI've tried to remove it entirely but it won't13:57
CosmicDJrunning wipefs from a rescue boot should clean your disks of any raid/lvm/fs traces... though you'll have to reinstall your OS then13:58
leftyfblunatiq: I hope you're not expecting to "remove the swraid 0" and retain anything13:59
lunatiqhttps://paste.gg/p/anonymous/b161beda7c96440e884ba148ca2c87a814:00
lunatiqThis is what is available14:00
leftyfblunatiq: just repartition and reformat the drive14:00
lunatiqhow14:00
leftyfbfdisk, sgdisk, parted, gparted, mkfs, etc14:01
lunatiqYou know what that means14:01
lunatiqI don't14:01
leftyfblunatiq: open gparted14:01
leftyfblunatiq: again, be less concerned about "removing raid" and just start the process of using the drive as you prefer. You will not be retaining any data off it14:02
dnadev2_hello. i want to install the xscreensaver package on 22.04 and noticed the installed version is very old (5.45), and the author recommends the newest version (6.08). so i have two questions: 1. is this package "safe" to use in general, i imagine theres a reason ubuntu doesnt ship with it/update the version. 2. if safe, how to install the latest version (hopefully using apt). thanks!14:05
leftyfb!latest | dnadev2_14:06
ubottudnadev2_: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.14:06
dnadev2_leftyfb: awesome thanks. so safest bet is to use whatever is ubuntu maintains as the "latest stable" in their eyes (generally speaking)14:09
lunatiqhttps://docs.hetzner.com/robot/dedicated-server/raid/software-raid/14:10
lunatiqfound this!!!14:10
lunatiqOMG14:10
lunatiqI hope it works!14:10
ll8good lo/14:13
dawnbreakerwhy cant snaps write to another disk than my os disk?14:23
dawnbreakerhow do i do it. i want to open the second disk in terminal then yt-dlp but says permission denied14:24
dawnbreakeri did chown myname disk14:24
leftyfbpermission denied doesn't sound like a snap issue, it sounds like a permission issue14:25
dawnbreakeroh14:25
leftyfbdawnbreaker: can you "touch /path/to/disk/somefilename" ?14:25
dawnbreakeralls i did was format the new disk then go into media then chown myname disk14:26
leftyfbdawnbreaker: can you "touch /path/to/disk/somefilename" ?14:26
dawnbreakerhold on ill try14:26
dawnbreakerit did it but didnt return nothing in text in terminal14:27
dawnbreakeroh wait sorry14:28
dawnbreakerlet me make file14:28
dawnbreakeryeah same thing. command goes through without any text output14:29
ravageIf you write to a removable media there is a permission to allow that14:30
lunatiqwhy does mkfs take so long14:30
lunatiqfor ext314:30
leftyfblunatiq: use ext414:31
ravageIf you want to write to another disk outside your home you have to use a bind mount 14:31
dawnbreakeri can make folders on it and files with my user14:31
dawnbreakerbut the yt-dlp snap says permission denied14:31
dawnbreakergeany ide allows me14:32
dawnbreakergeany is a deb14:32
leftyfbdawnbreaker: sudo snap connect yt-dlp:removable-media14:34
dawnbreakerah cool thanks leftyfb14:34
dawnbreakerok yeah works14:41
=== Dieu is now known as yuta
tomreynKartagis: "Exiting due to channel error" is a follow-up error message, where a child process chooses to exit because it's main process has 'vanished'. there should be more error messages before this one, indicating why the main prcess exited / failed.15:24
tomreynKartagis: see this for steps you can take to analyze this better, possibly solve it, or provide qualified feedback to Mozilla (who maintain the snap). https://support.mozilla.com/en-US/kb/troubleshoot-firefox-crashes-closing-or-quitting15:26
tomreynalso make sure your snap is now the latest version, 121.0.1-115:27
tomreynfirefox -v    should tell15:27
tomreynyou can also try starting firefox with --safe-mode or -P and create a new profile15:29
SnoopJHow do I query the installed version of a package in a locale-agnostic way? I am currently doing `apt-cache policy <pkg> | grep "Version:"` but this is not appropriate for a non-English locale, and I don't want to fix this multiple times for each language15:36
SnoopJSorry, that's `… | grep "Installed:"`15:37
johnfghi folks15:43
johnfgThis laptop I'm on finds my wifi fine.  Running 22.04.15:44
johnfgMy other laptop is not finding it.  I've looked at settings, but don't see what's wrong.15:44
johnfgIf I boot up windows, win 10 finds and connects to the wifi, then rebooting to ubuntu, it finds it.  What's up?15:45
tomreyndisable fast startup in windows15:46
tomreynhttps://winaero.com/blog/how-to-disable-or-enable-fast-startup-in-windows-8-1/15:48
tomreynSnoopJ: LANG=C15:48
johnfgSo you're thinking one laptop has that disabled and not the other?  They are almost clones.15:48
=== fling_ is now known as fling
SnoopJtomreyn, I need this to work without modifying the locale.15:49
tomreynjohnfg: i'm thinking that the laptop where linux is sometimes unable to initialize the wireless, experiences this when windows does not shut down cleanly, i.e. "fast startup", and the firmware is left in a bad state and not fully reinitialized on boot (to linux).15:51
SnoopJor hm, maybe I can get away with it. But I'd much prefer to have a way to "just" ask the package system to tell me the version without doing that, it feels more brittle.15:51
tomreynSnoopJ: dpkg-query has a --format option which lets you configure the output format as you wish.15:52
SnoopJI was just looking at that. I think `dpkg-query --showformat="\${Version}" -W <pkg>` does what I wanted. Thanks.15:53
tomreynah so it's --showformat, not --format, sorry15:54
tomreyni think --showformat and -W do the same, though15:55
ioriaand still uses 'Version'15:58
SnoopJit does but the format field names don't vary by locale15:59
ioriamaybe : dpkg -l|grep -E '(^|\s)firefox($|\s)'| awk '{print $3}'15:59
SnoopJ(I replaced -W with --show in my real usage just to be consistent, as well)16:00
SnoopJe.g. `LANGUAGE=ja dpkg-query --showformat="\${Version}" --show apt` works fine (a `ja` locale is where the originating issue came from, but a single success here gives me confidence enough)16:01
=== sotaoverride is now known as Guest9150
=== ctraven is now known as sotaoverride
IAmVeryLost i am currently running Ubuntu on my laptop with no other OS installed, i was wondering how can i dual boot Kali Linux.16:31
lotuspsychje!dualboot | IAmVeryLost16:32
ubottuIAmVeryLost: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot16:32
leftyfbIAmVeryLost: can I ask why you think you need Kali Linux? You know a lot of the packages included are available to install in ubuntu right?16:32
IAmVeryLostYea, i heard that kali has a lot of security programs so i wanted to try it. A couple of years ago i tried to install it on my raspberry pi with no luck. So i want to try it again16:34
=== user03 is now known as gchound
derek-shnoshUbuntu 23.10; A few times now, a dialogue box has popped up while I'm typing something and my key entries (space?) close it before I can read it. Is there a way to see recent prompts/dialogues in logs? Or elsewhere?17:38
puffGood afternoon.  I make extensive use of virtual desktops, but I also use an external monitor with my laptop.  Most of the time I have the laptop lid closed, but smetimes I need to use the web cam built into my laptop.  When I open the laptop, then all the windows I have open get moved to a single virtual desktop, and then I have to rearrange things.17:53
puffIs there any way to avoid this?17:53
mojtabaHello, I am using Ubuntu 22.04.3 LTS and I using Firefox 120.0.1 (64-bit). I noticed that in /var/log/syslog, there are lots of lines like the following which shows firefox was trying to access the zsh history file. Does anybody know why it needs to access that file and if it is legit?18:44
mojtaba(11:16:37 PM) mojtaba: Jan 15 21:59:32 HOST kernel: [224076.488920] audit: type=1400 audit(1705373972.859:21753): apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" name="/home/USER/.zsh_history" pid=10454 comm="pool-firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=100018:44
ioriamojtaba, maybe : https://serverfault.com/questions/1113064/why-firefox-is-trying-to-access-bashrc18:57
ioriano sure18:57
mojtabaioria: thanks19:08
=== user03 is now known as gchound
niiggermy name is niigger. but i prefer to be called niigger219:29
niiggerany wife here interested in bbc19:30
bmbbsrHi I Need Help  I Did a  Update and distupgrade -> Autoremove and reboot  FROM ther no WIFI in the list to connect20:01
bmbbsrthe iwlist scan does find all the networks20:01
bmbbsrplease Help to bring the Wlan system back up20:02
bmbbsrnoone here to help please20:22
bpromptbmbbsr:  hmmm well, you may want to ask first, if someone knows, they may jump in20:24
bmbbsri did ask 2 times in the last 10min20:25
bmbbsrHi I Need Help  I Did a  Update and distupgrade -> Autoremove and reboot  FROM ther no WIFI in the list to connect20:25
bmbbsrthe iwlist scan does find all the networks20:26
tomreynbmbbsr: whihc ubuntu release (version) did you upgrade from and to? what are you running now?20:26
bmbbsrim on 22.04 just updateted the packeges20:26
bmbbsr6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux20:27
=== PasiZ7 is now known as PasiZ
tomreyn!info linux-image-generic 22.0420:27
ubottu'22.04' is not a valid release20:27
tomreyn!info linux-image-generic jammy20:28
ubottulinux-image-generic (5.15.0.91.88, jammy): Generic Linux kernel image. In component main, is optional. Built by linux-meta. Size 3 kB / 20 kB. (Only available for amd64, armhf, arm64, powerpc, ppc64el, s390x.)20:28
tomreyn!info linux-image-generic-hwe-22.04 jammy20:28
ubottulinux-image-generic-hwe-22.04 (6.5.0.14.14~22.04.7, jammy): Generic Linux kernel image. In component main, is optional. Built by linux-meta-hwe-6.5. Size 3 kB / 22 kB. (Only available for amd64, armhf, arm64, ppc64el, s390x.)20:28
tomreynbmbbsr: is this computer currently online by other means?20:29
bmbbsrim on ETH20:29
tomreynwhat does   lsusb | nc termbin.com 9999    print?20:29
bmbbsrhttps://termbin.com/1nsn20:30
applecuckootomreyn: it copies your usb info to a paste site and gives you a link to it.20:30
tomreynso this is your wireless chipset:   148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter20:30
bmbbsrThis is all Clear IT Just does not show any Network in the Top right WLAN sexction20:30
bmbbsryes20:31
bmbbsriwconfig scan showes all the networks20:31
tomreynyou will likely need to get a separate driver, or at least firmware20:32
bmbbsrGOT it20:34
bmbbsrsudo apt install wpasupplicant  DID the trick20:34
tomreynhuh, that was removed by autoremove?20:34
tomreynnetwork-manager recommends wpasupplicant, so it should not have been autoremoved, unless you removed network-manager?20:36
bmbbsr52the update must have killed some libs20:37
Guest74I am getting "ubsan array-index-out-of-bounds AMD radeon" style errors during boot. How to get rid of these?20:38
bmbbsr52sudo apt install wpasupplicant  did bring up all the fine things20:38
bmbbsr52now im on WIFI20:38
bprompthehe20:38
tomreynGuest74: install all pendig updates and reboot if it involves a kernel update. come back if the issue persists.20:39
bmbbsr52im off Thank you folkes for the Hint  to Manuell conect thrue iwconf20:40
tomreynbmbbsr52: have a great day.20:40
bmbbsr52its near midnight here20:40
tomreynand night20:40
=== Guest74 is now known as Bushido
sarnoldjwash: WOO! Thanks for reporting back ;)20:54
lunatiqcan you change mount location without damaging files?21:58
bpromptlunatiq: come again?  what are the specifics?   I mean, you can change a mount point to elsewhere, so long nothing is open while that happens, is fine22:00
leftyfblunatiq: you unmount first, then remount somewhere else22:00
stan101what actuelly does "ubuntu-pro" do ??22:31
ravage!pro | stan10122:32
ubottustan101: Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support. Anyone can use Ubuntu Pro for free for personal use on up to 5 machines. For details please see https://ubuntu.com/pro and https://discourse.ubuntu.com/t/ubuntu-pro-faq22:32
stan101is pro live application ??22:33
sarnoldthe pro program does some authentication and file things to enable the right apt sources, tokens, etc22:34
stan101I - on another new machine applied for pro - with no errors - it uploaded my entire machine - is this protocol ??22:34
stan101stan101: Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support.22:37
stan101please advise.22:37
sarnold"uploaded my entire machine"?22:37
stan101it sure did22:37
stan101i watched it22:37
stan101it took 6 mins to do so.22:38
ogra_wha does that even mean ?22:38
ogra_*what22:38
stan101exactly- explain.22:39
ravagenot sure what you watched but Ubuntu Pro does not upload anything22:39
ogra_right22:39
stan101wrong22:39
stan101i watched it upload fr 6 mins22:39
ravageso we agree to disagree. have a wonderful day 🙂22:39
stan101brand new machine22:39
stan101its almost like errors are willfully created to get the back door under the guise of "report errors"22:40
stan101johnny isnt stoopid22:40
stan101dont treat me as such22:40
stan101I just want to know what the skinny is so as i can make things right.22:42
stan101you know - back 6 months ago - i was talking ham radio - during that time - a silent partner spoke up confident in my abiities- and had zero internet presents.22:43
stan101ubuntu is slick - I appreciate that - but- my gut says different.22:44
hamwell, then follow your gut and don't use it ?22:45
=== ham is now known as hamster
stan101haha they love ruining your resolution22:46
stan101looks like im right22:47
ogra_this is getting pretty offtopic for this channel ...22:47
stan101every frame has been screen shoted.22:47
ogra_!ot22:47
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!22:47
stan101shaddap stoopid.. we have it figured out now.. thanks22:47
* ogra_ shakes head22:48
=== kostas is now known as existenz
=== existenz is now known as existenzGR
=== existenzGR is now known as kostas
=== kostas is now known as existenzGR

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