/srv/irclogs.ubuntu.com/2021/01/27/#ubuntu.txt

Younderbeen playing with nftables and needed some things to find information: ipaddr: "hostname -I | cut -d' ' -f1" and service-provider: echo "`curl -s ipinfo.io/ip`  `curl -s ipinfo.io/org | cut -d' ' -f2-`"00:07
sarnoldI haven't seen hostname -I before00:11
sarnoldare you sure the first IP is the one you *really* want?00:11
Younderit's the default, so yes. In my case there are two ethernet ports and only one is used. "cat /sys/class/net/enp5s0/operstate" tells me it is up. the rest are vitual ones for docker and mikrok8s00:13
YounderSince I stated using kubeflow "ip addr" et. al. floods me with virtual addresses to the point of making the output nearly unreadable.00:16
Youndersnaps, docker and kybernetes really need to learn to administrate things on their own instead of cluttering the system tables (if such a thing is possible)00:19
=== ravustaj1 is now known as ravustaja
Younderseen my df uncluttered? dfu: "df -h | grep -Ev '^/dev/loop|/var/snap|^tmpfs|^udev' | awk '{printf "%-10s %5s %5s %5s %5s\n", $6, $2, $3, $4, $5}'"00:26
YounderAnyhow it keeps my on my toes, scripting-wise00:28
=== BrianG61UK__ is now known as BrianG61UK
sarnoldYounder: funny enough it feels more cluttered .. https://paste.ubuntu.com/p/XNJZT3NX2J/00:30
rfmYounder, there is "ip a s dev enp5s0" to show just one interface.00:31
Youndersarnold, this is what df -h -xsquashfs -xtmpfs -xdevtmpfs lookes like on my machine.. https://paste.ubuntu.com/p/pdFM4B4pDf/00:34
sarnoldYounder: ow :) maybe tack on an -xoverlay ?00:35
Youndersarnold, yes that is better :) really need to take the time to read these options..00:36
=== halvors1 is now known as halvors
CroranI have a bunch of snaps on my system and I'm not sure all of them are needed.00:53
CroranFor instance, I have snaps for gnome-3-28-1804 and gnome-3-34-180400:53
CroranCan I get rid of one?00:53
YounderCroran, sure "snap remove ..."00:53
CroranAnd no danger to my system? I mean I will still be able to boot to gnome DE?00:54
sarnoldCroran: those may be 'base' snaps that are used by other snaps. so it's possible another snap requires those00:55
YounderCroran, The nice things abot snaps is that they have their own .so's and stuff so only stuff that uses that snap is affected00:55
macoare snaps similar to dmg's on mac os, then?00:56
Croranwell i removed the older gnome snap and it seems like my gnome utilites (gedit, calculator) are still working.00:56
CroranNow what about all these 'partitions' in df? It sure seems like I have a lot more snap partitions than I have snaps installed.00:57
Croranis there a way to see which snap uses which partition?00:57
sarnoldmaco: maaaaybe. I'm not super-sure on what dmgs are used for; snaps are squashfs filesystems with an application and security policy00:57
sarnoldCroran: snapd by default keeps three versions of everything; you can ask it to keep only two, I believe00:58
Youndersarnold, I take it squashfs is compressed?00:58
Croransarnold: why would i want more than one version?00:59
macosarnold:00:59
macofail.00:59
macosarnold: fully self-contained archives / filesystems / simulated drives containing everything necessary to run an application, no dependency resolution needed?01:00
Croranok i see i can do eg. 'snap remove spotify --revision 42'01:01
Crorannow how do i change the default behavior to not save a bunch of old junk?01:01
sarnoldYounder: yes, squashfs is compressed01:05
sarnoldCroran: the idea is for automatic rollback in the event of problems01:05
sarnoldCroran: it might not be super useful for desktops01:05
Croransarnold: huh.01:06
sarnoldmaco: yeah, pretty much, though there's some "base" snaps that can be used to provide eg gnome libraries for gnome programs, kde libraries for kde programs etc. the idea is you might have a handful of snap packages installed rather than thousands of deb packages01:06
Crorangood. now why is my gnome snap called gnome-3-34-1804 when I'm running 20.04?01:07
YounderUbuntu has a 'Core OS'  mostly for embedded systems where everything is a snap. Here this rollback is a important part of the system stability.01:07
YounderCroran, becuse 3.34.1804 is the latest release of Gnome. It is independent of the Ubuntu release.01:09
Croranah ok. weird.01:09
sarnoldI assumed it was because the 3-34-1804 thing was built on core18 rather than core20 https://gitlab.gnome.org/Community/Ubuntu/gnome-sdk/blob/gnome-3-34-1804/snapcraft.yaml01:14
sarnoldif you select 3-38-2004 in the dropdown you can get a 3.38 gnome thing built against the core20 base https://gitlab.gnome.org/Community/Ubuntu/gnome-sdk/-/blob/gnome-3-38-2004/snapcraft.yaml01:15
Croransarnold: so i download that yaml file and then what? compile my own custom snap?01:22
sarnoldCroran: oh, sorry, no, it was just to give some evidence behind my theory of what 3-34-1804 vs 3-38-2004 might mean01:24
Croranoh ok01:33
=== zbenjamin is now known as Guest38262
=== zbenjamin_ is now known as zbenjamin
=== de-facto_ is now known as de-facto
kontra2plz suggest a mobo to overclock i5 3340s processor03:29
Bashing-omkontra2: ^ A topic better in the #hardware channel :D03:31
ExcessiveAggroevenign all03:54
magic_ninjaaren't intel wireless card drivers supposed to be included int he kernel?04:16
Croranmagic_ninja:i know some are. maybe not all.04:21
magic_ninjaI'm getting lots of firmware stuff in dmesg04:22
magic_ninjaBluetooth: hci0: Reading Intel version information failed (-22)04:22
magic_ninjaBluetooth: hci0: Intel Read version failed (-22)04:22
Croranmagic_ninja: what model intel wireless chip do you have?04:22
magic_ninjahttps://www.amazon.com/gp/product/B08519ST43/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=104:23
magic_ninjaax21004:23
jayjocan I mount a drive by uuid without using fstab? I'm hoping to mount it only one time and then forget about it04:23
magic_ninjaThey *just* released the update with linux-firmware. Looks like I've been trying to install these drivers without firmware04:24
Croranmagic_ninja: seems like you bought too new of hardware.04:24
Croranmagic_ninja: https://community.intel.com/t5/Wireless/Linux-driver-Wifi-6-AX210-NGW/td-p/124928304:24
Croranmagic_ninja: should have checked linux compatibility first04:25
magic_ninjaCroran, that isn't common for me. I'm cheap :)04:25
magic_ninjaWell, I've been splurging the last week. Got a new wifi 6 ubiquity ap as well. But I'm going to use my normal old router as a switch.04:25
Bashing-omjayjo: That is the function of fstab - to automount . that said one can always manually mount a file system ( so long as you remember to UNmount when done).04:26
Croranmagic_ninja: why wifi anyway? ethernet is the best04:26
magic_ninjajayjo, it is honestly easier to just set up fstab right quick and that will do what you want. I just keep a generic line to set up hard drives.04:26
magic_ninjaCroran, because it is a rental and I'm not pulling cables.04:27
magic_ninjaIf I was going to be here 3-5 years I would do it, but I'm not.04:27
jayjois there a reason to use fstab when I don't see a likelihood of this drive being plugged back in to this machine?04:27
Croranmagic_ninja: are you running HWE kernel?04:28
jayjoI've been setting up autoinstalls. I'm pretty much giving up on it, so now I just have a local APT repo as a usb drive that I will install additional packages at that time04:28
magic_ninjaI bought the stuff to do it anyway, but the way the foundation is laid out in the basement, there is no reasonable way to get down through the floor, and I'm an electrician so I actually do it for a living.04:28
jayjoI don't think that USB drive will really need to be plugged back in again. I was thinking of mounting and unmounting in the autoinstall late-commands04:28
magic_ninjaCroran, HWE ?04:28
Croranmagic_ninja: hardware enablement04:28
magic_ninjaNo clue.04:29
Croranmagic_ninja: newer version of kernel you can get from ubuntu repos04:29
Croranmagic_ninja: sometimes helps with hardware compatibility04:29
magic_ninjajayjo, yea, if you are using a USB drive it is best to let automount handle it. Is there a reason you want it to be static?04:29
magic_ninjaI think there is a utility to do that, but I forget what it is.04:29
leftyfbjayjo: why do you insist on UUID?04:30
jayjoI don't insist on it, it seemed like an easy way to ID the specific partition04:30
leftyfbjayjo: lsblk04:31
magic_ninjaCroran, darn, looks like that post is from a couple days ago and this hardware won't work yet for real-real :)04:31
Croranmagic_ninja: yeah lol04:31
jayjoI thought partitions like /dev/sde2 could change04:32
Croranmagic_ninja: my fav thing to do for linux wifi is just run an 'ethernet converter' external box04:32
Croranmagic_ninja: and ethernet from that to the pc04:32
Croranmagic_ninja: like this except ideally a newer model https://www.ebay.com/itm/Buffalo-AirStation-Turbo-G-High-Power-Ethernet-Converter-w-Software-Sold-As-Is-/29395948009904:33
leftyfbjayjo: you said you are only mounting this once04:34
magic_ninjaI've used those to hook up industrial equipment.04:34
Croranmagic_ninja: i believe many current wifi APs can actually be put into 'bridge' mode and used like that anyway.04:34
magic_ninjaNot that particular one04:34
Croranmagic_ninja: i'm just not sure which ones.04:34
magic_ninjaCroran, well, my router's wireless radio is going to hell.04:34
jayjoleftyfb: I am, it has existing data on it, I'm trying to automate mounting it using the data, and unmounting it04:34
leftyfbjayjo: I don't understand why you need to automate something you're only doing once04:35
magic_ninjaStill does a great job as a router, though.04:35
jayjoI'm trying to use autoinstall (cloud-init for ubuntu server)04:36
jayjoI'm only doing it once on this particular machine04:36
Croranmagic_ninja: looks like this is one example of a modern equivalent. https://www.netgear.com/home/wifi/range-extenders/ex610004:37
Croranmagic_ninja: not that I recommend netgear or anything.04:37
magic_ninjajayjo, that use case makes sense. Sorry I'm not able to help there.04:37
magic_ninjaThat's kind of cool04:38
Croranmagic_ninja: yeah has the ethernet jack on the side04:39
Croranmagic_ninja: so no worries about kernel wifi04:39
magic_ninjaThat might be useful for work. Other than that, I have one of these on the way: https://store.ui.com/collections/unifi-network-access-points/products/unifi-ap-6-lite04:39
magic_ninjaThe ironic thing is that I bought that card specifically because it has an intel chip and is supposed to be plug-and-play.04:40
Croranyeah that's cool, but I'm saying you can run wireless from your cable modem (or whatever) to your 'wifi extender' and just plug your pc into the wifi extender via ethernet04:40
magic_ninjaI have a decent USB dongle from cudy but my cat keeps scratching her face on the antenna. So I needed something a bit more concealed.04:40
Croranbypassing any need for wifi in the pc.04:41
magic_ninjaIt could sure save some headache. Too bad I didn't ask about this card in here before I bought the card.04:41
Crorani've read some poor reviews on the current ubiquiti AP line04:42
Croranyou can get old cisco aironet APs on ebay for pennies on the dollar if you don't care about the very latest/fastest wifi04:43
Croranyou got to make sure you get the version that works without a controller though. some can be flashed to controllerless firmware04:43
magic_ninjaThat one has instructions on how to run it stand-alone04:44
Croranoh yeah ubiquiti will no problem, and I'm sure it's 100% better than linksys and netgear04:44
Croranjust saying. i had good luck with the cisco stuff, once i figured out the proper ios commands lol.04:44
magic_ninjaI'm not a fan of being forced into unifi. It is good tech, but I want the option to *not* use it04:44
magic_ninjacisco is good stuff, for good reason.04:45
magic_ninjaI've installed a metric shit-ton of it04:45
magic_ninjabut since I moved here, customers don't have deep pockets.04:45
magic_ninjathey want an entire automation system built for their equipment, installed, tested, warrantied, and want me to pay them 50 bucks for it.04:46
Croranlol04:47
magic_ninjaI did get a pretty slick new toy today though.04:47
Crorani mean, if you're in that business you could probably get some free equipment really.04:47
magic_ninjahttps://www.amazon.com/gp/product/B000J157WQ/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=104:47
Croranmeraki had a program, not sure if they still do, but you could get a free certification and free wireless AP+switch+firewall, just for taking their free training and being certified to sell it.04:48
magic_ninjaWell, I'm doing a network now where the last tenant left an HP 24 port managed switch in the rack, and if the new company isn't using it I'm going to try and keep it.04:48
Crorannice tool.04:48
magic_ninjaThat certifier isn't like, the fanciest thing, but it does test to 250 MHz and meets the TIA standards, but it uses a square wave instead of a sin wave.04:48
magic_ninjaThey have some decent tools to verify in the $1500 or less range, but they pretty much do what this one does, just with a fancier interface.04:49
magic_ninjaOther than that, you are getting into the $5k range for network certifiers, so if you don't do it all the time, its better to rent one.04:49
Croranhuh.04:50
magic_ninjaOhh, that meraki stuff looks decent. I'll have to check it out. It must be their rebranded netgear.04:50
magic_ninjameant to compete with ubiquity stuff04:50
Croranmeraki... i want to say it was it's own completely separate company04:51
Croranand cisco bought it04:51
Croranit's all cloud-based. which has pros and cons, but it's super easy to use.04:51
magic_ninjathe thing about ubiquity is that I like being able to log into a CLI from my phone and type a command out to do what I need. I don't like being forced into a web page.04:51
Croranand supports prob 80% of the weirdo advanced functionality of stuff like cisco aironet04:51
kristijonashello, guys, first time I'm using mailing lists (including Ubuntu mailing lists). As I understand the messages are not going to "To:" of my email address, rather the "To:" header is the address of the mailing list itself, right?04:52
Croranyeah i like having the cli option too, but meraki adds some really good dashboard functionality, that would take a lot of work with snmp and whatnot to set up otherwise.04:53
magic_ninjaYea, that is nice, if you manage a bunch of stuff. I don't really.04:54
Bashing-omkristijonas: This as an example of what belongs in that To: field: "ubuntu-news@lists.ubuntu.com" .04:54
Crorankristijonas: sounds right. everyone would be in the bcc field04:54
magic_ninjaLooks like kernel 5.10 supports this card.04:55
Croranmagic_ninja: huh. i wonder if you can get that in 20.10. i'm running 20.04 and the latest I'm seeing is 5.8.004:55
kristijonasCronan: i'm using a main mailbox of my domain, plus separate aliases (for ubuntu mailing lists, ubuntu@maindomain), normally I would just match the "To:" header, but apparently it doesn't work with mailing lists.04:58
Croranmagic_ninja: so I didn't realize - Ubuntu isn't just putting out 'HWE' kernels now, they're now distributing 'HWE edge' kernels which are even newer.04:58
Crorankristijonas: yeah that sounds right. if your rules can work with the other email headers, you could try doing a match to the 'x-apparently-to' header05:01
magic_ninjaThis line makes me nervous: linux-generic-hwe-20.04-edge/groovy-updates 5.8.0.41.45 amd6405:02
magic_ninjawhats up with the 20.04 on my 20.10 system05:02
Croranmagic_ninja: i've been wondering a similar thing.05:02
magic_ninjahave you noticed it too then05:02
Croranmagic_ninja: my kernel is still marked 18.04 even though i upgraded months ago05:02
Croranmagic_ninja: to 20.0405:02
Croranmagic_ninja: i believe the reason05:03
Croranmagic_ninja: is because now it's a whole different package instead of just a new version of a package... so the package NAME actually has 18.04 or 20.04 in it, so it will never automatically upgrade05:03
Croranmagic_ninja: since the newer package is actually a separate package, not just a higher version05:04
Bashing-om!info linux-generic-hwe-20.04-edge groovy05:04
ubottulinux-generic-hwe-20.04-edge (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 5.8.0.41.45 (groovy), package size 1 kB, installed size 18 kB05:04
magic_ninjathat somewhat makes sense05:04
Croranmagic_ninja: so i think some manual intervention is required to upgrade kernel after os version upgrade05:04
Croranmagic_ninja maybe because of the new kernel scheme where they moved from ga+hwe to ga+hwe+hwe edge, they didn't want to automatically move anyone to the new 'scheme'05:05
kristijonasCronan, thanks, found it, it was X-Original-To, I guess.05:05
Crorankristijonas: cool05:05
magic_ninjaCroran, mine isn't installed now. I just have this one: linux-generic/groovy-updates,now 5.8.0.41.45 amd64 [installed]05:05
Croranmagic_ninja: huh. well i think you've got the actual package but not the meta-package then05:06
Croranmagic_ninja: i think the linux-generic-hwe-20.04-edge is a meta package that is supposed to keep your system updated05:06
magic_ninjaI did upgrade this machine from 20.0405:07
duckgoosejose my best friend05:07
Croranmagic_ninja: i bet if you install linux-generic-hwe-20.10-edge and remove linux-generic-hwe-20.04-edge you'd end up with the same actual package.05:08
Croranmagic_ninja: and just a new meta package05:08
magic_ninjaright on. That might end up being a thing. I'm going to see if 21.04 has a newer kernel yet05:09
Croranlooks like i was way out of date. just moving from 5.4.0 to 5.8.0 now05:10
magic_ninjaoh wow05:11
magic_ninjaso 21.04 is on 5.8 too05:11
Croranyeah i guess so. i guess they don't want to maintain different hwe images for different OS versions05:12
Bashing-ommagic_ninja: Be aware there is currently some regressions with the 5.8 kernel on focal - YMMV .05:12
magic_ninjaBashing-om, I've been okay with the 5.8 kernel for some time now. Thank you for that information.05:13
Croranbashing-om: I don't think he's running focal, I am.05:13
Croranbashing-om: any details?05:13
Bashing-omCroran: Lots of bug reports - and a lot of action to adrress the 5.8 regressions on the ubuntu mailing lists.05:14
Croranbashing-om: hmm. maybe i should stick with 20.04 ga kernel then. looks like both hwe and hwe edge are on 5.8.05:15
magic_ninjagonna give mainline a shot05:16
Bashing-omCroran: If there are issues with 5.8 kernel one can always boot the 5.4 kernel from grub ;)05:16
Croranwhat's mainline?05:16
Croranbashing-om: eh. i'm into uptime.05:16
magic_ninjaCroran, it is a program to manage kernels. Similar to the manjaro utility for it. I've known about it for a while but never needed/wanted to use it.05:17
Croraninteresting. doesn't break ubuntu?05:17
Bashing-omCroran: I am solid and stable on "5.4.0-64-generic" - I see no need here to change :P05:17
magic_ninjaOh it certainly can05:17
Croranbashing-om: yeah sounds good.05:17
Croranhaha05:17
magic_ninjaGiven my luck, my shit is about to break.05:19
Bashing-omCroran: But also be aware that if your install is 18.04.1 the updater will bring in the 5.8 kernel.05:19
Croranbashing-om: 18.04.1? I'm on 20.0405:19
Croran20.04.105:19
Bashing-omCroran: Yeah sorry - applies to 20.04.1 - those of us that installed 20.04 will remain on the GA kernel path unless we choose otherwise.05:20
Croranbashing-om: not sure i understand. 20.04.1 will get 5.8 automatically but 20.04 will not?05:21
magic_ninjaCan I remove a particular dkms module05:22
Bashing-omCroran: Correct. 20.04.1 as oringinally installed will propogate to the 5.8 kernel in updates.05:22
jayjoso I've mounted my repository of debs, and now I'm trying to install a package (libvirt-clients) that depends on libc6 > 2.32 but 2.31-0ubuntu9 is to be installed05:23
Croranbashing-om: odd. is that a future thing? because mine seems to be staying on 5.4.0-65 unless i install hwe/hwe edge05:23
jayjoI can see that I have the correct version in my local repository05:23
jayjobut the old version is pinned at 100, so it won't be installed unless it's uninstalled05:24
jayjois there a way to force it?05:24
Croranmagic_ninja: I want to say you can enable/disable modules with blacklist.conf or something.05:24
Croran/etc/modprobe.d/blacklist.conf ?05:25
jayjoI keep seeing "unable to correct problems, you have held broken packages"05:25
Croranbashing-om: i'm also on lowlatency so maybe that's different.05:25
magic_ninjaSo dkms status gives me this: rtl8821CU, 5.4.1: added05:25
jayjodpkg shows that none are held05:25
magic_ninjaBut it will not let me dkms remove rtl8821CU/5.4.105:25
Bashing-omCroran: Ouch - 20.04 currently is at 5.4.0-64-generic as GA - Yuou must have installed a newer kernel.05:25
Bashing-om!info linux-image-generic focal | Croran05:26
ubottuCroran: linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 5.4.0.65.68 (focal), package size 2 kB, installed size 18 kB05:26
magic_ninjaanyway, brb, or not. If it crashes I'm going to bed05:26
Croranbashing-om: i'm just using the metapackage for linux-image-lowlatency05:27
Bashing-omCroran: Yukkie - I did update this day .. and my kernel is late :(05:27
Croranmagic_ninja: haha. good luck05:27
Croran!info linux-image-lowlatency05:27
ubottulinux-image-lowlatency (source: linux-meta): lowlatency Linux kernel image. In component main, is optional. Version 5.4.0.65.68 (focal), package size 2 kB, installed size 18 kB05:27
Crorandoes lowlatency even make a difference nowadays?05:27
Crorani run it to try to minimize my JACKD overruns05:28
Croran... or 'XRUNS' rather.05:28
Crorancrossruns?05:29
Bashing-omcrDo not know - those in the #ubuntustudio channel can better answer about the lowlatency advantages.05:31
Croranoh that's a good call05:32
Bashing-omCroran: ^05:32
magic_ninjaoh it screwed the pooch alright05:49
Croranhaha oh you're back.05:55
Croranafter a reinstall of Ubuntu?05:55
magic_ninjaNo, I just booted from an old kernel05:59
magic_ninjaI need to see what the minimum version is for the firmware and for the kernel driver05:59
Croranhow can i output a list of package that are locked to a specific version on my system?06:03
Croranpackages*06:03
Bashing-omCroran: /var/lib/dpkg/info/<package_name>.list :list of files and directories installed by the package.06:06
Croranno i mean, the packages that I've locked so they're never upgraded06:06
Bashing-omCroran: Try as ' apt-mark showholds ' .06:09
Croranreturns an empty line. i'm pretty sure i've locked at least one package though06:10
Croranyeah. i see my locked package in synaptic06:11
Croranhmm... maybe synaptic does something different. i just went in and marked the package with apt-mark and now it shows in that list.06:14
cyberbobHI all, I got an ubuntu 16.04 box and I'm try to run apt-get upgrade on that06:15
cyberbobbut it's asking to run dpkg --configure -a06:15
cyberbobwhen I execute the above command the machine gets a reboot at Setting up libc6:amd64 (2.23-0ubuntu11.2) ...06:15
cyberbobNot sure what is the issue, try searching out but didn't find any solution06:16
=== joako_ is now known as joako
cyberbobCan some  one please guide me here , thanks06:16
Bashing-omcyberbob: No guide but ' sudo apt update ; sudo apt -f install ' might give us some additional info.06:17
Crorancyberbob: did you run apt-get update first?06:18
Croranoh bashing-om covered that06:18
cyberbobyes Croran06:18
Croranwhat do your logs say after the reboot?06:18
cyberbobBashing-om actually apt -f install asks for same06:19
cyberbobu# apt install -f06:19
cyberbobE: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a'06:19
magic_ninjacyberbob, so you are upgrading to 18.04, then to 20.04?06:19
Croransounds like it could be a hardware issue. libc6 configure might be compiling something. brings your cpu up to temperature and then system reboots.06:20
cyberbobmagic_ninja not at this point, I'm just trying to update all the packages06:20
cyberbobCroran this machine is in cloud (VM)06:20
Croranok. any logs after reboot?06:21
cyberbobCroran which logs dmesg or syslog06:23
Crorani want to say dmesg only tracks back to your last boot06:25
cyberbobCroran this is what I can see red in dmesg06:26
cyberbobaudit: type=1400 audit(1611727729.212:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=771 comm="apparmor_parser"06:26
cyberbob[   67.752325] init: Error while reading from descriptor: Broken pipe06:26
cyberbob[   67.758948] init: failsafe main process (1061) killed by TERM signal06:26
Croranyeah i don't think dmesg is going to show what happened before reboot06:27
Croranyou'll need to check syslog06:27
Deano59!paste | cyberbob06:27
ubottucyberbob: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.06:27
cyberbobCroran https://paste.ubuntu.com/p/ktTWBsBqj2/  (dmesg)06:29
cyberbobLet me fetch syslog06:29
cyberbobsyslog Croran https://paste.ubuntu.com/p/HGvyNqfqWR/06:35
Croranwhat time is it there cyberbob?06:37
Crorani don't see any gap in time in this log that would indicate a reboot.06:37
cyberbobCroran somehow this fixed auto-magically (even I was not able to see anything in syslog/dmes) :(  so not able to figure out what was the issue. I've quite a few machines using same machine image & going to check if this issue is impacting those machines as well .06:48
k_szeWhat app can I use to test my microphone?06:55
Croranaudacity06:56
k_szethanks06:57
Croranyw06:58
=== BrianG61UK__ is now known as BrianG61UK
=== khfeng_ is now known as khfeng
pavementHello, I am running a Ubuntu 18.04 server.. I have the latest updates. Is the sudo vulnerability fixed in bionic?07:59
pavementsudo/bionic-updates,bionic-security,bionic-updates,bionic-security,now 1.8.21p2-3ubuntu1.4 amd64 [installed]08:00
pavementthis is the one I have installed08:00
TJ-pavement: see /usr/share/doc/sudo/changelog.Debian.gz to find the package history08:09
pavementTJ-, thank you!08:11
=== denningsrogue8 is now known as denningsrogue
=== zbenjamin is now known as Guest24432
=== zbenjamin_ is now known as zbenjamin
cluelesspersonI live in an apartment complex with many wifi signals09:04
cluelesspersonubuntu takes awhile to reconnect to wifi09:04
=== zbenjamin is now known as Guest16379
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest33284
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
HamidrezaHi, what is mlocate and why do people delete this?09:26
Hamidrezaand we haven't mlocate on ubuntu20 ?09:27
cbreakapt search mlocate -> mlocate/focal,now 0.26-3ubuntu3 amd64 [installed,automatic]09:30
Hamidrezacbreak, but it is not installed by default on ubuntu 20?09:32
cbreakno clue.09:33
cbreakI didn't install it myself obviously09:33
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest2138
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest1912
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest47973
=== zbenjamin_ is now known as zbenjamin
chrflehello, I'm testing out dm-verity. I have dd'ed into /dev/zero into files data & hash. mounted them as loop0 and loop1, mkfs.ext4 /dev/loop0, mounted /dev/loop0 and put some data on it and then unmounted it. Run veritysetup format /dev/loop0 /dev/loop0 and then veritysetup open /dev/loop0 verfs /dev/loop1 <hash>.. But when I try to mount it with mount /dev/mapper/verfs /mnt -i ro,verity.hashdevice=/dev/loop1,verity.roothash=<hash> it fails with: wrong09:42
chrflefs type, bad option, bad superblock on /dev/loop30, missing codepage or helper program, or other error., any advice?09:42
=== zbenjamin is now known as Guest51236
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest27533
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest95895
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest83240
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest85001
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest16444
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest26026
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest46522
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest89041
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest96757
=== zbenjamin_ is now known as zbenjamin
TJ-chrfle: libmount1 is v2.34 - before the verity patches were added10:56
TJ-chrfle: assuming you're using Ubuntu 20.0410:56
sara2010any one there10:58
Seveasno, we're all out drinking10:58
sara2010Seveas  i want too10:59
Seveasyou're welcome to join us :) Scotch?11:00
AiolosHi.11:00
sara2010my canon scanner lide 300 is  not working in ubuntu 18.04 .11:00
sara2010Seveas why scotch ? no me11:01
sara2010hi . Aiolos.11:01
Aiolos:-)11:01
Seveassara2010: how is it not working? Is it not detected, not functional, delivering bad scans?11:01
sara2010Seveas not detected11:02
LordChaosScotch? No. A single malt whisky? Yes.11:02
Seveassara2010: how is it connected to your computer? usb, network, parallel port?11:02
sara2010Seveas USB11:02
Seveassara2010: can you unplug it, run 'lsusb' in a terminal, plug it back in and run 'lsusb' again. Does the scanner show up in the second output?11:03
sara2010Seveas nops not showing11:05
Seveasinteresting. Can you pastebin both outputs? And the output of 'dmesg' while you're at it11:05
|san|hi there11:05
|san|e: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/groovy-updates/main/binary-armhf/Packages 404 Not Found [IP: 91.189.91.38 80]11:05
|san|e: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/groovy-backports/universe/binary-armhf/Packages 404 Not Found [IP: 91.189.91.38 80]11:05
|san|e: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/groovy/main/binary-armhf/Packages 404 Not Found [IP: 91.189.91.38 80]11:05
|san|is this because i need a mirror instead?11:05
|san|like uk?11:05
|san|ubuntu 20.1011:06
|san|and then change it in sources.list?11:06
|san|or perhaps armhf packages are demanding other type of repo11:06
Seveas|san|: you'll need ports.ubuntu.com11:08
Seveashttp://ports.ubuntu.com/ubuntu-ports/dists/groovy/main/11:08
|san|ah yes, thats right, i did that a while ago with my last build, totally forgot...thanks!11:08
=== zbenjamin is now known as Guest23980
=== zbenjamin_ is now known as zbenjamin
sara2010Seveas ..  https://pastebin.ubuntu.com/p/MVjqMwZpnv/11:11
LordChaossara2010: https://askubuntu.com/questions/1107632/install-canon-lide-300-400-on-ubuntu-18-0411:11
Seveassara2010: interesting errors there. Is the scanner plugged in via a usb hub?11:13
SeveasLordChaos: oh, eww... nasty workarounds needed there :(11:14
sara2010LordChaos . scanner not detecting . i have try these also11:15
sara2010Seveas11:15
sara2010nops its directly connected in pc11:15
Seveassara2010: so you removed ippusbxd, installed those drivers and tried the vendor software?11:16
sara2010Seveas . yes i did it both.11:18
sara2010removed ippusbxd then installed scanner software11:18
sara2010then i try with installed ippusbxd  too11:18
Seveasrats :( Then the only suggestion I have left is to try a different usb port, but chance of success is low11:19
sara2010hmmmm11:20
=== zbenjamin is now known as Guest60160
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest82126
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest84466
=== zbenjamin__ is now known as zbenjamin
=== zbenjamin_ is now known as zbenjamin
=== zbenjamin is now known as Guest28118
=== zbenjamin_ is now known as zbenjamin
hanshi want to ask apt why /etc/mysql exist, can i do that?12:02
cbreakhansh: dpkg-query -S /etc/mysql12:03
=== zbenjamin_ is now known as zbenjamin
django_hi12:26
rk4n3Hi all ... my kern.log and syslog are being flooded with12:33
rk4n3messages of this form: "Jan 26 21:37:08 host kernel: [ 4053.651516] rc rc7: error -5"12:33
rk4n3... only its a constant flood and for every rcX (X == 0-6)12:33
rk4n3I've scoured other logs and journalctl - no other related info12:33
rk4n3Any tips on diagnostic steps ?12:33
rk4n3oh, also:  all software seems to be running fine - I see no other effects, except there's a noticeable slow-down and resource usage12:34
rk4n3and, have not been able to find anything of help via google search12:35
=== zbenjamin is now known as Guest47781
=== zbenjamin_ is now known as zbenjamin
SteelRosehi all12:40
Seveasrk4n3: anything useful in dmesg?12:44
SteelRoseI just installed a new 20.04 LTS and created LVs for some partitions... so I have, for example, /dev/mapper/vg0-opt for /opt, /dev/mapper/vg0-home for /home etc... and it all looks as it should. However, for /usr, which is also under /dev/mapper/vg0-usr, it shows like /dev/disk/by-id/dm-uuid-LVM-foobar ... so it visually destroys the ouput of "df -H" :-) Is there any reason for this? and is there any way to fix it? TIA12:44
rk4n3Seveas, dmesg has the same thing - a flood of the same error messages, pushed everything else out of dmesg's history apparently12:46
BluesKajHiyas all12:46
rk4n3o/12:47
Seveasrk4n3: what's the output of `ls /sys/class/rc` ?12:49
rk4n3 rc0  rc1  rc2  rc3  rc4  rc5  rc6  rc712:50
rk4n3all symlinks that look valid12:50
qdbnearly a month ago i come here and said about problems with unexpected zoom. i have found, nearly a week ago, that alt + scroll makes zoom, in xubuntu. when this problem appeared, i also was using xfce on ubuntu mate. now, i see, that in linux mint, cinnamon, there is no such feature.12:50
Seveasok, so it's something with those devices12:50
=== zbenjamin_ is now known as zbenjamin
SteelRoseanyone? :-)12:52
Seveasrk4n3: apparently that's for infrared remote controller receivers. Your system seems to have 7 of them. Can they be unplugged, and if so does that make the errors go away?12:53
rk4n3hmm - interesting ... I am not on location, only logged in via SSH ... is there a way for me to disable the hardware device ?12:55
Seveasno idea, I know nothing about these drivers, just did some grepping through the kernel sources to find this error :)12:57
rk4n3Seveas, got it12:57
Seveasif they're connected via usb, you could try mucking about with usbguard12:58
rk4n3I did an rmmod on the one device that could be providing infrared remotes12:58
rk4n3that stopped it12:58
Seveasexcellent12:58
rk4n3thanks SO much for the clues :)12:58
rk4n3btw, how did you connect the dots to an infrared remote from those rc thingies ?12:59
Seveasgit clone the kernel sources, git grep 'rc rc', find one hit that was part of the infrared subsystem13:00
SeveasDocumentation/userspace-api/media/rc/lirc-dev-intro.rst:    rc rc0: lirc_dev: driver mceusb registered at minor = 0, raw IR receiver, raw IR transmitter13:00
rk4n3Seveas, sweet!  Nice dig13:00
Seveasthen some more (unsuccesful, mostly) git grep'ing to find the exact error13:00
=== jeddo- is now known as jeddo
chrfleTJ-, I see, so I need to get a newer util-linux then I guess?13:19
chrfleTJ-, hmm, I tried it on my 20.10 laptop, I get "Operation not supported" instead there..13:34
P-NuTHi all. I have a project where I need to automatically boot 100 1U bare metal servers up with ubuntu 20.04 and manage them. Is MAAS best for this type of thing?13:36
SeveasP-NuT: if you don't have anything set up yet, maas is worth looking at. It's a bit of a beast though, and it might be easier to set up a simpler pxe+preseed environment if you already have dhcp, dns etc. set up13:50
P-NuTThanks Seveas. Yeah, I think MAAS may be more than I need. And with 20 years linux experience I'm more than familiar with each of the component services so probably better I just roll-my-own system.14:13
P-NuTThanks again!14:13
django_hey all14:34
django_how can i join #linux? looks like i need an invite14:34
Maikdjango_: that not a ubuntu specific support question14:35
Maikask in #freenode14:35
django_okk thanks14:35
leftyfbdjango_: /join ##linux14:36
BluesKajdjango_, register your nick14:39
django_yeah i am registered lol14:39
django_looks like its ##linux and not #Linux haha14:39
BluesKajyup14:39
MaikBluesKaj: if he wasn't registered he couldn't have entered this channel either :)14:43
BluesKajyup :-)14:44
BluesKajI forgot about that too14:44
BluesKajMaik, I've been here so long I've forgotten some of the rules14:45
MaikBluesKaj: no problem :)15:00
g3poandlslis there any consensus on the "best" managed antivirus product for Linux?15:12
leftyfbg3poandlsl: you don't need one15:12
g3poandlslcurrently using SEP, but it is a pain to manually rebuild kmods after each kernel update15:12
locsmif_workg3poandlsl: clamav is the only one I know, and it's dog slow15:12
leftyfbg3poandlsl: also, if you're looking for opinions, you should ask in #ubuntu-offtopic15:12
g3poandlslleftyfb, It's a gov't-mandated requirement for my organization15:13
leftyfbg3poandlsl: sorry to hear such an ignorance mandate15:13
locsmif_workg3poandlsl: are you running Ubuntu?15:14
g3poandlsllocsmif_work, yes. Ubuntu workstations and a few servers.  The rest of the servers are RHEL15:14
locsmif_workThen the question about suggestions for AV tools for your Ubuntu installation should be on-topic as far as I'm concerned15:15
locsmif_workThat said, if you want to comply, just install clamav or whatever, unless the compliance protocols demand you do real-time scanning all the time?15:15
oerheksthere is clamav and rkhunter, same as for rhel15:15
leftyfblocsmif_work: an opinion on "best" software isn't a support question. If they need help searching the repo's for one and installing, that we can help wih15:16
leftyfbwith*15:16
locsmif_workleftyfb: I checked the channel guidelines in the topic and it said nothing about that15:16
locsmif_workperhaps I'm mistaken15:16
Maikwe have -discuss for that if needed15:17
locsmif_workg3poandlsl: well just join there then so you won't have to explain why you're asking this question15:18
locsmif_workI can opine further there15:18
g3poandlslunfortunately real-time threat detection _is_ a requirement.  There's no requirement for a managed client, but it would make administration much easier for our team15:18
g3poandlslwill do :)15:18
locsmif_workMaik: shouldn't there be a rules guideline for this channel somewhere that spell all this out?15:19
locsmif_workspells*15:19
Maiklocsmif_work: i didn't make them and the guidelines haven't been update for years, the #ubuntu-discuss channel was set up at a later point or around the same time15:22
Maikbut there's no need to complain about it, #ubuntu is specific for support with ubuntu15:24
Maik!discuss15:24
ubottuWant 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!15:24
Maik:)15:24
oerheks'real-time threat detection' is an other question than best antivirus. just saying.15:24
leftyfbg3poandlsl: I would suggest trying out the different options available and picking the one that best suites your individual needs15:24
TJ-g3poandlsl: one of the best things you can do is operate the root file-system read-only15:25
locsmif_workThe problem is you can then have adhoc rulemaking by people perhaps not even authorised to do so. For example, the bit about 'support question' leaves a lot of room for interpretation. I have to think about the meaning of the word "Ubuntu" as well.15:26
locsmif_workBut, since it's not my question, whatever15:27
Maikhe's in discuss now15:27
g3poandlslTJ-, We've been considering trying immutable distros like Fedora Silverblue or Nitrux.  Does Ubuntu have a similar spin available?15:30
lusrxmy laptop screen brightness randomly changes. how do i stop this? it makes it very difficult to use ubuntu. i have seen several google results of this problem but many are a few years old, and i'm on ubuntu 20.0415:37
pasiz_lusrx: could you tell what is your laptop before someone try to guess it?15:39
=== BrianG61UK__ is now known as BrianG61UK_
iorialusrx, have you tried to disable 'Automatic brightness' ?15:40
lusrxpasiz_: sorry, it's asus ux303ub15:41
lusrxioria: thanks, i will check that out.15:41
pasiz_g3poandlsl: you have two paths. Livepatching kernel and run your toys, or reboot every changes... In my humble opinion based on debian decisions there isn't, but i may be wrong....15:42
pasiz_lusrx: Fn + A turns off ambient light sensor, that should do the trick15:44
pasiz_lusrx: or under Settings -> power there is automatic brightness15:45
Maikg3poandlsl: what does a quick search on the web tell you: https://ubuntu.com/core15:47
Maik;)15:47
lusrxioria: that i think solved it, thanks!15:48
iorialusrx, ok, very good15:48
lusrxpasiz_: sadly fn + a is not working. but disabling automatic brightness from power menu did the trick.15:49
spatelapt-get install xymon-client splashing purple screen for input (how do i disable that ?)16:04
RusAlexhi mates, I have an old and unsupported 18.10 cosmic ubuntu on my docker droplet. I found an article on askubuntu how to upgrade it to 19 using do-release-upgrade tool. However I cannot even install this tool with apt. because there are no longer repositories for this . is there an elegant way to enable old packages ? maybe by editing /etc/apt/sources.list16:28
RusAlexhere is my current sources.list https://termbin.com/glkf16:30
lotuspsychje!eolupgrade | RusAlex16:57
ubottuRusAlex: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades16:57
lotuspsychjeRusAlex: more reccomended would be a clean install, avoid issues and !usn security flaws from your eol version16:58
RusAlextrue16:58
RusAlexbut I will try ugly way first. I have many of similar machines16:58
lotuspsychjeRusAlex: but we have volunteers changing their sources the ugly way aswell yeah, but mostly before its going eol16:59
=== ace_me1 is now known as ace_me
sgen_So my thunderbird wont stop opening17:15
sgen_It just opens and than keeps opening until my system freezes from having too many "Thunderbird is already open" windows17:15
sgen_How can I debug this or solve this. I cant get anything done anymore because it wont stop opening17:15
Seveassgen_: reboot?17:18
sgen_It happens every time17:18
sgen_Just happened again 2 mins after reboot17:18
sgen_1 window closed it, not haning yet. well see what happens.17:19
Seveasinteresting. Is it in ~/.config/autostart ?17:19
Seveasactually, is ~/.config/autostart even a thing still, this is an ooold system I'm on :)17:19
sgen_Ill check that if I can.17:19
sgen_It doesnt happen right away. I think Im causing it wiht a keybind or something. Ill boot up and sti there for 15 minutes and nothing will happen.17:20
sgen_within 30 seconds of me opening term it starts opening and wont stop ... except this time ...17:20
Seveascheck your .bashrc?17:20
Seveasmaybe try a `ps auxf` to see what starts it17:21
sgen_~/.config/autostart doesnt exist17:22
sgen_I use zsh not bash and theres nothing I can see in any rc files17:22
sgen_its not happening any more either17:22
sgen_Its just the wackiest thing ive ever seen17:23
sgen_Ill try that ps command if it happens again. Generally my pc is frozen inside of5 seconds when it happen thou17:23
SadielCuentasHello there everyone17:24
sgen_Seveas, thanks Ill be back if it pops up again.17:25
SadielCuentasHello there? Are you familiar with windows psr.exe ("Problem Steps Recorder")? For my job I need something like that running natively on linux, but without the screen captions. I need something that allows an user to record any action he makes on the system and then send me the report. Are you aware of any software like that which runs natively on17:28
SadielCuentaslinux?17:28
leftyfbSadielCuentas: strace17:29
leftyfbSadielCuentas: it's not exactly what you're looking for, I don't think that actually exists. But anything you run from the command line with strace will give you the data you speak. Though, if you're asking this question, I don't know if the output will be useful to you17:30
leftyfbspeak/seek17:30
ixdapSadiel, does psr just video or is it keyboard and mouse automation?17:30
Maik SadielCuentas maybe there's something among the search results: tinyurl.com/3qb57dko17:31
SadielCuentasthank you leftyfb, I'll try that out, although it does not look like it will make the trick...17:31
leftyfbSadielCuentas: can you clarify what data you are looking for?17:32
SadielCuentasixdap, psr procudes an html file which lists all actions made on the system17:32
ixdapSadielCuentas, at the level of the gui? at the system call interface?17:33
SadielCuentasleftytb, I need a user to record all keyboard and mouse actions he makes in his system at gui interface17:34
=== BrianG61UK__ is now known as BrianG61UK_
SadielCuentasBasically I need to know the user is not opening any apps that would allow him to make a recording of a teleconference session17:34
leftyfbSadielCuentas: https://www.linuxuprising.com/2020/03/how-to-record-and-play-mouse-and.html17:35
SadielCuentaswe are sharing confidential data on the session, I need the user to produce a list of all the actions he makes on the system. But it should NOT record video, since the video would record de confidential info17:35
leftyfbSadielCuentas: I don't think there's a tool for linux that records keyboard and mouse movements/clicks along with the applications that might be opened from those actions17:37
lotuspsychjewe used to have logkeys, but think they removed from repos17:38
ixdapin X11 there are certainly tools that will give you a stream of events.17:38
SadielCuentasThank you leftyfb, thank you lotuspsychje, thank you ixdap. I will try the software you mentioned17:40
ixdapxev17:41
ixdapSadielCuentas, xev17:41
ixdapthere is probably something more suited to your need.17:41
leftyfbSadielCuentas: you can look through this list https://en.wikipedia.org/wiki/Comparison_of_GUI_testing_tools17:41
leftyfbixdap: I don't think xev will record what application was opened17:42
ixdapleftyfb, the only times I can remember using it was for setting up mice. Its not quite what I was looking for, but it illustrates the point that gui apps have a stream of events and the X server must see them (I guess).17:44
ixdapxnee17:50
sgen_Alright well it happened again. my desktop is currently frozen from thunderbird windows. how can I find out what is opening it? Is there a log?17:50
sgen_I dont think itll be in {zsh,bash}_history17:51
lotuspsychjesgen_: when you play around, start thunderbird from terminal and leave a journalctl -f open running too17:52
sgen_lotuspsychje, New terminal window, thunderbird, journalctl -f in that order?17:55
lotuspsychjesgen_: journalctl -f in another new terminal yeah17:56
=== mkv is now known as m4v
sgen_Seveas, lotuspsychje, after several attempts to restart and start journalctl in the terminal, all resulting in instant thunderbird hang before I could even finish typing journalctl, I managed to get it to work.18:17
sgen_Had to log in and do nothing for a few minutes, this seems to stop it from doing anything for a little while18:17
sgen_working on the log18:17
sgen_omg its my keyboard spamming the email media key at my desktop18:20
sgenhttps://paste.ubuntu.com/p/KrhSmTgRKj/18:23
sgenI think that is key spam from the keyboard,18:23
lotuspsychjesgen: thunderbird[13711]: Unable to connect to ibus: Could not connect: Resource temporarily unavailable18:26
=== BlueShark_ is now known as BlueShark
sgen_lotuspsychje, Im not sure what that means18:30
lotuspsychjesgen_: are you using thunderbird from apt or snap?18:40
sgen_lotuspsychje: Im not using it. In fact I dont, I use gmail. It just opens and then sits there asking me to set it up lol18:51
sgen_it literally opens up on its own.18:53
sgen_I think it might be my old keyboard spamming the email media key over and over. I havent been able to replicated the problem to a hang by pressing it but aside from that it has the same effect.18:54
leftyfbsgen_: it opens because you clicked on a mailto: link, which you can setup to not open thunderbird in your settings18:54
sgen_it always happened when I was typing18:54
sgen_Which mailto link?18:55
sgen_It opens without me opening chrome.18:55
sgen_it opens after typing cmd 1 for term and then journ in term lol18:55
leftyfbok, then that's a hotkey setup somewhere18:56
sgen_Maybe, I havent found one yet.18:56
=== hacxman is now known as hexo
leftyfbsgen_: "cmd 1"?18:58
leftyfbsgen_: this a mac?18:58
sgen_"windows key" 118:58
leftyfbsgen_: ok, that isn't a default as far as I can tell18:59
sgen_no it isnt. Its stopped for now. Ill try and log it happening next time.19:01
Loup-GarouFWIW, probably not related... When I first installed Ubuntu 20.04 I tried setting up Thunderbird that came with it. I have several gmail accounts. As I would go through them, when they were all set up, they appeared all over again. Gmail would not AUTH them. So I downloaded Thunderbird from the TB site, untarred it into my Home folder, made a symbolic link and used that version. No install necessary. Gmail works fine with it.19:12
leftyfbLoup-Garou: and no updated or support from Ubuntu with it19:13
leftyfbupdates*19:13
Loup-GarouCorrect.19:13
Loup-GarouI'm still using the version from the TB site.19:13
leftyfbLoup-Garou: you would be better off with the snap which is updated19:13
=== jiggz is now known as jiggawattz
Loup-GarouOK, but I'm reluctant to change. If it's not broke...19:14
Loup-GarouThis one updates itself.19:15
Loup-GarouIndependantly.19:15
linuxrhi there, anyone who has successfully an apache2 virtual host? I'm trying, but it has no effect..after a while i found out that I put any garbage in the vhost configuration and nothing happens..is not even loaded it seems...help, anyone?19:27
murthyHello everyone19:27
leftyfblinuxr: did you make a link to the config file in your sites-enabled directory?19:27
linuxrleftyfb, yeah I created the file in sites-available and made a symbolic link in sites-enabled19:28
leftyfblinuxr: https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04-quickstart19:28
murthyHardware accelerated media playback is not working on firefox 85 from the official flatpak package19:29
leftyfb!flatpack | murthy19:29
murthythere is flatpak channel?19:30
leftyfbmurthy: does accelerated media playback work on version 84 from the apt package?19:30
agvantiboit's flatpak not flatpack19:30
murthyya that works19:30
murthyI have did all the necessary settings and also start with that moz env var19:31
leftyfb!flatpak | murthy19:31
linuxrleftyfb, yeah thats what I did, basically..however it doesnt care about my virtual host file19:31
leftyfbbah19:31
leftyfbmurthy: you'll have to contact whoever packages that flatpak for support with it19:31
murthythe official packager for firefox is Mozilla itself19:32
murthyI mean the flatpak package19:32
murthyalso I have to tell you, hw acc never worked with flatpak packaged firefox19:32
murthyI will see if there is flatpak channek19:33
murthychannel19:33
leftyfbmurthy: ok, then this is not an ubuntu issue. Contact Mozilla19:33
murthyok19:33
murthyPanther: wb19:33
leftyfblinuxr: does this list your vhost: apache2ctl -S19:34
linuxrleftyfb, no19:35
leftyfblinuxr: did you reload your config have you added the vhost?19:35
leftyfb*reload apache2*19:35
linuxrleftyfb, yes a few times already19:35
leftyfblinuxr: look at the long list of the file in sites-enabled, make sure the link is proper19:36
linuxrleftyfb, yes, looks exactly like the default one: 000-default.conf19:37
mortisn't "E: Unable to correct problems, you have held broken packages." a very bad error message for expected situations which every user will encounter and which aren't the fault of the user?19:38
leftyfblinuxr: ls -l /etc/apache2/sites-enabled/your-file-name  # please pastebin the output of this19:39
linuxrleftyfb, oh noooooooess...".conf" was missing in the symbolic link name :((((((((((((((((19:41
linuxrleftyfb, yeah actually works now...thank you so much19:42
=== billybigrigger0 is now known as billybigrigger
monstercotrying to run a service but get errors20:09
monstercohttps://dpaste.org/V18i20:09
monstercohttps://dpaste.org/nU8420:09
monstercowhat is the prob?20:09
monstercoif I run the execstart line in shell i should get something running?20:14
monstercois there a log to systemd I can look at other than what I posted?20:14
bomzh1018I've got two PC connected via router; I installed OpenSSH server on one of them. Connecting via ssh works fine, but SCP does not work, eg:20:18
bomzh1018scp -r temp/ user@192.168.1.209/home/user/Estate/20:18
bomzh1018gives "cp: cannot create directory 'user@192.168.1.209/home/user/Estate/': No such file or directory"20:18
bomzh1018should I put in some other path, not /-based?20:18
bomzh1018nevermind - I forgot a colon in address, now everything works20:21
=== billybigrigger5 is now known as billybigrigger
leftyfbmonsterco: sudo systemd-analyze verify <filename>.service20:38
jayjohas anyone had experience with https://launchpad.net/cubic for customizing the packages in an ubuntu iso?20:53
jayjoIs there any reason I should not use this tool to create a custom ubuntu iso with additional packages installed?20:54
=== h00k_ is now known as h00k
jayjosay versus https://help.ubuntu.com/community/InstallCDCustomization21:04
sarnoldjayjo: given that the cubic folks seem active, that's probably a better bet for a time investment21:10
Ubun00byhello! is someone adapt at systemd available to help me with a quick script? this is my first time trying work with systemd21:17
Ubun00byadept*21:17
slingamnanyone know how to disable the apport python hook?21:20
Ubun00byanyone here?21:25
sarnoldUbun00by: I think folks are waiting for you to pastebin what you've got so far..21:29
sarnoldslingamn: I think /etc/default/apport -- check /usr/share/doc/apport/README for some context21:31
Ubun00byi'm trying to implement this script from Olle but it's not working for me, on Ubuntu 20.04: https://www.ollegustafsson.com/en/vagrant-suspend-resume/21:31
Ubun00byi'm not sure if the script or execution is outdated, this is my first time implementing a script on Ubuntu lol21:33
Ubun00byi don't have any errors, the script doesn't work. I put in the correct location for my Vagrant directory and everything21:34
sarnoldhmm, a lot of the commands in this script throw away any output21:34
xamuathat script is for SysV init style startup, not systemd startup21:34
Ubun00byohh ok, does 20.04 have sysv?21:35
sarnoldsystemd has some kind of "pretend sysv-init scripts are also services" thing, but I honestly don't know much about how it works.. I kinda think it should still work21:35
eeosHi everybody, how do I install wubi and pinyin input methods in ubuntu 20.04.1?21:37
xamuahttps://manpages.ubuntu.com/manpages/focal/man8/systemd-sysv-generator.8.html21:37
xamuaUbun00by: ^^ give that a try I guess.21:37
xamuait's not something I've done before so I can't offer up much more21:38
Ubun00byok i'll take a look, thank you :))21:38
=== vlm_ is now known as vlm
eeosHi everybody, how do I install wubi and pinyin input methods in ubuntu 20.04.1?21:55
leftyfbeeos: wubi was discontinued about 7 years ago21:58
=== bildramer1 is now known as bildramer
razorbackHello. I have symlinked the Downloads folder to another drive and I opened nautilus while it wasn't mounted. Now the icon disappeared in the sidebar and I can't find a way to bring it back. How to bring it back?22:23
EriC^^razorback: did you try to mount it again using the mount command?22:26
EriC^^razorback: or better, try gvfs-mount22:26
EriC^^gvfs-mount -d /dev/sdxY22:27
shinobi_I'm getting a splice error when i copy a 4.2 MB file to my system. That seems very wrong to me.22:55
donofriowill 20.04.01 load on my MacPro1,1?22:59
xamuadonofrio: The regular 64-bit Ubuntu CDs have trouble booting on older Intel Macs, such as MacPro1,1, due to EFI incompatibilities. You must download a special +mac CD of Ubuntu to work-around this problem.23:03
xamuafrom: https://help.ubuntu.com/community/MacPro23:03
donofrioxamua, any mirrors to http://cdimage.ubuntu.com/releases/11.04/release/ cause this link doesn't render23:05
rander2hello23:10
xamuadonofrio: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages23:11
rander2how may I mount a ntfs partition in rw mode ?23:11
razorbackEriC^^: maybe that'll help you understand better: https://streamable.com/9lhbko23:13
rander2kk23:14
razorbackrander2: just the same as any other partition. If it cannot mount in rw it usually indicates there's a problem with the file system.23:16
EriC^^razorback: oh i see what you mean, neat video btw23:21
razorbackAt first it moved to the bookmarks section, I was expecting it'd come back to the right place after fixing the symlink but it didn't and there's no way to drag-drop it back ;)23:23
EriC^^razorback: try the menu at the very top "bookmarks" if it has it somehow23:24
cncr04swhy is archive.ubuntu.com so slow for my updates, I have 1gbit =(23:26
EriC^^cncr04s: in software and settings you can have it find the fastest mirror for you23:26
rander2https://paste.ubuntu.com/p/dxyCFtqWgZ/23:27
rander2I'm root and I tried to change it as root23:27
razorbackrander2: mount -o remount,rw <path>23:27
razorbackbut as I said, it's probably a broken file system23:28
rander2# mount -o remount,rw /dev/sda1 /media/pablo/23:29
rander2mount: /media/pablo: mount point not mounted or bad option.23:29
rander2touch aaa23:31
rander2touch: cannot touch 'aaa': Read-only file system23:31
rander2sorry don't go23:31
razorbackrander2: does it mount okay on Windows machine? Can you run chkdisk on it?23:31
razorbackEriC^^: okay, found the solution - there is a file at ~/.config/user-dirs.dirs that has paths to this stuff23:31
cncr04srun a checkdisk23:32
EriC^^razorback: ah interesting!23:32
rander2razorback, I'm from linux, and I'm trying  to mount a non boot win10 partition23:32
EriC^^rander2: type 'sudo mount -o remount,rw /media/pablo'23:33
razorbackrander2: as I'm saying, usually the problem is that it mounts as read-only when the file system is broken, and last time I checked Linux tools suck for repairing NTFS23:33
kk4ewtntfs-3g23:34
EriC^^yup, it also might be hibernated as well23:34
EriC^^actually nevermind, doesnt look like an OS partition23:35
rander2razorback, so I could chech the partition with win10 ?23:36
masterkorphello23:36
razorbackrander2: exactly23:36
masterkorpI am trying to install the amdgpu-pro https://pastebin.com/WViY27RF23:36
EriC^^rander2: give the 'sudo mount -o remount,rw /media/pablo' a try23:36
masterkorpto use OpenCL23:36
masterkorpbut I can't23:36
masterkorpI get that error23:36
rander2ok, I reboot then thank you23:36
masterkorpany ideas ?23:36
rander2EriC^^, I did, but it's the same23:36
EriC^^what did it say?23:36
cncr04sive never had luck mounting windows partitions in linux23:37
rander2EriC^^, it remains read only23:37
EriC^^rander2: it returned nothing after you ran the command? no error etc?23:38
sarnoldmasterkorp: I'm surprised all those packages have :i386 on them -- that suggests to me that they are 32 bit packages rather than amd64 packages23:39
sarnoldmasterkorp: did you intentionally download a 32 bit version?23:39
rander2EriC^^, no error , nothing23:39
sarnoldmasterkorp: or are you trying to run a 64 bit thing on a 32 bit processor?23:39
masterkorpno23:40
EriC^^rander2: ok, try 'lsblk | nc termbin.com 9999' and paste the link it gives you here23:40
masterkorpthis is system is 64am23:40
rander2https://paste.ubuntu.com/p/XGGsCCkcDZ/23:40
masterkorpsarnold the tarball comes with both arches23:40
sarnoldmasterkorp: does that install script require you to tell it which arch to use?23:41
EriC^^rander2: actually try "mount | grep pablo | nc termbin.com 9999"23:41
rander2https://termbin.com/e8ame23:41
=== cfvescovo[m] is now known as cfv[m]
EriC^^rander2: also "dmesg | grep sda1 | nc termbin.com 9999"23:42
rander2https://termbin.com/qypl23:43
masterkorp./amdgpu-pro-install --no-32 --pro --opencl=legacy,rocr23:43
masterkorpit seems like so23:43
EriC^^rander2: seems to be mounted read-write now23:43
rander2https://termbin.com/y97l23:43
razorbackYeah I think that just screams corrupted FS at this point23:44
rander2EriC^^, no it's read only , I canot writye sorry23:45
rander2write23:45
EriC^^rander2: hmm try, "umount /media/pablo && mount -o rw /dev/sda1 /media/pablo"23:46
rander2https://paste.ubuntu.com/p/nnyTt6hQZF/23:48
EriC^^seems it might be hibernated23:49
rander2ahha hibernated from win10 ?23:49
rander2in fact I hibernated win10 , and i REBOOT from the other disk. I use this little trick to avoid a complete rebbot win1023:50
rander2so win10 keep same flags when hibernade a partition23:50
rander2so must I reboot and close win1023:51
razorbackCan a non-system partition be hibernated?23:51
EriC^^rander2: yup, you could try to restart windows 10 instead of shutting down/hibernating, or you could try using 'ntfsfix' in ubuntu to clear the hibernation23:51
EriC^^razorback: i guess it has cached some stuff or something, it seems *shrug*23:51
EriC^^rander2: you could try 'ntfsfix /dev/sda1'23:51
rander2ok, it go. thanks, u are really a hacker23:52
EriC^^xD, no problem23:52
=== [1]MrMobius is now known as MrMobius

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!