[00:00] TJ-: hmm, when we ran Kanotix and their forks Aptosid/Siduction, etc. we had a guy running a winery in Australia booting up every one of his workstations from LiveCD with unionfs [00:00] bummer. Well you cant always expect to make everything work live i guess [00:00] Recently, I booted up a LiveCD to do a security check and I always end up (temporarily) installing so much stuff [00:01] hehe yeeep [00:01] sybariten: you'll see the overlay settings if you do "mount | grep overlay" and the mention of /cow/upper [00:01] I've had a development machine running for ...hmmm.... [00:01] You could end up installing some security tool not distributed by default which in turn requires MySQL because they prefer it over SQLite or so [00:02] I generally use throw-away LXC/LXD containers (for non graphical) [00:02] I absolutely *love* the fact that LiveCDs allow you to do all that, it simply blows away Windows in terms of flexibility [00:02] TJ-: perhaps I should try that [00:02] well for quite some time 00:02:03 up 114 days, 20:48, 3 users, load average: 0.00, 0.00, 0.00 i have a web server and some stuff on there.... vs code-server [00:02] "lxc launch ubuntu:1804 my18.04; lxc exec my18.04 bash" [00:03] TJ-: I'm not too familiar with LXD I'm a bit embarrassed to say [00:03] I'm a PHP developer these days [00:03] superschnell: complete OS root file-system including PID 1 init [00:03] superschnell: liveCDs are the best invention since the desktop clipboard :) [00:04] TJ-: ok [00:04] sybariten: :) [00:04] superschnell: when initialised as a 'dir' type storage ("lxd init") then it's simply a tar file extracted to the file-system [00:05] superschnell: meaning you can poke about in it from the host if needed, too [00:05] it all started with knoppix, didn't it? Thats how it seemed anyhow, from a user perspective [00:05] sybariten: it did. I shook Knopper's hand once, in 2005 [00:05] haha okay [00:05] hahaha [00:06] We built ours on top of his [00:07] I have a "SourceCode" LVM ... I work on that fromthe host, but when I build I create a build container and 'mount' (map) its mountpoint into the container. That allows me to contain the build-dependencies and I can build on different releases to the host as well [00:09] Thats something to put on the resume i guess. I once asked Ken Perlin a question.. around the same time maybe [00:09] TJ-: I have to honestly admit that between Docker, LXD, chroot, etc. etc. I have difficulty to see the forest for the tree by now. And.. venv, and .. you know. I'm obviously conflating layers of abstraction, but stil [00:09] sybariten: ;-) [00:10] superschnell: yeah. I avoid docker itself although I do use some CRI-O stuff [00:11] sybariten: I don't think Knopper took us very seriously back then, until we became competitors, haha [00:11] superschnell: chroot is only really useful for repairing broken systems or creating an initial installation image [00:11] can be handy to run a different architecture on the host in conjunction with qemu-user-static though [00:12] OK sooo... given a machine with a Win install and two ntfs devices, one small for the WIn OS and one bigger for storage .... there's no exotic way to install ubuntu onto the existing partitions without touching them too much, is there? I mean using something like an external bootloader off a USB stick or so [00:12] strange idea perhaps [00:13] Well [00:13] there was once "wubi" that installed into the NTFS but that was dropped due to problems [00:13] superschnell: ah so you were part of Ubuntu takeing shape from the beginning? And he's german right? You too perhaps [00:13] You can load an ISO with persistent storage [00:13] sybariten: Ubuntu? No certainly not [00:13] sybariten: I'm Dutch, the name is a bit of a joke [00:14] sybariten: I did have words with Linus Torvals once, and Shuttleworth too ;-) [00:14] time for sleep; g'night [00:14] superschnell: hmmm is that like one of those easy2boot solutions? I don't necessarily mean booting an actual .iso file, and im not sure that will help me with the mysql issue... [00:14] goodnight TJ- [00:14] superschnell: ah gotcha [00:14] Developers are just prickly people [00:14] TJ-: thanks for the help! [00:15] I was just looking for, well, the least intrusive method to get ubuntu onto a laptop which already has a Win install, i guess [00:15] sybariten: isn't your mysql issue sort of solved with the solution provided? You could adapt the apparmor profile manually as well? [00:15] sybariten: there are some options [00:15] superschnell: hm? I didn't realize there was any solution? You mean doing the apparmor parser thing or what? [00:16] thought i was screwed with the idea of running mysql off a live OS [00:16] 1. Use Windows and a VM. HyperV, VirtualBox, VMWare. 2. CoLinux 3. ISO on NTFS with persistent storage and Grub installed in the MBR [00:16] 4. Who knows what else [00:17] sybariten, until your persistant layer fills up then you are screwed [00:17] There's also: https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux [00:17] sybariten: you still haven't been able to start it? Why not? [00:17] I thought TJ- had you delete the apparmor profile and successfully install? [00:18] I'm working on this python program at the same time, sorry if I missed anything [00:19] I mean, it's literally only apparmor standing in the way of postinst [00:20] You could, in theory, modify the .deb and modify the ubuntu live image [00:21] kk4ewt: the same goes for a root partition, no? [00:22] sybariten: https://medium.com/@kasunmaduraeng/how-to-modify-and-repack-deb-package-436f8351af41 [00:23] sybariten: can't vouch for what's in there, small things might have changed [00:23] But it's an adventure isn't it? So hack away! There's also: https://help.ubuntu.com/community/LiveCDCustomization [00:23] :) [00:25] Admittedly, LiveCD customisation can be an elaborate process. But changing a single .deb or overriding a repo shouldn't be _too_ hard [00:32] superschnell: OK! Will look into that, thank you for all the help! [00:34] SPeaking of this subject... you probably know the ins and outs of remasteringf a live OS. If i have a run-off-the-mill iso of, say, ubuntu... do you know the easiest way to remaster it in a way that every time i boot it up i have access to a certain script perhaps... or even that a tiny scrtipt is run upon every boot [00:38] sybariten: it depends. You have to mount an ISO, copy everything to a folder, change what you want then create a new ISO from the folder. Expect to find e.g. a loop mount squashfs in there as well [00:40] sybariten: some help here https://unix.stackexchange.com/questions/80305/mounting-a-squashfs-filesystem-in-read-write [00:40] OK. sounds doable. cool [00:40] A lot has changed over the years [00:40] Though, mostly for the better [00:41] I had some Windows tools a ways back that could modify an ISO in-place, or, at least, make it seem that way [00:41] and about your suggestion number 3. some thirty lines up .... any reading advice to learn how to use an ISO with persistent storage like that? The grub part is easier to find lots of info on i suppose [00:42] I was kind of hopiong there would be some exotic usb iso that was made only for the purpose of booting stuff off a hard drive but im not sure if that's a thing [00:43] Let me think.. you usually get an option with various flash drive bootable linux creation tools to add persistent storage - if you really aim to use it as some sort of semi-permanent installation you should make the persistent storage sufficiently large, though I haven't done that before (was never necessary) and I don't know if there are hard or practical limits [00:44] you can configure your boot USB to use the HDD as a persistent store - but that's not what you're looking for sybariten it sounds like [00:44] I usually do this with Ubuntu live [00:44] Most other distros, I don't really require persistent storage [00:45] Hmm: "There are a few limitations. You can’t modify system files, like the kernel. You can’t perform major system upgrades." .. https://www.howtogeek.com/howto/14912/create-a-persistent-bootable-ubuntu-usb-flash-drive/ [00:45] I didn't think about that :( [00:46] This might be more promising: https://askubuntu.com/questions/55441/install-ubuntu-on-a-ntfs-partition [00:47] In fact, that might be by far the best solution [00:48] ok, will look at that, thanks! Right now it's abends-essen [00:48] Meaning the second answer [00:48] Haha [00:49] I'm not sure what the Germans call it, but it should be Abendessen. We have 'avondeten', so it's similar [00:49] In any case, enjoy [00:49] That loop mount solution isn't conceptually much different from an ISO with persistent storage, except that in this case, the loop mount *is* the persistent storage [00:49] It's just ext4 or ext2 instead of ISO9660 [00:50] ah, he's installing it smack right into a mounted image, interesting [00:50] So you just create a large file on NTFS the size of the root partition you would have otherwise added [00:50] You get the picture, it's clever [00:51] Yeah i don't need much space really. Just to play around a little. Cool, will see if i can do that later [00:51] Keep in mind it's now an NTFS file, though. So one particularly bad move with that file and your lose your entire installation [00:51] Yeah, enjoy dinner and good luck [00:53] Hmm, is there any particular reason why the big file couldn't have an MBR and multiple partitions, I wonder. And perhaps even contain LUKS [00:53] Seems fascinating [00:54] dank u wel! [00:54] Geen dank! ;-) [01:03] grinnik [01:18] Hi all, I am struggling to get WOL working. I have set the BIOS on this msi 970 gaming to allow a pci device to wake it, but if I do a systemctl suspend, the nic turns off. Is this not supported in ubuntu ? [01:19] Tazmainian: WOL (on the target side) is not an ubuntu issue. If the NIC is turning off when suspended or powered off, that is a hardware/BIOS issue [01:20] Tazmainian: WOL should work on the suspended or powered off machine regardless which OS or if an OS is installed [01:20] okay so back to the BIOS then, because even the internal NIC is off. But I need to run systemctl suspend right? [01:20] even powered off? [01:20] Well I think my Crosshair VIII hero the nic is on when the pc is off. [01:20] Tazmainian: WOL should work when powered off as well, yes [01:20] let me check [01:21] Tazmainian: "systemctl suspend" just suspends the machine. It has nothing to do with WOL [01:23] systemctl status wol.service > https://www.techrepublic.com/article/how-to-enable-wake-on-lan-in-ubuntu-server-18-04/ [01:26] so I see on my second rig, that it's on board nic , has settings for WOL [01:27] oerheks, my NIC already has a pagb or something, but it has that 'g' in the WOL status [01:34] Okay I see, I think it's the NIC that has an issue, or the motherboard is taking power from it but I can query MSI for this info [01:34] on my second pc, the onboard did wake it from being shutdown, but the pci nic, is off when the pc is off [01:35] so that is the NIC then ? [01:53] hi :) I want to run a program with a custom version of a .so file. if I just LD_PRELOAD it, as I understand it, parts of the system-wide version of the library may "show through". is there a better way (on focal) to run the program with only the new version of the shared library? === zbenjamin is now known as Guest58115 === zbenjamin_ is now known as zbenjamin [02:20] * enyc meows [02:27] Create a new file in /etc/ld.so.conf.d/ called valentinesday.conf ? [02:27] *hips* [02:37] Hey, does all current ubuntu versions offer help -when installing to a machine that already has windows- to create a dual boot machine? [02:38] sure [02:38] !dualboot [02:38] Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [02:39] check if you have legacy or uefi, disable fastboot and have fun [02:41] ok thanks [02:56] Do ubuntu installs contain python's pip? [02:56] Because I have Kubuntu 20.04 installed and pip's not contained within the install. It's not in the repo's either! It's pissed me off!!!!!! [02:58] i think i remember installing it so no i wouldnt guess it is === zbenjamin_ is now known as zbenjamin [02:59] sybariten: how do I install it? It's not in the repo's [03:01] !info python3-pip [03:01] python3-pip (source: python-pip): Python package installer. In component universe, is optional. Version 20.0.2-5ubuntu1.1 (focal), package size 224 kB, installed size 1022 kB [03:01] krytarik: thanks! [03:02] also a ugly script python-is-python3 [03:02] !info python-is-python3 [03:02] python-is-python3 (source: what-is-python (4)): symlinks /usr/bin/python to python3. In component main, is optional. Version 3.8.2-4 (focal), package size 2 kB, installed size 10 kB [03:29] Working on an issue with a broken grub bootloader (not sure if I'm dealing with v1 or 2). It broke during an attempted upgrade from 18.04LTS to 20.04LTS. Loads into rescue console straight away. I can get into BIOS and try and launch a live cd, but the live cd just products the following screen: https://imgur.com/a/1uYgcnE with a bunch of dashes [03:29] and dots. If a button is pressed it reboots the system and goes back to GRUB (or BIOS if you're fast enough). [03:31] I'm not sure what steps to take next; either get the bootloader to work or get the live usb to work. I'd like to get the live usb to work but the lack of an error message makes this one difficult to diagnose. [03:32] Does anyone know what would cause the issue in the live usb boot? [03:34] dluxcru: Maybe a bug that is now fixed in latest 20.04.2.0 release - but what results booting an older kernel from the grub boot menu ? [03:37] The grub boot menu displays the message: `error: symbol `grub_file_filters` not found Entering Rescue mode. [03:37] Assume I am completely new to grub and just learned what it was last week. [03:40] dluxcru: Ouch ! Have not encountered that error ... We can next attempt to boot a live environment. From the screenshot - maybe a graphic's driver issue - what is your graphic's card ? Nvidia ? [03:42] It's an integrated one as far as I know. HP laptop. [03:43] dluxcru: !nomodeset | dluxcru Try this: [03:43] !nomodeset | dluxcru Try this: [03:43] dluxcru Try this:: Systems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there. [03:48] As far as I can tell I don't have access to the screen where these parameters are added. [03:49] I can get to the rescue console or BIOS. That's it. [03:51] dluxcru: Sorry - I am at a loss. Perhaps there are those here with HP experience that can guide. [03:52] Thanks for helping nonetheless. [03:55] dluxcru: I will be interested in how this plays out. Patience, as we wait for the experienced person. [03:56] dluxcru: recoverymode still can enter? [03:56] Do you mean the grub rescue console? [03:57] dluxcru: https://www.lifeonnetwork.com/wp-content/uploads/2018/04/recoverymode_2.png [03:58] Nope, don't know a way to load this screen. [03:58] dluxcru: enter grub, and pick an ubuntu(recoverymode) [03:59] What would the grub rescue command for that be? [04:01] dluxcru: your grub is completle broken or? [04:04] Essentially yes. I don't have access to anything short of the rescue console and BIOS. [04:05] !recovergrub [04:05] Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub [04:05] see if this can help dluxcru [04:07] As outlined above I can't seem to get a live CD to boot, so options are looking sparse. [04:08] i'm looking for a safe tool to undelete files from an android phone's internal storage. i know i should use an microSD card in the future - one SanDisk 128G 160MB/s read, 90MB/s write TF card is already on delivery, but what about recovering files from an android internal storage? LifeHack's top pick is FonePaw, which seems to be a hong kong company - you know hong kong is under china control these days... [04:16] yao_ziyuan: photorec can recover files on ubuntu, but phones are encrypted doesnt work that way, only from external media [04:17] maybe if some tool would exist to make a phone act like a HD it could work [04:24] lotuspsychje: yes, for SD/microSD/HDD/SSD drives i use photorec [04:25] dluxcru: another option is to Liveusb your current system, then rescue data from your /home and start fresh 20.04 [04:26] When I load the liveUSB from BIOS I get https://imgur.com/a/1uYgcnE [04:26] Most blank screen with a few dots and dashes. [04:32] dluxcru: try a lubuntu iso perhaps, see if you can bypass that [05:17] GFX: Intel(R) HD Graphics 4000 2112 Mb, SCREEN: Generic PnP Monitor, 1920 x 1080 @ 32 bit, 60 Hz [05:17] OS: 64 bit Windows 8 Home (Version 6.2 Build 9200) [05:26] does anyone know the non-free repo and package name to install the emacs elisp info page? [06:03] yates, think you want emacs-common-non-dfsg from multiverse [06:04] rfm: i already have multiverse. here's the line from /etc/apt/sources.list: deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse [06:05] and "apt install emacs-common-non-dfsg" doesn't work [06:09] yates, hmm, doesn't seem to be there for bionic (it is for focal and groovy.) No idea then. [06:11] rfm: if i wanted to add "non-free", which line should it be added to? or otherwise how to do? [06:11] i'm being told in emacs that it's available in non-free [06:12] in #emacs [06:13] sorry, let me paste my sources.list [06:13] https://paste.centos.org/view/2dbe9049 [06:14] yates, ah, try emacs25-common-non-dfsg on bionic [06:15] yates, I think "non-free" is a Debian section, not ubuntu [06:17] rfm: yes, emacs25-common-non-dfsg worked. thanks! [06:18] yates, finally occurred to me to search for filename emacs.info.gz on packages.ubuntu.org... [06:19] i'm still learning ubuntu and its package management. i come from fedora/dnf === mIk3_09 is now known as mIk3_08 [06:49] hello hello anyone willing to test this pulseaudio change https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/491 which should fix bug 1576559 please let me know - I'm not an ubuntu user and testing would require building pulseaudio from sources [06:49] bug 1576559 in pulseaudio (Ubuntu) "Refused to switch profile to headset_head_unit: Not connected" [High,Confirmed] https://launchpad.net/bugs/1576559 [06:50] Umm so I'm a bit confused here. I'm trying to run kopano-server on 20.04. I've set logging to debug level. When running, according to the log, it starts with no errors, but it doesn't stay running. It connects to the db successfully and then just exits for some reason but even debug logging doesn't say why it would do that. Anyone with any idea how I can get more info to find the issue? === Grldfrdom_ is now known as Grldfrdom === Grldfrdom is now known as Grldfrdom_ [07:59] Hello 20.04 keeps getting so slow it's frozen. I decided that 55 tabs of chrome must be too much for it and I can't even get to a terminal window prompt. I can get the terminal window but no prompt just stay square contrasting box where the prompt would go. Has anyone else had this problem with chrome? [08:31] tripelb: do you really need 55 tabs open? can't you use bookmarks? [09:20] hi all, do you recommend any 'Direct Server Return', or DSR that works on RTMP? I am looking to implement load balancinh on RTMP protocol === EriC^ is now known as EriC^^ === MarderIII is now known as warkruid [10:49] tripelb, actually, and I'm just talking about me, I found 20.x unworkable and stuck with 18.x and 19.x - not helpful for you though, sorry === PowerTower_121 is now known as PowerTower_120 [11:36] EtherMan: according to https://forum.kopano.io/topic/3553/kopano-core-8-7-17-final Ubuntu 20.04 is only supported since Kopano Groupware Core version 8.7.17, but the packages which landed in Ubuntu 20.04 (via universe, so probably just copied from Debian) are lower than that version. [11:36] s/probably/possibly/ - have not checked [11:39] tripelb: what'S the hardware specs of this system? are you using chrome, or chromium? does it happen with the latter? does it also happen with firefox? [12:20] sybariten: let me know if it worked, I'm curious to see how the story ends :) [12:38] hi guys I just installed ubuntu coming from windows 10 pro because I was having some issues I messed with the system user privledges and a clean instal would not work [12:38] ubuntu usb fixed it but...... [12:38] the letters are so small! and where is C? and why does the trash can icon look so small? also why cant I install chrome [12:39] thanks [12:39] the default C compiler is gcc (GNU C), but there are others [12:39] Blu3Grim21x: sounds like you're using a hi-DPI display [12:40] Blu3Grim21x: On a QWERTY keyboard C is next to the V [12:40] lol [12:41] is there a more sleek looking version of linux distro? [12:41] I mean it works great and all but it has a mac feel to it [12:41] !flavors [12:41] Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [12:41] That's the Gnome desktop - there are plenty more you can install and use [12:42] where [12:42] there? [12:43] Do I have to do the whole install to usb thing ??? [12:43] please no...lol [12:43] https://www.muo.com/tag/ubuntu-flavors-comparison-guide/ is a bit dated, but provides the general idea of what different ubuntu flavors look like [12:43] They can be installed alongside the default Ubuntu/Gnome, so for example Xubuntu/XFCE4 = "sudo apt install xubuntu-desktop" on subsequent starts/log-ins the Greeter will have a gear/config icon with a menu that allows you to choose an alternate 'session' (desktop flavour) [12:44] oh shoot this sounds confusing af [12:44] does it not have a theme or something lol [12:45] where do I type that at [12:46] !terminal [12:46] The linux terminal or command-line interface is very powerful. In Unity or GNOME, search the dash for "terminal" and press ENTER. Other desktops: Applications -> System Tools -> Terminal (MATE), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [12:47] but you'll probably be better off seeking the web for screenshots before you start doing this [12:47] well at least it looks better on my curved monitor [12:47] shoot these letters are so small [12:47] there's also distrotest.net [12:47] oh wait theres a zoom button there we go [12:47] thank you guys Im reading as fast as I can lol [12:47] Blu3Grim21x: sounds like you're likely on a 4K display and need to increase the GUI scaling factor [12:48] yeah its a 32inch [12:48] laptop but im using the gaming monitor as the laptop screen is smaller [12:48] I have stigmatism but I refuse to wear glasses just yet [12:48] :P [12:49] ok I found the terminal [12:50] ok downloading root frame work [12:51] I have a bachelors in software development so hopefully I can manage some coding [12:51] lol [12:52] Howdy folks [12:52] where do I see all my system files [12:52] and thanks again for the help guys ill get it slowly but surely [12:53] tomreyn: re update-usbids apparently since 2016, according to the changelog [12:53] Blu3Grim21x, https://www.howtogeek.com/117435/htg-explains-the-linux-directory-structure-explained/ [12:54] usbutils (1:008-1) experimental; urgency=medium " * Uses the systemd database, therefore drops usb.ids and related utilities. Closes: #544503" Aurelien Jarno Tue, 31 May 2016 23:17:53 +0200 [12:54] oh wow it looks beautiful once you change the background I like this desktop better its more roomy [12:54] whats usbids ? [12:55] I take it that the Wayland dpi scaling differences have not been implemented yet for people who have both full HD and 4K monitors? [12:55] idk lol [12:55] Blu3Grim21x: It is the database that gives the descriptions to the devices in lsusb [12:55] I hope warzone runs fine on here [12:56] oh thanks [12:56] tomreyn: apparently now done via systemd-hwdb-update.service [12:56] does hexchat run good on ubuntu [12:57] yeah I signed up for the ubuntu one update link login [12:57] Try It And See [12:59] TJ-: oh you found it first :) [12:59] hey why cant I download warzone [12:59] do I have to go to the app store? [13:00] Blu3Grim21x: we don't know why you can't download 'warzone', do you see an error message, what are you doing exactly? [13:00] also, what is 'warzone'? [13:01] it says an error occured while loading the archive [13:01] warzone is an activision game through blizzards battlenet [13:03] Blu3Grim21x, https://snapcraft.io/warzone2100 [13:03] lmfao [13:03] thats not it I seen it also [13:03] ok this is going to be a problem [13:04] im a have to partition this laptop to windows and ubuntu [13:04] tomreyn: seems Blu3Grim21x's 'C' is what MS Windows designates as the C: drive ! [13:05] lol [13:06] stop looking at ##programming [13:07] ok well my digital storm pc is coming in a few days ill keep that one on windows and my laptop on linux [13:07] but Im a have to find a way to install warzone [13:07] thanks guys you are really alot of help [13:07] brb [13:08] Blu3Grim21x, if you install steam installer warzone is available to play, https://store.steampowered.com/search [13:09] is that right? [13:10] thanks your a life saver [13:11] "failed to install file not supported" [13:11] hi [13:11] when i choose "Xterm R6" instead of "ESC[n~" on PuTTY's "Function keys and keypad" option, i solve my numpad problem. [13:11] how can i make the same change on gnome terminal? [13:13] ok it seems everything installed has to be done on the software store [13:13] that worked [13:14] is this like a security thing or something? or its more like mac where it has a store designated for this [13:14] software store? [13:16] where do I go to update my drivers for hp? [13:16] package manager should do it [13:16] yeah the big A [13:16] where do I find that? [13:17] the more im messing with the desktop the more im liking it lol [13:18] time to learn about apt https://phoenixnap.com/kb/how-to-manage-packages-ubuntu-debian-apt-get [13:19] ok thanks [13:19] ubuntu is seeming more like visual studio lol [13:20] Blu3Grim21x: what "hp" requires drivers? headphone? Hewlett Packard device (printer, PC, scanner, etc.) ? [13:20] well hewelett packard laptops come with drivers on windows and an updater [13:20] why do I feel like im learning from you and your learning from me lol [13:20] Blu3Grim21x: "software store" is just a wrapper around access to the archives but with some additional links to proprietary and other snapcraft images [13:21] bro I dont know what snapcraft means [13:21] Blu3Grim21x: this is Linux - all drivers are generally included [13:21] ok [13:21] !snap | Blu3Grim21x [13:21] Blu3Grim21x: Snaps are containerised software packages similar to flatpaks or appimage. For more info, see https://snapcraft.io [13:22] so its like a faster way of installing apps [13:22] thats great [13:22] no click wait click... loading bar wait and wait [13:23] 'app image' means generally it includes the kitchen sink and therefore is much larger than a traditional install from archive [13:24] Blu3Grim21x: for HP printers/scanners you'd install the "hplip" package for example [13:25] oh ok tnx [13:25] Blu3Grim21x: generally all printers now use IPP (Internet Printing Protocol) and we have a single tool for discovering and using printers, called CUPS [13:25] cool [13:25] brb [13:25] Blu3Grim21x: it runs a local web-server at http://localhost:631/ where you can administer every little facet [13:29] think getting into snaps this early in the game may cause confusion IMO [13:33] ok fun fact warzone is not free on steam [13:33] have to find a work around for battlenet [13:39] https://linuxconfig.org/how-to-install-battle-net-on-ubuntu-20-04-linux-desktop [13:39] not ported [13:51] good night guys [13:55] Greetings friends, how are you all doing? I recently did a fresh install of Ubuntu 20.10 desktop with ZFS and I must say I am loving every bit of it. However, I don't know how to manually remove the automatic snapshots. Any recommendations? You feedback would be greatly appreciated. [14:26] zfs destroy can do it [14:26] but I think there's also something in that zsys thing [14:34] is there even much of a difference between 20.04 and 20.10? [14:50] hey! Is there a way to download source code of let's say dd via apt-get, please? [14:51] (I read that I can enable source-code from the GUI of Software & updates, but I only need this to happen now or just once, and not for each download) [14:54] hey [14:54] can i run/install ubuntu to my laptop [14:55] HexChat: 2.10.2 ** OS: Linux 3.14.56 i686 ** Distro: Unknown Distro ** CPU: 2 x Intel(R) Core(TM)2 Duo CPU T5270 @ 1.40GHz (GenuineIntel) @ 800MHz ** RAM: Physical: 2.5GiB, 90.4% free ** Disk: Total: 115.9GiB, 89.4% free ** VGA: 10de:0427 ** Sound: HDA-Intel - HDA Intel1: PC-Speaker - pcsp ** Ethernet: 14e4:170c ** Uptime: 1h 35m 49s ** [14:56] can i run/install ubuntu to my laptop [14:56] HexChat: 2.10.2 ** OS: Linux 3.14.56 i686 ** Distro: Unknown Distro ** CPU: 2 x Intel(R) Core(TM)2 Duo CPU T5270 @ 1.40GHz (GenuineIntel) @ 800MHz ** RAM: Physical: 2.5GiB, 90.4% free ** Disk: Total: 115.9GiB, 89.4% free ** VGA: 10de:0427 ** Sound: HDA-Intel - HDA Intel1: PC-Speaker - pcsp ** Ethernet: 14e4:170c ** Uptime: 1h 37m 10s ** [15:00] today911: you have to enable sources as you read, then do apt-get source , i wont download for new packages unless you run apt-get source [15:01] TechPup... maybe consider linux mint - based off of ubuntu i believe- uses less resources. [15:01] EriC^^: thank you! [15:01] no problem today911 [15:01] hey [15:01] can i run ubuntu on my laptop [15:01] heres my specs [15:02] HexChat: 2.10.2 ** OS: Linux 3.14.56 i686 ** Distro: Unknown Distro ** CPU: 2 x Intel(R) Core(TM)2 Duo CPU T5270 @ 1.40GHz (GenuineIntel) @ 800MHz ** RAM: Physical: 2.5GiB, 94.1% free ** Disk: Total: 130.2GiB, 89.9% free ** VGA: 10de:0427 ** Sound: HDA-Intel - HDA Intel1: PC-Speaker - pcsp ** Ethernet: 14e4:170c ** Uptime: 1h 42m 52s ** [15:03] techpup. you should be okay with ubuntu but you may want to consider linux mint. i believe mint is based off of ubuntu but uses less resources. === ledeni_ is now known as ledeni [15:03] TechPup, 4GB of RAM is almost minimum required for ubuntu, it will with 2.5 but it'll be somewhat slow [15:04] puppy linux is based off ubuntu [15:04] i want ubuntu itself [15:04] even if it will somewhat slow. [15:04] wait, what? [15:04] TechPup: you can run ubuntu but it may be slow with the default gnome desktop [15:05] ok [15:19] are you gys lying to me? [15:19] guys [15:20] Desktop image [15:20] The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later. This type of image is what most people will want to use. You will need at least 384MiB of RAM to install from this image [15:22] hello/ [15:22] TechPup: accusing people of lying isn't the best way to ask for help [15:23] sorry [15:23] but [15:23] you say that i need 4 gb [15:23] but it says 384 mb ram needed [15:24] TechPup: I did not say that, I said it would run slowly based on your 2.5GB ram [15:24] yeah [15:24] Also, "install" being the keyword there.. [15:29] bye [15:29] TechPup: have fun [15:29] i downloaded a ubuntu iso on my usb flash drive [15:30] im going to reboot and boot from usb [15:50] hello [15:55] is there a way to force grayscale via command line on ubuntu 20.04? i know theres a gnome extension that does it but i want to initiate via cron [16:33] arooni: you can manage extensions via CLI [17:02] Hi [17:03] welcome TechPup [17:03] hey [17:03] i cant boot from usb [17:04] it says that file idlinux.c13 missing or something [17:05] ThinkT510 hi [17:05] TechPup: how did you create your usb, with wich ubuntu iso release on what kind of system? [17:06] i just downloaded the ubuntu iso from the ubuntu web site and transfered it to my usb [17:06] system used is tahrpup 6.0.5 [17:07] let me find the release.. [17:09] ubuntu 16.04.6 desktop i386 [17:10] lotuspsychje are you there? [17:14] TechPup: 16.04 will be end of life next month [17:15] and what sould i do [17:15] is the only one that is 32 bit [17:15] TechPup: are you sure your system is 32bit only? [17:15] do you want my specs? [17:16] go ahead [17:16] HexChat: 2.10.2 ** OS: Linux 3.14.56 i686 ** Distro: Unknown Distro ** CPU: 2 x Intel(R) Core(TM)2 Duo CPU T5270 @ 1.40GHz (GenuineIntel) @ 800MHz ** RAM: Physical: 2.5GiB, 92.5% free ** Disk: Total: 115.9GiB, 89.4% free ** VGA: 10de:0427 ** Sound: HDA-Intel - HDA Intel1: PC-Speaker - pcsp ** Ethernet: 14e4:170c ** Uptime: 21m 21s ** [17:17] TechPup: the intel T5270 is a 64-bit chipset [17:17] i didnt know that [17:18] TechPup: see Instruction Set in https://ark.intel.com/content/www/us/en/ark/products/33096/intel-core-2-duo-processor-t5270-2m-cache-1-40-ghz-800-mhz-fsb.html [17:18] ok [17:18] wait [17:18] are you greek? [17:20] pavlos i dont have a amd prosessor [17:20] TechPup, you don't need an amd to go 64bit, intel is fine [17:20] ubuntu 16.04.6 desktop i386 is the only one i found that it was intel [17:21] so if i downloaded a amd64 ubuntu iso it will work? [17:21] TechPup: amd64 is just the informal name for the 86_64 instruction set, both intel and amd support it [17:21] yeah will just work [17:21] thank you [17:21] but what about idlinux.c13 file [17:22] error said that file was missing [17:22] dunno never heard off [17:22] TechPup: one step at a time, get 20.04 and try to boot it, you probably won't get that error [17:23] 20.04 sounds modern i dont think that my shitty CPU will handle it [17:24] TechPup: the cpu will handle it fine, its your lack of ram that will make it slow [17:24] its not a fast cpu indeed, you might want to consider a lighter DE then? [17:26] oh ok [17:27] what do you suqqest coconut i want toplay minecraft [17:28] how do i change grub timeout [17:28] !grub [17:28] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [17:28] i edit /etc/default/grub default timeout but ti's ignoring [17:28] see the manual metbsd [17:28] metbsd: edit /etc/default/grub [17:28] and updat grub aftr that [17:28] i did [17:30] metbsd: don't set it to 0 [17:30] it stops at the selection for whole 30 seconds [17:30] i set it to 3 [17:31] metbsd: GRUB_TIMEOUT=3 [17:31] did that. and then sudo update-grub [17:31] i reboot, still it waits 30sec [17:31] metbsd: encrypted? [17:31] no [17:33] metbsd: try adding this and see if it works> GRUB_RECORDFAIL_TIMEOUT=5 [17:38] metbsd: grep timeout= /boot/grub/grub.cfg do you see the value of 5 you set up? [17:42] +1 on the grub record fail [17:45] hey guys [17:46] i am downloading ubuntu on my flash drive [17:49] downloading the iso on your flashdrive? that does not boot... [17:49] !usb [17:49] For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [17:50] TechPup, i would try either mate, xfce, or lxde, those are the most popular... ## i only like mate myself, and dunno which is the lightest. [17:50] !flavors [17:50] Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [17:51] coconut5 is ubuntu mate ubuntu but lighter? [17:51] TechPup, it is lighter although i dunno that for a scale really if you ask [17:52] lemme google it [17:52] i would just try it, it is old gnome version and it is lighter [17:55] hey is lubuntu ubuntu based? [17:55] ... see !flavors [17:55] yes [17:56] ok [18:00] here you can find all iso's TechPup -> http://cdimage.ubuntu.com/ [18:01] thanks coconut === semeion is now known as mnemonic === agvantibo is now known as fuvolsunzadbfz === fuvolsunzadbfz is now known as agvantibo [19:20] Yep. Mate, Mint, xfce, Lxde are all lighter workloads for hardware than say ubuntu or kubuntu === jgrim827 is now known as jgrim82 [19:31] Sorry it seems offtopic but I am writing technical documentation... "Anybody knows a good word (maybe slightly offensive) for saying something which was not factually correct, and probably was said as a result of making a quick decision?" [19:31] Pull your head out of your mask [19:33] i installed a snap and removed it, then installed the deb equivalent but kde keeps trying to use the snap binary which it cannot find [19:33] where does the .application file live for these guys? can't find any of them [19:35] ah got it, /usr/local/share/applications/slack.desktop [19:35] needed to manually delete that file... what a crappy thing the Snaps are. [19:40] can i auto create a fstab according to my /mnt folders [19:42] ptx0, so, you installed the deb from 3rd party sources ... and complain about the 3rd party snap? which should be the same version? [19:45] : hello, i have users streaming to my server, and i would like to balance that uplink to multiple servers so that the user stream gets uplinked to one of the servers instead of only to one. The user uploading the stream needs to go directly to one of the servers and not pass by a load balance. This is mainly to remove the need to scale a Load balancer. I thought of dns load balancing where the user streams to a given a-record [19:45] and [19:45] then this gets some kind of loadbalancing and resolves each time to an ip of the servers. is this a good way to start? [19:48] pagios: I mean you just said you don't want a load balancer, and then that you want a load balancer [19:48] pagios: seem my comment in ##nteworking about ECMP [19:48] if your load balancer is failing in some aspect, perhaps just fixing that aspect alone is the path forward, instead of trying to load balance without a load balancer [19:49] pagios: we use that to deterministically distribute incoming streams to anycast hosts [19:50] matsaman: idea is to have a way to forward the DATA from client to backend without passing through an LB [19:50] LB acts as an orchestrator only [19:51] (ECMP with 5-tuple) [19:51] TJ-: does it work on linux ? [19:51] oerheks: i know it's hard to read and comprehend fully but i installed third party snap and then removed it before installing third party deb, and there was a file left behind from the snap, outside of /snap... in /usr/local/share/applications [19:51] or requries special hardware [19:52] pagios: of course! [19:52] so, Snap, doesn't remove files fully when a snap is removed [19:52] this is the complaint. [19:52] there's no "purge" option like there is with apt-get [19:52] pagios: we use it with pure IPv6 but it works with IPv4 too [19:53] TJ-: does it meet this requirement? client is sending big data to LB, LB in someway redirects that traffic to a given backedn server from a pool of backend servers, LB does not process the big data, the client sends data DIRECTLY to backend , backend replies to client directly, no LB involvment [19:53] pagios: ECMP is pure network in-kernel level routing [19:54] TJ-: ok, so the client needs to be configured in some special way ? [19:54] well you can use Multicast with IGMP too [19:54] or only the backend and LBs [19:54] pagios: you'd have a single router doing ECMP in front of the backends that have a shared anycast address as well as unique addresses [19:56] TJ-: but the trafficwill flow through that router too right? [19:56] pagios: if it helps I can share a couple of test shell scripts that set-up and respectively test ECMP using network namespaces that you can use as a template for what you want to do in your environment [19:56] pagios: well of course, that's the point of a router. [19:57] thats not scalable in my case [19:57] pagios: you could have multiple routers [19:57] coz i will be bound by the b/w of that router [19:57] i want peer to peer from client to backend to use the backend b/w fully [19:57] hi all! happy vday [19:58] pagios: then you'd need to use the ECMP 5-tuple principle client-side to choose a target [19:58] use a WebSocket proxy :D [19:58] application level load balancing can be used, return a websocket address depending on which backend is best [19:59] that means the client needs to talk websocket which is not my case [19:59] not sure if this is the place for this, but i want to setup a ubunut server for live streaming, i would like to capture from my phone and use ubuntu with ngrok [19:59] as the server [20:04] please a fix asap in current kubuntu. there is an huge bug into gcc, please the reportbug : links termbin.com/3uss [20:05] unixbsd: no bug there [20:15] gcc cannot find /usr/lib.. .clang can. [20:25] unixbsd: -Idir is for header file paths, not linker paths. [20:26] unixbsd: headers are in /usr/include/ e.g. libfltk1.3-dev: /usr/include/FL/Fl_Browser.H [20:27] unixbsd: but your issue is that the linker isn't finding libfltk, presumably this? libfltk1.3-dev: /usr/lib/x86_64-linux-gnu/libfltk.so [20:29] unixbsd: the system library path should already be set but maybe you need -L /usr/lib/x86_64-linux-gnu ? [20:34] unixbsd: I wonder if there's some non-default change to rpath? [20:38] unixbsd: actually, I suspect the issue is the order you've given the linker libraries, try " c++ flpackage.cxx -lfltk -lX11" [20:38] ah [20:38] I can give a try [20:40] ah true [20:40] c++ fails with -lfltk [20:40] does not matter, g++ should work anyhow. === JmaJeremy5 is now known as JmaJeremy === tnewman3 is now known as tnewman [21:34] can anyone guess how fast xvfb + vnc can be from the time image is created to the time is projected to a remote machine? (excluding the network travel time which I am assuming is TCP or UDP) [21:35] I'm sure they can guess [21:36] depends on your color density (4,8,16,24bit) and network speed between your endpoints, and if there is any encryption [21:38] Hi all! :) I'm trying to download the source and all the included .c & .h files for dd, but I do not know how to do it? I already enabled Source code in Software & Updates, but running apt-get source dd does not work [21:38] May I get a hint please? [21:39] what is the output? [21:40] it says "E: Unable to find a source package for dd" (I read somewhere that dd is included into the Ubuntu core packages?) [21:40] !find dd [21:40] Found: adduser, libcdio-cdda2, libmaxminddb-dev, libmaxminddb0, libmdds-dev, libnetaddr-ip-perl, python-bsddb3-doc, python-ddt-doc, python-keystonemiddleware-doc, python-maxminddb-doc (and 12279 others) http://packages.ubuntu.com/search?keywords=dd&searchon=names&suite=focal§ion=all [21:41] coreutils [21:41] why do you want to build dd yourself? [21:41] and the rest [21:41] I'd like to learn from the code :) [21:42] then understand the self explaining error? [21:42] and after the sources are downloaded, where can I find them? [21:44] today911: you don't really need to download the source to read it. most projects host it somewhere so you can just browse their repository to read the source [21:44] !build [21:44] Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [21:44] ThinkT510: I already found dd.c but then, it includes other files that I do not know how to reach? [21:49] you can use my bsd unix dd.c, it works on linux [21:49] today911: here is dd.c , portable and using clang only: https://termbin.com/8w4k [21:50] sure, but we are not going to support a disaster :-) [21:51] with clang dd.c -o dd * have fun * [21:51] unixbsd: thank you :) that was fast! [21:51] and unique experience. [21:52] oerheks: without perl and python ;) [22:04] Is modifying the ISO the only way to have an unattended installation? [22:05] abesab, no, preseed is the most used route [22:05] https://help.ubuntu.com/lts/installation-guide/amd64/apbs04.html [22:07] oerheks: Not exactly trivial it seems :) [22:13] oerheks: Based on some reading it looks like there are different methods for desktop and server. I'm still not sure which one is pre-seeding (or if they both are) [22:14] And also server 20 is different than earlier versions apparently. https://ubuntu.com/server/docs/install/autoinstall [22:15] abesab: ubuntu server' default (since at least 18.04 LTS) 'server live' installer uses autoinstall. [22:15] desktops use preseeding, and the page you pointed to disucsses the difference [22:19] tomreyn: Thanks. I am getting the impressions that autoinstall is much easier than preseeding (with d-i). I think I'll use a server ISO and just install the desktop package on it. [22:26] just a thought crossed my mind... what kind of smartphones do you guys use in here? :) Since it's Ubuntu channel, I am curious... as Android is sometimes a bit weird, has to be rooted... youtube does not allow screen to be off unless one pays for it, and so on... [22:28] today911, there is a phone project, #ubports .. else polling about smartphone use is useless. [22:29] oerheks: I know about ubports, unfortunately Samsung Galaxy A8 is not supported :( [22:35] !discuss | today911 [22:35] today911: 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! [22:35] talk about smartphones is not a ubunu support question [22:36] ubunu/ubuntu [22:37] for my samsung, I use : apt-get install adb; adb devices ; adb mount ; adb pull /sdcard <-- using developer trick (enabled), and the system is backuped on linux. [22:38] unixbsd, nobody asked that, and is interested? [22:38] Maik: sure, thank you [22:38] take it either to #ubuntu-discuss or offtopic please unixbsd [22:39] too much noise.. [22:40] always the same after throwing in a !discuss trigger some people tend to continue with unrelated offtopic talk [22:40] Ah, I misread then,... [22:40] or just bring it up anyway [22:41] abesab: you may want to switch from cloud-init/netplan/systemd-networkd to network-manager for network configuration management then. [22:54] tomreyn: Thanks. What I ended up doing (still running the install now) is using the "vboxmanage unattended install" command. If this works for my purposes then I won't have to worry about preseed/autoinstall/using a server install of Ubuntu [23:34] hey'all, and superschnell in particular: just wanted to give some followup on what i did. So I had some live systems running as i said, and couldnt get mysql installed because of this rather intricate technical reason "by design", as i understood it. [23:35] I was too tired to learn how to do the apparmor/deb thing to make it work, cause as i udnerstood it i would need to make new deb packages or something. I had a win machine, a laptop with a couple of harddrives in it but i just wasn't keen on reformatting or changing the drives too much at this point. So ideally i'd like to get a real *nix install on there anyhow, in some way [23:37] Turns out this wubi thing _does_ actually still exist after all, there is some wubiuefi fork which seems rather up to date, i did that from Win with a DL:ed iso and it worked like a charm (on the third attempt) ! So now i have a boot menu, which looks very "win native" but which lets me boot Win or Xubuntu. :) [23:38] And from within that one (xubuntu on a 32gb image) there was no problem getting mysql installed with apt-get. [23:44] can i launch a terminal while installing? [23:44] i chose the Install button instead of the "Try" or whatever, I need to look at some disk things to make sure i'm doing the right thing, but i can't find the launcher [23:44] (i'm on 20.10 live desktop disk) [23:45] ctrl-alt-t [23:45] tomreyn: thank you! [23:45] <3 [23:45] you're welcome :) [23:53] i love the face you guys have on the background [23:53] lol [23:55] When I'm installing, if I want to setup LVM and Luks, does the installer give me that option through the normal "easy" steps, or should i choose the "Something else" installation type and configure it myself through parted? [23:55] and perhaps luks with ctrl+alt+t terminal? [23:56] i guess i'm wondering if ubuntu has an out of the box way to add a cryptdevice and unlocked cryptdevice to kernel cmdline, to unlock it [23:56] or if that needs to be crafted by myself? [23:57] there's some advanced tickbox where you can choose between encryption and zfs-alpha [23:58] encryption would provide lvm on top of dmcrypt-luks, but /boot remains unencrypted. [23:59] makes sense! [23:59] Thank you!