[00:06] here is the dmesg output: https://bpa.st/KNOXC, I also included the booting error inside [00:37] hi all, I'm trying to get my vty1 getty back. I've noticed ubuntu 22.04.1 doesn't seem to start any by default. I found getty@.service which I think *should* start them, but I don't see any gettys running [00:38] systemctl list-units --type=service|grep -i getty # there's nothing here [00:38] getty@.service is a template [00:39] it doesnt run antyhign [00:40] ah, thanks. Not up to speed on systemd. what's the recommended way to bring back all the vtys? [00:41] dunno, i woudl google it [00:41] right so I did, but it seems like there are a bunch of conflicting pieces of advice which don't seem to fit my system (common problem I've found running into systemd complexity) [00:42] eam_: Are you trying to get to a TTY before Plymouth is done and the login screen starts? [00:42] well, actually I'd love to revert the whole thing to textmode leading up to xorg but I figure I'll get to that next [00:43] my goal right now is to have a getty on the first virtual console so I can log in when graphics are broken [00:43] eam_: sudo systemctl set-default multi-user # this will boot to console as opposed to the desktop environment [00:44] eam_: CTRL+ALT+F3 will bring you to tty3 [00:45] right, the problem is there aren't any gettys running on tty1-6 [00:45] so I can't log in [00:45] what happens when you press CTRL+ALT+F3? [00:45] normally I'd turn them on in inittab, but the world has changed it seems [00:45] they should bring you to a console login [00:45] there's no console, I have just a black screen (with some printk messages on tty1) [00:46] because there's no getty processes running servicing the vtys [00:46] try F4 [00:46] because by default, there are tty's available [00:47] eam_: if you don't have them, then you're not running a standard install of Ubuntu [00:48] oh hey, would you look at that - they're on tty4 (but not 1) -- but, there weren't any getty processes running a minute ago. Is this something systemd is starting on demand, only after tty4 is accessed? [00:48] I am using 22.10, is there no longer auto snapshots done if you are using zfs? [00:48] ps -ef|grep getty # was empty a moment ago, but now I have /sbin/agetty -o -p -- \u --noclear tty4 linux [00:49] eam_: the getty's only start when you attempt to bring up the tty [00:49] hmm, do you know where in systemd this is configured? I'd like to keep them running always because often I'm trying to access them in a low memory situation [00:50] 1 and 2 are used by the desktop in some weird hierarchy that I don't quite understand [00:50] I' [00:50] eam_: they will be available if you just hit CTRL+ALT+F3 or F4 [00:50] I'd like to get one on tty1 as well so I can see the printks [00:50] eam_: you can see those with dmesh [00:50] dmesg [00:50] well, assuming I can run dmesg [00:50] if you can't run dmesg, you have much bigger problems [00:51] well yeah, that's why I'm on console ... [00:51] having tty1 as opposed to tty3 isn't going to make a difference [00:51] well that's just where it seems the kernel logging is set and it's useful to see ooms as they occur sometimes [00:52] dmesg and journalctl -k # will both show kernel messages [00:52] dmesg -w and journalctl -fk will both watch realtime [00:52] yeah uh, I mean in situations where I can't create new processes and I'm (for example) using sysrq to clean things up [00:53] I'd like to spawn the userland I need ahead of time [00:53] I know how to do this with sysv init ... [00:53] eam_: you're looking to completely change your system to debug a completely broken session while it's broken ... something that should never happen [00:54] eam_: if you're OOM'ing and resorting to rseiub, you're doing something wrong [00:54] this should not be common [00:54] I think it's pretty common when debugging things? [00:55] I would say the software is doing something wrong yes [00:55] getting to that state is very bad and should never happen. If you're running into this often enough that you need to modify the core functionality of the OS to deal with it, again, you're doing something wrong [00:57] I think it's pretty common for a workload to drive a machine into swap and make it unresponsive [00:57] eam_: btw, you can look at kernel messages from previous boots using journalctl -k -b -1 (last boot session) [00:58] I did it about an hour ago trying to run civ6 under steam and that's when I realized I couldn't recover and had to reboot. I think it's pretty common with games, no? especially extremely buggy / non native ones [00:58] that's what logs are for [00:58] uhm, how would you access logs without a userland? [00:59] reboot into userland [00:59] eam_: So, what I'm seeing here is that you're coming in here, asking for help, and then disagreeing with those giving you help every step of the way. That's not OK behavior. [01:00] uh, I think I agree with the solution (tty3 is enabled), and I disagree that I shouldn't use an ubuntu system for software development? I'd be happy to drop that topic - it seems ridiculous [01:00] if anyone knows how to modify the gettys under systemd that would be helpful [01:01] trying to troubleshoot an OOM'd machine using sysreq keys and tty1 is a losing battle. Regardless, if you can get to a tty at all, tty3 is just fine and you can use dmesg to look at kernel messages if you think looking at them realtime in your broken and modified session is going to help you debug(it isn't) [01:04] so without addressing the utility of consoles for debugging, do you by chance know if there's something on ubuntu that would intercept a console break? Because it seems to switch into xorg when I try it [01:06] eam_: why not just configure printk to write to tty4? [01:07] I'd like to know where the console is configured as well, actually. Right now I'm trying to get sysrq working [01:10] I'm starting to think it might be easier to configure a ttyUSB0 and do things over that === halvors1 is now known as halvors === five61842 is now known as five6184 [01:34] is there a way to take and have access to snapshots in ubuntu 22.10 [01:44] https://ubuntu.com/tutorials/using-zfs-snapshots-clones#1-overview === Erisa6 is now known as Erisa [05:09] chrome dies: this is journalctl https://imgur.com/a/LzeU9d8 ( I hope they are in the right order. I took more because some earlier one loooked different. -- thanks if any who have helped me are around oerheks tomreyn leftyfb sarnold arrayboltXE [05:09] and others. [05:11] morgan-u2: Well that explains it. How much RAM is in your system, and how many tabs do you have open? [05:11] The out-of-memory killer is closing it. [05:12] oh I oepned lots of tabs on purpose to get it to quit. I have 8G and - is there a simple way to find out how many tabs I have open arrayboltXE [05:12] (Not the kernel OOM killer, but systemd-oomd.) [05:12] morgan-u2: Not that I know of, but you're running out of RAM. That's why it's quitting. Your system is on the verge of crashing entirely and systemd-oomd is killing Chrome in a last-ditch effort to keep the whole system from locking up. [05:12] The solution? Bigger swapfile, RAM compression, and fewer tabs. [05:13] Or upgrade your RAM, that would help too. [05:13] BOK that's what I thought ...wayback (22.04 is better cause chrome dies instead of the system clutching (handging) .. -- I have seen ipones working fine with 180 tabs (helping someone and decided to check his tabs and purge them. [05:14] I think iPhones have some sort of weird memory management thingy that basically unloads apps without really looking like it's unloading them. [05:14] morgan-u2: Personally, I'd follow this guide (spoiler alert, I wrote it): https://discourse.lubuntu.me/t/enabling-ram-compression-on-lubuntu/3323 That should help a ton. And close all the tabs you don't need. [05:14] (The guide above is Lubuntu-specific, but the steps should work on Ubuntu itself with very little customization.) [05:15] gotcha, is there a way of finding out how may tabs I have open? (without counting them?) -- why does it work find after closingit and reopening the same number of tabs? [05:15] morgan-u2: No clue how to count tabs. The reason it works when you close and reopen is because Chrome remembers that you have tabs, but doesn't load them. As you start using them, it loads more and more... and that's probably why it gets slower and slower as you use it until it just dies, then is fast when you first launch it. [05:15] I WANT: to be able to bookmark all the tabs in a specific window, maybe in its own folder. [05:16] Yeah, I have no clue how to do that. I also have a problem with opening too many tabs, but I find that 90% or more of them are things that I was using and just never bothered to close. [05:16] I WANT: clicking on the program in the dock to cycle through the open windows like in 20.04 [05:17] It will probably take a while, but I'd methodically go through each one, decide if you need it right now (keep it open), need it later (bookmark it), or don't need it at all (close it). Then try to do tab cleanup more frequently after the mega cleanup is done. [05:17] Yes, I have been saving "things I want to read of play later in a window with a title (group) [05:17] Ah. Yeah, that will probably take a while to clean up. Sadly, the best way I know of is also the hard way... :( [05:18] Yes, I cleanup most nights except for the saving-for-later. But chrome keeps memory that it doesnt release (or it wouldnt be all better reopenig the same tabs) [05:18] Makes sense. [05:19] In the mean time, until you get the tabs in the one window bookmarked, the RAM compression guide above should help you buy some time. Just don't forget to get around to doing the tab-to-bookmark conversion. [05:20] OK time to say goodby to this as my computer and switch to another (alley find). I bought a video card for it too. ((and I am thinking to use this one as a server -- after I learn enough bash. it was a reality-check when I heard that servers have no gui. [05:21] OKI will read your guide.. later. Tonight I am sadly getting tired of sitting. If I can sleep early ... but this is offtopic. Thank you arrayboltXE [05:22] and saw the paragraph on not loading tabs. Yes it makes sense. [05:23] I have been doin this so long tht quitting "finding out" feels like freedom [05:23] morgan-u2: Glad to help! Good luck! === arrayboltXE is now known as Guest5152 === Guest5152 is now known as arrayboltXE === nxcjiweflefksdj1 is now known as nxcjiweflefksdjf === nxcjiweflefksdj1 is now known as nxcjiweflefksdjf [08:50] Morning all ❤️ === schlitzbot04 is now known as schlitzbot0 === money is now known as Guest8400 === Forza_ is now known as Forza === nxcjiweflefksdj1 is now known as nxcjiweflefksdjf === keypushe- is now known as keypusher [11:39] Hi guys, I need some help finding a private VOIP company, such as an Android APP, which can send and receive texts, voicemail, and place and receive high-quality calls. [11:40] Guest47: the volunteers cant advice much on external companys, instead help you with ubuntu issues [11:41] >_> [11:41] Someone here probably knows [11:41] well its not the right channel for your question then, try !alis Guest47 [11:42] on 22.04 and 22.10, on hybrid graphics laptop and while using the builtin card; the laptop freezes after screen lock and I have to hard reset via holding the power button until shutdown and I'm not seeing errors in the journal; any idea? [11:56] ice9: maybe by now I'd think you'd know Ubuntu isn't for you. It's getting a bit much with all your problems. [11:57] My two cents. Take as you will. [11:57] Chunkyz: this is ubuntu support, there's no limit on users questions [11:58] lotuspsychje: it's getting boring now tbh. I know what channel it is. [12:16] ice9, make sure to file a bug ... [12:25] i [12:25] hi [12:25] ogra, actually there is a confirmed bug since April that has no fix yet [12:26] whats the ID ice9 ? [12:27] here in the channel plz ice9 not pm [12:27] im loosing ip address on ethernet when port goes down in18.04 [12:28] lotuspsychje, 1968040 [12:28] after its gets up [12:28] bug #1968040 [12:28] -ubottu:#ubuntu- Bug 1968040 in mutter (Ubuntu) "Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument]" [High, Confirmed] https://launchpad.net/bugs/1968040 [12:31] so this bug affects you ice9 ? [12:31] lotuspsychje, yes [12:32] so, you're in good hands, the bug is known + being tested, not sure why you ask again in the ubuntu channel ice9 [12:34] lotuspsychje, i'm sorry, where is it saying it's under testing? [12:35] ice9: with being tested, i mean the developers know about this now, and are asking users affected doing tests, and maybe also do tests themselfs === klebers_ is now known as klebers === polymorp- is now known as polymorphic [13:41] My nvidia gpu fan has an annoying issue in ubuntu that is not present when I boot into windows. In ubuntu the fans are either silent or go into jet engine mode when the temperature crosses some threshold. In windows it's a much smoother response. Is it possible to set this up better? [14:13] Hi [14:15] I have some server/ console based apps, database running and it seems the GUI apps are running low. How can I set highest priority for all GUI apps like browsers, etc? secondly despite the first point, I see CPU and ram usage is not more than 10%, still I am getting so much lag and unresponsiveness. what can be the reason? [14:34] Sircle: man nice / renice [14:38] I was going to report a bug but the wiki told me to post here first: [14:38] I'm running windows 10 x64 with a nvidia gfx card. I'm installing Ubuntu 22.10 in Virtualbox using this guide: https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#1-overview [14:38] After letting it install ubuntu runs, but I can not open the application "terminal". It will not start. I had to install xfce-terminal in the ubuntu software store to get a working terminal. [14:38] I don't see any info in the guide about needing to do this, or any other place where this is documented, as I'd expect "terminal" to just work. [14:39] Step 4 in the guide even tells you to run terminal to update everything, but that will not work without installing xfce-terminal :) [14:40] Ctrl-Alt-F1 will drop to TTY, and you can use that as a terminal. (Ctrl-Alt-F7 or Ctrl-Alt-F3 are usually the TTYs dedicated to the GUI, try all the Fs until you find your desktop again.) [14:41] I know that but the guide says to open terminal and not open tty [14:41] having a working gui terminal is also very helpful, not having to go to TTY [14:42] does it not come with a default terminal app? [14:43] Moof_: use xfce-terminal to run all system updates. then type "gnome-terminal" and report any errors you can see [14:43] ruser: It does come with a terminal app, gnome-terminal. It doesn't run on virtualbox [14:44] ravage: # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached [14:44] I just think that if there's an official tutorial then things should work by default :) [14:44] I only brought up TTY as you said you didn't have a terminal for running update, so.... [14:44] Moof_: agreed, i haven't touched vbox in a while [14:44] CodeMouse92: I did mention installing xfce-terminal, which does work [14:45] Moof_: i think you should submit a ticket :) [14:45] Moof_: or better yet a fix for documentation [14:46] ruser: The instructions for submitting a ticket is to first send a message in this irc channel [14:46] Moof_: oops, my bad [14:47] Moof_: try to run "sudo localectl set-locale LANG=en_US.utf8" [14:47] and try to launch the terminal again [14:49] Moof_: I would install terminator and remove xfce-terminal and all the xfce dependencies it brought in. From there, open up terminator and then try to run "gnome-terminal" and see what it says [14:50] ravage: No difference. Here's the default locale output after my virtualbox install: https://pastebin.com/596Rvhep [14:50] Moof_: https://askubuntu.com/a/991047 [14:51] leftyfb: Gnome terminal did not work after a fresh install, I had to try other terminals to find a working one [14:52] Moof_: right, I would install terminator over xfce-terminal as terminator isn't going to install a bunch of xfce dependencies [15:03] leftyfb: this is taking a long time [15:03] Moof_: what is taking a long time? [15:03] But after it finished gnome-terminal does work :) [15:03] the last step took a while to generate all locales [15:04] The question is why you need to do it for a fresh install of ubuntu [15:04] Moof_: I can't answer that. I've never run into that problem. Maybe file a bug [15:12] hi [15:12] hi midhun === Guest01010 is now known as beaver [15:23] Moof_: did a fresh installation. english language, install updates during installation. gnome-terminal works [15:23] ravage: the guide specifically tells you to run the unguided install tho [15:23] if you chose any special settings like different locales and you can reproduce your steps please file a bug report [15:24] what is an "unguided" install? [15:24] Moof_: what guide? [15:24] https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#2-create-a-new-virtual-machine [15:24] The official virtualbox guide [15:25] unattended. interesting [15:25] ravage: unattended, not unguided, sorry [15:25] i dont have virtualbox atm [15:25] i could try it on windows later [15:26] maybe there is a problem with a setting for that unattended install [15:26] like messed up locales [15:31] helo [15:31] I'm not sure I understand the mystery here. Create a VM, boot it to an installer iso, answer the questions, reboot. [15:32] jhutchins: the guide specifically says to use an unguided install. If doing this is broken then it should be changed. [15:35] I added a comment to the guide. The loops to go through to submit a bug report is a bit too high for me right now. If someone else does it I would be happy, thanks. [15:41] Moof_, did you install Guest Additions ? [15:41] ioria: I followed the guide, which says it will auto install them [15:41] Moof_, try to uninstall it [15:42] I have already fixed the issue and don't want to try to reinstall ubuntu using the guide. [15:43] I just wanted to highlight how the guide does not make a well working ubuntu install and it should probably contain info on how to fix this issue for everyone. === fuelee1 is now known as fuelee [15:43] Moof_: Using the pre-programmed install is good if you're doing multiple installs per day, if you're destroying machines in a development process and need to rebuild them regularly. [15:43] Not much point for a one-off. [15:44] Then the guide should be updated to not do that [15:47] Moof_: That, or you could write a guide targetd for your intended use. [15:49] The guide ( https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#1-overview ) is written as if it's a "your first try at ubuntu", and not as a guide for people "destroying machines in a development process and need to rebuild them regularly.". If it should be taken as only a guide for those people then it [15:49] should probably add some warnings or other information that shows that it's a guide for advanced users only. [15:50] Moof_: You are welcome to contribute your own work. [15:51] Moof_: It's not as if someone were in charge of making it meet your standards. [15:51] I have added a comment to the guide, hoping that it will help users that aren't advanced users. [15:52] Automating an install does require some experience with the install process. I think the people who tend to write guides might forget that. [15:53] It seems to them like it's simpler, when it's really not. [15:54] Moof_: Anyway, the topic cops must be on their break, if you want to continue discussing this probably #ubuntu-offtopic. [15:56] I'm unsure why you are asking me questions in  a way that I would deem a bit antagonistic? English is not my first language, so I'm sorry if I offended you earlier. I'm only writing this to try to help future Ubuntu users. The guide seems written for beginner users but if you say it is an advanced topic then maybe it is, but I think adding either [15:56] a warning or some helpful information could be useful in that case. I am no longer interesting in talking more about this subject, and will be leaving this chat. I just wanted to make sure that the problem was highlighted. [16:45] hello [16:45] to install chromium and firefox [16:45] should i use apt [16:45] or snap ? [16:45] i have installed via apt but i get [16:45] Command '/usr/bin/chromium-browser' requires the chromium snap to be installed [16:45] snap [16:46] where can i see all the available snap? [16:46] "chromium" "firefox" ? [16:47] pydev1: snap search firefox [16:47] pydev1: snap search chromium [16:50] ook [16:50] thanks [16:57] leftyfb, when i run snap install firefox [16:58] should i add a parameter to avoid asking things? [16:58] lie -y in apt-get [17:45] Should repos that I added show up in Software and Updates -> Other Software? [17:54] FKAShinobi_: yes [17:56] toddc: Is there any reason why it wouldn't? It used to a few days ago, but now it's gone. It looks fine if I do apt update. [17:56] Both of those repos use the [signed-by] parameter. [18:00] Client: HexChat 2.16.0 • OS: Ubuntu "jammy" 22.04 • CPU: Intel(R) Core(TM) i5-4570R CPU @ 2.70GHz (2.90GHz) • Memory: Physical: 7.5 GiB Total (5.3 GiB Free) Swap: 2.0 GiB Total (2.0 GiB Free) • Storage: 135.5 GB / 960.3 GB (824.8 GB Free) • VGA: 8086:0d22 @ Intel Corporation Crystal Well DRAM Controller • Uptime: 3h 13m 10s [18:02] FKAShinobi_: I know it should and does but I assume it has some iisue with the repo/cert might try to reinstall or wait till some here has a better idea/more details === remy_ is now known as Remy [18:09] leftyfb, funny thing [18:09] could you explain why if i install via apt [18:10] then ubuntu is asking me to use snap [18:10] BUT...if i install the .deb via dpkg -i EVERYTHING works fine [18:10] could anyone explain me the reason ? [18:10] as i said before ... i tried to install chromium via apt and then when i try to run it i get: Command '/usr/bin/chromium-browser' requires the chromium snap to be installed [18:11] that is only true, if you downloaded the .deb manually [18:11] the package you want to install with apt could be a link to snap, that happens with firefox and some more apps [18:11] pydev1: just install the snap. Why are you messing with downloaded .deb files? [18:12] because i am install them inside a docker container [18:12] just installing a deb from somewhere does not give updates. [18:12] and snap is not working correctly there [18:12] via dpkg i get: google-chrome --version [18:12] Google Chrome 108.0.5359.124 [18:12] and what package are we talking about? [18:12] chromium [18:12] pydev1: why do you need chromium and firefox in a docker container? [18:13] leftyfb, i need to work with selenium [18:13] to run gui tests [18:14] for example i am seeing this https://github.com/browserless/chrome/blob/master/Dockerfile [18:14] they do the same thing: https://github.com/browserless/chrome/blob/master/Dockerfile#L36 [18:16] that is not chromium .. [18:17] that chrome deb adds a repo to apt, and the key. and updates over apt. [18:17] that very much is chrome proper in that dockerfile === linuxmodder_ is now known as linuxmodder [18:18] chrome <> chromium [18:19] but i wonder why using docker for this 'gui tests' [18:19] eparse oerheks, chromium is just de-googled but not understandingthing <> bit [18:20] no, chrome is build with chromium sources plus some extras [18:24] Chrome is based on Chromium, but is considered a different browser as it has some different behaviors and features. In addition, it is not present in the official Ubuntu repositories and is therefore unsupported by the Ubuntu community. [18:25] (tbf, I use Chrome, I just don't ask for support with it here.) [18:27] linuxmodder, yes exactly so i think it will works and get updates without ptoblem [18:27] now i have to get the firefox .deb :D [18:29] I've been a ff user for nearly a decade now, only ever use chrome if forced to on someone else's machine [18:29] linuxmodder: I... have lots to say about that, but not in this room. [18:29] why do you need firefox.deb? [18:30] linuxmodder, me too but i have to run test with selenium [18:30] so i must need to install firefox [18:32] ? [18:32] pydev1 [18:33] why do you need firefox? [18:33] pconst167, i need to run tests on chrome and firefox [18:33] so in my docker container i need to install both browsers [18:35] ah I see, that is nice [18:35] pydev1: follow this to get a non-snapd firefox: https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04 [18:36] by default when you install firefox using apt, it's a snap app, hence it need snapd [18:42] guys [18:42] gnome is so good nowadays [18:42] anyone using gnome here? [18:42] cinnamon here, never a fan of gnome tho [18:42] !ot | pconst167 [18:42] pconst167: #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! [18:42] havent tried cinnamon yet, let me google it [18:43] gi [18:43] hi [18:43] i used to hate gnome, but the latest version is cozy specially with some extensions [18:43] been planning to try other desktop, but never did [18:43] blowingcock, please change your username, thanks. [18:43] gnome seems the most eye-pleasing (don't want to waste time tweaking gui) by default === blowingcock is now known as derpate [18:43] feel free to continue this discussion in #ubuntu-offtopic. Lets keep this channel open for support questions [18:43] !!!!!!!!!! [18:43] yes hao [18:43] I agree [18:45] leftyfb, my apoligies forget to move to ot [18:46] HELP!! [18:46] ! [18:46] ! [18:46] !!!!!!! [18:47] !ask | derpate [18:47] derpate: Please 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 !patience [18:47] hao, thank you [18:52] you can try rm -rf /* it could work [18:52] no i meant /var/cache/apt/* [18:52] derpate: please don't [18:52] whys [18:52] derpate: do you need help with something? [18:52] why [18:52] yes [18:52] cleanming apt cache :) [18:52] derpate: sudo apt clean [18:52] okiopoook [18:53] apt - command  not fund [18:53] ? [18:53] :( [18:53] !enter [18:53] Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. [18:54] do you have an ubuntu support question? spawning ramdom commands is not helpfull [18:54]  I ALREADY, used rm -rf /bin/* [18:54] derpate: stop [18:54] and  rm -rf /usr/* [18:54] derpate: stop [18:55] don't ask us to help reverse that silly command. [18:55] yes [18:55] without -rf it wont work [18:55] you are asked to stop, derpate [18:55] but i looked on google searchj andd there is manual that i need to use -f to force [18:55] and -fr [18:56] derpate: stop [18:56] no there is unfortunately    -rf [18:56] Ok [18:56] ok [18:56] ok [18:56] ok [19:10] saw this message in dmesg: "audit: type=1400 audit(1673288904.314:41): apparmor="DENIED" operation="capable" profile="/usr/bin/man" pid=39624 comm="pager" capability=3 capname="fowner"" [19:10] does this indicate someone was trying to run the man command but was not allowed to? [19:18] Macwinner: without knowing specifics, it looks more like something (man? a pager?) tried to use "fowner", and that was denied [19:18] Macwinner: probably the user was able to run the man command fine, but man might not have been able to save a cached copy or something similar [19:18] Macwinner: as cbreak says, it'd be a lot easier to know what happened if you knew the exact command that failed [19:18] Macwinner, I just checked my system also have this message, and I'm only the user on sys and never recall got rejected running man [19:19] hao: thanks! [19:19] thanks cbreak and sarnold as well.. i am the only user on the system, so just wanted to make sure I wasn't missing something weird [19:24] Macwinner, hao, what releases? [19:29] I'm on 22.10 [19:31] I actuall don't care this message, but since you asked, I need to clarify that the message on my system is different with Macwinner's. here it is: [Mon Jan 9 08:53:38 2023] audit: type=1400 audit(1673225618.663:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=397 comm="apparmor_parser" [19:52] hao: ah! that's a completely different thing, that's just the apparmor policy being loaded === jesopo is now known as jess [20:01] how do I get evolution to stop popping up windows about calendar events === msyke1 is now known as msyke === msyke1 is now known as msyke [20:19] * hao (nice ban) [20:21] mort, notification setting? [20:23] hao: do notification settings affect the window it creates, not just the notification? [20:23] since it's not a normal notification which appears in the notifications menu and everything, it's just a window [20:29] window? oh then ignore me, I don't think notification setting affect windows, you probably need tweak some setting inside evolution [20:33] I don't even have evolution installed [20:35] mort: https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1805666/comments/12 maybe this? [20:35] -ubottu:#ubuntu- Launchpad bug 1805666 in evolution-data-server (Ubuntu) "Evolution Alarm Notify continues pop-up reminders even though notifications disabled" [Undecided, Invalid] [20:35] you could also remove that package i guess [20:36] mkay [20:36] seems to be a package with a lot of deps. better not [20:40] yea I did uninstall that package and click enter to accept the changes it wanted to make without reading it thoroughly enough, and all of GNOME was uninstalled [20:41] fixing that was as simple as installing ubuntu-desktop luckily, but maaybe it would've been nice to have some safeguards before uninstalling the currently running desktop, maybe require the user to write y instead of making 'yes' the default [20:41] but I digress [21:15] hi [21:15] I am unable to fix my pc speed [21:15] it took me 15 minutes nearly to wait for message at boot saying " A jbo is running for create volatile files and directores". Then I see 200GB space was free (counted extra than was before). Now browser issue is gone but it will come back I guess [21:15] is it /tmp  files growing in it [21:15] Sircle: sounds to me like a corrupt filesystem [21:16] Sircle: I would boot into a live usb and run fsck on your filesystem and a SMART test on the drive [21:16] leftyfb the btrfs has not erros on scrub or defrag [21:16] and its happening on both pcs [21:16] smart is fine [21:16] uh, defrag? [21:17] Hey hey, was wondering if any fine individuals have experience with Ubuntu 22.10 pipewire. Every reboot my output device switches to an HDMI output thats not in use. [21:17] leftyfb `btrfs fi defrag ` === eri is now known as erica [21:22] I'm hoping to connect to a network resource in a multipass instance.  Is there a way to "bridge" a single port to the multipass instance so a client program in the instance can access the networked resource? [21:24] sarnold: sorry, just saw your message.. i'm on jammy.. 22.04.1 [21:40] this must be /tmp [21:40] or how can I check? [21:40] does many files making a large /tmp influence performance? === polymorp- is now known as polymorphic === polymorp- is now known as polymorphic [22:06] anyone have a good tutorial on having line in play to line out using pipewire on 22.10? [22:16] got it worked out [22:26] Joel: \o/ [22:28] lots of noise on the line in, cracking, popping, etc, working on that now === msyke1 is now known as msyke === msyke1 is now known as msyke [23:09] is 16.04 the first LTS version that used systemd? [23:10] LambdaComplex: Might have been 18.04 [23:11] It was 16.04 for LTS [23:15] Jeremy31: cool, thanks === polymorp- is now known as polymorphic