[00:09] Muligan, does it move further if you allow sudo without a tty? [00:10] Muligan, visudo, comment out "Defaults requiretty" if present [00:33] my favouritve media player doesn't recognize m4a files. Is there any way to redundantly convert 400 m4a's to mp3's, or do I simply need to change the file type (.m4a to .mp3)? [00:35] frad: https://askubuntu.com/questions/65331/how-to-convert-a-m4a-sound-file-to-mp3 [00:36] frad: Have you tried any of those? [00:37] no Pricey , thanks [00:43] Pricey, I guess most native ubuntu media players nowadays play m4a files without problems...? [00:43] im using ubuntu and trying to do a regression test with wine. after configure, i get a list of missing files/deps and wondering if theres a quick ubuntu way to install them all? [00:43] https://paste.ubuntu.com/p/QhgqwKt2Vj/ [00:45] redline_x: ' sudo apt -f install ' will try. [00:49] thanks for the suggestion but nope [00:49] m4a , a.k.a. AAC, can sometimes be DRM protected [00:50] how can I have the terminal integrated in nautilus [00:50] ? [00:50] search for nautilus plugins [00:50] redline_x: In that case show the channel - in a pastebin ' sudo apt update ; sudo apt upgrade ' - so we see what errors we are dealing with. [00:51] nautilus-actions nautilus-extention-gnome-terminal and such [00:52] oerheks: I have installed `nautilus-extension-gnome-terminal ` but nothing changed ... do I have to activate it in some way? [00:53] restarting nautilus should do, [00:54] bashing-on did you see my pastebin posted above? [00:54] or maybe a logout/login is required [00:55] oerheks: logout/login didn't work out [00:55] I have Ubuntu 20.10 [00:55] redline_x: Nope - I missed the double lined entry - looking :D [00:55] how do you address a specific person like that in here? im using hexchat [00:57] no clue there, open as administrator is in mine [00:57] and open in terminal [00:59] oerheks: does it work for you? [01:00] (BTW I have found this https://github.com/flozz/nautilus-terminal and it is working) [01:00] redline_x: Still, I would like to see ' sudo apt update ; sudo apt upgrade ' results. [01:00] yuilytg7@gmail.com?-W@~U$:Lsp8t^kVi\TF>x.q& [01:01] !tab | redline_x [01:01] redline_x: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [01:01] ah th [01:01] thx [01:05] Bashing-om, https://paste.ubuntu.com/p/Jzw7tBF3R7/ [01:07] redline_x: Says "apt" is happy - is the package manager ' sudo dpkg -C ' also happy ? [01:08] oerheks: does that plugin works for you? [01:08] sure [01:08] Bashing-om, yar [01:09] redline_x: "sudo apt build-dep wine" - done this yet? [01:10] krytarik, yes, i get 'unable to find source package for wine' [01:11] i have wine 6.4 installed from winehq [01:15] im assuming i could install the missing pieces one by one but wow theres quite a few to type in. must be a better way [01:18] redline_x: That would seem to be "wine-devel" in your case then. [01:20] krytarik, i get the same unable to find source package for all of them [01:20] for all of wine, wine-devel, wine-development etc === retentiveboy_ is now known as retentiveboy [01:20] https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/source/ - yeah, based on this I just figured that too.. [01:24] Hello [01:24] redline_x: But since there is indeed a "wine" one in there, it seems you don't have the sources enabled in the first place? [01:26] krytarik, YAY! [01:26] Any idea what does "noeject" kernel command line param do, I can't find it in the official docs on kernel.org [01:27] I'm not sure, perhaps preventing not ejecting USB but I don't think this explains it, it can't physicaly prevent [01:27] perhaps Clonezilla uses a mix of some custom commands and other things in there, not just kernel params [01:28] noeject: Do not prompt to eject the live medium https://manpages.debian.org/jessie/live-boot-doc/live-boot.7.en.html [01:28] Ah debian ... okay, thanks a lot! [01:29] not sure what use it gives, i think it is not enabled. [01:31] https://manpages.ubuntu.com/manpages/focal/en/man7/live-boot.7.html :P [01:46] thanks all for your help tonite. im still stuck at the original error, but im going to try again tomorrow === zbenjamin_ is now known as zbenjamin [02:20] Hi [02:22] I'm trying to clone ubuntu with 4 partitions, root, home, NTFS, SWAP, from a HDD, to a new SSD, and ofcourse want to skip the large NTFS partition, any particularities or any issues I might get with Clonezilla? [02:28] Is there a way to force OOM to kill the currently running process? [02:28] i'm trying to handle OOMs in my webapp [02:31] bancroft: check the choom(1) tool, and the proc(5) entries on oom === MalkbabY_ is now known as MalkbabY [02:47] sarnold: thank you! Is there a choom for debian/ubuntu? I don't see it in man or when I run as root [02:47] bancroft: it's in the util-linux package [02:49] Anyone here using cifs mount by any chance? I'm having problems mounting a share that's supposed to have no username or password [02:58] sybariten: what mount options have you tried so far? what error messages did you get from those? were there more details in dmesg? how about the logs of the remote machine? [02:59] sarnold: yeah sorry my question was terrible, i tend to always come asking "is there anyone with experience of blah blah....." [02:59] sybariten: ack, half my bug reports are rubbish :) hehe [03:00] i'm using something like sudo mount -t cifs //192.168.10.26/data /mnt/hoover_data/ -o username=guest,sec=ntlm ... one of many permutations i've found by googling [03:00] if there's no username and password I wonder if -ousername="" would do the trick [03:00] It should be noted that i dont really have a user account for this, it's supposed to be a "guest" share. Win10 can connect to it as such. But not ubuntu at the moment [03:00] lemme try [03:00] I seem to recall some problem with mount.cifs and " marks. that's a *vague* memory from ages ago though [03:01] Hmmm i wonder if that was an error i got now. I should mention i've had all sorrts of error replieas actually! With my former, pasted command line i got "Password for guest@//192.168.1.....blahblah" [03:02] Now it just said username specified with no parameter and not really an error, i wonder if it actually worked or not. Lemme see [03:03] Hmmmm no, the folder under /mnt/ is still emptyu.... [03:04] you could try fiddling with the sec= setting, too. It's been decades since I've read through the samba docs; I think I heard that it's impossible to get "no security" on windows these days, so maybe sec=none can't actually work these days, but it's worth a try :) === not_phunyguy is now known as phunyguy [03:10] sarnold:aha aha ok thanks! [03:10] i mean the same NAS can also do NFS shares as it seems, so ... i dont know anything about NFS though [03:10] //Server/Share /mnt/sharefolder cifs guest,_netdev,x-systemd.automount 0 0 ## or cifs guest,uid=1000,iocharset=utf8,vers=1.0 0 0 ## is on my list === Napsterbater is now known as Guest82065 === Napsterbater_ is now known as Napsterbater [03:27] sarnold: solved it! sudo mount -t cifs //192.168.10.214/media/ /mnt/hoover_data/ -o username="guest",password="",noperm,vers=1.0 and thanks oerheks also [03:28] Is there an IRC channel to discusses hosting email, or can I ask here? [03:33] !discuss [03:33] Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [03:35] brandonkal, most likely #ubuntu-server but setting up a secure email service and monitoring require a good planning [03:36] or short, it is not worth it, pay for a premium service [03:37] Yes. I've delegated that work. My question is if setting up MTA-STS is relevant for a domain if I delegate MX to another service domain that has MTA-STS? [03:42] ehm, certbot does that for you? [03:43] do some reading https://www.linuxbabe.com/mail-server/how-to-set-up-a-backup-email-server-postfix-ubuntu [03:46] https://www.digitalocean.com/community/tutorials/how-to-configure-mta-sts-and-tls-reporting-for-your-domain-using-apache-on-ubuntu-18-04 [03:47] sudo certbot --apache -d mta-sts.your-domain [03:55] oerheks interesting article though it is still not clear as (a) I'm not hosting smtp myself and (b) it would appear I would need to spin up a server to serve the text file. === Napsterbater is now known as Guest82707 === Napsterbater_ is now known as Napsterbater === not_phunyguy is now known as phunyguy [04:32] TheBigK02: I DID IT === Napsterbater_ is now known as Napsterbater [05:31] Anybody know if nmap and arp have some sort of device name cache? I'm scanning my network for a device that I know has a hostname of synology and a mac address related to synology, but nmap and arp both think it's Galaxy-S8-Lisa. We have a neighbor two doors down named Lisa, but she hasn' t been to our house in a year (COVID), and I don't imagine she was ever on our network, but I guess it's possible. I'm confused what's happeni [05:31] ng here. Any ideas? [05:32] Here's an example: https://gist.github.com/mlissner/3cbb27b769fefe9c00c9be05c9c02148 [05:43] hi [05:44] I did apt-get remove on an essential package which removes even more essential packages and now I can't boot into my work laptop. I created a live usb ubuntu os I've booted into. I need to reinstall the essential packages. Anyone know an easy way? [05:52] Hi! Is there a way to prevent Ubuntu from switching default audio device automatically. Every time I walk away from the PC it switches back to another audio device (instead of my HDMI output) [05:57] hey, so i just upgraded 18.04->20.04 and libreoffice can't be started by my user, but does start under root. it doesn't output any kind of error message, and doesn't start a background process, just exits. i chowned my .config directory, which seems to be the standard solution, but didn't help [05:57] i also tried switching to the version in the libreoffice ppa, same problem [06:02] i've also tried starting /usr/lib/libreoffice/program/oosplash directly (avoiding the wrapper script), no dice [06:33] I am wondering if some people actually use modern GNOME on Ubuntu 20.10 etc. ? I am on Xfce since 2006 and even Xfce were changing very slowly for the whole time, Xfce seems like the real desktop environment, and I don't see GNOME as even useful. [06:34] How do you survive while using GNOME and can you say it is useful desktop, I see GNOME totally pointless and useless.. [06:36] GNOME can't be customized at all as it seems and I don't see the point in it at all.. [06:39] !discuss | nikolam [06:39] nikolam: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [06:41] besides that, Gnome can be customized when using extensions. [06:43] Maik, but as it comes with distro it seems totally useless as DE as I see it. Maybe Ubuntu would benefit switching to Xfce by default, to have at least working DE. Ok. #ubuntu-discuss it is. === PowerTower_121 is now known as PowerTower_120 [06:54] Samian: if u are in ur live ubuntu u just need to mount into ur original system and chroot into it.. then u can use apt to install the essential package [06:56] no need to keep ranting nikolam, if you don't like gnome then keep using xfce. I didn't see you show up in the discuss channel yet so i leave it at this. === de-facto_ is now known as de-facto [08:07] Hello, i am running ubuntu 20 lts, i am trying to get OWL to install in order to use opendrop, i cant find the OWL package in the repo, how cani install ? [08:12] It doesn't look like there are ubuntu/debian packages available, you might have to compile it using the instructions on the github page pagios https://github.com/seemoo-lab/owl [08:14] git clone https://github.com/seemoo-lab/owl.git [08:14] then install the dependencies first: sudo apt install libpcap-dev libev-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev [08:17] i'm depressed [08:18] I did apt-get remove on a very essential package and now I can't even boot into ubuntu [08:18] I tried making a live usb os to boot into and to reinstall the packages while booted in via the usb. But I can't figure it out [08:18] some chroot-jail trick I thought would work [08:19] after reading this https://serverfault.com/questions/857474/install-package-via-apt-from-a-live-cd-to-the-real-system [08:38] Samian: what part are you stuck on? === Napsterbater is now known as Guest14566 === Napsterbater_ is now known as Napsterbater [09:26] Samian is not online enough to actually help him i feel. may be he can figure it out by himself... [09:32] if he's offline, he's probably making progress [09:38] overclucker: if u want to think positively... or its that broken that he gave up :) [09:45] TheBigK02: failure is good too, that way he knows how much he needs us, jk [09:46] overclucker: if u reinstall to fix the problem u didnt learn much tho... but thats up to everybodies decision [09:47] You also miss out on that smug feeling you get when you've figured out the problem [09:48] true... :) === Napsterbater is now known as Guest12326 === Napsterbater_ is now known as Napsterbater === Napsterbater_ is now known as Napsterbater === Napsterbater is now known as Guest3886 === Napsterbater_ is now known as Napsterbater === Napsterbater is now known as Guest22961 === Napsterbater_ is now known as Napsterbater [11:24] Hi! I’m trying to use a vps with blender and an nvidia gpu (propriety drivers). My google skills doesnt seem to help me. According to the nvidia tools the gpu is up and running. But all software that uses opengl just say “libGL error: No matching fbConfigs or visuals found”, what am I missing to install or configure? [11:25] I’ve been trying to get this working for multiple days and would be so glad for ANY helping tips at all. [11:48] good morning #ubuntu [11:48] welcome caliel [11:48] what can we do for you? [11:49] hello lotuspsychje [11:49] Hi folks [11:50] I am just wondering why /var/php/sessions has no right permissions on a prod server, just setfacl rwX for www-data:, is this better than a chmod 775? [11:50] plufz: by vps you mean a vritual machine of some sort? [12:14] raub: yeah, a virtualized computer on a cloud server center. [12:25] hi all [12:26] my system keeps crashing and i have no idea whats up [12:27] changed MB then all was well .. now i dont get the visual glitches anymore its just a straight freeze or crash [12:27] i know where the logs r but have no app to look at them [13:36] Trying to install a thing, but Python keeps telling me it's missing the module pygame. I've already run [pip install pygame], and even uninstalled pygame then reinstalled it [13:37] How to completly disable avahi daemon ? [13:38] systemctl disable avahi-daemon.socket avahi-daemon [13:38] reboot, still running [13:39] eoli3n_: https://bfy.tw/Qc4Q [13:39] and ? [13:42] something changed in gnome. My empty vertical workspaces don't collapse anymore [13:43] dynamic workspaces are selected [13:44] lol im gettign the feeling this shit show might be cause wierd shit happening through cables [13:44] Anyone help with that module problem? [13:44] maybe the audio cable to amplifier connection >.< [13:44] Fevix: sudo apt install python-pygame [13:48] leftyfb, still not found [13:49] Fevix➡ try sudo apt install python3-pygame [13:50] ledeni, that's what leftyfb told me to do [13:50] oh yours is python3 [13:52] no module 'tkinter' [13:52] pip install tells me no module satisfies that [13:54] Fevix: sudo apt install python3-tk [13:54] Fevix: what are you installing? [14:12] Good day all. I'm using an on board realtek sound chip with Ubuntu 20.04 with headphones. The audio comes out low and fuzzy, but on an older computer with the same OS is crisp. Could this be a driver problem? [14:12] Bluewolf: sudo lshw -C sound show driver? [14:15] lotuspsychje - https://paste.ubuntu.com/p/nXW9HxBmdw/ [14:16] Bluewolf: seems loaded [14:16] Bluewolf: what about sudo lshw -C video ? [14:19] lotuspsychje - https://paste.ubuntu.com/p/58S5hWsDrN/ [14:20] Funny really - At first I was convinced the headphones were bad - Until I used them on my laptop xD [14:20] also good, lets see your dmesg in a pastebin please Bluewolf maybe volunteers can find something there [14:23] lotuspsychje - I see some errors... [14:23] https://paste.ubuntu.com/p/hfywjQkx2b/ [14:27] Bluewolf: can you try a graphics driver switch as a test please, see if this can influence your sound [14:28] Bluewolf: ubuntu-drivers list, to see your available drivers [14:31] jelly, 'Defaults requiretty' isn't present [14:38] lotuspsychje - Graphics driver is set to 'nvidia-driver-450 (proprietary)' so trying 'nvidia-driver-456 (proprietary)' [14:44] Hello [14:45] So umm I was told that I shouldn't worry about SSD (TRIM) compatability cloning from HDD to SSD and that it should work out automatically [14:45] I digged a bit further and now noticed some guides say real-time trim is actually not a good idea on linux and it is fine if it runs once a week with the fstrim.service, right? [14:45] So I don't need to do any edits in fstab? [14:46] Well that was an article from 2013 saying that "discard" doesn't perform well [14:50] yeah, avoid discard mount option, use the timer unit or whatever [14:52] /lib/systemd/system/fstrim.timer seems to be enabled automatically for me on 18.04 === BrianG61UK__ is now known as BrianG61UK_ [15:08] anybody know what version of zfs the current version of ubuntu has? [15:09] loganRun: why? [15:09] want to use zfs with encryption but apparently a version 0.8 or greater is required [15:10] looks like my current system only has 0.75 [15:10] loganRun: what OS/distro is your current version? [15:10] current system* [15:11] Linux Mint 19.1 tessa [15:19] don't want to install ubuntu if it won't work [15:19] so wanted to check the version of zfs [15:26] Bluewolf: any luck? [16:04] exit === Mekely is now known as Beldam === Beldam is now known as Mekely [16:21] where do i choose the graphics card in ubuntu 20?  i wanted to blacklist the nvidia card, to pass it to a kvm windows virual machine, but it wont fall back to the onboard intel hd gaphics [16:40] lotuspsychje - I've done the graphics. Don't notice anything so far - Donno if a restart is required or new session? === jottr_ is now known as jottr === jottr_ is now known as jottr [17:17] Hello, when we install libreoffice-base via apt, it misses a java dependency (hsqldb-java if I remember correctly). There must be a reason but I can't find it. Would anyone know? [17:17] Antoine-: what version of ubuntu? [17:18] leftyfb: I'm on 20.10 [17:28] Hello [17:28] Does someon what ubuntu application has a shuriken like logo? It's like a shuriken with only 3 outward curved spikes.. === Dimitris is now known as Guest94751 [17:31] mrtrousers: huh? [17:36] leftyfb here: https://imgur.com/5nwkskp [17:36] What's the application of this logo? [17:36] mrtrousers: no idea. Why? [17:37] I saw a webinar about snap today and that application was open during it, and reminded me of something, i must have used it at some point and cant remember what it is.. [17:37] mrtrousers: rech ou to the presenter of the webinar [17:38] mrtrousers: reach out to the presenter of the webinar [17:38] I might if no one knows.. [17:38] Does someone know what ubuntu application is that logo from? : https://i.imgur.com/5nwkskp.png [17:40] mrtrousers, OBS I think. [17:40] Cool, thanks jwisbell35 [17:40] mrtrousers, Yup.. https://obsproject.com/ === ravustaj1 is now known as ravustaja === jrm2 is now known as jrm === ryan-c` is now known as ryan-c === themill_ is now known as themill [17:59] i think software Updater is broken === armeg is now known as jrgilman === geheimni1` is now known as geheimnis` === turin is now known as thurin [18:01] # 5/w 20 === nckx[2] is now known as nckx === hexo_ is now known as hexo === acheronuk is now known as RikMills === Koopzington is now known as Koopz === Hobbyboy|BNC is now known as Hobbyboy === puff` is now known as puff === Guest3763 is now known as mozzarella === mozzarella is now known as Guest69019 [18:56] Evening. Could someone at this dmesg and explain any issues? - https://paste.ubuntu.com/p/Q9Vm59WtNJ/ [18:57] *take a look :D === stwalker1ter is now known as stwalkerster [19:07] what's the correct way to stop pcscd on my system when it is using a socket file for activation as described here? https://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html When I use `sudo service pcscd stop` I get the message Warning: Stopping pcscd.service, but it can still be activated by: pcscd.socket and my readers are still activated [19:17] jayjo: I think also sudo systemctl disable pcscd.socket [19:31] Hello. I have an upgrade problem. Here are the outputs of apt: [19:32] https://paste.gnome.org/pcbp6akvc [19:33] ... discord is already the newest [19:33] 5 not fully installed, run sudo apt dist-upgrade [19:34] there is a huge update available, openssl.. [19:34] wait, is that... face id? [19:35] oerheks, thanks. I've tried dist-upgrade and got the same thing. https://paste.gnome.org/plg4zvb4t [19:36] sarnold: I tried that, and it does give me 'TriggeredBy: ● pcscd.socket' in `sudo service pcscd status` but the device is still activated [19:36] so maybe it is not pcscd, or maybe there is a rogue process somewhere. Is it possible to see all processes that are opening a device file? [19:36] did you try to get fresh lists too? sudo apt update [19:36] VMGuy23, this is a project called Howdy. It is very useful, you probably should try: https://github.com/boltgolt/howdy [19:37] if the file /var/run/reboot-required exists, reboot first [19:37] oerheks, nope, the lists are fresh, done an apt-update and apt-upgrade a minute ago [19:37] aand i've just rebooted [19:37] follishly thought that this long error will go away like a bad dream [19:38] agvantibo: just found a tutorial and getting it, but gtg [19:38] VMGuy23, thanks for the care! I'll be online for it [19:40] jayjo, the fuser command [19:43] jayjo: oh :( bummer [19:43] jayjo: lsof or fuser or opensnoop-bpfcc perhaps === acheronuk is now known as RikMills === Guest69019 is now known as mozzarella === mozzarella is now known as Guest98327 [20:17] how long does it take to install Howdy and how does it work? [20:17] (as in, how do i use it) [20:20] Hi, I'm using Xubuntu 20.04, QEMU crashed and now it's a zombie process. It's taking nearly 50% of the system memory and nothing makes the process truly end, parent is init already. Is there something that can be done without rebooting? [20:21] have you killed as well as ending? [20:21] FurretUber: kill -9 ? [20:21] kill -9 didn't work [20:21] <_Sym_> killall [20:21] you might have to reboot [20:24] dmesg has a lot of errors like guest page write error, gpa 11abf1820 I think I'll have to reboot [20:24] yeah that's probably in reboot territory [20:24] *defintely* reboot territory [20:26] Howdy doesnt work, opencv error [20:28] Ok, rebooting [20:40] Hey, after my latest Ubuntu update my firefox and terminal go into loops and take up 100% cpu. Does anyone know about this? [20:43] JohnTalent: I don't think anyone else has mentioned it in here in the last day or so [20:44] JohnTalent: if you want to try to figure out what's going on, it might be worthwhile to try to capture some perf top or something and see what it's doing. my guess is a reboot or logging out and logging in again would help if you just want to get back to work === Guest98327 is now known as mozzarella === mozzarella is now known as Guest37282 [21:05] slookup meet.magazino.eu [21:05] ping 176.28.15.198 [21:08] nmap [21:08] nma2 [21:09] ssh magadmin@nma2 [21:09] yes [21:13] onjen: can we help you with something? [21:17] yes [21:17] nma2 [21:18] onjen: what? [21:20] oh sorry [21:20] what on earth just happened, seems like my input got duplicated [21:25] TIL terminator terminal broadcast mode, which is enabled with Alt+a ... sorry for the spam didn't know about this feature [21:29] onjen: it's not "ALT+a" by default, you must have changed it. By default it's Super+g [21:30] https://terminator-gtk3.readthedocs.io/en/latest/_images/prefs_keybindings.png [21:30] broadcast_all -> Alt+A [21:31] ah, broadcast, though it was grouping [21:32] leftyfb: that way it broadcasted the input to all open windows, which is not the best idea to enable accidentaly :D [21:33] never even knew there was a broadcast. Not sure why you'd want that over grouping. I have it disabled for mine. Don't remember even disabling it [21:33] onjen: right, grouping does the same thing [21:34] ah, you can keep the groups but turn off broadcasting [21:34] any help? [21:34] when i try to use howdy, this shows up [21:34] https://paste.gnome.org/pp5maoyda [21:36] terminator grouping hosed my whole system once when I chmodded a user directory and meanwhile it secretly issued the same command in a root / window [21:36] never installing it again [21:36] VMGuy23: you'll have to seek support from the Howdy project. It's not a supported Ubuntu application [21:36] and apparently i am also warning strangers about it [21:37] eater9: I've been using terminator for well over 10 years. Never ran into that issue. Don't hit ALT+a or super+g and you won't run into that issue. Or disable the keyboard shortcuts [21:39] yeah I am sure it has its fans. I didn't even know that feature existed when I was using it till it was too late, and I certainly never knowingly hit any shortcut that would have invoked it [21:39] it is too easy to turn on accidentally considering how powerful it is IMO (or at least that was the case 5 years ago when I got bit by it) [21:40] im looking for how to find camera (/dev/v4l/...) [21:41] VMGuy23: ls -l /dev/v4l/by-id/ === jelly-home is now known as jelly === Guest37282 is now known as mozzarella [22:52] So I have Ubuntu installed completely on my HDD, but I have like 25.8Gb unallocated space partition on my SSD and I wish to speed up the boot of Ubuntu. How do I do that correctly? Thanks! [22:53] Ubuntu 20.10 [22:53] Simplar, what is the size of your ssd and where is your /boot and / located [22:54] 256Gb SSD, Windows installed, 90Gb occupied on the SSD. Everything else, probably including Windows Boot Manager, is on the HDD. [22:56] so for linux you really need 50G for / and 500M-1G for it [22:56] I am dual booting between windows and linux [22:56] so for linux you really need 50G for / and 500M-1G for /boot [22:56] hm, so I should chop off 25 more gigs on ssd [22:56] thats is up to you [22:56] do the resize in windows [22:57] But if I move /boot and / into the ssd, it will speed Ubuntu up, too? [23:00] reinstall ubuntu on that ssd, and use the slower hdd for home [23:02] or better yet, use hdd only for video files and the like === Napsterbater_ is now known as Napsterbater [23:53] hello! [23:55] sup nerd