[00:39] Aarch64debian, ok where do I find that? This is something in Settings --> Screen Display --> Night Light not in another program. It come with the distribution. (https://linuxconfig.org/things-to-do-after-installing-ubuntu-20-04-focal-fossa-linux0 [00:47] morganu: did you look at the screenshot I posted? [00:47] did now. [00:49] thanks lefty, coulda bit me. leftyfb [01:10] evening [01:43] 20.04 I have installed mate desktop and xubuntu desktop (each in the -core version) and I never got a request about lightdm like How-To pages tell me I will get it. === Guest92 is now known as random1 === M4he is now known as mahe === William is now known as Conna === RaGE_Syria8 is now known as RaGE_Syria === genii is now known as genii-core [05:05] I have a slew of kernels when I boot up. How do I remove, completely, the kernels I absolutely do not want, keeping only the one that works the best out of all of them? [05:09] apt autoremove [05:09] Firefishe: If ya going to pick and choose that is job for "dpkg" - to jeep the current and one under is "autoremove". [05:09] keep* [05:10] autoremove will keep the the newest 2 [05:10] That's usually what you want [05:12] ravage: Thanks for responding to me. I'm using a lap-tablet (M$ Surface Book 3) that has a special kernel I need to use to enable the keyboard and trackpad and a host of other things. apt autoremove would eliminate more than I want. [05:13] I guess I need to remove (--purge ??) the individual kernel image, headers, and modules, and/or extra modules packages of each one. Does that sound right? [05:14] If you have custom kernels installed you have to manually remove the installed versions yes [05:15] But I don't think autoremove will remove your custom Kernels [05:16] ravage: Okay then. Thank you. I'll dive more into it. That sounds correct, though. I appreciate the assistance. [05:32] hello i'm running ubuntu 20.04 LTS. if i switch to unity from gnome will it load all apps in ~/.local/share/applications/* and also have all the pinned apps on the left bar? [05:56] loganlee: when switching to a different DE, your installed apps will be still there [06:35] hi there... i have issues regarding python on ubuntu... can i get help here ??? [06:35] hi there... i have issues regarding python on ubuntu... can i get help here ??? [06:39] #python [06:40] hi there... i have issues regarding python on ubuntu... can i get help here ??? [06:40] whats wrong [06:41] idkau actually i used wamp on windows... i want something similar on ubuntu [06:42] idkau ??? [06:42] but what does that have to do with python? [06:43] you can install apache, mysql, and php easily on ubuntu [06:43] idkau: i tested websites locally using wamp in windows... i want to do same with python in ubuntu... locally develop and test websites [06:44] oh not php, just python [06:44] yes just python [06:44] do you know how to use apt-get? [06:45] i have seen videos... i installed this hex chat with the "sudo apt-get install hexchat^C" [06:45] sudo apt-get install python3-pip [06:45] sudo apt-get install mysql-server [06:45] mysql_secure_installation [06:45] sudo pip3 install pymysql [06:45] sudo apt-get install apache2 [06:46] there is more. let me find a link [06:46] https://www.digitalocean.com/community/tutorials/how-to-set-up-an-apache-mysql-and-python-lamp-server-without-frameworks-on-ubuntu-14-04 [06:46] the same should work for newer versions but maybe skip the py 2.x part [06:47] idkau okay... pls wait... dont leave... [06:49] idkau... thanks for the link bro... i forgot about lamp... i will give it a try... thanks a lot [06:50] yOu are welcome. IMO its way easier than setting up on windows :) [07:01] idkau: i think i should use "django" or something else... m new in ubuntu... so this installation may get me into some trouble... i will read about "lamp" and also "django" and see what is betterfor me... thanks for the help... m leaving for now... take care... bye [07:12] Latest Linux kernel 5.15 (and 5.13) does not boot on my PC. Have to start 5.11. Should I start worrying or wait a little and hope for a fix? [07:14] I cant even see an error on bootup; it just doesn't get forward after showing HID information [08:28] !wine [08:28] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu === toolz is now known as Daniel === denningsrogue9 is now known as denningsrogue === diskin is now known as Guest4525 === diskin_ is now known as diskin [10:52] help [10:52] so i did aptitude install wine, how to remove it totally === brentaarnold_ is now known as brentaarnold [11:00] apt-get remove wine --purge ? [11:01] note that above will only remove stuff part of the package itself (purge removes any configs)... but any files created by the application after install will not be removed (since ubuntu doesnt know which app created which files) [11:14] sudo apt install --install-recommends winehq-stable doesnt work, my os is ubuntu 22 dev [11:14] !ubuntu+1 | Aarch64debian [11:14] Aarch64debian: Jammy Jellyfish is the codename for Ubuntu 22.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality. === Guest39837 is now known as io === io is now known as jupiter [11:18] is it possible to "dump" the whole keyboard configuration into a single text file, edit this file, and then load it again? [11:18] (possibly on a different computer) [11:20] mnhrdt: of course it is, you just need to find that file, i am sure it is out there somewhere [11:21] I want to create the file, from the current keyboard setup [11:21] mnhrdt: not really, but you can use xkbcomp to create your own layout [11:21] when I was a kid in 2005, I could "xmodmap -pke > kbd.txt" [11:22] but I cannot find a xkbcomp equivalent [11:22] xmodmap is deprecated [11:22] I know, otherwise I would be happy using it. Do you know if xkbcom offers a similar functionality ? [11:22] *xkbcomp [11:23] not that i know, which is why i said not really :) [11:23] or setxkbmap [11:25] ok thanks. This is a bit sad still... xmodmap had such a clear and intuitive interface, I have trouble grokking xkbcomp [11:25] yeah, many see it as a step back [11:26] i mean, the common stuff is probably easier to do, but I like to change the position of particular keys all the time, and it's not very comfortable [11:26] no, it's really clunky tbh [11:29] (i keep using xmodmap for some things and it sort of works) [11:29] until you run setxkbmap for example [11:29] running any xkb tool will reset your changes [11:29] ah, so that's it [11:30] i have to run first setxkbdmap and *then* the xmodmap modifications [11:30] i was really confused because it was not commutative [11:30] correct [11:30] did everything on a terminal, then copied all the commands inside a script (on a different order) and it didn't work [11:47] Hi [11:47] is ubuntu preseed the same as debian preseed with ubuntu 20.04 ? [11:54] Hello everybody ... [11:55] leejones hi [11:55] I've got my WiFi working on Dell Alienware, which you people told me couldn't be done. [11:56] And hello Kostkon_ [11:56] [11:57] And what's more, the people at Dell were telling me the same thing, so I really can't blame you. [11:59] ello Aarch64debian ... Your handle indicates that you shopped around for the best distro. [12:00] Did you try ArchLinux and Debian? [12:01] let's stick to support issues, tru #ubuntu-offtopic to chat [12:11] Kernel 5.13 gets stuck during to boot process. How do I figure out what's wrong? I couldn't make any sense of content of syslog [12:11] Kernel 5.15 same [12:17] this is common problem https://wiki.ubuntu.com/Initramfs [12:26] HHauser, I guess that msg was directed at me. [12:26] The site states "since kernel 2.6" [12:26] I started having issues from 5.13; 5.11 works fine [12:29] compare size of 5.11 initramfs to 5.13 initramfs, that's a problem I have had [12:31] HHauser, the site is quite technical. How do I compare sizes? [12:31] And how would I fix the problem? [12:33] HHauser, size found in /boot. But just 600kb difference? [12:35] (I guess this is a related bug: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1958584 ) [12:35] Launchpad bug 1958584 in initramfs-tools (Ubuntu) "Initramfs fails on boot" [Undecided, Confirmed] [12:36] 600kb could have some important drivers, do web search on how to make a big fall safe initramfs [12:37] you mean "big fail safe"? <- HHauser [12:42] initramfs-tools generic modular initramfs generator [13:15] hi guys. my ISP at work recently enabled ipv6, but my ubuntu-based firewall (systemd-networkd, iptables) fails to act on a prefix advertisement. i've set the policy for all ip6tables chains to ACCEPT just to be sure, but no success [13:16] i'm not really sure how to debug this any further, i've seen the prefix advertised via wireshark and i can ping the remote sides link-local address [13:17] i've set IPv6AcceptRA=1 in the interfaces systemd-networkd config [13:23] hello [13:23] Hii mrgains10 [13:24] first time here [13:24] me [13:24] jst found this grup [13:26] mrgains10: welcome to the #ubuntu [13:26] thanks [13:27] Hi folks [13:28] Hii BluesKaj, [13:28] hi ExileGhost [13:28] hi BluesKaj u in linus grup also right [13:28] sorry linux [13:29] the #linux chat, yes [13:30] ok [13:30] hi mrgains10 [13:33] aaruni: I feel 'aaruni' is a hindi name [13:34] mrgains10: hello and welcome, if you have a ubuntu support question just ask, casual talk is in #ubuntu-offtopic. :) [13:35] same for you ExileGhost :) [13:35] Maik: got it. Thanks! [13:50] hello [13:52] Tr1nk: hello and welcome, if you have a ubuntu support question just ask, if you just want to casual talk then please feel free to join #ubuntu-offtopic. :) [15:52] tomreyn: thanks for the suggestion.  The dell usb adapter was getting picked up by the wrong driver.   I downloaded the r8152 driver source from realtek, pasted in ID 413c:b097 into the appropriate locations in the .c file and compiled / installed the new module.  After reboot it still gets a crazy name with the mac address in it, but network [15:52] manager will work with it now. [15:53] Congratulations! Two full hours of dead air! That'll teach those darned users to ask questions here! === genii-core is now known as genii === withered_wolf is now known as thoughtfu === Guest4359 is now known as Biccy === thoughtfu is now known as withered_wolf === ComputerTech is now known as ct [17:52] hi, this package https://packages.ubuntu.com/focal/android-sdk-ext4-utils is in focal and bionic, but not in impish. is there a way to use the site to find out why that is? [17:57] pikajude-: yeah.. [17:57] nice, how === pikajude- is now known as pikajude [17:58] pikajude: from there, find the source package name, near the top, android-platform-system-extras [17:58] pikajude: head to the launchpad source page for that source package, https://launchpad.net/ubuntu/+source/android-platform-system-extras [17:58] ok [17:58] pikajude: then "view full publishing history" [17:59] ok [17:59] oh, hah, the source is still there in impish... I expected to see the source package gone entirely :) [17:59] the second item in that list is something that says "Published", "Impish", "release" [17:59] which makes me think i *should* see it in my apt search [18:00] pikajude: okay, so, new tack :) we want the full changelog link instead, https://launchpad.net/ubuntu/+source/android-platform-system-extras/+changelog [18:00] * removed packages removed by upstream: android-libf2fs-utils-dev, [18:00] android-libf2fs-utils, and android-sdk-ext4-utils [18:00] what's the upstream? [18:01] it has no repositories listed [18:03] pikajude: "Homepage" at the bottom of the sidebar on packages.u.c [18:03] pikajude: the debian/watch file has this, in part: https://android.googlesource.com/platform/system/extras/+refs [18:03] ok so *google* removed it [18:03] that's less than ideal [18:07] Fwiw, what I did after realizing the source package is indeed still in Impish generally, is heading over to the Impish source package page on packages.u.c and there clicking on "Ubuntu Changelog" in the sidebar. [18:08] yeah, i see, but android-sdk-ext4-utils has been removed === WoC` is now known as WoC [20:00] ok i just istalled ubuntu on a new achine [20:00] now it's stuck at the purple screen [20:08] mannequin: hi, do you have an ubuntu support question? if so, which ubuntu release is it about? which installer did you use (ISO file name)? were there any warnings shown before, during or after installation? === seednode99 is now known as seednode === withered_wolf is now known as thoughtfu [22:31] hi [22:31] hi [22:32] hello [22:32] que pasa? [22:33] 2.5 Hours! New record? [22:48] jhutchins: I'm starting to seriously get the impression you are longing for something to do, aren't you? :P [22:49] kryten, aren't we all? [22:50] Nah, personally I can live without fulfilling Ubuntu support requests.. >_< [22:50] :D [22:50] But otherwise yes I'd agree! [22:51] hi folks [22:51] I'm running KDE (#kubuntu) on a "presentation" screen [22:52] I've set it up so that visitors can effectively use it as a bluetooth speaker [22:54] is there a way to have this "bluetooth speaker" do basic controls, such as skip, play/pause? ie. if/when I connect my mobile to the ubuntu host & play spotify (or any other media app) through it, be able to hit play/payse on the keyboard attached to the Ubuntu A2DP sink? [23:18] i have a ssd i pulled out of my now sadly dead thinkpad. i had ubuntu 20.04 installed on it and set up whole disk encryption during the setup process [23:18] i now have another ubuntu machine i can hook it up to [23:18] how do i permanently decrypt it [23:18] i know the passphrase; not an issue [23:19] you have to mount it and copy the data to another drive [23:19] there is no decryption process [23:19] is this something that could be done via a virtual machine on my macbook? [23:20] arooni: there's some notes on the arch wiki on how to do an in-place decryption, but there's so many warning boxes there that I'd personally go with ravage's advice and just copy it to another drive https://wiki.archlinux.org/title/Removing_system_encryption [23:20] ok i'll go with the recommended approach [23:21] 'error unlocking /dev/sdc3 : failed to activate device: file exists' [23:21] pretty sure thats my correct password [23:24] try "sudo cryptsetup luksOpen /dev/sdc3 mycrypt" [23:24] restarting fixed it [23:24] so paranoid when it comes to this lol [23:25] can i install an ubuntu vm on my macbook and pull the data from the drive to the host operating system? or better to leave it mounted on an ubuntu machine i have around the house [23:25] and rsync the data [23:25] maybe would work better? not sure [23:25] if you can attach the drive to this VM it should work yes [23:26] you probably can pass the drive through to the VM, that's a fairly basic VM feature these days [23:27] should i use multipass [23:27] or [23:27] utm virtual machine [23:29] sorry, I've never heard of utm; multipass should work okay, but it might be too opinionated for this. I'm not sure :( sorry [23:32] no worries; i'm outsie the ubuntu ranch a lil with questions like this [23:34] is multipass terminal only? [23:35] ah it appears so [23:39] what is a decent size to set up for basic vm stuff? 8gb of storage? [23:40] that's pretty tight [23:40] ah well let me redo it before install [23:40] what would you recommend? [23:41] hard to say :( I hear that our standard cloud baseline is 10 gigs, and it feels like I see folks troiubleshooting nearly-full filesystems a bit too often :) but those machines may have different needs than yours.. [23:41] arooni: what VM system? [23:41] yeah i'm not sure what i need it for right now but i do like mirroring my production server to make sure stuff works [23:41] maybe 25g? [23:41] 30GB is like a _huge_ /desktop/ install, for reference [23:41] i have 1.5tb+ available [23:42] yeah.. i've done physical system installs with 30gigs on / and never really thought about space :) [23:42] so 30GB should always be enough, by a very large margin [23:42] matsaman : running UTM [23:42] unless you want to store in the same spot like, enormous data for some reason, obviously [23:42] wondering if its smart enough to expand the size of the volume depending on usage; so it doesnt just write a 30gb file up front [23:42] virutalbox i think used to do that [23:43] for ARM host? [23:43] yes [23:43] oh i dont know how arm stuff works [23:43] at this point it should work about the same [23:43] i'm new to this architecture [23:43] rarely you will find an app isn't available because it's arch-specific [23:43] very rarely [23:44] what memory size would you give the vm? i think this can be adjusted later [23:44] 8gb? i have 64 available on the host [23:44] there should only be a small performance decrease if it has to expand itself, negligible to a human I would think [23:44] 8gb is pretty decent. What're you doing with the guest again? [23:45] now its just copying files; but i run some webapps on a 20.04 production server (x86 tho) so itd be nice to use it as staging/testing etc [23:45] down the line; not really concerned about that just yet [23:45] web apps, you won't need hardly any memory =P [23:45] if 8GB doesn't bother your host usage, fine, but you could probably dial it way back [23:45] copying files from an encrypted drive that died in my beloved thinkpad t420; had it for 10+ years [23:45] it was a workhourse [23:46] to a very small amount of ram [23:46] *workhorse [23:46] mmm [23:46] nice when things last these days [23:46] cpu cores? [23:46] i think i have 10 of those available [23:46] two is nice, but again I you could probably get away with the bare minimum [23:46] and of course, you can change it later [23:46] maybe well start with 2; i think all this ais adjustable [23:47] yeah i can always dial it up [23:47] is there a way to have an Ubuntu Desktop (kubuntu) acting as a "bluetooth speaker" do basic controls, such as skip, play/pause? ie. if/when I connect my mobile to the ubuntu host & play spotify (or any other media app) through it, be able to hit play/pause on the keyboard attached to the Ubuntu A2DP sink? [23:47] I feel like >1 core is the norm, so just for normality's sake, at least 2 [23:47] the norm for computers in general these days* [23:47] so 4gb ram / 30gb storage / 2 cores? [23:47] just to kick the tires in [23:48] glad i got the 64gb of ram on this; nice to have headroom [23:49] jakes: I assume there is [23:49] arooni: that sounds like a reasonable start [23:49] 30gb will leave you tons of room, but with 64gb I'm guessing you have the space [23:49] and you can always change things later [23:49] with 64gb of ram* I'm guessing you have plenty of storage space, too [23:49] matsaman, can't find the how [23:50] can connect to ubuntu as a a2dp sink OK, but can't control playback [23:50] my wallet size was reduced severely; its all a trade off lol [23:50] jakes: I think if it were me, I would play spotify from the GNU/Linux install, and control it via that install via the phone [23:51] rather than using the phone to stream to the install [23:52] I have 32 GB memory and swap is running out: http://teear.cbharraste.eu/desktop.png [23:52] jakes: so fundamentally, for example [23:53] Will my Kingston SSD handle it [23:53] jakes: if I play something on spotify on my phone, I can also open the spotify web player (or desktop app) and control the playback from there [23:53] jakes: so the technology is certainly there, whether someone's made a nice app for it or not [23:53] jakes: maybe this: https://github.com/ledesmablt/spotify-cli [23:54] teear: modern SSDs can take a lot of abuse [23:54] matsaman, that's what I'm doing at present, but it's a PITA if any other random person int he office just wants to press pause/play on a shared input device [23:54] teear: if you're worried about your data, you need a backup system anyway [23:54] I could just close some tabs maybe [23:54] jakes: require some auth =) [23:54] Yeah [23:55] jakes: I like to make little webUIs for media computers like that [23:55] I have nothing mission critical on the ssd [23:55] teear: holy tabs [23:55] misunderstood the point you were making =P [23:56] jakes: so if this spotify-cli app works, you'd just map the commands to your media keys