[00:24] How would i combine 6ch audio on-the-fly, so i get stereo? [00:26] i guess Ubuntu uses pulseaudio(?), maybe there are plugins that facilitate some kind of a real time stereo mixdown? [00:26] hi, my grub.cfg seems broken, what's a valid menuentry to boot zfs? (20.04) [00:26] faekjarz: I haven't got a clue :) but this blog post feels like something you'd enjoy https://venam.nixers.net/blog/unix/2021/02/07/audio-stack.html [00:27] install pavucontrol [00:29] omni: here's mine https://termbin.com/bo6r -- *but* my config came from following the zfsonlinux guide; the modern version of the guide is at https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2020.04%20Root%20on%20ZFS.html [00:34] sarnold: thanks! I think I just need to manage to boot the system again and then fix it, I haven't managed through a chroot on a live usb [00:34] omni: there's some hints on rescue in that guide, way at the end [00:34] omni: they are *very helpful* :) hehe [00:39] thanks sarnold [00:42] orange2: pavucontrol lets me control all 6 channels independently - but it doesn't let me mix them down to stereo - i only have 2 physical speakers (i'd like to consume the missing 4ch/66%) [00:46] sarnold: omg I finaly managed to boot! I've spent many hours on this, now if I can just manage to generate a valid grub.cfg.. [00:47] omni: woot! [00:55] omni: Just joined so pardon me if I am intruding, "manage to generate a valid grub.cfg" >> run ' sudo grub-mkconfig -o /boot/grub/grub.cfg ' to make a new grub.cfg file in ubuntu. === genii is now known as genii-core [00:58] Bashing-om: kinda what update-grub does, no? [00:58] same result for me anyway, but thanks! [01:01] the only boot menu entry that is added is for UEFI Firmware Settings... [01:01] even though it finds a lot of linux and initrd images... [01:11] omni: And can not boot ubuntu from a grub menu ? [01:14] Bashing-om: right, it stopped working, but I managed to put the right things in grub command line, thanks to sarnold, to be able to boot into the system again [01:17] omni: In the /boot/ directory is there " initrd.img.old -> initrd.img-5.4.0-89-generic - vmlinuz -> vmlinuz-5.4.0-90-generic [01:18] yes [01:18] or somilar symlinks ? [01:20] yes, reasonable symlinks are there [01:21] I'm reading through /etc/grub.d/10_linux_zfs now to figure out why it's not adding anything [01:23] omni: As this is a RFI system - any ubuntu entries ' efibootmgr -v " listed ? [01:23] efi* [01:24] how can you renew the dhcp lease with ubuntu? [01:25] how does ubuntu even handle networking? [01:25] yes, I get the grub boot menu (after I raised GRUB_TIMEOUT), there's just no valid entry to choose from to continue boot [01:27] cluelessperson: desktop or server? do you know https://help.ubuntu.com ? [01:28] tomreyn, I had not seen that resource, thanks I'll use it [01:28] apparently 20.04 Desktop version is configured to use NetworkManager through the command nmcli by default. [01:28] cluelessperson: or the gui, or nm-tui, yes [01:29] nm-tui isn't available [01:29] omni: Back then to efibootmgr If this is a EFI system. You can generate the ubuntu entry. [01:29] and nmcli doesn't seem to have a dhcp component [01:30] cluelessperson: "nmtui", not "nm-tui", sorry. [01:30] oh [01:31] well that is available, but still no apparent dhcp options [01:31] Hi guys .. I am looking for IRC channels in the Dutch language ... can anyone tell me how to get there? [01:31] srry for being a n00b [01:32] please help me out if you can [01:33] cluelessperson: you can just configure dhcp on the GUI, that's the easiest. nmcli also works, but is a bit more involved. to get a new dhcp lease, i think you can just run restart the connection [01:33] Bashing-om: I have a ubuntu EFI entry, it's the grub.cfg that is missing parts [01:33] !alis | FreddyNova [01:33] FreddyNova: Alis is an IRC service to help you find channels. For help on using it, see «/msg Alis help list» or ask in #libera - Example usage: «/msg Alis list http» [01:34] hello tomreyn .. I have zero experience with Hexchat but I will try ... for now.. thanks for the tip [01:34] !nl | FreddyNova [01:34] FreddyNova: Nederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl [01:34] tomreyn, I prefer not to restart the connection and interupt things, I'm just seeking to use wireshark to analyze dhcp options that I'm configuring on the network. [01:34] I also live in an apartment complex, reconnecting to wifi can be slow [01:36] cluelessperson: maybe you can just kill -1 the dhclient process, but i haven't tried that [01:36] thanks ubottu .. [01:36] tomreyn, I just found an article that describes attempting that, then using >nmcli device reapply to restart the dhclient, [01:37] but ps aux | grep dh doesn't return anything except the process to grep itself [01:37] so I'm not even sure what networkmanager is using for dhcp [01:37] which ubuntu release are you running? [01:38] 20.04 lts [01:38] cluelessperson: iirc newer versions of nm do their own dhcp client [01:38] sarnold, as in start a child process dhclient, or just handle dhcp themselves? [01:38] probably the latter [01:39] cluelessperson: yeah, the latter [01:43] * cluelessperson gets angry that every google answer is a non-answer of just "restart everything" [01:43] "check if the device is plugged in" [01:45] nmcli contains an option to set the dhcp method, which by default is not internal [01:45] "The dhclient and dhcpcd options require the indicated clients to be installed. The internal option uses a built-in DHCP client which is not currently as featureful as the external clients." [01:47] >man networkmanager.conf 5 [01:48] attempting: /etc/NetworkManager/NetworkManager.conf [main] section, dhcp=dhclient [01:49] I see no further option to configure or use a dhcp component [01:49] hmmmmm [01:49] so the only apparent option is to substitute another external dhcp command [01:49] the dhcp configuration is part of the connection configuration [01:50] cluelessperson: I don't actually know whast problem you're trying to solve.. but this helped someone else recently.. https://askubuntu.com/questions/71159/network-manager-says-device-not-managed [01:51] sarnold, my goal at the moment is to change the dhcp search domains delivered from the dhcp server on my router. [01:52] cluelessperson: ahhh so that isn't even close to related :) sorry [01:53] if you want to change them, you'd need to change them on the router [01:54] if you want to override them on the client, you can configure NM to use the external dhclient and use its override options. possibly, the internal DHCP4 client can also configured to do so, it does support options. [01:55] i.e. see nmcli c s | grep -i dhcp [01:55] tomreyn, I did, ubuntu's resolv.conf doesn't reflect them however [01:56] and I can't really cause dhcp renewals to log and observe them with wireshark for troubleshooting [01:56] because nmcli's internal tool doesn't seem to enable that manual control [01:56] so, I've switched to dhclient [01:56] ps aux | grep dh reveals dhclient running now [01:57] there's the 'monitor' subcommand to 'nmcli c' [01:58] i suspect it would report lease events when using the internal client [01:58] if I could generate them [01:58] maybe [01:59] so "reapply" does not work for renewing leases? [02:05] not as far as I've been able to tell [02:13] hmm, yes, it doesn't seem to do so. i guess NM just wants you to restart the connection. i guess the external dhcp client will work better there. [02:17] cluelessperson: there is a connection oriented ipv4.dns-search option, which may do what you want [02:18] i suspect it would override values received via dhcp4 [02:38] hey guys after installing a deb file from third party and this breaks system can it be undone by uninstalling the deb file? [02:38] it depends what it broke and how [02:53] anyone know of a dns66 alternative for linux for blocking adverts [02:55] marc_: dns66 seems to be a software for android. are you looking for a dns based ad blocker you could use on ubuntu? [02:55] MarkASmith, I use pihole. [02:55] yes thats right [02:55] sorry [02:55] sarnold, Bashing-om: I added this https://termbin.com/1zo7 to my /etc/grub.d/40_custom for now, I think I'll look into ZFSBootMenu when I get time [02:55] marc_, ^ I use pihole network wide, but you could also use it in docker easily enough [02:56] so is that sudo apt-get install pihole [02:56] marc_, eh, no, sorry [02:57] !info dbab [02:57] dbab (1.5.01-1, impish): dnsmasq-based ad-blocking using pixelserv. In component universe, is optional. Built by dbab. Size 22 kB / 68 kB [02:57] marc_, I suppoes it depends on what you expect [02:57] there's things like this: https://github.com/StevenBlack/hosts [02:58] well DNS66 on android you just tell it to run and all the adverts are gone [02:58] omni: looking ^ . [03:00] omni: and you're up and running? [03:01] marc_: the easiest approach will be to just set your dns server to those of adguard(.com) or a similar filtered dns service. but you will have to deal with overblocking that way. [03:01] ok [03:10] uhm, have to ask again about this [03:14] here's a guide to installing node.js on ubuntu, which suggests you can use official repos https://www.geeksforgeeks.org/installation-of-node-js-on-linux/ but if you go to this page, which looks fairly official https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions they seem to suggest first curling a file, and then doing an apt-get [03:14] Any specific reason for the discrepancy there?= [03:17] sarnold: yeah, that works, grub.d/10_linux_zfs was a bit too dense for me for today so I'm still not sure exactly why the entries weren't added [03:18] I've been running ZFS for years (just not on ubuntu) so I was never really worried that I'd llose data [03:21] sybariten: check the script for full details.. look for "check_alt" in https://deb.nodesource.com/setup_17.x to see the long list of supported distributions, which is used to select among the different repos [03:21] omni: but still, not being able to boot is a real pain :) [03:39] yeah === gschanuel5 is now known as gschanuel [04:13] sarnold: ok thanks === coc0nut_ is now known as coc0nut === gschanuel5 is now known as gschanuel [08:10] chfhhhddgfbb jhfjf hhfd.jjdjs 00 i jjieieiijjdkjj jjkj q jwiq' wiqiifjkjf ' ieuiiue iuiuiuiue kjskjmcknjnvlueu uuefufjfjcnhhugnvnuigdkkdjmd [08:10] hello guys [08:10] how r u [08:11] ehoo === russjr088 is now known as russjr08 [09:14] turns out the 'black e' I was seeing when pressing Ctrl-. was due to the new emoji annotation shortcut which interfered with my emacs keybinds [09:14] only available to modify through ibus-setup === pah is now known as pa [09:25] Hi! What a best way to show a one-time notification to all users upon reboot? Even if a user have home directory encrypted with (ecryptfs)? [09:39] ask here [09:40] how to install office 2010 in ubuntu 20.04 ? [10:29] Tob: the only 30 year old command i can think of is "wall". but thats console only. KDE4 used to display those messages in a notification. gnome has no support for it i think. so you would have to write something yourself [10:30] and i think it sadly does not cover your "on reboot" requirement [10:35] Perhaps write(1) will be useful. [11:10] Tob: what does upon reboot mean? Are all your users local, and they log in in turns? Do you want them to see the message the next time they login? Or they're connected with e.g. rdp and you want to display a message to all simultaneously connected users? [11:10] For showing a message "on the next user login", a good place is /etc/xdg/autostart. [11:11] Hi, can you advice ? Is there any option to make my wifi be enabled after login ? After i updated from 18.04 to 20.04.3, after i do login, my laptop is in offline state. I click network manager in tray, and set the checkbox "wifi enabled", later on i have connected [11:11] While for console logins, there's motd [11:13] https://imgur.com/a/Xq88qbU - the screenshot, where the wifi checkbox is [11:14] Please, advice ! [11:16] XATRIX: i think you can use rfkill to enable it [11:16] XATRIX: this info may help. NetworkManager's enable/disable Wifi actually resets/sets the rfkill soft block, if I recall correctly. There is also a separate system service to that saves/restores the state of the rfkill block. I'm wondering if somethin in the upgrade means your system's rfkill service is blocking wifi on each reboot [11:17] XATRIX: check "systemctl status systemd-rfkill" [11:19] XATRIX: and, to check the saved state for that do " grep . /var/lib/systemd/rfkill/* " [11:19] XATRIX: a value of 1 means the saved state is set to soft block [11:20] TJ-: ● systemd-rfkill.service [11:20] Loaded: masked (Reason: Unit systemd-rfkill.service is masked.) [11:20] Active: inactive (dead) [11:20] , yes, "upon reboot" means "on the next user login". If I had event at "early" run-levels during boot, I want to report the event at next login. Thx, got it: motd and /etc/xdg/autostart with Zenity or send-notify. [11:20] It looks like, it is disabled [11:21] XATRIX: it does; so possibly something else. Next, I'd check NetworkManager's log for rfkill related messages. " journalctl -b -u NetworkManager | grep rfkill " [11:22] TJ-: nothing special i think https://paste.debian.net/1220764/ [11:23] XATRIX: On my 21.10, NM has a separate state file. Check that too (although I expect it is supposed to show the current active state so will likely be =true) " cat /var/lib/NetworkManager/NetworkManager.state " [11:23] XATRIX: your log "manager: rfkill: Wi-Fi now disabled by radio killswitch" [11:24] XATRIX: aaahhh I see the problem [11:24] [main] [11:24] NetworkingEnabled=true [11:24] WirelessEnabled=true [11:24] WWANEnabled=true [11:24] XATRIX: You only have 1 wifi device, is that correct? [11:24] Yeap [11:25] XATRIX: but your system is loading the IdeaPad ACPI driver, which is disabling wifi. " rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (platform driver ideapad_acpi)" [11:25] TJ-: https://imgur.com/tT9ECEy.png [11:26] XATRIX: then the 'real' controller (attached to the device) "Found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:02:00.0/ieee80211/phy0/rfkill2) (driver rtl8723be)" [11:26] Maybe i have to unmask systemd-rfkill.service ? [11:26] XATRIX: so, I think the solution is to stop the ideapad_acpi driver from messing with the rfkill state [11:26] hmm [11:27] [xatrix@MERNOV-NB ~]$ dmesg | grep "wifi" [11:27] [ 18.159784] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin [11:27] [ 18.280540] rtlwifi: rtlwifi: wireless switch is on [11:28] XATRIX: I suspect you'll have to blacklist the ideapad-laptop kernel module [11:28] I'm doing some digging - it doesn't appear to have a module option to leave wifi kill alone, but it does have one for bluetooth [11:29] XATRIX: "modinfo ideapad-laptop" -- shows 'parm no_bt_rfkill' [11:30] TJ-: https://pastebin.com/kWReFXj7 [11:30] yeap, the same as i have found [11:32] XATRIX: I'd try rebooting and before enabling NM wifi, in a terminal shell, do "rfkill list" -- I suspect the ACPI derived rfkill device will be set to soft blocked. [11:33] XATRIX: right now I expect "rfkill list" shows 2 wifi-related kill switches [11:33] oh.. https://imgur.com/Ro8eP45.png [11:33] take a look please [11:34] right, ideapad_wlan --- I bet this is soft blocked on initial boot [11:35] It seems to me , as well, but how can i override this ? [11:35] XATRIX: Looking at the ideapad-laptop source code, that module does other things as well but it very much depends on the features of each model https://github.com/torvalds/linux/blob/master/drivers/platform/x86/ideapad-laptop.c [11:38] XATRIX: I suspect this function is reading a default internal firmware state from the firmware, and setting blocked as a result https://github.com/torvalds/linux/blob/5f53fa508db098c9d372423a6dac31c8a5679cdf/drivers/platform/x86/ideapad-laptop.c#L986 [11:40] So, i should do some .sh script , and put in after the system start , to do some rfkill enable ? [11:41] XATRIX: try blacklisting: " echo "blacklist ideapad-laptop" | sudo tee -a /etc/modprobe.d/ideapad-laptop.conf " [11:41] XATRIX: on reboot, assuming ideapad-laptop module is **NOT** included in the initialramfs, that will prevent that module loading [11:42] roger , i'll test it. tnks! [11:42] XATRIX: if it turns out the module is included in the initialramfs you'd need to do "update-initramfs -u" to have that setting copied into the initrd.img [11:43] XATRIX: the downside here is you may lose access to the special key functions and other firmware-specific functionality [11:43] XATRIX: but, if this works I'd recommend contacting the maintainers of the ideapad-latop module with details of your device so they can add a workaround to fix this, or recommend how else to deal with it [11:43] I have Lenovo G50-70, so, it's a bit dated laptop. I don't think it has some cool, functionality :) [11:44] Usually the Fn+ key sequences, media key options on F* keys, fan control, etc [11:46] XATRIX: also see this, seems we're doing the 'standard' resolution https://community.linuxmint.com/hardware/view/21090 [11:47] sound if that it is [11:47] i'll dig in [11:48] this is interesting, a possible patch https://askubuntu.com/questions/580053/wireless-hardware-switch-lenovo-g50-30 [11:48] XATRIX: but that is VERY old so the model matching must be different - I'll try to find out what commit that patch is, so we can see if there's a simple patch can be done for your model too [11:49] TJ-: That code has gone through a big change a couple years ago [11:51] jeremy31: I can see :) [11:51] That quirks list was annoying [12:10] Looks like the problem is "read_ec_data(priv->adev->handle, VPCCMD_R_RF, &hw_blocked) " [12:22] Hello need help with install ati hd6470m drivers [12:24] So i got the 4 deb files from AMD drivers, they wont fglrx-core wont install [12:24] OS xubuntu 20.04 [12:25] `lsb_release -rd` [12:25] Oh, thanks. [12:25] What [12:25] That for me [12:26] xu-help56w, pastebin the console output [12:26] With which command [12:27] Just copy the output and visit pastebin.com and paste there. Share the link here. [12:27] presumably `./amdgpu -install` or whatever you use to install the AMD drivers [12:27] I used dpkg i [12:28] A mmt [12:30] xu-help56w, try this command: `dpkg -i path/to/deb/files |& pastebinit` [12:30] I think my x server crashed alreasy [12:31] TJ-: That will trigger the hard block, I doubt the Network Manager would clear that [12:37] I think it complained with my 5.1 kernel version with an error [12:38] i have question because i am new user of linux ubuntu ,how can i make my external fax modem card to working in the system ...by the way i installed two or three software for it but still not working until now ...plus if anyone help me to configuration with this card please [12:40] xu-help56w, well, it will be much easier for people to help you if you share such information instead of just thinking. [12:40] My computer crashed now, black screen [12:41] Got a command line [12:47] See my link [12:52] paste.ubuntu.com/p/QhmQQNwdGB [12:52] Can anyone help fix my desktop first [12:55] Hi all, Got a problem, On old kickstarts for centos we would do a disk match for /dev/disk/by-path/*03:00.0-nvme-1, However there seems to be no capability for this in the ubuntu autoinstall storage section, there is a match section, but this doesn't work at all for this path [12:55] xu-help56w: we must login to see your pastebin? can't you make it public? [12:55] Also specifying the full path doesn't work, https://usercontent.irccloud-cdn.com/file/nAMweFff/image.png [12:58] Uploaded file: https://uploads.kiwiirc.com/files/885e56a35a58bb639fa96659e9755ab3/IMG_20211125_205724.jpg [12:58] Can u see pic [12:59] xu-help56w: That driver is obsolete [13:00] Hardware is old [13:00] Ati hd6470m [13:01] Can u help to get the desktop back [13:03] anyone here masters OpenStack? I have a job offer for a project I cannot attend - please PM me if interested - thanks ! [13:06] Can i still install this driver with xubuntu [13:15] Can anyone find me drivers for the 6470m [13:19] can't find ubuntu 20.04 network installer iso [13:23] is there any ubuntu 20.04 network installer iso? [13:24] Nope, it uses the live image as the installer now === diskin is now known as Guest1649 === diskin_ is now known as diskin [13:27] pavlushka, if you mean mini.iso .... http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/ [14:05] ioria: bumped back from those legacy images, downloading the desktop but a 20.04 netinstaller would've saved my time [14:08] pavlushka, netboot.xyz [14:09] ioria: the best I've got is https://ubuntu.com/download/alternative-downloads but there's only 20.04 network installer instrucktions which leads to nowhere and not any link to 20..04 network installer iso [14:09] its less than 1MB and can load the ubuntu netinst from internets [14:11] hans: never tried that and I have to deliver it within tomorrow [14:12] well then maybe http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso [14:14] (its a ~90MB debian netinst based installer of 20.04) [14:17] oh, didn't see ioria already suggested that one [14:25] D i d u s a t r a i n & s u p pl y i s i s wi th w e a p o n s l i k e i t d i d w i t h a l q a e d a to j u st i f y c r e a t i n g w a r s > > C R E A T I V E C H O A S [14:25] d i d c i a d i d 9 1 1 or i t j u s t l e t it h a p p en [14:25] if a l q a e d a di d it w h y t o k i l l 9 m i l l i on i r a q i s [14:25] ab o u t 9 m il i o n i r a q i l o s t th e i r li ves e i th e r be ca uz o f dir e ct viol ence o f u sa and becauz of si ege u sa ma de ag a in s t i r a q t h at pr eve nt ed i raqi f or m es se nt ial l i v i n g ma te rial s food m e d i c i n e and even p e n c i l s [14:25] i s i s a n d a l q a e da o n l y a p p e a r e d i n i r a q a f t e r u s a i n v a si on , D i d u s a p a v e th e w ay f or i s i s to i r a q ? [14:25] sa d da m hu ss i n wh o lo st m o s t of h i s p o w er i n 1st , 2 nd gu lf w a rs an d du ri n g 10 y ea rs of sie ge , d i d no t a l l o w i s is o r a l q a e dea t o e n t e r i r a q , e ve n to h e l p h i m a g a i n s t u s a [14:25] p l e a s e s h a r e m y qs to l e s s e n u s a a g g r e s s i o n a g a i n s t o t h e rs [14:26] !mods [14:26] !ops [14:26] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [14:30] HAPPY THANKSGIVING!!! [14:33] :| [14:33] nicoz-, nice nick %) [14:33] Thanks! [14:33] usual trolls [14:33] nicoz-, I am not a troll dude [14:33] not you coz_ ;) [14:34] ah ok [14:34] coz_ bash: unexpected token: % [14:34] a user who flooded before you joined [14:34] :-D [14:34] KBar, you're welcome [14:34] coz_, then what are you? homosapien, perhaps? [14:34] hans, an very old user of ubuntu started with 4.10 [14:35] anyone else start ubuntu with version 4.10? [14:37] test [14:37] JOIN #test [14:38] user42, really? you need a / then lowercase "join" [14:38] After removing libreoffice 7.2 from my new ubuntu 21.1, apt is broken, now i cant do nothing (installationwise with apt), it seems like that broke the apt: https://pastebin.com/NHW9aRXy [14:39] just like trying to install an application i get this kind of problem, that looks like it cannot be resolved [14:39] joo-_, well, how exactly did you delete it. Look through /var/log/apt/history.log [14:40] i did apt-get remove --purge... and oops some packages i can actually install, just installed xterm, but i cannot install kdeconnect, so i guess the error is a little specific to the program [14:40] joo-_, what was the command that initiated its removal, what packages were removed? [14:41] i've been using x2x to control a laptop near my main screen. this is how i set it up https://help.ubuntu.com/community/X2xHowto. it used to work flawlessly until today. and now moving the pointer on the 2nd laptop is very slow. i also have input lag when typing. this is because of the internet? [14:41] joo-_, sorry, I don't understand what's written in there. Could you at least translate what is says in the E: field. [14:41] https://pastebin.com/p6bHp0fS here is what i did, doesnt look too bad for me [14:42] it says that plasma framework has unmet depencencie that cannot be intalled because package not exist [14:42] libopengl0, libxcb-composite0 libxcb-damage0 [14:45] joo-_, that doesn't look too bad indeed. I doubt that's what's causing apt issues. [14:45] Could you try installing `hello`? [14:46] Or any other test package. [14:46] hello worked well [14:46] installed without a problem [14:47] Hmm, I can't come up with some other package. Any ideas? [14:47] joo-_ try `xfce4-eyes-panel` [14:48] Actually, no. [14:48] It will pull Xfce deps. [14:50] hi [14:51] what app/command can I run to play mid (midi) files? [14:51] hmm i also pulled xterm [14:51] maybe just kde stuff is broken, let me try and install terminator :-) [14:51] I tried playmidi, but it's so outdated and wont paly [14:51] that cant happen because unresolved depency python3-configobj and python3-psutil [14:52] gneeriiloeepdeer: not sure if xmms could suit your purpose, it has midi plugins [14:52] joo-, run `sudo apt install aptitude`, then `aptitude install whatever-you-want`. It produces better messages than apt. Do you have PPAs in your sources? [14:53] joo-_, `sudo apt reinstall python3` [14:54] alkisg: i will try that now, no no ppa's, this installation is fresh and the only thing i did is install libreoffice .deb packages from a tarball, i am not sure if that is allowed, but the 7.2 libreoffice in ubuntu is broken in a way where the save dialog is not working with gnome [14:55] aptitude seems to have a solution to the conflict, - it is removing a lot of stuff though :) fingers crossed, its doesnt look like essentials [14:56] Do you want to pastebin it first? [14:57] i should have done that [14:58] anyway, system is still running, but it didnt fix anything, i will try and make a paste [14:58] https://pastebin.com/u8bChjsL [15:01] joo-_: use the other method then: sudo apt install plasma-framework => will complain about something. Then: sudo apt install something [15:01] By running down the dependencies, you'll end up to the main issue [15:06] alkisg: https://pastebin.com/45ELTkYB it just keeps going [15:07] I think that you'll end up in this: the libreoffice you installed will probably conflict with some package that plasma-framework depends on [15:07] sudo apt install libopengl0 [15:07] Btw you didn't paste the output of aptitude, it would probably have the info there === gschanuel0 is now known as gschanuel [15:08] https://pastebin.com/hbC8wYrW [15:09] so here ends the rabbithole [15:09] i guess i could uninstall all them debian files i downloaded from libreoffice site, but then i dont have an office suite since the 7.2 version included in ubuntu 21 is nonfunctional :( [15:10] Wait, you're saying you don't have https://packages.ubuntu.com/search?keywords=libopengl0 ?! [15:10] What's the output of this: grep -r . /etc/apt/sources* | nc termbin.com 9999 [15:12] https://termbin.com/zc2i [15:13] ah ok i see there is a teamviewer thing inthere also, i thought i had no ppa === TheHoliestRoger is now known as _underscore_ [15:15] joo-_: yeah that's the problem. You removed the "main" software, and you only kept universe and restricted === _underscore_ is now known as TheHoliestRoger [15:15] Try this: sudo mv /etc/apt/sources.list /etc/apt/sources.list.bad; sudo cp /etc/apt/sources.list.save /etc/apt/sources.list; sudo apt update [15:15] Hi foilks [15:15] Hey BluesKaj [15:16] i will try it now, that looks plausible, but do You know why this could have happened? [15:16] hey alkisg [15:16] i didnt even edit that file [15:16] joo-_: you may see the date with ls -l /etc/apt/sources.list [15:16] Usually software doesn't edit that file; only the user does [15:16] hey, please, when I connect an external display what mechanism is triggered to auto-config it, I mean is xrandr or similar run in background or what takes care of it? [15:17] E.g. you might have run `software-properties-gtk`, which is the dialog, and unchecked "main" from the GUI [15:17] Which then edits that file for you [15:17] ah wait i think i was visiting the software center, i must have unticked that thing without looking [15:17] Right [15:17] should have said : connect to my laptop ;-) [15:17] ah wait now it works, alkisg - THANKS [15:17] You're welcome [15:18] As a new user i just assumed this ubuntu thing must be a "cursed debian" :-) but happy to learn that is not true [15:18] zenof: afaik xorg sends a signal which the desktop environment hooks, and then makes xorg calls to configure it. The xrandr binary is for users, not for programs, so I don't think it's involved [15:19] zenof: for example, mate saves its setting in ~/.config/monitors.xml. Not sure if that's still true for gnome, it's been years since I've last used it [15:24] alkisg: thank you, I in deed have a ~/.config/monitors.xml . now, how can I find out what calls are actually made when I plug in my display ? or, even further, how can I adopt that process for any window manager? [15:25] Dell is offering some discounts on their xps desktop. I'm thinking of picking one up to run ubuntu 20.40, anyone have thoughts on this? will it work? Overkill? I want it only for software dev work. [15:25] I run 4 4k monitors (27" dell) btw. [15:26] zenof: ah that's much deeper than I can answer, I dived into VGA register programming but never to xorg programming :D. I would start by checking the sources of e.g. mate-display-properties, to see what calls it does [15:28] zenof: also note that all those xorg calls won't work under wayland [15:30] alkisg: same here, and checking on mate-display-properties is a very good idea. and, yes, wayland has to wait... [15:33] dslegends: hardware recommendations are a rather subjective and not really an OS support topic. generally, any system matching the documented system requirements should be fine. there is #ubuntu-offtopic for non support chat. [15:35] apologies, will re-direct. === genii-core is now known as genii === BrianG61UK__ is now known as BrianG61UK_ === popey8 is now known as popey [16:13] Hi, is anyone here running ubuntu on a raspberry pi 4? [16:15] p13, yup [16:15] waveform: oh cool. I have a question if you don't mind ... [16:15] fire away! [16:16] I'm running kde/plasma on a pi400. On manjaro, the compositor works with opengl, but on ubuntu, only xrender works ... which is kinda laggy. I've tried several different overlays, etc. Any idea what it could be? [16:17] If i try opengl for kwin compositing on my ubuntu install, it becomes dog slow. Looks like software rendering. [16:17] which version of ubuntu are we talking about here? [16:17] 21.10 [16:19] hmm, kms (as in the "full" kms, not fkms) is the only overlay we're currently supporting there but I suspect there's still several patches we still need from upstream for certain bits of hardware acceleration [16:19] i run the full kms overlay now. Didn't seem to make a difference [16:20] Manjaro boots with fkms by default [16:20] Other than that, it's running quite well actually [16:21] currently, i run dtoverlay=vc4-kms-v3d [16:24] fkms is more likely to work with acceleration but for the upcoming LTS we need to make sure kms is working well, hence the push to use that on hirsute+impish -- unfortunately I haven't had the time to dig into whatever we're missing on the acceleration side of things [16:25] fkms gave me the same results. I guess i'll mount the manjaro image and check it out [16:25] Thanks for your time and help, waveform! :) [16:26] p13, no prob -- feel free to poke me if you find something we should add, but if it's fkms specific I'm afraid it might not be a priority [16:26] there's also a there's also vc4-(f)kms-v3d-pi4 dno what the diff is there [16:27] basically none -- the overlay_map.dts redirects the vc4-{f,}kms-v3d overlay to whichever is appropriate for the platform [16:27] so if you're on a pi4 you're actually using vc4-{f,}kms-v3d-pi3 [16:27] erm -pi4 even! [16:27] bah ... fingers [16:27] oh cool k i guess that makes sense [16:28] yes fingers can be disobedient === diskin is now known as Guest6605 === diskin_ is now known as diskin [16:35] waveform: the dtbo files seem to differ between manjaro and ubuntu. Is there some tool to get some metadata from them? [16:36] p13, you can use the device-tree-compiler (dtc) like so: dtc -I dtb -O dts to convert the binary d-t (including overlays) to d-t source [16:37] oh ok. I see just running file on them gives me some kind of version number [16:38] there will be bits of the decompiled d-t which shouldn't match (and should be ignored when comparing) -- typically lots of phandle stuff [16:38] oh ok, i wrote a small script to compare them with diff so i have a list of them brb [16:39] also be aware the device-trees (and to a lesser degree, the overlays) are kernel specific so it's not quite as simple as saying "you're missing that bit" -- that often implies that some structure or kernel implementation has changed between versions [16:40] generally, I would suspect it's *not* a matter of missing bits of the d-t -- it's rather more likely to be that we're missing some hardware specific patches in some graphics layer [16:40] ah, the dtbs are abi specific? [16:40] in theory, no ... in practice, yes :) [16:40] zie plot thickens [16:41] ok scratch that then, lemme see if i can grab the kconfig [16:42] something tells me you are not _just_ running ubuntu on a pi lol [16:46] heh -- I'm the guy on the foundations team with responsibility for the ubuntu pi images; I don't deal with the graphics stack specifically (that's the desktop team's area), nor the device-trees (that's the kernel team), but I do need to make sure these things play nicely together and I handle things related to that (e.g. flash-kernel making sure things wind up copied to the right place) [16:47] gotcha [16:57] Hi all I had a dorked graphics card so i heated it up with a heat gun and put all new cpu paste on it and its working again but what im wondering is do i need to install Nvidia drivers for it to work with steam and protondb [16:58] Its a palit GTX780 super jestream 3GB [17:03] is this channel alive ? [17:05] it's alive [17:05] but ... no idea why you'd want to heat a GPU... [17:05] marc_: if you want to use your GPU, you do need drivers [17:06] the software update thingie in ubuntu should offer you nouveau or nvidia drivers [17:06] heating up a gpu reballs the connections [17:06] you can screw it up at the same time its a gamble [17:09] dont know if i did right i typed sudo ubuntu-drivers autoinstall [17:26] you can open the gui and check [17:45] I just upgraded to 21.10. It seems the window borders (the top line with the buttons) are sometimes light and sometimes dark. Is this correct? [17:45] ie: https://imgur.com/a/7muL0pF [18:05] osse, is it a Dark or Light theme? [18:05] KBar: light [18:06] i found this: https://githubmemory.com/repo/ubuntu/yaru/issues/3018 [18:07] but it doesn't explain everythging [18:09] osse, Terminal is meant to be dark. I'm not sure about Shotwell, though. [18:12] hmm [18:13] I saved a file named 'wunder' somewhere, but I dont remember where. What command do I use to find it? [18:13] locate [18:13] osse, people in #ubuntu-desktop might be able to explain it or be interested in your thoughts. [18:14] i rephrase [18:14] KBar: Thanks, I'll go there. I don't mind either theme, but the inconsistency is a bit jarring [18:14] the file contains the word 'wunder' but I forgot its full name [18:15] gneeriiloeepdeer: you can for example use grep to search recursively: grep -r wunder but it'll take a while [18:16] yea i think that's the only way [18:16] Catfish does that. [18:16] But it's on Xfce. [18:16] there is perhaps a GUI tool to do it, but I don't know offfff---never mind :P [18:17] Yes, catfish is so good [18:23] gneeriiloeepdeer, you can also look at program's history of recent files. If it was a redirection, look through your .bash_history, if it was, for example, a LibreWriter document, click on File > Recent or Save As... [19:17] Anyone know how to deal with steam issues in ubuntu i signed into a game with wrong account how do i change the account [19:18] marc is it possible to sgn out and sign in with the correct account? [19:19] I dont know thats why im asking when i start the game it automatically used the steam account id [19:20] I must say Ubuntu works great with steam and Warthunder [19:29] ok i fixed it had to go into a menu in game and say login with different account [20:19] Anyone know of a freeware package for Twitter [20:52] Excuse me, you wouldnt know which irc channel is best for discusing chrome and its extensions? #chromium ? [23:24] i updated the kernel and now the system panics due to missing root partition; the old kernel still works [23:26] fefd: you likely didn't build a new initrd.img with "update-initramfs -c -k " [23:30] that's weird, that file is missing [23:31] also, there's no update-initramfs command [23:32] that would explain the initrd.img not being created! [23:33] do i need to install something? [23:34] fefd: maybe it's just not in your path? what's the output of 'which update-initramfs' ? [23:34] nothing [23:34] and, how did you trigger your kernel update? [23:35] I used synaptic to upgrade the kernel paccage [23:35] it did 19->21 build upgrade [23:36] did you update your package index in advance? [23:37] probably? [23:38] now,when you say your system panics due to missing root parition, you mean that "new" kernel ? [23:39] but the .19 version is still working? [23:39] yes [23:41] so should I install something to build initrd? [23:43] okay, I would have said, maybe you ran out of space on your boot parition, but this would not explain the missing update-initramfs [23:43] brb [23:45] fefd:what does 'df -h' say? [23:46] 8gb free [23:48] fefd, can you access /usr/sbin/ ? e.g. a 'ls /usr/sbin'? [23:49] yes [23:50] and the "other" system tools like update-grub and so on are there? [23:51] fefd: what does "apt list initramfs-tools" report? [23:52] then maybe try a 'sudo apt-get --reinstall install initramfs-tools' [23:53] 0.140ubuntu6 [23:53] it wants to install many other packages, is that normal? [23:55] fefd: not sure what you've done there, but initramfs-tools and other packages are core; you must have done something pretty major to remove it/them [23:56] maybe, but before you that, does TJ's 'apt list initramfs-tools' report that 0.140... as installed? === genii is now known as genii-core [23:57] no it didn't [23:57] so I gonna install initramfs-tools [23:57] then, backup your data, and reinstall the initramfs-tools [23:57] and I'm pretty sure it wasn't installed before [23:57] and, yes, with all it's dependencies [23:58] it wasn't installed before? how did you set up your system at all? [23:58] fefd: without initramfs-tools, the system wouldn't be able to boot, because that tools create the initialramfs /boot/inird.img-*) that is required alongside the kernel to start the system [23:58] from a livecd? [23:59] which release?