[00:00] Yes. [00:02] My ansible task loops through a list with mode: 0644, state: link, and force: yes. That worked for files but not when I added a folder. I suppose it should just be 0777. [00:04] brandonkal: heh, my chmod(2) says that the AT_SYMLINK_NOFOLLOW support is currently not supported. that probably just leaves you with removing the symlink and creating a new one in its place with the correct modes [00:04] hi, how can I create symbolic link in my home dir to a directory from another user home dir [00:05] Prolac: take a look at the output of ln --help | head to see how the various ways you can invoke ln [00:28] Interesting sarnold. macOS has a `chmod -h`. I've changed it to 0777 in the task though the symlink itself shows as 0755 now. Without an explicit mode, Ansible creates a symlink with the same permissions as the source file (i.e. 644) which breaks on macOS. This way should be more portable across macOS and Ubuntu. [00:29] brandonkal: aha! nice, thanks so much for reporting back :) [00:29] brandonkal: did it actually fix the issue? [00:30] brandonkal: the 0755 might be easy enough to adjust if you can stuff a 'umask 0000' in before creating the symlinks / files [00:30] (though this may leave other files *too* open) [00:32] Yes. It's interesting. It appears macOS still uses the source file permissions as the ultimate source of truth but some tools still read the permissions of the symlink first. [00:32] when I search on firefox (default google as search engine plugin) all works, if I do the same on firefox nightly then google blocks giving the uncommon traffic webpage asking for captcha, any idea what can cause this? [00:33] Betal usually blocking HTML5 canvas in Firefox causes problems like that. [00:34] Betal: wild-guess territory, perhaps an API key for google's search is embedded in firefox only in release builds, not nightly builds [00:35] brandonkal: this? "privacy.resistFingerprinting" [00:37] sarnold: tested with addons disabled and same [00:38] sarnold: this API key you say is the big string on search engine plugin? [00:40] Betal: I'm not sure how it is exposed, if at all -- I just know firefox is paid some money for bringing search results to google, ubuntu is paid some money for bringing search results to google via firefox, etc, and those are probably done by something very much like an API Key [00:41] more likely... Google sees an unfamiliar User Agent string, and assumes it might be a bot or some nefarious user and throws a captcha your way. If you don't like it, I'd recommend switching search providers to one that doesn't fingerprint and data mine user data [01:34] Yea! finally got through to where the people are. I hope. Anyone feel like helping me with a dependancy problem? I can't run python without glibc 2.25, which apparently isn't in xenial. [01:35] fHDhrSZP: wow, you've got a *crazy* problem... how'd you get in this situation? :) [01:36] I don't even see that we've ever published a 2.25 glibc https://launchpad.net/ubuntu/+source/glibc/+publishinghistory [01:37] No clue. First warning I had was python refusing to run. I didn't THINK I'd done anything that crazy. I've installed steam, chrome, and that's it (as far as unregistered repositories go. [01:38] I've even removed (with dpkg) python, and that didn't fix it. Maybe I need to remove all pythons dependancies too? [01:38] The only thing I can figure is that I somehow got an off version of SOMETHING in there SOMEWHERE, but I've no clue where. [01:39] sarnold: Yeah, I checked and there's no version past 2.23 in xenial. Which is why this is weirding me out so much. [01:40] fHDhrSZP: what does 'which python' report? is that file owned by a package or is it from something else? [01:40] Do you perhaps no how to poke an installed library to see where that version was installed from or something? I incanted 'strace -e open python'... [01:40] sarnold, you're a genius. [01:41] "where does the python invoked actually live?" was indeed the correct question, it pointed at an odd version and removing has fixed my problem. [01:42] fHDhrSZP: woot! [01:42] fHDhrSZP: so, that leaves putting your system back together :) [01:42] deleting one file is lots simpler that resolving umpteen dependancies to backport glibc! [01:43] Actually, I successfully resisted the impulse to just take things appart, and already backed out of all the changes I'd made. [01:43] So yah! for me too I guess. [01:44] Hi all. Does anyone know of a way to archive all email in thunderbird? I have several subdirectories under Inbox in over 10 accounts I want to archive. I'd rather not have to ctrl-a (select all) in every directory in every account. Hints? [01:45] just fyi, it pointed to a 4.4M binary in ~/bin . Still no idea why that was there, but it's not anymore, so time to hand this computer back over to my daughter. Many thanks, goodbye! === JakeSays_ is now known as JakeSays [01:47] fHDhrSZP: oh nice! I was afraid that it'd take a while to undo everything done in the middle :) [01:59] superboot: Can you explain your end goal with archiving? Are you changing clients? Are you just trying to reduce the number of messages in the Inboxes? [02:01] pragmaticenigma: I'm changing email servers, and I want to archive the mail and start fresh with the new service. [02:02] s/servers/service providers/ [02:06] Hi, I did pip install google, however Python claims it can't find the googlesearch module. What do I do? [02:07] superboot: Just because you're changing providers doesn't mean you need to overhaul your thunderbird. When you add a new mail account, thunderbird segments the new account into it's own set of files and folders in the profile [02:08] Helenah: First, you should not use pip unless in a python virtual environment. Python's pip can conflict with Ubuntu's preset libraries and cause your system to have issues. [02:08] But there is no Ubuntu package. [02:09] Helenah: Correct, however pips can have dependencies that will affect packages ubuntu manages through apt [02:09] Can anyone point me toward some instructions on how to create a .deb package ? I would like to recompile ffmpeg with some custom settings but have the new coompilation packaged as a .deb so I can still manage it with apt or dpkg. [02:09] So therefore I'll need a virtual env, right? [02:09] Synoptic: Perhaps try asking in #ubuntu-app-devel [02:09] Helenah: It is recommended [02:09] pragmaticenigma : ok thx, will go there [02:10] Helenah: as for why it is not currently working, if you ran pip, that is linked to Python 2.7... if you're running Python3 for your application, you need to use pip3 [02:11] superbot... does that make sense? ... The other option is to create a new thunderbird profile. Which will separate the old and the new. You can revisit the old profile, or new profile at your choosing. The mail in each will be kept completely separate [02:18] grep -R . /sys/module/zswap/parameters [02:21] /sys/module/zswap/parameters/compressor:lzo but arch say this lz4 https://wiki.archlinux.org/index.php/Zswap what it is better? [02:23] hrrm looknig around for any ubuntu cinnamon channel, may not yet be official flavor but likely to become ?? [02:27] qwertuttyty: lz4 may be slightly faster than lzo; you can give it a try and see how it works out [02:29] enyc: We are all volunteers here, we only know what we can find via google. You may find Ubuntu-MATE a very close, and supported flavor, to what you seek in Cinnamon. [02:30] enyc: Also, flavors are really just presets for Desktop Environments. "cinnamon-desktop-environment" is available in the universe repository [02:30] Does anyone know how to get seamless mode working with Ubuntu guest in virtual box that has no X11? Is it even possible? I've tried install virtualbox-guest-additions packages from the repos as well as the non X11 packages. [02:31] GCM14: isn't that mostly about getting video resizing and copy-paste to work? [02:31] what would it do for X-less sytem? [02:32] GCM14: Guest additions is intended for GUI installations. Without X, there really is no purpose to seemless, simply click on the window to give it focus [02:32] It's just so that you can resize the virtualbox window and it automatically ajusts the screen resolution to match. [02:32] Yeah that's what I thought [02:33] would you be better suited to just ssh into the thing? then you can resize your terminals all you wish [02:33] I have a lecturer making us user ubuntu server in virtualbox who is convinced that we should be installing guest additions to resize the resolution. [02:34] It's just a school thing. I did try to explain this to the lecturer [02:34] Anyway just wanted to check thanks [02:34] aha :) [02:34] "the old cranks on IRC said it wasn't helpful" :) === tds1 is now known as tds [02:35] unless it also does some filesystem stuff to let you 'easily' move files between guest and host [02:35] but it'd probably still be easier to just ssh in and do things, or rsync files in and out [02:35] Guest Additions could make it easy to share a folder between host and guest potentially [02:36] It's possible that Guest Additions might add an entry during TTY setup to determine the initial window size on boot. But I have my doubts on that one [02:36] Yeah it's a pointless exercise in a sea of pointless exercices. No one in industry would be using virtualbox anyway, we should be using vmware but oh well [02:37] GCM14: If you want industry... virutalizing isn't done with either [02:38] but thats a topic for #ubuntu-discuss [02:38] All good. I'd better get sopme real work done. Thanks for the responses =-) [02:41] hi, i'm trying bochs (compiled from last sources) and i get the following message: >>PANIC<< eth_linux: could not open socket: Operation not permitted, the config line is the following: ne2k: enabled=true, ioaddr=0x300, irq=9, mac=b0:c4:20:00:00:00, ethmod=linux, ethdev=enp0s25, script=none, bootrom=none, i think, it's a permissions problems as the message states, any clue how to make this [02:41] work? [02:43] (is this maybe related to predictable network interface names?) === S1L1K0N_ is now known as S1L1K0N === zbenjamin is now known as Guest26049 === zbenjamin_ is now known as zbenjamin [02:45] elnegro: This channel only supports software obtained through official Ubuntu software repositories. Compiled programs are not supported here, you will need to contact the developer for support or find a community forum or channel that supports that software. You can use !alis to search for a channel on that topic. [02:47] ops sorry, i'll try that, thanks [02:48] Look like lz4 loads the CPU more than lzo. This is the first not accurate impression. The load on the CPU may be more important to me. [02:56] How do I sed only the first n occurences in a file? [03:01] jakesyl: maybe this will help: https://unix.stackexchange.com/a/417901 [03:03] https://paste.ubuntu.com/p/TmFPsyDfsV/ [03:03] yeah, had looked at that. The g number prefix didn't help. My guess is I'm misunderstanding the mechanics of the selector [03:04] doesn't look like there's any man pages around sed [03:04] jakesyl: it honestly feels like it's the wrong tool for the job you want to complete [03:05] or perhaps only part of the what you need [03:05] qwertuttyty: that is not allowed here [03:06] Don't know of a better way to do it. Basically, I've got protocol buffers being generated from cmake. The #include paths are wrong so I'm trying to replace the first N occurrences. [03:06] Cmake doesn't have a ton of good tooling beyond a custom_command so if you've got something in bash you think would be better, that'd be awesome [03:06] lz4 decoding speed 1720 or 1570 MB/s [03:06] 1590 [03:08] jakesyl: I don't, but you might have better luck asking in a channel with a topic more inline with development... as I'm sure they'll have a better solution [03:08] qwertuttyty: https://paste.ubuntu.com/p/TmFPsyDfsV/ isn't your lz4 vs lzo comparison [03:09] got it [03:09] jakesyl: the sed language doc is in info format. info --vi-keys may help make that tolerable [03:09] 7day url [03:13] qwertuttyty: There is no "best" ... what is best for one person maybe different for someone else. You need to do your own research and determine what works best for you. If one command performs the way you desire better than the other, then you should use that. If I had to guess, lzo is probably single threaded and lz4 is able to make use of more processors cores. [03:14] qwertuttyty: You're going to need to do more research on your own to figure out that part [03:16] See table this done in 2015 in url. "The ZSTD decode rate is approximately 500 MB/s per core of the Intel Core i5-4300U processor (1.9 GHz) at 200 MB/s" Probably the rest was tested on this CPU. [03:20] "The ZSTD decode rate is approximately 500 MB/s per core of the Intel Core i5-4300U processor (1.9 GHz) at decoding speed 200 MB/s" [03:22] sorry: zstd coding 200, decoding 500 [03:28] LZ4 HC r127: 26 MB/s coding, but LZ4 r127 coding 370 MB/s [03:30] Which one is the LZ4 in Ubuntu? [03:33] You can translate the article yourself if you need. [03:42] i can use for zswap zstd? Or only lz4 or lzo? [03:47] qwertuttyty: I believe anything that is supported by the crypto subsystem [03:54] yes i can use zstd for zswap grep -R . /sys/module/zswap/parameters [03:57] kernel 5.5.4 ubuntu-mate 20.4 [03:59] virtual machine ram 2500 mb hdd os + ssd 4GB swap partition controller sata2 Host windows [03:59] host ram 4 GB [04:03] I 'll see what 's best for me: zstd, lzo, lz4 [04:05] Humor: tar? [04:08] macOS has color tags as extended attributes. Does ubuntu have this? I'd like an `ls` to show this info. [04:33] I ~ 1.5 years have not used zswap + ssd. I forgot that there is zswap. [04:33] :) === dtucker is now known as disi [04:49] what provides libncurses.so.5? [04:50] how do i in general, redirect the output of ls | grep filepattern (a list of files) to a command and get it to process each file? [04:50] I installed libncurses5-dev and the program still complains about missing libraries [04:50] i know for zip i did something like ls | grep keyword | zip file.zip -@ [04:50] and have used find before but found syntax complicated [04:50] anon, use find -exec instead [04:51] gendarme, how would i do that with a pipe like ls | grep [04:51] not just a single command [04:51] find . -type f -exec zip {} \; [04:51] piping ls is not good, etc etc [04:52] oh wait [04:52] wouldnt that create a million zips [04:52] not sure what you want [04:53] find a keyword in current dir and zip the file? [04:54] gendarme, i mean i have like 5 different files that match a pattern [04:54] i just get the list with ls | grep filepattern [04:55] then zip them all up in one zip [04:55] maybe grep "keyword" -Hs | zip [04:55] file names? [04:55] grep finds stuff IN files [04:57] wat [04:57] im just going ls | grep *.jpg i see all jpgs [04:57] oh wait maybe i dont [04:58] oh damn these files contain the keyword by concidence lol [04:58] don't parse "ls" outout, use find instead [04:58] what do you want to do? [04:58] *output [04:58] gendarme, i just want one zip so add all files to single zip all files that patch a pattern say *.jpeg in my current directory [04:59] send them to a file called pictures.zip [04:59] that just looks like zip *.jpg pictures.zip [04:59] (or tarball idc) [04:59] oh damn nice [04:59] ty [04:59] you can do this in a file manager... [05:00] can all commands do that? [05:00] if i give a file pattern as first arg [05:00] i think it's the other way around, archive name first, then compnents to add to archive [05:00] so: zip pictures.zip *.jpg [05:01] ah yeah [05:02] anon, it depends on the command [05:02] how do I search for library files with apt? [05:04] hey [05:04] whats the {} \ do after exec in find? [05:04] (stupid question i know but never understood this part) [05:04] it is a place holder for input files [05:04] \; is the terminating sequence [05:06] in the command you have find exec(ute), {} will be replaced by one of the matching file system objects ("files") the search produced. [05:10] gendarme: about libncurses.so.5: libncurses5-dev would provide headers to build software and link it against ncurses5. -dev packages won't usually contain the .so's (a compiled library). So libncurses.so.5 shoould be in package libncurses5 (not libncurses5-dev) [05:10] gendarme: you can (install and ) use "apt-file" to find which package of your installed ubuntu release provides a given file. [05:10] ah, thanks [05:11] what about the arch [05:11] how do I now if I need a 32 bit so or 64 bit? [05:11] well that depends on the bitness of the software that'll make use of this library [05:12] hmm, I figure that out using file I guess [05:15] thanks tomreyn ! [05:16] objdump -t /path/to/command would also work to detemrine bitness [05:16] you're welcome. === mTeK is now known as TrickSol === TrickSol is now known as mTeK === mTeK is now known as mmidgett === mmidgett is now known as mTeK === mTeK is now known as TrickSol [05:20] TrickSol: please... === TrickSol is now known as mTeK [05:21] Sorry [05:27] ah what profiles apt-file? I don't have it? [05:27] apt install apt-file got it [08:08] hi [08:09] how do i mount or connect android [08:11] can i get notification outside the box [08:11] in settings [08:19] Since yesterday my Ubuntu 19.10 machine does not boot fully to my Gnome3 DE. The last boot message I get is "Removing Stale Ext4 Metadata" [08:22] nor journalctl -k nor journalctl -p 3 -xb shows anything out of the ordinary, when rebooting I get the same situation. The strange thing is that none of my drives have been formatted with ext4, I use only btrfs [08:23] hi. I notice a device is mount to my home folder. I traced the mount to /dev/loop16 but that still doesn't tell me who/how it got there. Any ideas? [08:24] littlekimmy: what exactly are you trying to do? mount an android phone like a usb drive? [08:25] makara: loopback device is usually a disk image [08:26] makara, are you using a live-image to boot from, like a USB stick or an optical drive? [08:30] Nitrigaur: there is nothing plugged into my machine [08:31] ok, I tried to eject it now. It says theres an Atom snap using it [08:31] damn snaps [08:31] guys, does this option refer to the current sudo apt-get upgrade I'm doing or all future sudo apt-get upgrades too? https://i.imgur.com/z0TA6qc.png [08:32] I would be fine if it currently does all the restarts but I don't just want automatic restarting on future upgrades [08:34] makara, you can find out what processes are using your home drive with lsof | grep '/home/' [08:44] Nitrigaur: thanks [08:45] makara, no problem. Can you describe what you did before your home drive got mounted at the loop16 device? [08:49] Nitrigaur: sorry, it was in /media/ [08:52] makara, if you execute sudo grep '/home' /etc/fstab do you see the same loop device, or another one? Please note: the line(s) returned by that command might contain sensitive data. [09:06] hi [09:07] im reading about snap, and im wondereing, a pakache installed by snap, where does it get its updates from? [09:07] ubuntu repos? of repos defined in the snap package? [09:17] Hi. How do I submit a package to Ubuntu Backports repo? [09:42] i'm battling with keyboard shortcuts in my current ubuntu installation.. after upgrading some packages, ctrl + alt + t no longer works to launch a new terminal.. also, i'm not able to bind alt + f6 to switch to workspace 6.. there's also the confusion between using settings in the applications menu and dconf-editor to adjust keyboard shortcuts.. what should be used? [09:45] ... rebooting is out of the question, this is linux [09:47] which is the general way to remotely control android and linux [09:47] zamba: well rebooting would cause the new libs to be loaded, but you can switch to a console and restart X/wayland/window manager/whatever. If there were kernel updates reboot is desired nonetheless tho' [09:48] Since yesterday my Ubuntu 19.10 machine does not boot fully to my Gnome3 DE. The last boot message I get is "Removing Stale Ext4 Metadata" [09:48] ssh has some firewalling issues , is there a app like GSconnect that does this by avoiding firewalling issues of iptables as in ssh. to remotely control android from linux and vice versa [09:48] nor journalctl -k nor journalctl -p 3 -xb shows anything out of the ordinary, when rebooting I get the same situation. The strange thing is that none of my drives have been formatted with ext4, I use only btrfs [09:52] freakynl: yeah, a reboot fixed it.. but still.. a bit annoying [09:52] what about slimming down the titlebar? [09:53] https://www.techrepublic.com/article/how-to-connect-your-android-device-to-your-linux-desktop/ where do i click to open that Fig A [10:18] i dont want to use ssh, as i prefer devices , so in order to send data without ssh, just knowing ip address, what's the way to use the kernel provided facilities which are used anyway by the apps like ssh. [10:28] does anyone have problems of graphicsl glitches/artifacts/triangles logging in? i have with my thinkpad t420 with intelhd3000 graphics card, since today's updates. maybe the graphics drivers pa i the culprit? [10:29] ppa [10:38] should I install docker-ce or docker.io on Ubuntu 18.04LTS? [10:39] Hello! Soooo, i have a (to me) strange issue with Ubuntu 18.04, libvritd networking and bridging. I have guests on a bridged interface. No problem there, they get DHCP from our DHCP and everything. But... i just noticed that when these guests access the internet our gateway sees the physical address of the ubuntu host, not the adresses of the [10:39] guests. So, it appears to be a NAT. But, i can access the guests from other systems (web, ssh, etc) and as i already mentioned they obtain addresses via DHCP, so it can not be a NAT. So, why do i not see the IP of the guests in our gateway? [10:39] The reason for. my question is that our gateway needs to route traffic from these guests into various VPN-tunnelse, identified by source ip. [10:44] janjoh74: MAC address will be the bridge's interface, but IP should be per guest with a bridge [10:44] janjoh74: and 'physical address'usually means MAC === Taco is now known as DetectiveTaco [10:47] Triffid_Hunter: I agree there. But, this is not the case. if i for instance launch a openvpn-client on one gues... My firewall sees a connection from 172.25.76.30 (physical ubuntu box ethernet):60865 -> Externalopenvpnserver:1195 [10:48] But, again, the same firewall serves the guest with a DHCP-address without any issue [11:01] Triffid_Hunter: And yes, the MAC of the guest is present in the arp table of both the physical host as well as the firewall/gateway.. Never seen this behaviour before. :) [11:09] Since yesterday my Ubuntu 19.10 machine does not boot fully to my Gnome3 DE. The last boot message I get is "Removing Stale Ext4 Metadata" [11:09] nor journalctl -k nor journalctl -p 3 -xb shows anything out of the ordinary, when rebooting I get the same situation. The strange thing is that none of my drives have been formatted with ext4, I use only btrfs === Antoine is now known as Guest40282 [11:50] Since yesterday my Ubuntu 19.10 machine does not boot fully to my Gnome3 DE. The last boot message I get is "Removing Stale Ext4 Metadata" [11:51] nor journalctl -k nor journalctl -p 3 -xb shows anything out of the ordinary, when rebooting I get the same situation. The strange thing is that none of my drives have been formatted with ext4, I use only btrfs [11:53] Nitrigaur: how do you run journalctl if the system doesn't boot? does it boot to recovery then? [11:55] the message you qoute does not seem to exist exactly as given. there is a somewhat similar message, "Remove Stale Online ext4 Metadata Check Snapshots", is this what you'Re seeing? [11:56] "lsblk" should list known file systems and their types, see whether any ext* file systems are listed there. [12:02] is there way to set nice or priority to specific daemon, i means for docker daemon [12:13] question: the 'openssl passwd' command asks for a password but should give an output which it doesn't [12:13] any ideas? [12:14] ubuntu 18.04 [12:15] tomreyn, it does boot, but does not continue to gnome3 [12:16] tomreyn, indeed, the message you mentioned matches [12:16] Remove Stale Online ext4 Metadata [12:17] check snapshots [12:37] oh wow, i found the solution [12:38] 'openssl passwd' only works with a password of 10 chars or less [12:38] seriously... [12:40] tomreyn, please don't be confused by the IRC client I'm using. It's my laptop running popos, but it's not my main desktop that I'm troubleshooting [12:47] Hello how do you install graphics card drivers for AMD? I've never used amd only nvidia so I'm confused what to do...? [12:49] !amd | Kali_Yuga [12:49] Kali_Yuga: Open drivers for AMD cards: amdgpu (cards >= GCN1.2 aka GCN 3rd gen), radeon (older cards). AMD has a closed driver named amdgpu-pro that supports the same cards as amdgpu, but it is generally unnecessary. FGLRX is not supported in any current Ubuntu version or in this channel. For info on GCN levels, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units [12:54] why unnecessary? the games I'm trying to get running over steam don't work? [12:57] Kali_Yuga: They are "generally unnecessary" meaning they aren't needed for everyone... doesn't mean they aren't needed [12:58] Howdy folks [12:58] Kali_Yuga: AMD open sourced their entire Radeon drivers recently. There is very little difference between amdgpu and amdgpu-pro. The amdgpu-pro drivers enable the ability to use non-graphics rendering functions of the cards [12:59] so I checked do I need to install like xserver-xorg-video-amdgpu-hwe-18.04 package or something idk. AMD is alien to me [12:59] Kali_Yuga: No [13:00] You should install "amdgpu" and the appropriate xserver required packages will be installed if necassary [13:00] Ok will try... [13:00] thx btw [13:01] pragmaticenigma: says unable to locate...:( [13:01] what says unable to locate? [13:02] maybe the xserver-xorg-video-amdgpu package ? [13:02] Kali_Yuga: I don't know... you didn't tell me what created the message [13:02] Unable to locate package amdgpu [13:03] I looked under apt-cache search amdgpu and it only gives me the xserver-xorg-video-amdgpu package [13:03] Kali_Yuga: What is the output of "lsb_release -d" [13:04] Description: Ubuntu 18.04.4 LTS [13:05] Kali_Yuga, what AMD card exactly? [13:05] oerheks: I guess an old Radeon HD 6870 listed under lspci | grep VGA [13:09] i think that card is fully supported with the openradeon driver? [13:09] http://manpages.ubuntu.com/manpages/bionic/man4/radeon.4.html [13:13] Kali_Yuga: The amdgpu drivers are not required for that card. It is old enough that the openradeon drivers are all that will support it. (The card is not listed on the release notes page found here: https://www.amd.com/en/support/kb/release-notes/rn-radpro-lin-16-40#faq-AMD-Product-Compatibility) [13:13] +1 [13:14] oerheks: ok so what exactly needs to be done? I find a lot of AMD/ATI Radeon display driver [13:14] s^ [13:14] Kali_Yuga: Read my last message to you [13:15] nothing, you should already have the openradeondriver [13:15] It means there is nothing to do. If you're seeing your desktop, then ubuntu already detected the card properly and is using the appropriate driver for that card [13:15] If steam games are not working, it is probably because the card is too old to support the requirements of the game [13:16] or the games are not supported on linux [13:17] pragmaticenigma: oerheks: okay if you guys say so [13:20] Kali_Yuga: That card series was released 10 years ago, and everything I have told you was based of a few web searches and looking up the documentation on that card from AMD, Wikipedia, and Ubuntu's own community support pages [13:24] pragmaticenigma: okay yes, steam game works under windows apparently on linux it says cannot find compatible vulcan driver.. So vulcan is not supported on this card correct? [13:25] Do you mean Vulkan? [13:25] pragmaticenigma: yes I guess so [13:26] hence the difference between windows, osx and linux. [13:27] Kali_Yuga: correct, that card is not supported by Vulkan [13:27] Kali_Yuga: https://en.wikipedia.org/wiki/Vulkan_(API)#Compatibility [13:28] 'some' games want vulkan, not sure what games are playable [13:29] Since yesterday my Ubuntu 19.10 machine does not boot fully to my Gnome3 DE. The last message I get is " Remove Stale Online ext4 Metadata check snapshots" [13:30] pragmaticenigma: And no way to play those games without vulkan huh? i guess steam says no then in linux to that game... [13:30] Kali_Yuga: Steam didn't make the decision... the game developer did [13:30] pragmaticenigma: yes or that [13:32] Hello [13:33] :) [13:33] hi MannyPlayzs [13:34] can somebody help me with ubuntu cuz i have one old pc and also im newbie ?(i just started) [13:34] Nitrigaur: try booting a previous kernel [13:35] MannyPlayzs: Welcome to the Ubuntu Support channel. If you have a support related question for Ubuntu, please go ahead and ask it (as much detail and say everything on one line if you can) [13:35] lotuspsychje, I tried, with the same results [13:35] Nitrigaur: so, what happens exactly after that message? [13:37] can someone help me with simple question? [13:37] ask, wait and see [13:37] MannyPlayzs: i guess that depends [13:37] MannyPlayzs: Don't ask to ask... just ask the question [13:38] zamba: hows that useful to say to users? [13:38] lotuspsychje, I can't really tell, but I can switch to a different terminal. that's how I could start journalctl [13:39] Nitrigaur: you cant boot, but you are gonna use a different terminal? [13:40] lotuspsychje: Nitrigaur can boot, just can't get to the GUI... I'm guessing the TTYs are available [13:40] i just try to install ubuntu 18.04 (on my old laptop) with the program unetbootin and try to install it without usb/dvd, when i am on the loading screen i choose unebootin and then the option for installation, but i recive a massage "this kernel requires and x86-64 CPU but only detected an i686 cpu - unable to boot" [13:40] lotuspsychje, I can boot, but it does not continue to graphical mode [13:41] Nitrigaur: did you try booting previous kernel with a recoverymode yet? [13:41] lotuspsychje, yes, I did. [13:42] MannyPlayzs: http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-i386/current/images/netboot/mini.iso [13:42] Pretty much the same results. now I do get some errors though: Failed to Start Music Player Daemon and ... Failed to Start Dunst notification daemon [13:42] MannyPlayzs: you'll need to use that iso for installation. It will require the internet to install. More than likely, an ethernet cable plugged into your laptop [13:43] Nitrigaur: you recall wich kernel your system did still work? [13:43] MannyPlayzs: or you install 16.04 32bit like you're trying to do and then upgrade to 18.04. That will be a bit of work and could potentially fail and need manual intervention to fix [13:43] lotuspsychje, that would be the latest kernel before the update, 5.3.0-29 [13:44] Nitrigaur: and you cant get in there neither? [13:45] leftyfb i have an older version 12.04 can i try to update it to 18.04? [13:45] MannyPlayzs: no [13:45] MannyPlayzs: that is way too old and end of life [13:45] lotuspsychje, well, the curses interface launches just OK just as you would expect when going to recovery mode [13:46] leftyfb ok i ll try with the 16.04 cuz from some time i live in germany and i am not aware of the cable connection settings [13:46] MannyPlayzs: to be clear, the default ubuntu desktop probably isn't going to run very well on that hardware. A $35 raspberry pi would work better. [13:46] I've tried fsck and it does reset the dirty bit, because I was forced to reboot using the three-finger salute [13:47] lotuspsychje, [13:47] MannyPlayzs: http://releases.ubuntu.com/16.04/ubuntu-16.04.6-desktop-i386.iso [13:48] lotuspsychje, oh, dear, LVM state: Physical Volumes: not ok (BAD), Volume groups ok (good) [13:49] Nitrigaur: reading above logs, did you mention you are not using ext4, but btrfs? [13:49] lotuspsychje, yes, I did [13:50] leftyfb can i use some other free linux system for begginers? [13:50] leftyfb some that will run good and i can run some win apps? [13:50] !btrfs | Nitrigaur [13:50] Nitrigaur: Btrfs is a filesystem available for Ubuntu. It is not recommended by default, and should not be used for important data. See https://help.ubuntu.com/community/btrfs [13:51] MannyPlayzs: ubuntu is fine for beginners. But you are free to try whatever distributions you like. We cannot help with anything but Ubuntu. [13:51] MannyPlayzs: you're not going to be running "win apps" very well or at all on that hardware. [13:52] lotuspsychje, until now, I haven't got any issues using btrfs, maybe I've just been lucky until now... [13:52] leftyfb thank you verry much for the support when my download is ready i'll try what i can do :) [13:55] lotuspsychje, then again, I might be running into this bug: https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1790468 , if that still applies to 19.10 [13:55] Launchpad bug 1790468 in friendly-recovery (Ubuntu) "system-summary shows wrong physical volume state" [Undecided,Confirmed] [13:58] lotuspsychje, I can continue to graphical mode in recovery mode, but not using the normal sequence, also the display shows up as Unknown Display, resolution 1024x768 [13:58] Nitrigaur: as user, you have the choice to do with your system what you want, personally, i would choose LTS and ext4 for my machine [13:59] Nitrigaur: is there a specific reason you want btrfs? [13:59] lotuspsychje, I love the snapshots [14:00] When I choose a 4.x kernel in normal boot mode, I get a kernel panic [14:05] Nitrigaur: you can always be the trendsetter on the community and start testing btrfs bugs if you want [14:06] Nitrigaur: bug #1776005 for example [14:06] bug 1776005 in linux (Ubuntu Xenial) "kernel instability with BTRFS filesystem as rootfs" [High,Incomplete] https://launchpad.net/bugs/1776005 [14:06] lotuspsychje, well, I have rebooted and started journalctl -f . pulseaudio complains about not being able to start Bluetooth [14:08] lotuspsychje, which seems a bit weird to me, since I have not installed any Bluetooth device. [14:11] lotuspsychje, it did reach the Main User target, the last unit to start up successfully is the hostnamed-service, after that nothing. My main terminal's last line is still Remove Stale Online ext4 Metadata Check Snapshots [14:23] i have a bit of a catch-22 here.. i need to update /etc/fstab with a new UUID for the / system.. but i can't modify /etc/fstab since / is in ro and i can't mount / rw since the UUID entry is wrong [14:23] so what to do? [14:26] zamba: you need to fix it from recovery or chroot from a live system [14:26] since todays updates in ubuntu i have triangle artifacts everywhere. i don't think its the 3d card, because i can plau quake3 no problem. usng emacs/terminals is ok without artifacts. i have artifacts when i try to maximize windows or use gnome windows maager. also, i cannot start gzdoom [14:28] zamba: just editing fstab won't be neough, though, you'll also need to regenerate (or edit /boot/grub/grub.cfg) and probably run update-initramfs, too (and the latter will likely require the chroot) [14:29] gareppa: "todays updates in ubuntu" is not very specific. there are several supported releases, multiple architectures, gazliions of possible configurations. [14:30] also discuss which graphics hardware you have and use there, [14:30] lol right 19.10, amd64. seems a gnome problem, also i have tracker-extract at 100% now4i have intel hd3000 [14:34] holy shit, i just solved. i disabled this gnome extensions: gsconnect, openweather [14:36] 3rd party gnome extensions are the tool of choice if the goal is to break things uncontrollably [14:36] its incredible, now it came back [14:37] yeah [14:45] Any one know of a tool that lists the read / write rate of files being accesses by the os ? [14:49] C0nundrum: iotop lists it by process, but not by file [14:51] Are there no third party libs that do it ? [14:55] What is the command to check which version of ubuntu I have? [14:57] rapidwave: lsb_release -ds [14:58] C0nundrum: maybe perf and lsof can be copmbined to provide this information. but what are you trying to achieve there, and why? [14:59] systemsettings > details [15:03] C0nundrum: nmon can show you the overall Disk I/O and transfer speeds. I don't know of any program that can monitor individual file transfer speeds, if that is what you are looking for [15:04] well i know windows show i/o by file. was hoping linux had something similar. Trying to see when the pain points are in terms of disk utilization [15:06] C0nundrum: try asking in #ubuntu-offtopic or your best bet is to continue searching the web [15:08] C0nundrum: perhaps that's one of the reasons that file I/O is some 20× faster in linux than windows ;) [15:08] Ha lol [15:15] C0nundrum: https://github.com/Microsoft/WSL/issues/873#issuecomment-425272829 if you want to read more about that [15:17] Nice find there Triffid_Hunter ... very helpful! [15:20] hi, i'm new [15:20] is this where the cool kids hang out [15:22] polarrex: I think you want #ubuntu-offtopic ... unless you have a Ubuntu support question, then you're in the right place [15:22] polarrex: this is a support channel. What can we help you with? [15:22] ah, sorry, i'm rather new to irc [15:23] lsb-release only exists in /etc and has no executable [15:24] rapidwave: lsb_release is the executable ... note the underscore [15:26] I'm using 19.04, is this version no longer supported? [15:26] rapidwave: correct, that reach EOL [15:26] What is the proper command to upgrade? [15:27] rapidwave: sudo do-release-upgrade [15:28] It says to do all upgrades first, apt upgrade leaves libocdb1 back [15:28] leaves libodbc1* [15:31] I'm out of my depth on that one... I don't know how to overcome those... did you "pin" the version on that package? [15:38] apt autoremove (18.04.4) wants to remove "efibootmgr libfwup1 sbsigntool secureboot-db". Are these safe to uninstall? [15:38] Can someone help me resolve this problem: The following packages have unmet dependencies: [15:38] fish : Depends: fish-common (= 3.1.0-1~bionic) but 3.0.2-1~bionic is installed [15:38] fish-common : Depends: fish (= 3.0.2-1~bionic) but 3.1.0-1~bionic is installed [15:39] I've tried uninstalling fish but I get an error message which again refers to unmet dependencies [15:41] denningsrogue: did you add external ppa's to your system? [15:42] paxis: what did you do prior to receiving that message? specifically what apt commands have you recently executed? [15:43] hello, ubuntu 2020.04 is 2 weeks before feature freeze, right? [15:43] pragmaticenigma: "apt install -y libncurses5-dev" to temporarily build some software, and when i was going to autoremove that, i noticed the other stuff, too [15:44] PaddyF: come join #ubuntu+1 for the schedule [15:44] PaddyF: This is a support channel, run by volunteers. We don't know anymore information than what is publically released. [15:45] pragmaticenigma: i sometimes run "apt update && apt dist-upgrade", but the os is usually updated with auto-updating [15:45] paxis: I have no idea if those are safe to remove... efibootmanager makes me nervous about what other packages have been removed [15:46] denningsrogue, paxis: can you run this and post the output? sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 this wont change anything, just give us a better idea of the current state of apt on your systems [15:48] tomreyn: here is the output: https://termbin.com/yocl [15:50] denningsrogue: this seems to be a problem related to the fish-shell PPA you have installed. [15:50] Upgrade couldn't be calculated because of PPAs, it said to use ppa-purge, but that package isn't found [15:50] tomreyn: Should I just remove the PPA and run again? [15:51] denningsrogue: use ppa-purge to remove it. [15:51] !ppa-purge [15:51] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [15:52] rapidwave: can you run this and post the output? sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 this wont change anything, just give us a better idea of the current state of apt on your systems [15:54] denningsrogue: fish is also on the ubuntu repos by the way, no need for a ppa [15:55] hey, can someone enlighten me with how snap works? I installed a package that created multiple files in /snap/bin which turn out to be nothing but links to /usr/bin/snap... I am a bit confused as to how they work [15:56] MindSpark: maybe try #snappy [15:56] I can't seem to install ppa-purge -- I get the same error message about unment dependencies [15:56] leftyfb, ah thanks! [15:56] denningsrogue: you need to remove fish and it's ppa repo [15:56] tomreyn: https://termbin.com/mb13 i have these PPAs: flatpak, chrome, and system76-dev (this is a system76 desktop) [16:00] paxis: hmm well you'll probably want to keep efibootmgr if you're uefi booting with grub [16:01] but if this is a system76 system running popos and not ubuntu then you are probably not doing that. and then you're also not running ubuntu. [16:02] denningsrogue: so what lefty is saying is you need to remove those manuaklly first before you'll be able to install additional software such as ppa-purge (and clean up more, if needed) [16:03] I just did that and it seems to be working. Thank all for your help [16:06] tomreyn: i'm using ubuntu, not popos. i'm just going to leave it alone. it's not a big deal, and maybe it'll fix itself some day. thx for the help. :) [16:10] paxis: these packages are offered for removal because all other packages depending on them have been removed. so you'll have removed grub-efi-amd64-bin. but if you're uefi booting you'll depend on this package to keep booting. i.e. your next boot will probably go nowhere if you'll not fix it. [16:10] paxis: you can review which decisions you took regarding packages by looking at /var/log/apt/history.log === tehaugz is now known as augz [16:14] !remastering [16:14] Interested in remastering the Ubuntu !LiveCD or !Alternate installer? See: https://help.ubuntu.com/community/LiveCDCustomization and https://help.ubuntu.com/community/InstallCDCustomization - Or use tools such as http://uck.sourceforge.net/ [16:15] 5 years no project activity :( what did i do all this time [16:17] tomreyn: i don't see anything related to either grub or efi in /var/log/apt/history.log. i installed all updates about 24 hours ago and rebooted for the new kernel immediately after. [16:19] tomreyn: this is a somewhat fresh install, so the history only goes back to 2020-02-05 [16:20] paxis: there may be more similarly named files there in case you installed before 2020-02-05. but it would seem likel ythat whatever caused it to be offered for removal happened recently. [16:21] paxis: how are you booting then? and is grub-efi-amd64-bin indeed removed? [16:25] tomreyn: "dpkg -l|grep grub-efi-amd64-bin" returns nothing, and "apt search grub-efi-amd64-bin" doesn't indicate it's installed [16:27] tomreyn: the last time i ran apt autoremove was 2020-02-13, so whatever caused this happened after that [16:38] paxis: echo -n 'This system booted via: '; [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS [16:39] Is there a backup system that's less of a pain to set up than bacula on an ubuntu server machine? The plan is to back up everything from 4 macos, two windows, and two linux machines to a on-premisis server. Then back the data on the server up to two offsite locations. My problem is, even the quickstart guide is long and meandering. Anyone else do backups that aren't just cronjob+rsync? [16:41] is it possible to see the i/o of tmpfs mounts ? [16:41] tomreyn: "This system booted via: BIOS" [16:42] paxis: so you don't need uefi grub [16:42] (nor efibootmgr) [16:43] limbo: backup systems which cover multiple mbackup mechanisms on multiple OS are going to be complex, don't expect those to be simple. [16:44] tomreyn: ok, thanks. some day when i have enough time to recover from a potential problem, i'll remove them [16:55] Question: How do I get fbi to read .pdf file from a tty terminal? Ubuntu forum is not much help. Is there a way to do this without editing "/path/to/grub.file"? program opens file and doesnt doesnt draw the pdf...exits with "Error ppm parser failed" [16:57] some: Is imagemagick installed? [16:58] pragmaticenigma: no [16:59] some: from the documentation: fbi displays the specified file(s) on the linux console using the framebuffer device. PhotoCD, jpeg, ppm, gif, tiff, xwd, bmp and png are supported directly. For other formats fbi tries to use ImageMagick's convert. [16:59] pdf is not natively supported by fbi, so you must install ImageMagick to work with PDF [16:59] pragmaticenigma: okay. will install and try [17:00] pragmaticenigma:Thanks [17:02] is there a way to look at i/o of a tmpfs volume ? [17:02] less .pdf works great [17:03] just no pictures [17:05] !crosspost | C0nundrum [17:05] C0nundrum: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support. [17:06] o sorry didn't realize [17:10] pragmaticenigma: no worky...am getting differnt error msg now though [17:11] some: less .pdf works great [17:11] unless text is captured in a picture [17:11] oerheks: tried that...file is picture [17:12] pragmaticenigma: program is working for images .jpg and .png [17:20] adeiu...i will keep working the problem. [17:29] stellarium gives error cant find module StelUI when loading. I cant it in the *.ini files where is it located? i already fixed other errors stars_0_0v0_1.cat: [17:29] find* [17:33] ptah8, what linux version? and what stellarium version? [17:39] ok [17:39] Hello there, my ubuntu 18.04 laptop said it is not having more space to install or update packages [17:39] ok [17:39] ok [17:39] I did 'sudo ncdu' in / directory and I am looking at things. [17:39] sudo apt autoremove [17:40] It says 12gb inside /usr, and /shar has 5gb, and /lib has 4.8gb [17:40] Nyle: also sudo apt-get clean [17:40] When I had installed the OS, I made 2 partitions, 20gb for /, and 80gb for /home [17:40] Perhaps I should have allocated more to / [17:40] Sure [17:41] alias clean='sudo apt-get clean && sudo apt-get autoclean && sudo apt-get autoremove' [17:41] Sure, I've done all that. I've looked and removed orphans using deborphan. I've listed out packages that have the largest space taking on disk [17:41] /lib and /share seems kind of big [17:41] That is also what I wondered EriC^^. Is that normal? [17:41] /lib for me is 1gb [17:41] I don't have much installed, but I might. [17:42] i dont have a /share [17:42] It's Kubuntu 18.04 with custom compiled Xmonad WM [17:42] do you mean /usr/share and /usr/lib ? [17:42] /usr/lib seems about 4gb for me [17:42] I have a lot of -dev packages installed as I build/backport/ and run a sid chroot for latest package buildilng [17:42] Yeah, peeking through ncdu now. BRB [17:43] yes, that's what I meant EriC^^ [17:43] then it's normal i guess [17:43] 1.2 GiB [##########] /texlive [17:43] Oh... wow! No way. I use Tex for my resume, using TexStudio [17:43] what's /var look like [17:43] Holy moly. 1.2 GB? Good googa mooga (that's /usr/share/texlive [17:43] I will get to var here in about 2 min hang on [17:44] I will remove tex packages, resume is done. [17:44] Nyle: how many kernels do you have installed try "ls -l /boot/vmlinuz* | wc -l" [17:44] /usr/share/locale has 500mb. That's okay? I only need english? Does english alone take that much? or what else is in here? How to reduce? [17:44] Uno momento [17:45] I usually remove all kernels, so only one should be there. [17:45] Says 3 for now. I think I didn't remove the old kernels fromt he last time I updated. [17:45] That's fine, it's not that much. [17:46] /var might be the culprit [17:46] so /usr/share/locale has all the languages in it. Do I need all those? Is there a way to remove all but English US? [17:46] Oh darn, I accidentlly hit q and exited ncdu. It takes a minute to scan. Hang on [17:46] Nyle: try 'sudo du -sh /var' [17:49] I could, but then I'd have to dump out each direcotry I want to view, hence ncdu, not much typing. Requires a bit of patience [17:51] var is 3.4g [17:51] ok, that's normal [17:51] and then /lib has 1.9gb [17:51] yeah, seems fine [17:51] Let me see, list packages installed by size [17:52] are you using lvm? you could move space around easily [17:53] Wow! TEx takes too much. Then Haskell compiler takes almost another gb [17:53] I am not, unfortuantely. [17:54] https://termbin.com/64sf [17:54] Sorted in Ascending by size installed packages on system. [17:55] I need ghc for Haskell daily, but I don't need tex fonts. I can get rid of code, silly horrible editor, I use netbeans. mame can go. I have a retroarch core that works. I don't use docker. I can get rid of wine, open office (use google docs), yeah, wicked. I think I have just too much crap installed. [17:56] I hvae 3 linux headers. I guess I don't need the older ones [17:57] and lot of linux image generic packages, I'm guessing those are proxy packages [17:58] Perhaps you can advise about which linux-modules/headers/image etc. packags I should be able to safely remove [17:59] sudo apt autoremove # would do what you want [17:59] ok [18:00] it keeps current and 1 previous kernel stuff [18:01] Ok awesome [18:01] :-) [18:02] alias clean='sudo apt-get clean && sudo apt-get autoclean && sudo apt-get autoremove' I have a cron that runs this alias, I wonder if it's not running or what [18:05] https://paste.ubuntu.com/p/5B2tq4HM5N/ here is output of 'clean' alias I pasted above. [18:05] Did this just remove virtualboxy stuffs? [18:06] yes, seems so [18:07] What is interesting... is that I just launched an XP machine VM and it works. Booted into win XP [18:07] Nyle: it removed kernel modules for nvidia and virtualbox for kernel version 4.15.0-74-generic -- use uname -a to find out what kernel version you're running now, and dpkg -l 'linux*' to see which kernel packages you've got installed [18:07] \o/ [18:07] I see [18:08] 4.15.0-76-generic #86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [18:08] good good [18:08] also it looks a bit like wine is gone. hope that's fine. :) [18:08] I made wine go away [18:08] I have vbox with xp now. It was for Diablo 2 [18:08] :D [18:10] https://paste.ubuntu.com/p/PVGvS3j9nc/ \o/ [18:10] apt update is giving issues [18:11] hi [18:11] security.ubuntu.com file fetching is failing [18:11] 64 bytes from secondary.danava.canonical.com, seems to ping fine [18:12] is it normal that i don't have /var/run/utmp? on 19.04? who and w ar not working (not showing users, no errors) [18:12] It worked after trying to update 5 times! [18:12] What is happening in the Ubuntu world? Am I on crazy pills? [18:15] I see this in logs more now. security ubuntu fails a lot. Takes a while for it to be resolved. I've a major ISP in USA and I also use google DNS so why ...? [18:18] Hey nice, we freed up 7gb. /dev/sda2 25G 17G 7.7G 69% / [18:18] Thank you :) [18:18] System is updated to latest and stuff removed. I should also remove open ofice or libre office [18:19] After this operation, 331 MB disk space will be freed. That's not much. [18:19] How do you guys feel about swap file or partition on SSD? [18:20] I currently have a 2GB /swapfile and current swap use is 4%, total 8GB of RAM [18:20] !19.04 | Bombo [18:20] Bombo: Ubuntu 19.04 (Disco Dingo) was the 30th release of Ubuntu, support ended January 2020. see !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005263.html [18:21] tomreyn: hm. [18:21] Yessir. I stick with LTS only. [18:24] Nyle: is apt working for you yuet? [18:24] Nyle: ah good [18:25] Nyle: re swap, I always ran with swap but in the last ~month with -devel I've had problems :( [18:25] hi guys [18:25] Nyle: I always thought the "turn off swap" crowd weren't making sense, but now I've seen it myself :( [18:25] Having trouble installing package::::php7.2-mbstring : Depends: php7.2-common (= 7.2.19-0ubuntu0.19.04.2) but 7.2.24-0ubuntu0.19.04.2 is to be installed [18:25] Just getting ready to install 19.10 on a new (to me) toughbook that has win 10 on it. [18:26] IF you turn off swap, and you run out of memory, that's trouble/bad [18:26] It's probably wiser to keep a minimal swap space for old pages [18:26] Does 19.10 allow you to choose lvm? As of now, the 500 gb ssd is totally given to win 10. [18:26] Nyle: hey, are you using apt-cacher-ng? [18:27] I am not. Never heard of it. [18:27] dang [18:27] I had nearly identical problems when using it.. [18:27] I wonder if your ISP is doing some stupid invisible caching proxy? [18:27] \o/ [18:27] ISPs love doing stupid things like that [18:27] I think I should be using google DNS, not ISP, I can check [18:28] Nyle: it's unrelated to the DNS you use [18:28] I think I'm using dnsmasq [18:28] Oh right, it's probably my fault. [18:28] I'm using dnsmasq + dbab for ad filtering. [18:28] is dbab a caching http proxy? [18:28] DNS based ad blocking. It could be adding some resolution time or something or another. I'll test with it off [18:29] It shouldn't be. [18:29] https://github.com/suntong/dbab [18:29] it resolved properly [18:29] here's how you can test the download: cd /tmp; curl --resolve security.ubuntu.com:80:91.189.88.173 http://security.ubuntu.com/ubuntu/dists/bionic-security/main/dep11/Components-amd64.yml.xz > Components-amd64.yml.xz; sha256sum Components-amd64.yml.xz; echo f0a091835786ecb5f56d9b88f5690c4a5808c7e9b855ed7654fd789876780774 [18:30] rapidwave: are you still running 19.04? support for 19.04 ended last month [18:30] tomreyn: in the errors I did not paste, which happened earlir, it was unable to resolve a few times. Then after resolving it said, file/byte size wrong etc. [18:30] I upgraded [18:30] I thought I did [18:30] rapidwave: it's php 7.3 in 19.10 https://launchpad.net/ubuntu/+source/php7.3 [18:31] Nevermind. Upgrading now [18:31] aha :) [18:31] Nyle: okay, but when it resolved properly, the file size was off, and the dns based ad blocker provides no explanation for this. [18:33] Is lvm available for 19.10? [18:34] i.e., to install it? [18:34] hi guys how have I to downgrade the MySQL 8 to the older 5.7 on Ubuntu? [18:35] johnfg_: sudo apt install lvm2 ? [18:36] mikunos: you could use lxd to run an older ubuntu release in a container [18:36] Would I have to do that in an install tty? [18:37] So, not the install screen, but a cli in a tty? [18:37] sarnold ? [18:37] is there a fast solution? [18:38] johnfg_: if you're in the installer shouldn't it just be an option? [18:38] I mean it's been years since I've seen the desktop installer, but I thought for sure lvm was easily available there [18:39] mikunos: you could look around oracle's website to see if they offer pacakges of the older mysql version packaged for your version of ubuntu. if they have them, you could purge your currently installed one, configure their repository if one exists, and then use that [18:39] today I have upgraded the ubuntu to the latest one [18:40] sarnold: Are you just installing then, when/if you do, with the alternative server installer? [18:40] but I have not thought about the mysql server [18:40] how have I to remove it? [18:40] or uninstall [18:41] johnfg_: depnds on the machine -- the laptop I booted into a live image and then used debootstrap on it, to get zfs on root a year before that was officially supported; the two server machines I've used the alternative installer and the new installer, and the rpi3b+ I used the preinstalled image.. [18:43] any help?! [18:44] mikunos: you have to decide what it is you want. If you want to run an ubuntu-packaged version of mysql that's older than what is running on your system now, you can either install an old ubuntu in an lxd instance or a VM [18:45] mikunos: if you want to run an oracle-packaged mysql then you can purge the ubuntu-supplied one and configure the oracle deb repository [18:46] sarnold I would like to purge from my pc [18:46] and install the mysql 5.7 [18:46] is it complicated? [18:46] mikunos, it wont be easy (or reliable) [18:46] mikunos: oracle has provided instructions here that look sane enough https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/ [18:47] mikunos, really, if you need a stable/production 5.7 ver, install bionic in virtual machine [18:48] I prefer to downgrade only the software and not all the pc [18:48] I have already upgraded the distro [18:48] mikunos, i said ' virtual machine' [18:48] mikunos, not the host [18:48] I prefer to use the pc and not the VM [18:49] mikunos, ok, https://askubuntu.com/questions/1199495/is-it-possible-to-install-mysql-server-5-7-on-ubuntu-19-10 [18:51] sarnold: gotcha, thanks. I had to use an alternative, a while ago, for zfs as well. [18:52] ioria thanks === rgrizz is now known as RGRIZZ [18:53] johnfg_: were you able to find lvm through the desktop installer? [19:03] Can someone recommend a Docker image scanner? I tried trivy, but it finds lots of vulnerabilities in Ubuntu 18.04 LTS and I'm not sure if it's precise [19:05] savantgarde: try #ubuntu-offtopic or #ubuntu-security or #docker [19:05] Thanks [19:05] btw it's #ubuntu-hardened not #ubuntu-security [19:07] sarnold: thank you [19:07] ioria: this askubuntu post guides through installing mysql from bionic repos on 19.10, suggesting to remove the repo afterwards, which means users end up with no security updates. [19:08] unfortunately mikunos has since left. [19:10] tomreyn, http://repo.mysql.com/apt/ubuntu [19:11] ioria: yes, that exists (but only provides mysql 8.0 for eoan) [19:11] tomreyn, http://repo.mysql.com/apt/ubuntu/dists/bionic/ [19:13] ioria: right, those are packages for bionic (18.04) [19:14] yes [19:14] it's the only way [19:14] I'm trying to upgrade to 19.10, but it complains about PPAs saying to install ppa-purge, but ppa-purge doesn't exist [19:15] ioria: my point was that i would not recommend installing (ubuntu) release incompatible packages even if they (seem to?) work. [19:17] tomreyn, i suggested a vm, but the guy was persistent in his quest [19:17] rapidwave: apt install ppa-purge to get it [19:17] rapidwave, odd, add-apt-repository -r would do the same [19:19] ioria: right, i know. maybe i should not have brought it up. let's end this chat, it doesn't belong here (but you're not in -discuss so i posted here) [19:20] rapidwave: it does exist, though. maybe you don't have universe enabled? [19:28] How do I get a list of PPAs? [19:29] rapidwave: apt policy will show you what's currently configured on your system [19:30] !ppa [19:30] A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [19:31] ^ looking for a ppa? [19:37] Where is the directory where I can remove PPAs manually? [19:37] using the ppa-purge tool is better because it'll try to fix up packages where it can [19:38] ppas should be configured in /etc/apt/sources.list.d/ or /etc/apt/sources.list [19:38] It's not working...I removed three, but apt is still trying to update them [19:38] sarnold: they can't get ppa-purge installed. ... [19:38] rapidwave: /etc/apt/sources.list.d/ [19:38] rapidwave: if you're upgrading to a new release, you need to remove all PPA's and all packages installed from them [19:39] rapidwave: also check /etc/apt/sources.list for any other 3rd part repo's [19:39] sarnold: I'll get back to you, but thanks for asking. Gotta run. [19:39] leftyfb: oh bugger :( [19:47] rapidwave: can you type 'apt-cache policy " and pastebin the outout? [19:49] For one, it cannot find package for system76 [19:49] ALso...it cannot find universe it says... [19:49] Is the Letsencrypt rootCA certificate embeded in ubuntu? [19:49] tharkun: yes [19:50] sarnold: Thanks [19:51] sarnold: The usual suspect /etc/ssl/certs/ca-certificates.crt ? [19:52] I removed some PPAs manually...do I need to clear a cache? [19:53] rapidwave: after removing the ppa's you need to run sudo apt-get update [19:56] tharkun: /usr/share/ca-certificates/mozilla/ISRG_Root_X1.crt -- that should get bundled into that crt with all the other configured certs [19:57] sarnold: I knew I was screwing thing up. Thanks for the clarification and your time. [20:00] tharkun: hehe it took me a bit to try to find it, and I eventually just gave up and .. https://letsencrypt.org/certificates/ :) there it is [20:01] sarnold: I am using msmtp and it seems that the file you mentioned is not good enough for it. I have to go now. I will highlight you later on if you are interested on the solution. Thanks again for your time. [20:02] tharkun: indeed I am curious -- normally things ought to just work [20:02] tharkun: take care :) [20:06] I tried add-apt-repository to add universe and it worked..but, I still get this::: Err:13 http://archive.ubuntu.com/ubuntu disco-universe Release [20:09] rapidwave, i suggest to check your sources.list [20:12] rapidwave: yes, disco-universe will fail. Why did you enable it? [20:12] Does EOL mean all but main repository is non-existent? [20:12] rapidwave: yes, and pretty soon the entire repo. [20:13] rapidwave: where are you right now with your ability to upgrade to 19.10? [20:13] Probably a bug...when Synaptic reloads, it can give error dialog with so much text that you cannot get to the button(s) below [20:13] "disco-universe" never existed, though [20:13] I am at 19.04 [20:14] rapidwave, then use the old-releases.ubuntu repos [20:14] see !eolupgrade [20:15] 19.04 is still on archives.ubuntu.com [20:15] ioria: that won't be necessary. The repo's for disco are still live. For now. [20:15] * archive.ubuntu.com [20:15] really ? [20:15] ioria: http://archive.ubuntu.com/ubuntu/dists/ [20:15] I'm on ubuntu 18.04, trying to change the number of files nginx processes can open. I set fs.file-max=50000 in /etc/sysctl.conf, and put nginx soft nofile 10000, and nginx hard nofile 30000, in /etc/security/limits.conf. Ran sysctl -p, however nginx is still giving me errors about not being able to open anymore files [20:15] could someone help me up the limit [20:16] rapidwave's sources.list just contains a syntax error, [20:16] as a matter of fact, maybe not [20:16] tomeryn: Nah...that's not it [20:17] rapidwave: well, "Err:13 http://archive.ubuntu.com/ubuntu disco-universe Release" suggests so [20:18] rapidwave: remove universe from your sources.list. Remove all non-disco repo's from /etc/apt/sources.list.d/* and /etc/apt/sources.list , then apt update [20:19] or just remove the dash between "disco" and "universe" [20:20] rapidwave, also can help purge /var/lib/apt/lists and rerun apt update [20:23] Got it! I had to disable/remove most of my PPAs [20:23] Google chrome, Steam, Handbrake, VirtualBox...none of them have PPAs for eaon [20:24] rapidwave: no, you need to remove all of them [20:24] Where do they keep getting these names for versions anyway [20:24] Oh sheesh. It would help if I were spelling the version right [20:24] handbrake has a ppa for eoan [20:25] just be patient, EOAN is not released, give ppa owners some time [20:25] Weird. do-release-upgrade just updated cache, calculated changes...then exited [20:25] Isn't Eoan 19.10? [20:25] it is, and it's released. [20:26] Why is oerheks saying it isn't? [20:26] Oj, fossa.. my bad [20:26] * oerheks is still on Bionic LTS [20:28] rapidwave: if do-release-upgrade didn't offer the upgrade then you probably removed too many apt sources [20:28] Hi [20:28] Im looking for on cozycloud docker installation , where i can go? thanks [20:28] My /list -re is broken :/ [20:29] !alis | UndefinedIsNotAF [20:29] UndefinedIsNotAF: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [20:29] /msg Alis help list [20:29] "/msg Alis help list" [20:29] not here please [20:29] cozycloud is not in our repos? [20:30] oerheks: ubuntu repo sux, they are outdated [20:30] suxes* [20:30] inteeresting.. [20:30] !latest | UndefinedIsNotAF [20:30] UndefinedIsNotAF: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [20:31] I always use docker/snap/flatpak instead of apt when I can [20:31] UndefinedIsNotAF: try #docker [20:31] UndefinedIsNotAF: btw this is handy https://netsplit.de/channels/ [20:31] leftyfb: thanks [20:31] I found it [20:31] #cozycloud(107): Here we talk about Cozy, personal data [20:31] │ | and distributed web. For news and discussion, check the [20:31] :) [20:31] thanks guys [20:31] UndefinedIsNotAF: ok, good luck [20:32] I love you guys, see ya. Ubuntu is awesome! [20:32] leftyfb: i know the lastest is not the best option everywhere. But a lot of time i choose the lastest stable to be able to report bug easily [20:34] * UndefinedIsNotAF love <3 Ubuntu [21:16] Hallo [21:19] :) [21:19] Can somebody help me for ubuntu 16.04 wifi poblem? I have up right the icon for wi fi connection, i have allowed the driver use but i dont know how to set up the connection [21:21] pretty easy steps , https://help.ubuntu.com/stable/ubuntu-help/net-wireless-connect.html.en [21:25] Oerheks i dont have this the 2nd step [21:26] When i press on the internet icon i have onlie - "ethernet network" "disconected" - i cannot press on them and "vpn connections" "enable networking" "connection information - i cant press it" and "edit connections" [21:28] Sorry lost connection, im back [21:28] Oerheks did you recive? [21:31] Can you help me? [21:35] https://ibb.co/kQCRXKy [21:35] This is what it show me [21:35] mannyplayzs: type "sudo rfkill list" [21:36] mannyplayzs: what does it say about the wireless soft and hard locks [21:36] I just started with linux... and dont know [21:36] mannyplayzs: open a terminal and type "sudo rfkill list | nc termbin.com 9999" and paste the link it gives you here [21:37] Ok moment [21:37] mannyplayzs: do you have ethernet connection right now? you;ll need an internet connection for that command [21:38] if you dont have, then just type "sudo rfkill list" and see under Wireless what it says about softblock and hardblock and report back [21:40] After the nc terbin it says nc: getaddrinfo: temporary failurr in name resolution [21:41] https://ibb.co/gjRRNVh [21:42] O i see soft blocked no hard blocked yes [21:43] mannyplayzs: the wireless is hardblocked, meaning it's blocked by hardware not software, there might be a switch on your keyboard to turn it on, on my hp it used to be f9 i think [21:43] mannyplayzs: 1) you should type the complete command in one line 2) you had a typo - its termbin not terbin [21:43] mannyplayzs: or maybe some switch on the side of the laptop for flight mode or something [21:43] I have switch but its not worki g now [21:43] mannyplayzs: other than that maybe you have to enable the wireless in the BIOS [21:44] mannyplayzs: was it working on windows? [21:44] Yes [21:44] It was working [21:44] i guess not BIOS related then, must be the switch [21:44] try to switch it, and then try 'sudo rfkill list' again to see if anything changed maybe [21:45] mannyplayzs: another thing you can try is maybe to turn the pc off, remove the battery, then hold the power button down for 5-10secs and then put it back and see if anything changed [21:46] Ok, now says its not blocked [21:46] mannyplayzs: ok, try typing "iwlist scan" in a terminal [21:46] Doesent support scanning [21:49] :( [21:49] mannyplayzs: what does "sudo lshw -c network" show for wireless? [21:50] A lot of massages [21:50] mannyplayzs: what did "iwlist scan" show, did it have anything like wlp3s0.... or so? [21:51] https://ibb.co/hd5XZD9 [21:52] i see, it didnt try on the wireless to scan [21:52] Mhmm [21:53] mannyplayzs: Have you installed firmware-b43-installer? [21:53] Think not [21:53] mannyplayzs: does that computer have an internet connection? [21:53] Normaly on hp it have [21:54] Xp* [21:54] hello room [21:54] mannyplayzs: does "ip a | grep wl" show anything like wl3ps0........ [21:55] No [21:55] mannyplayzs: can you use USB tethering to a smart phone? [21:56] Think yes [21:56] mannyplayzs: get it tethered to a phone, then in terminal do> sudo apt update && sudo apt install firmware-b43-installer [21:56] Hello, I plan to buy a PC soon, it's good idea to install ubuntu 20.04 and keep it untile stable release is done? or is better to use 19? thank you! [21:57] Ok ill try [21:57] mannyplayzs: or you can use the Software & Updates and use Driver Manager tab to install the firmware [21:58] rgbmt: if you want best stability use 18.04 or use 20.04.1 if it's released before you get the pc [22:01] rgbmt: 20.04 should be fine i guess, it really depends on your preferences and what you're looking for [22:02] mannyplayzs: try restarting the pc, maybe now that it's not softblocked it will set itself up the wireless interface and stuff [22:02] EriC^^: Not without the b43 firmware [22:03] jeremy31: right now it's using b43 [22:03] https://ibb.co/hd5XZD9 next to driver= [22:04] EriC^^: the b43 modules, that doesn't mean the firmware is there, likely an error in dmesg that says some /lib/firmware/b43/ucode-5.bin is missing [22:04] Im updating now [22:05] aha [22:08] I think im ready wih installation [22:08] mannyplayzs: reboot after the firmware installs [22:09] EriC^^: thank you! :) [22:10] rgbmt: no problem :) === mrinfinity is now known as Delvar [22:11] I reboot but the same [22:11] mannyplayzs: try to hook up the tethering to get internet to troubleshoot using | nc termbin.com 9999 [22:14] Nothing change, nothing writes me back [22:14] try "ip a | nc termbin.com 9999" [22:16] https://ibb.co/KjcrW0Q [22:17] mannyplayzs: what about> dmesg | grep ucode [22:20] Dmesg show lot of stuff, grep nothing [22:20] mannyplayzs: what about> lsmod | grep cfg [22:22] I write them and nothing than try to close the terminal ad say its process runinf [22:22] Runing [22:23] I opened new terminal and enter lsmod what i need to look for, [22:23] ? [22:23] mannyplayzs: lsmod | grep cfg [22:23] mannyplayzs: that should list wifi modules loaded [22:24] Lsmod show me lot of things, make a picture? [22:24] mannyplayzs: sure [22:26] https://ibb.co/CtsKm10 [22:26] https://ibb.co/1KLmJX3 [22:29] mannyplayzs: bingo> sudo apt remove bcmwl-kernel-source === monkeystance_ is now known as monkeystance [22:32] Still waiting to remove [22:33] Its ready [22:34] mannyplayzs: reboot again, it should work this time. That package blacklist the modules you needed for wifi and ethernet so they won't load like they should [22:35] Oo now i understand [22:35] And yes its ready [22:35] Thank you all!!!!!! [22:36] Jeremy31 do you know some site for newbies? [22:37] mannyplayzs: I am a forums moderator on ubuntuforums.org and forums.linuxmint.com I also post on askubuntu.com [22:37] Thank you verry much! [22:41] mannyplayzs: enjoy [22:45] I've been having trouble with a pair of bluetooth headphones on my desktop the last couple of months. I know ubuntu is known to be a struggle with this stuff. I'm willing to really get my hands dirty. Can someone point me in the right direction to deal with this properly, if it can be dealt with? On a fresh installation, do I need to add driver for my bluetooth dongle? Can I inspect if it's working [22:45] properly? Are there tools to look at bluetooth connections at a low level? [22:46] Once I establish a bluetooth connection (have to learn more about what that even is really), how does the OS determine its an audio connection? Does it have to register as an audio device? [22:48] lsusb shows the device as Broadcom Corp. BCM20702A0 Bluetooth 4.0 [22:51] how do I get to the grub menu on boot? I thought it was hold down a shift key [22:53] <_Sym_> CarlFK, try esc [22:53] jayjo: https://docs.ubuntu.com/core/en/stacks/bluetooth/bluez/docs/ - It has been like 5 years sense I messed with BT, but I remember that doc helping [22:57] Should be holding Shift. Also F8? been a while and I have enabled timeout=menu on my machines. === metnel_ is now known as metnel [23:00] jayjo: some of those broadcom bluetooth need firmware [23:00] CarlFK: sometimes Esc works [23:01] ah - bios was trying to boot from the wrong drive. derp. never mind :p === Thermori1 is now known as Thermoriax === LabMonkey is now known as Mechanismus