/srv/irclogs.ubuntu.com/2020/07/23/#ubuntu.txt

Bashing-om!backup00:29
ubottuThere are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup, !borg, and !cloning00:29
ComputerTechhey all, may i know the command to know all the open ports?00:57
ComputerTechi forget it currently00:57
ComputerTechcan anyone remind me of it?00:57
sarnoldComputerTech: sudo ss -ap00:58
ComputerTechthank you00:59
ComputerTech:)00:59
=== zbenjamin is now known as Guest47422
=== zbenjamin_ is now known as zbenjamin
=== mnemonic is now known as Guest26294
lamiastellahow should I fix this error? https://pastebin.com/raw/epcaHNJR E: The repository 'http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64  Release' does not have a Release file.01:57
oerhekswe do not support 3rd party repos01:59
oerheksand it is a fake url ..01:59
oerhekshttp://developer.download.nvidia.com/compute/machine-learning/repos/ ...01:59
oerheksno "/ubuntu2004/x86_64"02:00
Bashing-om^^ only supported up to bionic: http://developer.download.nvidia.com/compute/machine-learning/repos/ .02:00
sarnoldlamiastella: oh bugger, do they not support 20.04 yet? that hurts..02:00
oerheks20.04.1 is not out yet ...02:00
oerheksso, they have time.02:01
sarnoldwouldn't it be kinder to have a 20.04 release available before then, so enthusiasts can report issues early though? :)02:02
oerhekssure, but somehow the documentation is way ahead of the code..02:02
=== Doomweaver is now known as seer
=== seer is now known as Guest71264
=== Guest71264 is now known as Gloomweaver
Sven_vBdoes someone know the package for the DroidSans font in focal? is it fonts-droid-fallback?02:07
Sven_vBon trusty it was fonts-droid: /usr/share/fonts/truetype/droid/DroidSans.ttf02:07
oerheks!find DroidSans.ttf02:07
ubottuFound: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 11635 others) http://packages.ubuntu.com/search?keywords=DroidSans.ttf&searchon=names&suite=focal&section=all02:08
ComputerTechhow do i remove a user, if i am root?02:09
ComputerTechlike i know how to add a user02:09
ComputerTechis it deluser ?02:09
Sven_vByeah, but first lock their account and kick them out02:10
ComputerTechhmm is there a guide to doing that?02:10
Sven_vBto lock their account, usermod; to find their processes and open files, fuser02:11
Sven_vBand/or lsof02:11
sorcererhttps://www.thegeekdiary.com/unix-linux-how-to-lock-or-disable-an-user-account/02:11
oerhekslogout of that user first..02:11
oerhekshttps://ubuntu.com/server/docs/security-users02:11
sorcererwhats the one script you can apt-get for locking users02:12
sorcereri know theres one but i cant remember it02:12
oerheksSven_vB, i findd no clue about Draidsans02:12
Sven_vBComputerTech, if reboot is an option, that's the easiest to log them out for sure. ;)02:12
Sven_vBoerheks, thanks, then I'll find a web download for it.02:12
Bashing-omComputerTech: When it doubt - reading is good; See in terminal ' man deluser ':P02:14
ComputerTechthanks02:15
ComputerTechthanks Sven_vB02:15
ComputerTech:)02:15
tatycan i raise pipe-max-size?02:36
sarnoldtaty: yes, but I'm curious why02:42
tatycause i need to push a little bit more than the default02:43
ComputerTechhmm02:43
ComputerTechi did ps x02:44
ComputerTechhttps://dpaste.com/DAUB6UX5R02:44
ComputerTechand i see those process's are the exact same02:44
ComputerTechare all of them needed to run?02:44
tatysarnold: ^02:47
sarnoldthanks :)02:47
abdulhakeemcan anyone explain or link a doc on what this means and how to do it?: "Note: hddtemp may require root privileges. It defaults to using sudo. Adding hddtemp to your user as a NOPASSWD command is one way to make it work."02:48
sarnoldtaty: hehe, ewll, that part was a given :) otherwise you wouldn't be looking for an increase.. but I'm curious, are you actually running into problems with how much you're pushing through the pipes?02:48
tatyyes, i'm sending some json02:48
tatyand it's getting cut off02:48
ComputerTechanyone answered my question yet?02:48
ComputerTechdo i need duplicate process's running?02:48
sarnoldtaty: are you doing intermixed writes?02:49
tatyi suppose i can see if it json decodes and if it doesn't append the next pipe to the previous?02:49
abdulhakeemwell youre a computer tech you should know02:49
abdulhakeem;)02:49
ComputerTechthats my nick, doesnt necessarily mean i know everything tech topic02:49
sarnoldtaty: or are you using write(2) instead of a stdio-style fwrite(3)?02:49
tatybut i think just raising the max size would be better02:49
sarnoldComputerTech: how are you connecting to your sftp server?02:49
tatyi'm using fwrite sarnold02:49
ComputerTechsarnold, putty02:49
sarnoldtaty: oh *weird* :/02:50
ComputerTechi'm a windows user ;)02:50
sarnoldtaty: I think I would have expected fwrite() to write as much as it can, and then loop until there's space to write into the buffer..02:50
sarnoldtaty: is the reader able to consume data uickly enough?02:50
sarnoldComputerTech: do you know if putty does any "download manager" kind of things to try to get multiple connections going at once "for performance"? I'd hope not..02:51
tatybut the buffer size is too low02:51
tatyit's 1mb by default in ubuntu02:51
ComputerTechi dont think so sarnold02:51
sarnoldComputerTech: but it sure does look like you'vegot multiple logins at once..02:51
ComputerTechshould i kill all but one process?02:51
sarnoldComputerTech: I'd honestly just leave it alone, heh02:51
ComputerTechlike wouldnt all those proccess's use more memory?02:51
oerhekswhat happens if you kill putty? do connections stay?02:52
sarnoldabdulhakeem: so... what other ways does hddtemp support getting root? I'm curious :)02:52
ComputerTechyeah it does02:52
ComputerTechas far as i see02:52
ComputerTechi could have ran the same service multiple times by mistake02:52
ComputerTechxD02:52
oerheksinteresting02:53
abdulhakeemsarnold idk I'm just a script kiddie02:53
abdulhakeemI barely know what I'm doing02:53
ComputerTechseems to be all good now :D02:55
sarnoldabdulhakeem: aha :) in that case, check out this stackoverflow answer -- pay attention especially to the bit about "sudo uses the last one" https://unix.stackexchange.com/a/13058/706402:55
ComputerTechkilled a few of them02:55
oerheksabdulhakeem, not sure what guide you follow, hddtemp command does not need sudo ..02:55
ComputerTechnothing seems to be bad02:55
ComputerTech:D02:55
oerhekshttps://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.html02:55
ComputerTechhow do i check what each process's memory usage is?02:55
abdulhakeemoerheks: I'm trying to get this to work: https://github.com/Heholord/FalconStats02:56
oerheksabdulhakeem, oke, ignore that note.02:57
oerhekshddtemp *may* require ..02:57
abdulhakeemunforunately the instructions don't work as explained so I'm trying to figure out why it doesn't work02:57
abdulhakeemcuz it looks really cool when it works02:58
oerheksand it is a pretty old project, 2 years no commit02:58
abdulhakeemyeah02:58
oerheksand it looks like a conky script02:58
abdulhakeemlooks like this when it works: https://www.reddit.com/r/unixporn/comments/8gwcti/motd_ubuntu_server_1804_lts_my_motd_scripts_for/02:58
oerhekslongest post on ubuntu forums, 2347 pages03:00
oerhekshttps://ubuntuforums.org/showthread.php?t=281865&page=234703:00
ComputerTechhmm, is there a way to kill all process's ran by a user?03:04
oerheksyes, logout.03:05
ComputerTechok03:05
ducasseComputerTech: see the loginctl man page03:06
ComputerTechok03:07
ducasseit has an option to do just that03:07
ComputerTechthanks :)03:08
sarnoldkillall -u can do that too. be careful. (a) it does what it says (b) on other unix systems, killall takes no arguments and *really* does what it says :)03:08
ComputerTechlol hehe03:09
bobdobbsHi all. I often use Charles as a debugging http proxy. Using this helps me to test websites from a mobile browser on my local network. At the moment my mobile browser can't connect to anything if it is configured to proxy through Charles. I want to test to see if the issue is with the phone or Charles...03:41
bobdobbsCan someone suggest an http proxy that I can easily set up on ubuntu?03:41
bobdobbsI've tried installing mitmproxy. But I can't get it running (from either the repo version or from github)03:42
bobdobbsI also tried tinyproxy, but couldn't get that running either03:46
abdulhakeemanyone else on 20.04 having video issues? I've got the nvidia package installed but I still can't change my resolution04:22
abdulhakeemnvidia-drivers-39004:22
Bashing-omabdulhakeem: 390 version is old - what is the hardware ' lspci -nnk | grep -iA3 vga ' and we maje sure of the correct driver.04:25
Bashing-ommake*04:25
abdulhakeemits an old card04:27
abdulhakeemVGA compatible controller [0300]: NVIDIA Corporation GF108GL [Quadro 600] [10de:0df8] (rev a1)04:28
oerhekswhat resolution do you have now, and is it the max?04:28
abdulhakeemno it was at 1080p before, but there was updates (including kernel update), and now it won't go above like 1280x102404:29
abdulhakeemtried purging and reinstalling drivers04:29
abdulhakeemtried the alt driver04:29
abdulhakeemhaven't tried noveau yet04:29
oerheksodd, did you try to reset the monitor to factory defaults?04:29
abdulhakeemno but it's a big 4k TV04:29
oerhekssometimes fixes such undefinable resolution issues04:30
oerheksoh04:30
Thusal06Hi04:57
Thusal06Can anyone help?04:58
sumagna!ask | Thusal0604:59
ubottuThusal06: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience04:59
=== PowerTower_121 is now known as PowerTower_120
Thusal06I tried to install dual boot Ubuntu with Windows, but I cannot do it because my BIOS Mode changed to 'UEFI' somehow. It was 'Legacy' about a month ago, when I checked.05:02
Thusal06I can't change it in Boot Utility Setup either.05:03
kbdlnx123I want to know what Ubuntu had in mind for 20.0405:17
sumagnaThusal06: so you need help with fixing this "Legacy-UEFI" issue or with dual-booting ubuntu in UEFI mode?05:17
Thusal06Yes05:17
sumagnaThusal06: with which one?05:18
Thusal06kbdlnx123 20.0405:18
sumagnadual booting?05:18
Thusal06Yes05:18
sumagnaoh ok05:18
sumagnakbdlnx123: why?05:19
oerhekskbdlnx123, releasenotes?05:19
oerheksupgrade path is set for aug 605:19
oerheks!ltsupgrade05:20
ubottuRegular upgrades from the last but one LTS release to the latest LTS release, 20.04 "Focal Fossa", are enabled days or weeks after 20.04.1 is released. This delay helps to ensure that any lingering issues are resolved before people upgrade production systems. If you'd prefer to upgrade now, use sudo do-release-upgrade -d05:20
Thusal06kbdlnx123 Sorry, I thought you messaged me.05:21
sumagnahey oerheks, can you help Thusal06 with dual booting ubuntu in UEFI mode? I have dual booted in Legacy mode only05:21
oerheksDid you check the UEFI manual?05:23
oerheks!uefi05:23
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI05:23
oerheksmake sure windows is installed in uefi mode too, and fastboot disabled05:23
sumagnawindows is installed in uefi mode as he said something about legacy-uefi automatic conversion05:24
Thusal06oerheks Yeah, my computer was in Legacy mode when I checked System Information last time about a month ago, but now it's changed to UEFI mode.05:25
BarnabasDKUEFI also adds signed boot sectors to the mix - if you enforce secure boot you need the keys for the boot sector added to your bios05:26
oerheks+1 ...05:26
oerheksand make sure you have the latest bios update05:27
algidanyone had your mouse scrolling wheel suddenly stop working in ubuntu, but it works in other OS05:29
Thusal06Ok05:31
BarnabasDKalgid, maybe some info on your hw would be helpfull05:37
Thusal06oerheks Then?05:43
ktosiekIs there some recommended way of maintaining a patched version of a package? I want to install pulseaudio from Ubuntu + some patches, and have something keep up with Ubuntu fixes05:45
lotuspsychjektosiek: when you keep your ubuntu up to date, you should get all the fixes, patches and resolved bugs automaticly06:34
ktosieklotuspsychje: sure, but I want to have a custom patch on top of that, and want something to build the patched version for me :-)06:36
lotuspsychjektosiek: well that doesnt work exactly that way, the advice method would be filing a bug and let the devs patch it, so it comes into the official updates06:36
lotuspsychjektosiek: we dont reccomend anything own custom, patches or own compiles/kernel builds06:37
lotuspsychjektosiek: but another idea is, you can help contribute the ubuntu devs to patch also?06:38
ktosieklotuspsychje: It's a backported feature that's not even upstream yet, so it might be a bit early for that. That's why I asked about living with a custom patch.06:40
lotuspsychjektosiek: are you sure your patch/fix isnt somewhere else being worked on an existing bug already?06:42
ThinkT510ktosiek: if it isn't upstream how can it be backported?06:42
ktosiekThinkT510: oh, wording. It's almost upstream :-P06:43
ThinkT510ktosiek: it is difficult to inform you how to maintain it if nobody knows what the patch involves. if other patches touch on the same area as your patch then that can break things. hence it is best to upstream your patches and wait for them to trickle down.06:46
ThinkT510ktosiek: the only advice I can give if you want to keep using your patch and also have other normal updates apply is for you to monitor exactly what each update involves to see if they touch on the same areas as your patch06:48
ktosieksoo... there's no "apt upgrade, but with a rebuild"  tool? :-)06:49
ktosiekyeah, I know I'd be responsible for the problems I've introduced and for rebasing, but most of the time I expect things to need no intervention.06:51
lotuspsychjehow are the devs suppose to work/fix a patch if nobody is going to file the bug?06:52
mceierktosiek: binary distributions don't support patching - you have to build the package yourself from the source to apply the patches, apt won't do it for you. This use-case is supported by source-based distributions like gentoo - their package manager supports user patches.06:52
ktosiekit'll trickle down, it's my own patch that I'm already integrating upstream.06:52
AngsHi, I've just installed Ubuntu 20.04 on a VM. python --version shows it uses v2.7. Is that normal. I have downloaded some apt install stuffs. I could set-up a new VM to the default version, but it might be quicker to just ask it. Does anyone know it?07:00
oerheksNo, python 2.7 is dropped, so you have installed something that requires python2.7 ..07:01
oerheksit *is* still available07:01
Angsthank you07:02
daregapHello all. If I wanted to use an IoT device as a media player, what linux program should I use to play music on a headless system?07:02
daregapmpd or something else?07:03
daregap(looking for suggestions)07:03
catbeardwhere do i change the option to disable blinking text in terminal, 20.04 focal07:03
catbeardah nvm07:04
catbeardAllow blinking text: Never :)07:04
AryanHi07:14
AryanI manipulated /etc/passwd file, and now my user won't show in login page.07:15
gurkiguess ur manipulation broke things. restore the backup u hopefully made.07:45
=== The_Milkman1 is now known as The_Milkman
=== The_Milkman1 is now known as The_Milkman
NoInternetUmm I need help08:10
NoInternetnvm08:11
guivercNoInternet, ask your Ubuntu Support question (try and keep to a single line), and be patient waiting for response (peopel will when they can)08:11
AryanHi08:21
Aryanhow can i make my icons be like this ?08:21
Aryanhttps://ibb.co/CnSrHTq08:21
lotuspsychjeAryan: you might wanna browse on unixporn and find users that use this neon icon pack and read their feature list08:24
Merchi folks08:24
AryanHi Merc08:25
lotuspsychjeAryan: found it, seems like its candy-icons: https://i.redd.it/95hyvch989c51.png08:25
Aryanlotuspsychje: what's unix porn ?08:25
lotuspsychjeAryan: its a linux community that tweaks and rices their desktop, handy if you like themes https://www.reddit.com/r/unixporn/08:26
Mercjust installed 20.04 a few days ago, doing really well08:27
NihlanderHas anyone managed to get WoW running under wine on ubuntu 20.04? I spent about 6 hours yesterday trying different things and searching the net but, still no joy08:34
Merchmm thats odd, WoW usually runs really well in WINE08:34
lotuspsychje!appdb | Nihlander08:35
ubottuNihlander: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help08:35
Mercheck i was running WoW more than 10 years ago with WINE, no dxvk or anything08:35
Mercthat sucks08:35
lotuspsychjeNihlander: see also playonlinux and the #gamingonlinux community08:35
Nihlanderlotuspsychje: danku08:35
Merci'd help but i havent done it since then :)08:37
Merci prefer GW2 these days08:37
PeanutI've logged in to my 20.04 Focal desktop, and logged out again. Now, 15 minutes later, there are still 33 processes running as this user: /usr/lib/bluetooth/obexd, lots of Evolution processes (I don't use Evolution), geoclue (no clue what that is), telepathy/mission-control (???), gnome-tweak-tool-lib-inhibitor (this is a desktop) etc. Why don't these disappear once I've logged out?08:41
Merctelepathy is a messaging client i think08:42
Merchttp://www.manpagez.com/html/geoclue/geoclue-0.12.99/08:43
MercGNOME is probably keeping a lot of gunk open whether someone is logged in or not08:44
Mercor, your nefarious roommate has a remote Xsession open08:45
Merc¯\_(ツ)_/¯08:45
Aryanlotuspsychje:08:46
Aryanlotuspsychje: thanks, it doesn't have chromium-browser icon, is there anything i can do ?08:47
Aryanhttps://ibb.co/vZDnyZR08:47
=== ChattyMan2 is now known as ChattyMan
=== ChattyMan1 is now known as ChattyMan
makarahi. I uninstalled network-manager-l2tp and network-manager-l2tp-gnome, and now the network manager VPN settings don't have any options to configure IPSEC10:20
makara(after re-installing them)10:20
k_szeUbuntu suddenly "lost" my audio device.10:28
k_szelooks like I just need to `killall pulseaudio` to bring back my sound device.10:30
k_szeThis is so weird.10:30
BluesKajHiyas all11:09
makaraall sorted - i created the wrong type of VPN11:10
Orcs53Hi there! I am interested in allowing external traffic on a port using ufw. Then forwarding that traffic to the same host, but, on a different internal port. Can someone point out how to do this?11:38
Orcs53So PORT(x) ---> Computer ---> PORT(y) ---> Service running on Computer.11:39
lotuspsychjeOrcs53: checkout #netfilter or ##networking11:41
Orcs53lotuspsychje No worries, will check there too.11:42
Towserhello, which is the best Ubuntu server for dhcp or pbx hosting?11:44
Woetare you referring to the version?11:44
oerheks18.04 lts or 20.04 lts .. 16.04 gives 1 year support left11:44
TowserI could use regular ubuntu or ubuntu server has to be for a server11:45
oerheksone can run a service on a desktop.11:46
Towserwell first I'd need a PBX for ubuntu then I'd need dhcp/ftp for firmware11:47
oerheksfreepbx, or asterisk https://computingforgeeks.com/how-to-install-freepbx-15-on-ubuntu-debian-linux/  ---- https://websiteforstudents.com/how-to-setup-asterisk-pbx-on-ubuntu-20-04-18-04/11:49
Towserthat's an os in itself? like can you give it a gui or is it all command based?11:50
oerheksno, just the pbx11:51
oerheksread those pages, it ansers all your questions11:52
Towserso you put ubuntu on or ubuntu server? then put the pbx over the top?11:52
oerheksyes, that is the idea11:53
Towserubuntu or ubuntu server or doesn't it matter?11:56
WoetTowser: of course it matters.11:57
WoetTowser: ask your software vendor what they support.11:57
Towsersoftware vendor? I don't think I have one of thoes, as long as the pbx can support my headset11:58
Towserphone\811:58
nbusroneI install a converter script .sh but somehow the guide by user reply mention on changing ffmpeg line 70, what does that mean ?12:01
WoetTowser: figure out which PBX and DHCP servers you want first, then go from there.12:02
WoetTowser: go for Ubuntu Server 20.04 LTS if you have no requirements.12:02
Woetnbusrone: no idea, why don't you tell us what it actually says?12:03
WoetI doubt it says "changing ffmpeg line 70".12:03
nbusroneWoet : yeh,  "We have to change the command in the 70th line to ffmpeg -y -f s16le -ar 24000 -ac 1 -i "$1.pcm" -ar 8000 "${1%.*}.$2”."12:03
Woetnbusrone: what is unclear?12:04
nbusroneWoet : how to change the line ?12:04
Woetnbusrone: open it in an editor, go to line 70, change it.12:04
nbusroneWoet : which location the ffmpeg installed ?12:05
Woetnbusrone: pretty sure they're referring to the script.12:05
Towseroh I've had an idea, would it be worth running ubuntu on my old macbook for this purpose or would that just run really badly12:06
nbusroneWoet : it a reply from someone to help on converting failure. https://stackoverflow.com/questions/42337870/how-to-convert-silk-audio-file-from-wechat-to-amr-format12:06
WoetTowser: it'll run fine.12:08
lotuspsychjeTowser: how old is the macbook12:08
Woetnbusrone: as I said, pretty sure they're referring to the script.12:08
Towserlotuspsychje, late 200712:09
lotuspsychjeTowser: yeah 18.04 and higher will work nicely12:10
nbusroneWoet : i will try and check again but I am not sure whether they are referring the script.12:10
Woetnbusrone: I am sure.12:10
herol3oyhi. i installed transmission-daemon on ubuntu server aws ec2. everything is set but can't reach http://ip:9010? >> i already set a security rule which opens port 9091, too!!!12:10
nbusroneWoet : but what is "brew install " ?  i am not running mac.12:11
Woetherol3oy: 9010 is not the same as 909112:11
Woetnbusrone: then ignore it.12:11
nbusroneWoet : ok thanks12:11
herol3oyWoet: oh.. my mistake.. it's 9091.. it was just my typo here on that line12:13
Woetherol3oy: what is the error message?12:15
herol3oyWoet: simply i can not reach http://ip:909112:15
Woetherol3oy: that's not an error message.12:15
herol3oythis site cana't be reached (on browser)12:16
steluczHi, I just deployed machine by MAAS. I kept 13 disks in available state without any partition or format setting except one root disks. I have expected that if the disk is not configured in MAAS then it will be untouched by MAAS, however it seems that all disks were erased by MAAS during deployment. What is the proper way to say MAAS to do not touch12:16
steluczother disks except these I want to configure? Thanks12:16
Woetherol3oy: please share the entire error message.12:16
herol3oyWoet: alright. there's no err msg. how can i check the err msg which i reach that url?! is it possible?12:17
Woetherol3oy: share a screenshot.12:17
Woetherol3oy: I've never heard of a browser that just says "can't be reached" without any additional information.12:18
herol3oyWoet: https://pasteboard.co/JiYHDZT.png12:19
Woetherol3oy: there's an error message right below.12:19
weijunliI have an URL like http://www.example.com/fetch/1.pdf - and I want to have a command that fetch all pdfs by increasing the number on the filnemae like `../fetch/*.pdf/`12:19
herol3oyWoet: :|12:20
Woetweijunli: did the website give you permission to scrape all their data like that?12:20
weijunliWoet, yes12:20
Woetweijunli: but they didn't just give you a zip of all the files? they want you to brute force it from their site?12:21
weijunliit is an old thing12:21
weijunlican you help or?12:21
Woetweijunli: I see quite a few useful results on Google, https://lmgtfy.com/?q=download+files+incremental+number12:25
Woetwill probably require some kind of bash/python/third-party app12:25
Thusal06Can anyone tell me, how should I dual-boot Ubuntu in UEFI Mode?12:26
Woetjust a simple bash loop on the CLI will do the trick12:26
sonOfRaweijunli: do you know roughly how many files, and whether the files are incremental, or if it's just random numbers?12:26
Woetactually, curl can do sequences as well, just use [0-999]12:26
weijunliye I know they are incremental12:26
weijunlibut is it possible to fetch files without knowig their names?12:27
sonOfRa"for i in {0..10000}; do wget -o ${i}.pdf http://example.com/path/${i}.pdf; done" should do the trick12:28
sonOfRawill attempt to fetch 0.pdf, then 1.pdf, then... then 10000.pdf12:29
Orcs53Another question, I have Docker (installed the snap) on a Raspberry Pi running Ubuntu 20.04 server. I have done a few power cycles, and now when I reboot, the Docker daemon no longer starts.12:29
Woetweijunli: you know their names if they are incremental.12:32
Orcs53Here is a portion of the output of journalctl https://paste.ubuntu.com/p/nVNkpWGQCD/12:36
Orcs53Oops, I will take this to #ubuntu-server.12:37
NTQI've got a problem with a stuck cifs mount which is not available anymore on an Ubuntu 18.04. Every two second it logs this: https://paste.ubuntu.com/p/Z9K643qBWr/12:41
NTQI can not modprobe -rf cifs and I can not remount again (because the remote is gone) and I can not umount because it was already unmounted.12:42
NTQWhat can I do except restarting the system? It is production server with a lot of running services.12:42
lotuspsychjeNTQ: try #ubuntu-server if you like12:43
nbusroneWoet : doesn't work , converter.sh: 77: converter.sh: Syntax error: Unterminated quoted string12:43
NTQlotuspsychje: thx12:43
Woetnbusrone: okay, so investigate and fix it.12:45
Woetnbusrone: you don't seem to be putting much effort in yourself12:45
nbusroneWoet : i know nothing about coding line.12:46
Woetnbusrone: then it's time to learn.12:46
nbusroneWoet : ok thanks , beside i have other problem on my 18.04 brightness reset which i lack of knowledge which takes me 2 weeks still not able to solve the problem.12:47
nbusroneWoet : Using desktop nvidia driver 440 , brightness reset on blank screen wake up from monitor12:48
nbusroneWoet  , everytime i bring up this question no one can answer.12:52
Woetnbusrone: then try another channel like the mailing list.12:53
nbusroneWoet  : mailing list ?12:54
Woetnbusrone: https://lists.ubuntu.com/12:54
nbusroneWoet  : you mean email ? anyway , before this , I want to confirm whether it's a bug or not. I don't know what I log need to attach into the mailing where they will reject question13:00
Woetnbusrone: mailing lists don't reject questions.13:00
herol3oyto add port 9091 to the security group in aws ec2, which protocol should i choose? tcp, udp or ...??? https://pasteboard.co/JiYZGOJ.png13:04
nbusroneWoet  : ok , i will try , are you using nvidia driver desktop ?13:05
Woetherol3oy: why are you setting up firewall rules if you don't know the difference between TCP and UDP?13:19
Woetnbusrone: no13:19
mbeierlherol3oy, what type of traffic needs to enter the EC2 instance?13:21
leftyfbherol3oy: your question has nothing to do with Ubuntu13:21
herol3oyleftyfb: alright thanks :/13:23
nbusroneWoet  : in pastebin , which code I need to select to make it a line break ? because the text line is just 1 line only.How do I break the line ? enter ?13:26
TR1950Xhi, what version of curl is installed on Ubuntu 20.04?13:38
herol3oyWoet: no i'm embaraced.13:39
herol3oymbeierl: doen't matter anymore. tnx.13:39
lotuspsychje!info curl | TR1950X13:40
ubottuTR1950X: curl (source: curl): command line tool for transferring data with URL syntax. In component main, is optional. Version 7.68.0-1ubuntu2.1 (focal), package size 157 kB, installed size 401 kB13:40
=== haasn` is now known as haasn
gvvgHi I'm using ubuntu 20.04 I'm trying to use teamviewer version 12 I'm getting this error ownloads/teamviewer_12.0.258841_i386/teamviewer//tv_bin/TVGuiDelegate: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory14:20
gvvgwhen I do locate libXrender.so.1 I get14:21
gvvg>>>/usr/lib/x86_64-linux-gnu/libXrender.so.114:21
gvvgso this file is on my system but teamviewer is not finding it not sure how to fix this14:21
grub_helpHi, can anyone help me with grub dual boot? I have no idea how that works on a uefi system14:23
ocean!multiarch14:23
oceangvvg: teamviewer_12.0.258841_i386 is build for 32bit (i386), you found the lib in the amd64 (x86_64) folders. You should either find/run a 64 bit teamviewer, or you can run ubuntu "multiarch" (add 32bit libraries) https://help.ubuntu.com/community/MultiArch14:25
gvvgoh can I install the libXrender.so.1 386?14:26
gvvgocean: thank you14:27
JDBugyHello, does anyone know why my "FTTH ISP" provider tries every second to my WAN IP side, a DHCP/ Bootstrap Protocol (BOOTP) Port 68, who can give me information?14:28
gvvgis there an apt install for libXrender 386?14:31
leftyfbJDBugy: contact "FTTH ISP"?14:31
leftyfbJDBugy: your question is not related to Ubuntu in any way14:31
oceangvvg: actually, I'm not sure if the (meta) package for ia32 libs still ships with 20.04. might have been dropped for a while now14:31
gvvgocean: thank you14:32
oceangvvg: better option, download the x86_64 package of teamviewer14:32
oceanhttps://www.teamviewer.com/nl/download/linux/14:33
gvvgworked when I used dpkg and forced depends :) Thank you14:49
ExoplatI'm trying to update my server with a new Plesk version but I'm running into a couple of issues... First one is that I'm getting an error 404 when trying to update Dropbox packages (amd64 and i386)14:58
ExoplatThe second is that I need the package "icu-devtools" but can't find it.. apt-cache search yields nothing, quick google search shows it exists14:58
ExoplatForgot to mention: Ubuntu 12.04 LTS14:59
Exoplaticu-devtools is more important to me at the moment than Dropbox.. any input would be great!14:59
leftyfbExoplat: Ubuntu 12.04 is EOL and not supported here. Neither dropbox nor Plex are part of the official Ubuntu repos's and cannot be supported here15:00
ExoplatWhat about icu-devtools?15:02
leftyfbExoplat: to install icu-devtools on a supported version of Ubuntu run: sudo apt install icu-devtools. To keep it updated just run: sudo apt update ; sudo apt upgrade15:03
leftyfbExoplat: you really need to upgrade your Ubuntu to one that hasn't been EOL for 4 years15:03
leftyfbsorry, 3.2 years15:04
ExoplatI'm doing that as well, it will take time tho'.. in the meantime wanted to provide better server support on the current system15:05
leftyfbExoplat: that is not an option. Unless you contact Canonical about their ESM program of paid support.15:06
ExoplatErr thank you15:10
Sven_vBdoes someone know a PPA or deb repo for Xara Xtreme, the SVG editor?15:11
Sven_vBfor focal and xenial ideally15:11
shibbolethbionic kernel 5.4, thinkpads and kernel module psmouse don't play nice15:16
shibbolethyou end up having to rmmod/modprobe after sleep and other intervals, lest you lose the ability to do two-finger scrolling15:16
shibbolethto quote the dothraki: is it known?15:17
zethiusAre there any social chat boards on Freenode?15:17
shibboleth#chat15:18
bipinHey , I installed Lubuntu a month ago , few days ago I got into issues like not having sudo permission(my mistake) , I solved this issue by using some commands as a root user in recovery mode , after I fixed this using this , my laptop has become heavy15:43
bipinin what possible ways can i solve this?15:43
bipinCan I restart my whole Lubuntu os , with just terminal commands , I am ok with loosing my data15:44
Sven_vBon bionic: <<<'// -*- coding: utf-8, tab-width: 2 -*-' file --mime - # result: "/dev/stdin: text/plain; charset=us-ascii" why? and how do I fix it?15:48
blasterI am having trouble starting my courier-imap daemon.  It just says "fail" but I can't find output in any log files.15:52
blasterI checked syslog and mail.log but there's no output.15:53
Sven_vBblaster, might it be running in a chroot?15:56
Sven_vBbipin, are you looking for the "reboot" command? if data loss is acceptable, you could also just power-cycle the machine.15:57
bipinhow to do that ?  power cycle ?15:57
Sven_vBbipin, if it has a main power switch next to the power cord, turn it off and on; if it doesn't or it's too far away, usually you can just hold the front power button for about 4 seconds, it should then turn off. after a few seconds press again to start again.15:59
blasterSven_vB, it's not15:59
blasterwhere would an init.d daemon log it's error messages?15:59
Sven_vBblaster, I don't support init.d, but in worst case you could try and strace the daemon process.16:00
rfmSven_vB, What do you think is wrong with that file command result?  afaik file looks at the actual content of a text file to determine charset; it certainly doesn't care about the emacs -*- tags...16:01
Sven_vBrfm, I hoped it would. :(16:03
Sven_vBblaster, a daemon not logging anything could also be due to failure to even start the daemon executable.16:03
blasterSven_vB, yeah I was wondering about that. It's weird because courier-imap starts properly but courier-imap-ssl just says fail with no explanation.16:05
AndyAndyBoBandyI'm parameterizing a build script that works on a few distros, and part of that is creating a user with sudo powers. I generally add user to wheel group, then create a rule for wheel. For Ubuntu (only), I've got to create the group first. Is there a different convention than wheel for Ubuntu?16:20
Mibixcan someone explain to me this smartd.conf configuration?  I have had 2 pending sectors on a drive for a while and I added the line /dev/sdl -C 197+ which I though would make it so I only got smartd alerts if the pending sectors increased above 2 but it keeps sending me them still.  What is the corrent line to add?16:20
leftyfbAndyAndyBoBandy: just add the new user to the sudo group16:31
leftyfband adm maybe16:32
shibbolethMibix, paste.debian.net smartctl -a /dev/foo16:40
AndyAndyBoBandyleftyfb: well I don't want to affect all sudo-capable users, theoretically. I'm setting no-passwd abilities, and the standard AFAIK is wheel, based on the example in the official sudoers config16:41
leftyfbAndyAndyBoBandy: wheel doesn't exist by default on debian-based distro's like ubuntu. Just add the new user to sudo and create a suoders entry for said user as needed16:43
AndyAndyBoBandyleftyfb: and in general by default no users are already members of sudo?16:48
leftyfbAndyAndyBoBandy: depends on the install. The standard desktop and server iso installers will add the main user to the sudo group16:49
AndyAndyBoBandyleftyfb: right, so I don't really want to use sudo group. I'll just create wheel. Thanks16:50
leftyfbAndyAndyBoBandy: I don't understand why16:50
Mibixshibboleth http://paste.debian.net/1157549/16:50
AndyAndyBoBandyleftyfb: I don't like the idea of affecting the permissions of more users than what I'm really targeting. I guess I shouldn't even use wheel, but create a new group anyway.16:51
leftyfbAndyAndyBoBandy: adding a user to the sudo group does not affect the permissions of other users16:52
Mibix197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       216:52
Mibixthat is the one pissin me off :p16:52
agopoSomehow I encountered a package dependency problem concerning the packages libc6, libc6-dev and libc-dev-bin. libc6 is version 2.23-0ubuntu10 while the other two are 2.23-0ubuntu11. The apt upgrade process fails because of unmet dependencies (also when I try apt-get -f install). Anyone know how I can remove and reinstall all three packages?16:53
AndyAndyBoBandyleftyfb: "I'm setting no-passwd abilities"16:53
leftyfbAndyAndyBoBandy: are you familiar with sudoers?16:54
leftyfbAndyAndyBoBandy: you addd entries for users and/or groups in order to allow passwordless use of sudo against certain tasks16:54
AndyAndyBoBandyleftyfb: that is how I add the rule, currently16:54
lewie67[p]Hey all, anyone here a preseed/disk partitioning expert?16:54
leftyfbAndyAndyBoBandy: so add an entry for the new user. That will not affect permissions for any other user16:54
AndyAndyBoBandyI was just using a group. Yeah I guess I could add it for the user specifically instead. Thanks very much16:55
Mibixshibboleth you still around?16:56
shibbolethone moment16:56
shibbolethah16:57
shibbolethisn't that a WD red SMR-drive?16:57
Mibixnah its old16:57
shibboletheh16:57
shibbolethyes, and only the 8tb wasn't smr16:57
shibboleth5700 rpm?16:58
Mibixheh how do i fix the current pending sector16:58
shibbolethMibix, you haven't run a short/full smart self-test?16:58
shibbolethyou haven't16:59
shibbolethit would've been logged :)16:59
Mibixehh i ran the one in the gui16:59
shibbolethSMART Self-test log structure revision number 116:59
shibbolethNo self-tests have been logged.  [To run self-tests, use: smartctl -t]16:59
shibbolethanyway17:00
shibbolethso, it's somewhat risky if you have valuable data on the drive17:00
shibbolethbut you could do some dd-fu and manually write to the sectors and see what happens17:00
Mibixyeah cant seem to determine the bad sector17:01
Mibixdo i need to do a full smart test for that?17:01
shibbolethwell, that isn't guaranteed to do the trick17:04
shibbolethleast-effort dirty trick:17:04
shibbolethback up the drive contents or make a sector copy17:04
shibboleththen overwrite the drive from urandom/zero17:05
shibbolethit'll make the drive mark/reallocate the bad/troubled sectors17:05
shibboleththen write back17:05
shibbolethor17:05
shibbolethget a toshiba 6tb17:05
shibbolethcheaper, 7200rpm, better :)17:05
shibbolethjust get the n300, not the p30017:06
shibbolethstill, the WD is likely SMR so it'll take "a while"17:06
Mibixhttp://paste.debian.net/1157551/17:07
Mibixafter short test17:07
Mibixive had current pending sectors on drives and they have lasted for 3 years without issues after17:08
Mibixthis is all backed up17:08
shibboleththe short test only tests the mechanics and first/last N sectors17:12
Mibixso how do i get the sector numbers of the sectors that are broken?17:17
shibboleththere should be oopses in dmesg17:26
shibboleththat is, if you kept logs or did not reboot17:26
Mibixlol what?17:34
M_aDMibix: can't you see the bas sectors in Disks?17:38
M_aDbas/bad17:38
Mibixi see 2 pending sectors and that is it17:38
Mibixdoesnt give me the sector number17:38
Mibixi want the two sector numbers to overwrite them17:39
nesciusHi! i have an issue with hdmi - having two monitors while one has audio output, but the other one is always selected as output after restart.. any ideas?17:43
lotuspsychjenescius: wich ubuntu version, graphics card and driver version please?17:50
shibbolethMibix, which sectors would be printed to dmesg17:51
shibbolethbut unless you kept the logs or did not reboot maybe not17:51
shibbolethlook in syslog17:51
shibbolethdmesg | grep sector17:51
shibbolethcat /var/log/syslog | grep sector17:51
shibbolethcat /var/log/syslog.$foo | grep sector17:52
Mibixnice shibboleth!17:53
MibixJul 23 12:31:08 mibix-module smartd[15911]: Device: /dev/sdl [SAT], 2 Currently unreadable (pending) sectors17:53
MibixJul 23 12:31:24 mibix-module smartd[20606]: Device: /dev/sdl [SAT], 2 Currently unreadable (pending) sectors17:53
Mibixhttp://paste.debian.net/1157556/17:56
Mibixwtf they are still readable?17:56
triplebI installed mint on a friends's computer. he forgot his password but mint doesnt let me drop to root to reset it without knowing it. I need a light version of ubu for his older system. It must be easy (I prefer gnome-flashback but twith a taskbar at the bottom then I cannot grab the bottom of a window because it is UNDER the panel.) Grr that is a18:53
triplebbad result. The owner is 94...18:53
tripleb Which version and DE would you suggest? (Absolutely not Unity aka default.)18:55
triplebHe did fortran in the army in the late 1960;s, actually was the manager for programmers.18:58
Mibixlol i fixed the pending sectors shibboleth but still failing the self test http://paste.debian.net/1157562/19:03
Assidhi i am getting the following error -bash: /usr/lib/xtables-addons/xt_geoip_build: Permission denied when i run  /usr/lib/xtables-addons/xt_geoip_build -D /usr/share/xt_geoip/ *.csv19:04
coconutJust installed Descent 2 but it does not load and htop does not list a process running either. Anything i could check?19:14
coconutOops, i needed some official files...19:33
AndyAndyBoBandyI'm finding that installing and other operations done with 'apt -yqq ...' are noisy and include progress bars. Am I misusing the quiet flag?19:39
KOLANICHhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966147.19:46
ubottuDebian bug 966147 in wnpp "ITP: libcint -- an open source library for analytical Gaussian integrals for quantum chemistry" [Wishlist,Open]19:46
iffraffhi, I have ubuntu 20.04 installed and a new pair of jabra ear buds.  But I can't get them to connect via the bluetooth manager.19:47
iffraffThey did show up once, I think but now they are not showing up at all.19:47
tripleb Well no answer about a light install for my old buddy who forgets his password. Do ANY of the Ubuntu distributions lock the root access like mint does?19:49
Sven_vBiffraff, I had similar problems a few days ago on xenial. I had to remove the device by MAC via CLI, then re-pair it. if yours is paired ok, maybe you can connect to it via CLI. also make sure your bluetooth antenna isn't accidentially disabled.19:49
Sven_vBtripleb, you can always reset the root password via a rescue chroot from a live CD. have you tried using bash as the init program already?19:50
triplebcheese only sees dark It worked in the past because I see some snaps I took what can I do?19:52
iffraffSven_vB: HI, it's not showing up in the bluetooth manager in the available devices.  I am able to pair with a different device19:52
iffraffor I was19:52
triplebwait on that one... ^^^^ remove question for a minute.19:52
Sven_vBiffraff, yeah I assi,e the graphical BT manager isn't capable to deal with the current state of affairs. thus my idea to fix it on CLI.19:54
Sven_vB*assume19:54
iffraffso, what cli commands should i run? or is there someting I can read up on that will explain it?19:54
Sven_vBiffraff, I think it was "bluetoothctl", then enter "help" into it19:55
triplebre cheese, or oom, ie using the camera. Is there any way for me to get a more wide-angle image, some kind of add-on hardware? I have to be 8 feet from my camera to get my feet to my head in the pic with a bit of buffer for movement. I want to accomplish this at a lesser distance. Thanks.19:57
Sven_vBtripleb, a lens would seem to be the obvious hardware choice. or maybe I don't understand that part of the question.19:57
oerheksbuy a better camera?19:59
oerheksnot an ubuntu software issue, nor your mint19:59
iffraffSven_vB: Hi, I'm in the cli,  devices shows some drek that I don't know what it is, paired devices is empty.  I turned on scan, but it didn't pick. Not sure what I should tryin in there20:02
Sven_vBiffraff, do you know the MAC of the earbuds?20:02
oerhekssome devices need a special button to be pressed to get found20:03
iffraffno, I don't know how to find that20:03
iffraffoerheks: yes I put it in "pairing" mode and in about 3 seconds it said "no devices found"20:03
oerheksmac address is usually on the box20:03
Sven_vBiffraff, do you have any way to verify whether you need the unknown devices to stay paired? else I'd suggest removing them. because known devices don't show up in the scan.20:04
iffraffI see the model number20:04
Sven_vBiffraff, you can discover the MAC by connecting the earbuds to another computer, if that works for you20:05
iffraffgot a meeting back in a few20:05
texlaUbuntu 20.4 How do I change the 71 gb volume designation to focal in files20:05
Sven_vBiffraff, connect shouldn't even be necessary; any Ubuntu that doesn't know the earbuds should be able to see them in scan, and report their MAC that way.20:06
Sven_vBiffraff, using the MAC you can then connect explicitly.20:06
Sven_vBtexla, do I understand correctly you mean to rename a disk partition?20:07
Sven_vBtexla, if so, gparted can do it. after the change you may need to reboot to see the effects everywhere.20:08
texlaSven_vB, thanks for the help20:13
lewie67[p]Hey all, is anyone well versed in preseed?20:15
Sven_vBlewie67[p], people may be more willing to admit their knowledge if you give more details.20:17
lewie67[p]Sven_vB: fair enough. I was working with TJ- a few nights ago on a networking problem20:18
lewie67[p]Basically when i preseed a new 20.04 system it generates an /etc/network/interfaces file that appears to stop NetworkManager from managing the wired interface20:19
lewie67[p]therefore on boot the interface won't come up until i run dhclient and/or remove the /etc/network/interfaces file20:19
lewie67[p]main issue is i'm not sure why the interfaces file is getting created in the first place as ifupdown isn't even installed...20:19
lewie67[p]i tried deleting the file in late_command of the preseed but that doesn't seem to do it...like it gets recreated on first boot or something20:20
triplebI am reinstalling ubuntu because mint wont let me reset a forgotton password, for a friend. What will I find missing on puppy lnux>20:20
Sven_vBlewie67[p], I know a maybe-related bug, checking.20:20
Sven_vBlewie67[p], might NM's unwillingness to manage cable ethernet be from /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf ?20:22
lewie67[p]Sven_vB, TJ- mentioned that the other night...didn't seem to be the issue20:22
lewie67[p]current state is i have a freshly preseeded 20.04 VM in which the network doesn't come up at boot time20:23
lewie67[p]if i delete /etc/network/interfaces and reboot the network will come up on boot forever after20:23
Sven_vBlewie67[p], ok then. I for one switched from preseeding to {cloud-init or multistrap} + preparation via chroot. much more comfortable imho.20:23
lewie67[p]Sven_vB, not familiar with those...i'm using foreman to manage my hosts20:24
lewie67[p]the thing that is confusing me is that *i think* the interfaces file is created by/for ifupdown...but it's not even installed so what is creating that file?20:26
Sven_vBlewie67[p], what's in that file actually? in mine there's just a kind of "redirect" to a directory of config files.20:27
Sven_vBlewie67[p], dpkg -S /etc??? might tell you what package it came from20:27
lewie67[p]https://paste.centos.org/view/99fde4b620:27
lewie67[p]it's not very exciting20:27
lewie67[p]Sven_vB, part of the issue (personally) is that I am more of a RHEL derivative guy so the way ubuntu handles networking has thrown me for a loop  :P20:28
Sven_vBI can't see the paste unfortunately. seems they don't serve the TOR network.20:29
lewie67[p]maybe this one: https://pastebin.com/KASrfXYy20:30
lewie67[p]unfortunately dpkg -S doesn't come back with anything useful  :/20:31
Sven_vBworks. :)20:31
Sven_vBoh that is unexpected indeed. what image do you use?20:31
Sven_vB(unexpected = the config)20:31
Sven_vBwell I guess one way would be to use systemd-networkd instead of NetworkManager.20:32
lewie67[p]Sven_vB, not using an image. the system builds from local repos defined in the preseed file20:32
Sven_vBsounds exotic to me, probably because I don't know about foreman. :D20:33
lewie67[p]what's the relationship between netplan, systemd-networkd, and NetworkManager? This all seems needlessly confusing to me  ;)20:34
Sven_vBthe foreman quickstart guide looks like 20.04 isn't even supported yet. https://www.theforeman.org/manuals/2.1/quickstart_guide.html20:35
lewie67[p]Sven_vB, thanks for the help so far, but unfortunately i have to be AFK now...family duties and what not  :)20:36
lewie67[p]Ok, i'll look for more info on the foreman side too. Thanks again!20:36
Sven_vBalso it says for bionic it uses puppet, I have a lot of bad memories of puppet. I like ansible now. (with a custom translator in front.)20:36
lewie67[p]No worries, the ansible stuff i'm good with...biggest issue is i don't want to have to dhclient every new system the first time before i can run my ansible roles  ;)20:37
Sven_vBgood luck then :)20:37
Sven_vBwell then cloud-init sounds like a good idea.20:37
Sven_vBas far as I've heard it's a pre-made ext filesystem image that you can mount to preconfigure files on it, then just copy it onto a disk and boot it.20:38
iffraffHi so I was having trouble with my bluetooth earbuds not showing up in ubuntu 20.0420:41
iffraffSven_vB: on my phone I can see the devices bluetooth address, but I think that's different20:41
Sven_vBiffraff, it should be 6 pairs of hex digits20:42
iffraffyes, but is that specific to my phone or the device20:42
Sven_vBiffraff, I guess it's worth a shot in the dark to just ask bluetoothctl "info hh:hh:hh:hh:hh:hh" or maybe "connect hh:hh:hh:hh:hh:hh"20:43
iffraffI also have serial numbers and product id20:43
iffraffok20:43
iffraffah it says device not available20:44
Sven_vBif bt???ctl interferes with your terminal emulator's copy/paste, you can tame it by invoking it as "rlwrap bluetoothctl"20:45
iffraffsorry I didn't get that20:46
Sven_vBI remembered that the first part of a MAC specifies the vendor, so you could look it up in some web database to maybe see which device it is.20:46
iffraffwell, it seems that the computer doesn't see any device at all.20:47
Sven_vBdoes it see its own antenna? what's the antenna's status?20:47
iffraffnot sure.  would that be a command in the bluetoothctl?20:47
Sven_vByes, I think "adapter"20:48
iffraffif I do list I get a controller20:48
Sven_vBfirst check rfkill, it has an easier interface :)20:48
Sven_vBalso "nmcli radio"20:48
iffraffif I do show I get a large read out with various stuff, my name powered: yes, pairable:yes20:49
Sven_vBnevermind the nmcli, that was wifi only20:49
iffraffok rfkill shows wlan and bluetooth both unblicked20:49
Sven_vBthat's good. :) I'll wait for your results on whether the MAC belongs to the earpod manufacturer20:50
iffraffhe bluetooth address I have is definitely from my earpods but I'm getting it through my phone. It does not however say mac just bluetooth address but it is a hex20:51
Sven_vByeah I think MAC is the only possible kind of bluetooth address.20:51
iffraffok, so it's definitely the one but when I tried "connect bla:mymac" it said device not available.20:52
Sven_vBok then in bt???ctl try "remove hh:???" in case there are any remains, then let the earpod pair and try "pair hh:???"20:52
iffraffok20:52
iffraffSven_vB: no dice. I feel like there is something not turned on or some setting that needs to be changed somewhere20:56
jeremy31iffraff: post URL from terminal for>  (lsusb; dmesg | egrep -i 'blue|firm') | nc termbin.com 999920:57
Sven_vBiffraff, in my case it was pulseaudio acting up, that can be even more hairy. is reboot cheap for you or should we try to stop and start services individually?20:57
iffraffjeremy31: heres the url20:59
iffraffSven_vB: it's kind of a pita.  I've rebooted several times since this problem began.20:59
iffraffI'm happy to do things manually20:59
Sven_vBiffraff, ok then stop the bluetooth service, (watch syslog to see when it's really done stopping), stop PA ("pacmd exit", it restarts automatically when needed), start BT.21:01
jeremy31iffraff: where is the URL?21:01
iffraffjeremy31: actually I didn't have the parens, I'm not sure if that matters this url is with the parens in your statment21:01
iffraffhttps://termbin.com/b4l6721:01
Sven_vBewww ok you've got entirely another beast there, [ 4556.163856] bluetoothctl[57937]: segfault at 0 ip 00007f81f64d49f2 sp 00007ffea6594a88 error 4 in libc-2.31.so[7f81f6373000+178000]21:01
iffraffoh, well, I guess, it doesn't matter then does it? I forgot to paste it :)21:01
iffraffuh... that doesn't sound good21:02
Sven_vBsounds like you might need a non-default firmware21:02
Sven_vBor driver or both21:02
iffrafffor my laptop bt or for the earbuds21:03
Sven_vBfor the BT antenna21:03
jeremy31You might want to see if bluetooth works on 18.0421:03
iffraffhmm, well, ok, how do I mess with the firmware?21:03
iffraffor maybe even just reinstall the firmware?21:04
Sven_vBa lazy alternative might be to just (buy and) plug a cheap USB BT antenna instead.21:04
iffraffug, I think I have one somewhere but then how do I tell it to use that rather than the built in one?21:05
Sven_vBjeremy31's idea is a good one though. if you get it to work with any ubuntu version, it might give clues on how to make it work in another version.21:05
Sven_vBiffraff, my approach for that is to have a startup script that rfkill blocks the internal antenna.21:06
iffraffyou been via a bootup usb21:06
iffraffso if I do rfkill I will see the plugin bt antenna as well? then I can just block the old one.21:06
Sven_vBif you want to try multiple versions of live CD in quick succession, I'd recommend making a SuperGRUB Disk USB thumb drive that can then boot the Live CD ISOs from disk. it's also faster that way.21:07
Sven_vByes rfkill should see all available antennae.21:07
=== MikeB67 is now known as dbasinge
jeremy31I don't understand this line in the results, Bluetooth: RTBT_Tb: vendor=0x1814, device=0x329821:08
jeremy31Are there 2 wifi cards?21:09
iffraffnot that I"m awair of, but there are ... 3 graphics cards if that means anything21:10
oerheksubuntu 1814:3298ubuntu 1814:329821:10
oerhekserr21:10
ubottuUbuntu bug 1814 in mplayer (Ubuntu) "mplayer doesn't start on G3 ibook" [Medium,Invalid] https://launchpad.net/bugs/181421:10
oerheksID 1814:329821:10
jeremy31It is a mediatek wifi/bluetooth combo but the rest of the results show Intel wifi/BT21:11
iffraffhmmm, well, i don't know.  what can I do to shed some light21:12
jeremy31iffraff: URL for>  (lspci -nnk | grep -iA3 net; lsmod) | nc termbin.com 999921:12
iffraffhttps://termbin.com/uttg21:13
Sven_vBjeremy31, vendor=0xHHHH + device=0xHHHH looks like a USB product ID21:14
jeremy31iffraff: try this and reboot>  echo "blacklist rtbth" | sudo tee /etc/modprobe.d/rtbth.conf21:15
Sven_vBwouldn't modprobe -r be enough?21:16
jeremy31It might have already caused too many problems21:16
Sven_vBoh, you're right21:17
iffraffwell, that's hanging up my cli.  I"ll try again21:17
Sven_vBiffraff, sudo might be waiting for the password. you can also run "sudo -Es", then in there echo blacklist rtbth >/etc/modprobe.d/rtbth.conf21:18
iffraffyea, I'm entering my pw and it's just stying there21:18
iffraffI'll try -Es21:18
iffraffok, the cli was just pooched.  so I did the whole line and it responded blacklist rtbth21:20
Sven_vBif you have a physical switch to disable the antenna, you can also try toggling that; if you're lucky it will cut power and thus reset the (potentially confused) antenna21:20
=== dominic35 is now known as dominic34
iffraffok, I"m back, tried to pair to no avail21:27
Sven_vBwhat error?21:28
iffraffwell, I went through blueman ui and it just didn't show up21:28
jeremy31iffraff: URL for>  dmesg | nc termbin.com 999921:31
iffraffhttps://termbin.com/ngcl21:31
iffraffyou want me to grep something?21:32
jeremy31iffraff: try in terminal>  bluetoothctl21:36
jeremy31see if it says no controller21:36
iffraffk21:36
iffraffit has a controller. actually it responds "Agent registered"  and then "list" shows "Controller somehex"21:37
jeremy31iffraff: try>  power on21:37
jeremy31iffraff: then>  scan on21:37
iffraff"Changing power on succeeded"21:38
iffraffscan on has a lot of output. but my ear piece just announced "no device connected"21:39
iffraffit basically has come up with 4 devices ( 3 un named ) probably phones around the house21:40
jeremy31iffraff: with the earpiece in pairing mode, it should show the MAC address in bluetoothctl, then>  pair MAC21:41
jeremy31Should be able to type just the first 2 digits of the MAC and press TAB key21:41
iffraffhmmm, so I can try and put it in pairing mode again, but I don't think it showed anything. one sec21:42
iffraffok so I took the mac address that poped when it went in to pairing and tried to "pair myaddress" it said "connected: yes" then "Failed to pair: org.bluez.Error.AuthenticationFailed" then connected : no21:44
iffraffit has some manufactuerData after that.  I wonder if that was like my car  or something.21:44
jeremy31iffraff: type exit and see if Blueman does any better21:45
iffraffthe gui?21:45
Sven_vBiffraff, that's a good result of pair. next try "trust hh:???" and "connect hh:???"21:46
=== arooni_team_b is now known as arooni
Sven_vBI wonder why it claims pair failed though21:46
iffraffok21:46
Sven_vBoh maybe it needed an interactive PIN entry21:47
Sven_vBif trust/connect doesn't help, remove the MAC and try with bluetooth-wizard21:47
iffraffAttempting to connect to 78:9C:85:07:91:E721:47
iffraff[CHG] Device 78:9C:85:07:91:E7 Connected: yes21:47
iffraffConnection successful21:47
iffraff[CHG] Device 78:9C:85:07:91:E7 Connected: no21:47
Sven_vBwatch syslog and try again to connect. it might be a failure on PulseAudio level now.21:48
iffraffsorry,. what's the command?21:50
jeremy31iffraff: > tail -f /var/log/syslog21:51
iffraff blueman-manager 16.52.04 WARNING  DeviceList:193 monitor_power_levels: Failed to get power levels, probably a LE device.21:53
iffraffso a bunch of "succeeded" around that message then21:53
iffraffJul 23 16:52:07 raif /usr/lib/gdm3/gdm-x-session[1995]: (EE) client bug: timer event26 debounce: scheduled expiry is in the past (-1ms), your system is too slow21:53
Sven_vBis blueman-manager supposed to be installed even? doesn't 20.04 use bluez instead?21:54
iffraffI installed it  synaptic shows a number of results for bluetooth.21:55
iffraffthere's bluedevil, blueman, bluemon, bluetooth, bluez21:57
iffraffI could remove blueman.  I thought the native gui was pretty weak but blueman is as well.21:57
cluelesspersonDoes anyone know how to make the on screen keyboard appear if you are using the stylus?21:59
cluelesspersonI've disabled finger touch events so I can use my screen for math/drawing21:59
Sven_vBcluelessperson, I'd investigate "xinput list" to find the stylus's xinput device ID, then use one of the xinput test modes to watch for an event that occurrs when the stylus comes near the surface.22:02
cluelesspersonSven_vB, something like that22:02
cluelesspersonSven_vB, the on screen keyboard appears when I use my finger to touch a text box.   but not with the stylus22:03
cluelesspersonso it's already doing that, but I need it to occur with the stylus22:03
Sven_vBprobably it thinks you'd use handwriting with a stylus, rather than a virtual keyboard.22:04
Sven_vBhow can I make apt check syntax of /etc/apt/apt.conf.d/00timeouts? I wrote garbage into it and apt still seems to work, which probably means it will break later.22:11
iffraffSven_vB: jeremy31shit, that mac address I've been trying is my damn thermostat.22:11
Sven_vBiffraff, that explains why no audio. :D22:11
iffrafflol but my ear kept getting hot!22:11
Sven_vBwell, that earpod was probably searching quite desperately22:13
Intelo'No adapters found' when I try to add bluetooth. What can I do?22:14
Sven_vBsolved my apt question, the "garbage" seems to have accidentially been valid syntax.22:15
Intelorfkill list does not have bluetooth22:15
Sven_vBIntelo, how is the antenna connected? USB? built-in?22:16
Intelobuiltin laptop dell m 670022:17
InteloSven_vB: ^22:17
Sven_vBdoes it show up in lspci?22:17
InteloSven_vB: https://paste.ubuntu.com/p/cmT6bGM6nT/22:19
Sven_vBoh btw, is there a hardware toggle to disable BT?22:21
InteloSven_vB: https://paste.ubuntu.com/p/6YpwgwYPDV/22:21
InteloSven_vB: no I gues22:21
Sven_vBI wonder if that Communication controller is BT22:22
jeremy31Intelo: you don't have a BT device22:22
Intelojeremy31: but its enabled in bios22:23
Intelojeremy31: how can i be sure?22:23
jeremy31Intelo: post a link for results of>  lsusb22:23
Intelook22:23
Intelojeremy31: https://paste.ubuntu.com/p/jhrj4vJKKT/22:24
Intelojeremy31: Sven_vB  dell m6700 ships with a built in bluetooth22:24
jeremy31Intelo: no bluetooth device22:25
InteloI wonder..22:25
Intelojeremy31: what could be the issue?22:26
jeremy31Intelo: I don't see one of the Dell Bluetooth devices I know of in lsusb results and the Intel 6300 wifi card doesn't have bluetooth22:27
abdulhakeemDoes tasksel LAMP stack use mariadb or mysql?22:36
abdulhakeemand also does it matter if you use mariadb or mysql22:36
Bliepo32abdulhakeem, https://www.guru99.com/mariadb-vs-mysql.html22:39
abdulhakeemty22:39
Sven_vBIntelo, might it be disabled in the BIOS/EFI config utility?22:41
Bliepo32Most important is probably that mariadb is opensource and mysql is owned by oracle22:41
InteloSven_vB: no but will recheck. I enabled an hour ago22:41
abdulhakeemI somehow borked my mysql installation and every time I try to do mysql_secure_installation it says it can't connect to the socket22:48
abdulhakeemtried mysql and mariadb and it's the same thing22:48
abdulhakeemI'm not sure what I did but I broke something in the course of trying to install phpmyadmin22:49
abdulhakeemverified that the service was running22:49
abdulhakeembout to just nuke this server and start fresh22:49
Bliepo32https://mariadb.com/kb/en/troubleshooting-connection-issues/22:49
Bliepo32Can also just apt purge the mysql / mariadb packages22:51
edgarshttps://pastebin.com/0PQRn1ZW22:51
cluelesspersonSven_vB, I'm answering problems with a test and need it to enter keyboard keys22:51
edgarsError in network definition: bond: interface enp3s0f1 is not defined22:52
abdulhakeemyeah ive purged and isntalled several times now, doesnt help22:52
edgarswtf?22:52
abdulhakeemalso tried deleting /etc/mysql and /var/lib/mysql22:52
Bliepo32Did you check the page I linked?22:52
Sven_vBcluelessperson, would it help to start the OSK manually, or do you need a permanent solution?22:53
abdulhakeemyeah22:53
abdulhakeemlooking now22:53
cluelesspersonSven_vB, yeah, that's fine, how do I do that?22:53
Sven_vBcluelessperson, no idea, but now that the problem is simplified, someone else might know. :)22:53
Sven_vBcluelessperson, in Xfce I had an applications menu with accessoires > OnScreen keyboard22:54
Sven_vBcluelessperson, or when you start it with your fingers, you could check its config dialog, maybe there's a checkbox for when to hide it22:55
hansh__after running apt purge mariadb-server; apt purge mysql-server;  why does /usr/sbin/mysqld still exist?23:03
hansh__(ubuntu 20.04)23:03
Sven_vBon focal, is there a way to put an override file (like /etc/default/anacron.d/01-powersave.conf) instead of modifying /etc/default/anacron?23:04
Sven_vBok found the warning, for this setting I'll need to turn to systemd instead. but is there an override mechanism in general, for other /etc/defaults files?23:05
dtuxis there a way to prevent a window from jumping into my workspace and stealing focus when it raises an alert/popup/etc?23:07
leftyfbdtux: yes23:10
hansh__have a problem with apt purge mysql-server; apt purge mariadb-server; not actually removing mariadb, is it a bad idea to run > find / -iname maria -print0 | xargs -0 rm -rfv23:11
hansh__?23:11
leftyfbdtux: there are multiple gnome extensions23:11
sarnoldhansh__: better, to find the files and apt purge those, too23:13
geosmiledoes anyone know if the fuse fs support inotify?23:17
Sven_vBhansh__, it is indeed a bad idea, at least the command looks broken in several ways.23:23
Sven_vBhansh__, I'd use find with -iname '*maria*' to find related files, then decide manually which of those to delete. and if you're really going to auto-delete (potentially lots of) stuff, find has a command for that built-in. :)23:24
hansh__Sven_vB, how so? did you know that most linux filesystems support newlines in filenames, and xargs by default splits by newlines, but -print0 tells find to split files by null-bytes rather than newlines, and -0 tells xargs to split arguments by null bytes rather than newlines?23:25
Sven_vBhansh__, where possible I like to also separate files from options with -- , especially for potentially-destructive commands.23:26
Sven_vBhansh__, yes I knew the -print0 and xargs -023:27
jo-erlendSven_vB, how long have you been on the GNU+Linux platform?23:27
Sven_vBjo-erlend, I've no idea23:28
jo-erlendSven_vB, :)23:28
Sven_vBback then, the alternative would have been to install WinXP SP2, which was still supported at that time.23:29
Sven_vBmaybe a decade?23:29
jo-erlendSven_vB, 2002 then. Way too old for me. I'm into newbies. :)23:30
dtuxleftyfb: aha! know the name of any off the top of your head?23:31
Sven_vBdtux, in Xfce there's in system settings a checkbox whether to allow focus stealing, I think in window manager tweaks. maybe your DE has that, too.23:32
dtuxSven_vB: hmm, ok i'll take a look, ty23:36
* dtux doesn't see anything in gnome settings23:38
Sven_vBdo we have nice drop-in replacements for anacron?23:42
gnoobI installed the Ubuntu terminal from the Windows app store. Is there any reason to not treat it the same way as a full Ubuntu bootable install.  Examples like running apt update and program installs and whatnot?23:42
Sven_vBgnoob, can it run gparted and manage disk partitions?23:42
gnoobit says I can install gparted after running $gparted.   I ran $df -h   and it shows my C and D drives.23:44
Sven_vBgnoob, do you have a USB thumb drive available for an experiment?23:45
gnoobum...maybe23:46
gnooblet me look23:46
Sven_vBgnoob, install gparted and try to use it to change the filesystem label of any partition on the thumbdrive. last time I tried, this would fail in the Windows Store Ubuntu.23:47
Sven_vBif nowadays gparted works in there, it would be really nice, then you could use windows to prepare to install GRUB :D23:48
gnoobit does not seem to see the USB drive automatically23:48
Sven_vBback when I tried, some web forum's explanation was that the Windows Subsystem for Linux doesn't have direct disk access23:51
Sven_vBalso I remember I had to jump annoying hoops to get squid to auto-start in WSL23:54
tomreyni think there's a separate channel for wsl23:54
tomreyn!wsl23:54
ubottuWindows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide23:54
gnoobSorry, have not used Linux in a while trying to remember / figure out how to do what you are asking.23:55
gnoobthat's what I followed23:55
Sven_vBlet's continue on #ubuntu-on-windows23:56
gnoobOK23:58
=== ktosiek0 is now known as ktosiek

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