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

flyback<flyback> ok this is like the 5th machine I have seen this happy on uBLUNTu desktop and server00:12
flyback<flyback> it thinks it's a efi/gpt system and it's not00:12
flybackit seems to work alright but wtf gives00:13
flybackyes I know wtf a efi/gpt system is but this hw existed before the standard00:13
jeremy31flyback: is UEFI support enabled in BIOS?00:15
flybackit's coreboot00:16
flybackI guess the atom could technically support uefi but the other boxes absolutely DO NOT support uefi00:16
flybackit's not that big of a deal since it seems to work anyways just weird00:17
jeremy31flyback: it is just how the ISO is booted, if it boots in UEFI mode, that is how it tries to install, the boot menu of the ISO will be a text grub menu where I think BIOS mode gets a graphical boot with some message about booting automatically in 10 seconds00:18
flybackok00:19
mrtrousersHello im back _conjo00:32
mrtrousersFor anyone that was wondering the ublox gps device only gets powered recognized by the laptop when its battery is full and plugged00:33
maxFlexGuestSorry, but I meant to go to the Ubuntu For All channel. It looks like nobody can help me come up with the future.00:35
maxFlexGuestPlease prepare for people to start commenting more for their needs upon the release of "Hirsute Hippo" because some people may still be using computers with just a single 64-bit core and 1 gigabyte of system memory. Even my virtual machine is faster than such a computer configuration.00:41
Bashing-ommaxFlexGuest: See: https://help.ubuntu.com/community/Installation/SystemRequirements/ >> 4 GiB RAM (system memory) :D00:46
sarnoldI mean, it depends what you do with it.. my little rpi3b+ has less than one gigabyte of ram, but runs two gps receivers perfectly :)00:47
sarnoldit's even got a bit of headroom for just random tasks, too00:48
=== Napsterbater is now known as Napsterbater_
=== Napsterbater_ is now known as Napsterbater
pcfreak30Hello, could someone please point me to where the documentation is for kernel noot arguments like root=http and httproot=URL?01:12
pcfreak30boot*01:12
sarnoldpcfreak30: https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/kernel-parameters.txt01:12
sarnoldpcfreak30: note that some kernel command line parameters mean nothing to the kernel and userspace interpret them01:13
sarnoldthis is rare, but 'httproot' feels like the kind of thing that might qualify :)01:13
pcfreak30yes have read that.01:13
pcfreak30Thing is i have copied a custom built kernel and initrd from a package that should be handling it right and its not. cannot open root device http.01:14
pcfreak30and reading elsewhere shows oither arguments. that doc doesnt mention ramdisks either01:15
pcfreak30So have a bit of mixed info01:15
mrtrousersHello, what does this error mean? usb 1-2: clear tt 2 (8260) error -7101:16
rander2hello01:17
rander2!help01:17
ubottuPlease 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 !patience01:17
rander2!help01:17
LenniePikehi everyone01:25
LenniePikethank you to everyone for their help01:26
LenniePikeI got my printer installed01:26
sarnold\o/01:26
mrtrousersWhere's that file in ubuntu? Documentation/usb/error-codes.txt01:27
sarnoldomg tha actually exists01:27
sarnoldor rather, it used to exist. it looks like it's been removed.01:30
sarnoldmrtrousers: anyway here's a copy of it from a 4.4 kernel http://paste.ubuntu.com/p/fh4Z7xpwV8/01:30
cluelesspersonholy hell, Dolphin is WAYYYY faster than nautilus01:33
rander2hello01:41
=== benfrancis9 is now known as benfrancis
mrtrousersHello need help01:48
mrtrousersGot a device that doesnt want to connect  show up properly in ubuntu.01:48
mrtrousersThats the output of dmesg: https://pastebin.com/raw/VcqB1yCM01:48
mrtrousersIf I supply external power it works fine, even weirder it has worked with only usb but it does randomly..01:50
sarnoldublox :D01:52
mrtrousersYes sarnold, cna you help me?01:52
tomreynmrtrousers: current location of usb error codes documentation https://www.kernel.org/doc/html/latest/driver-api/usb/error-codes.html01:52
sarnoldmrtrousers: probably not :( my ublox receivers just worked no trouble :/01:52
mrtrousersIn ubuntu?01:53
sarnoldyeah01:53
mrtrousersWith just usb? What model do you have?01:53
sarnoldhttps://paste.ubuntu.com/p/ySvrYsGyQH/01:54
pavlosmrtrousers: do you see ftdi_sio module in lsmod ?01:54
sarnoldyeah, usb, I'm not doing any ntpd01:54
mrtrouserspavlos yes01:55
mrtrouserspavlos: ftdi_sio               61440  001:56
mrtrousersusbserial              53248  1 ftdi_sio01:56
pavlosmrtrousers: this link shows usbcore line with ftdi_sio as well, see http://ftdi-usb-sio.sourceforge.net/01:57
sarnoldmrtrousers: power is odd.. if there isn't enough, sometimes things just don't work quite right. it's possible that you might be stuck needing to supply external power to these things.01:58
mrtrouserssarnold ntps? For it to work in linux i need to use usb for thata and a usb to dc jack converter for power, is that your setup? Or only usb for both?02:00
mrtrouserspavlos do you think i need that driver?02:00
rander2how put the interfaces in classic mode , eth0 wifi02:01
rander2ubuntu 20.0402:02
sarnoldmrtrousers: all four of mine are connected over a single USB wire that does both power and signal; two of them are connected to an rpi3b+ with wall power (and apparently The Right Power Source for the rpi3b+, those are apparently very cranky about power) -- and the other two are connected to my laptop's docking station, which also has a dedicated power supply02:02
mrtrouserssarnold , so it might be that my laptop is not supplying enough current mA through my usb ports?02:03
sarnoldmrtrousers: yeah; there's little usb power meters that you can stick in line to see how much is supplied, but I honestly haven't got a clue if those things let enough signal through for the device to actually work :(02:04
pavlosrander2: edit /etc/default/grub, make this line, GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0" sudo update-grub, reboot. Interface should be eth002:05
sarnoldrander2: I think this will do it https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/02:05
rander2I done this, but the interfaces remain the same02:05
mrtrouserspavlos what does that lsmod output mean? https://pastebin.com/raw/wMgqzjVP02:06
pavlosmrtrousers: usbserial module depends on ftdi_sio but I dont see reference to usbcore which is the subsystem for all usb02:07
mrtrouserspavlos ill look for it02:08
sarnoldmrtrousers: time for me to bail; good luck, I hope you can get these working :)02:08
mrtrouserssarnold thanks, knowing that yours work with youst the usb wire helps my debugging..02:08
mrtrouserspavlos couldnt find any usbcore reference..02:11
pavlosmrtrousers: the link I sent describes how to load the module with vendor and product info, "modprobe ftdi_sio vendor=0x403 product=0x6001"  Find your product and vendor info and try to load the module02:13
mrtrousersok02:14
pavlosrander2: just did it on 20.04, edited grub, next to quiet splash added net.ifnames=0 , sudo update-grub, reboot, now my interface is eth0 (was ens18)02:15
tomreyna web search for "idVendor=0424, idProduct=2514" (quote from mrtrousers's dmesg) shows nothing but usb connectivity issues.02:17
pavlosrander2: removed net.ifnames=0, sudo update-grub, reboot, my interface is ens18 now02:17
mrtrousersPavlos that linke has good info ill review it carefully after resting tonight.02:18
mrtrousersIm worn out today, thanks for the help.02:18
pavlosmrtrousers: good luck02:18
=== de-facto_ is now known as de-facto
d12fkokay, I'm a bit further analyzing my ctrl+f issue. In xev I do not see a KeyPress event for the key if pressed while ctrl is held02:38
d12fkso keycode 52 is never received, no matter what it is mapped to, i.e. which layout / keyboard I use02:39
=== zbenjamin is now known as Guest5385
=== zbenjamin_ is now known as zbenjamin
DreamPCSHey guys, hopefully a quick question. I have a folder, say "Parent" with many subfolders. I would like to create 11 directories in EACH subfolder, named 2010 through 2021, is there a simple way to accomplish this?03:22
d12fkDreamPCS: you could script it on the shell03:34
DreamPCSI'm trying to figure that out now03:35
d12fktwo nested for loops should do the trick03:36
DreamPCSThat's a bit above my paygrade, I just created a quick little sandbox to play around in03:36
d12fkfor dir in Parent/*/; do for sub in $(seq 2010 2021); do mkdir $dir$sub; done; done03:41
=== conjo_ is now known as turd
=== turd is now known as poopfart
DreamPCSI hate to say it but I don't quite get it. I was able to figure out how to create all the subdirectories in one command, however I can only do that for one parent at a time which isn't going to work for me.03:43
=== poopfart is now known as bloody
=== bloody is now known as bloodyhell
=== bloodyhell is now known as conyo_
DreamPCSI tried this command "mkdir -p test/{2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021}" but I don't think there's a way to change "test" to "*" (wildcard) to match all the already made directories03:44
=== conyo_ is now known as Conjo_
d12fkuse the onliner I posted, it'll do the trick03:44
DreamPCSOk, looking at it now.03:44
mozzarella* will probably work in that case03:44
DreamPCSSo to be clear, that entire line was the one command? "for dir in Parent/*/; do for sub in $(seq 2010 2021); do mkdir $dir$sub; done; done"03:45
d12fkre missing KeyPress event: it's related to the de_bone layout being at the first position in the settings03:46
d12fkDreamPCS: yes, the whole line03:46
DreamPCSmozzarella: Doesn't work for me, it creates a directory named "*" and then creates the subdirectories within it,03:46
DreamPCSd12fk: Ok thanks03:46
leftyfbDreamPCS: cd $parent ; for dir in *; do mkdir $dir/{2010..2021} ; done03:47
DreamPCSd12fk: You are the man! Thank you!03:48
DreamPCSleftyfb: You just missed it lol! Thanks though and thanks mozzarella for your input03:48
DreamPCSmozzarella: ^03:48
d12fkDreamPCS: happy to help03:49
d12fk{2010..2021} is even more elegant, didn't know that syntax03:50
DreamPCSI think I may have spoken too soon lol, when I ran that command on the actual data, it spat out a bunch of no such file errors and wrecked havoc on my files lol03:56
DreamPCSAll is well, I have a backup! Anyway, I think it may have to do with the fact that some of these directories have a space in them.03:57
DreamPCSIs there perhaps a flag or something that allows for spaces in the parent directories? Or am I misreading the issue?03:58
d12fkyou need to quote names with spaces04:04
DreamPCSIn that one line command you gave me, the "*" represents the folders which have spaces in their name04:05
DreamPCSDoes this mean I need to look for another solution? I'm thinking of just replacing the spaces with underscores04:06
DreamPCSOk guys, I worked it out, I just converted the spaces to underscores and reran the command. It's all good!04:12
d12fkls -d Parent/*/ | while read d; do mkdir "${d}"{2010..2021}; done04:14
d12fk^ this works with spaces04:15
d12fkunderscores work as well =)04:15
DreamPCSAnother quick question, I forgot to include one directory, which will be called "Unsorted"04:15
DreamPCSls -d Parent/*/ | while read d; do mkdir "${d}"Unsorted; done04:16
DreamPCSIs that the correct command?04:16
d12fkyes04:17
DreamPCSOk awesome, just wanted to make sure before I executed it04:17
=== denningsrogue5 is now known as denningsrogue
HashHello04:55
HashI am on 20.04 and using the chromium browser package in ubuntu. The fonts have suddenly all changed even though it says DejaVu etc. default fonts in chromium04:56
HashAll the websites are missing glyphs, and I see boxes where I should see " etc.04:56
HashI didn't do anything. No updates happened. Nothing. Just all of a sudden04:56
=== vlm_ is now known as vlm
lotuspsychjeHash: create a new test user and try chromium there05:14
HashNow mic isn't working...05:46
daysunany particular reason nginx is one of the few packages ubuntu keeps up to date?06:43
daysunI suppose a service like nginx is a popular reason people use linux servers in the first place06:44
lotuspsychje!discuss | daysun06:45
ubottudaysun: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!06:45
daysunlotuspsychje: it's not off-topic ffs.06:51
daysunit's 100% relevant to a sysadmin. Get a job dude.06:51
daysunfor a hobbyist, LTS, support, versions and maintenance may be a hand wavy thing. It's a matter of survival when you're using linux professionally.06:52
lotuspsychjedaysun: we divide support questions and discussions into the right channels, your question is a discussion06:53
daysunThat has never been the case before.06:53
daysunNope, no such update on the channel rules document.06:53
daysunAnd it's not a discussion ffs.06:54
daysunThe lifetime of a version, for example, is a cold hard set date. That's not up to discussion on an IRC channel. Same goes with support for nginx; how and why it's supported is not up to an opinionated discussion, it's about cold hard facts of what is and isn't.06:56
daysunUsually there's a clear reason or decision behind a certain type of support.06:56
daysunlotuspsychje: you do not know what you're talking about.06:57
lotuspsychjestop it please daysun this isnt the right channel for chitchat06:57
daysun!ops06:57
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu06:57
tomreyndaysun: please don't abuse that trigger07:00
tomreynthere is no emergency here.07:00
Amaranthdaysun: If you mean focal getting an update from 1.17 to 1.18 I suspect that was because the odd numbered versions aren't stable but 1.18 didn't come out in time07:00
daysuntomreyn: he's obviously trolling on purpose07:01
daysunAmaranth: that explain some of it. I'm just used to ubuntu being several versions behind on most packages. nginx sticks out a bit since it's not that far behind (or at all really)07:02
AmaranthIt's still on older versions in bionic and xenial, it's just that one that got a version bump07:03
AmaranthDon't want to try to maintain a beta version for 5 years, I guess :P07:03
tomreynhttp://changelogs.ubuntu.com/changelogs/pool/main/n/nginx/nginx_1.18.0-0ubuntu1/changelog07:09
daysunokay, so the update is more of a practical "anomaly" rather than a usual thing :p07:23
marekw2143hi08:06
marekw2143htop shows high load08:06
marekw2143but nothing is really going on (just firefox and few tabs)08:06
marekw2143how to detect what is causing such big load?08:08
nikolamwhen I go to nslookup and hit Ctrl+C to exit , I can't get new line when I hit Enter, anymore08:18
agvantiboIs selection flickering in Ubuntu a GTK+ problem or an issue of the specific app08:20
nikolamhttps://pastebin.com/2a4YXYBj08:21
nikolamlike aether Bash is broken or terminal or Ctrl+C gets wrong exit that breaks CLI afterward08:22
nikolamalso there is no terminal echo aftewards08:35
daysunif you want to reboot like once a week automatically, how do you stop it from not ruining an unattended upgrade?08:35
agvantiboMaybe some cron statement or a systemd timer to kill the demon? And restart it afterwards?08:36
agvantibowhoops misspelled daemon here08:37
EriC^daysun: you could write a script that checks no upgrade is happening in the background08:38
agvantibooh yeah, something like pgrept apt | reboot08:38
EriC^probably you wanna look for dpkg and or some other unattended-upgrades program, let it run once and watch ps output08:39
agvantibo#!/bin/sh08:40
agvantibopgrep dpkg | reboot08:40
agvantiboPaste it into /bin as safe-reboot, then chmod +x it, and add a systemd timer or a cron job. Voila!08:41
daysunthat's a nice idea agvantibo :)08:42
agvantibothanks08:42
daysunThere's a risk for a race condition though xD but it's smaller08:42
daysunthe upgrade could start just as the reboot is happening08:43
daysunyolo08:43
agvantiboIt's safe to kill apt when it's not dpkg-ing and just downloading. So the chances are super low. But it IS possible.08:44
agvantiboBtw why do you even need to reboot it once a week anyway?08:44
daysunBecause I don't know what I'm doing.08:47
daysunto make sure all the updates are used and not remain "not restarted"08:48
daysunSome services will restart on updates. But there are much software in a system that gets updated regularly.08:48
agvantiboAaah. Yeah. I see. Why not Livepatch?08:48
agvantibohttps://ubuntu.com/security/livepatch08:50
agvantiboAnd you probably will have less downtime - and less need to reboot. Pairing with a systemctl daemon-reload will be even better...08:51
agvantiboThe only problem is, it's a snap package...08:52
=== Black is now known as Benett
tete_hi, running xubuntu 20.10, everytime i boot i get a message that an error occured and if i want to report it. i click on report it but not sure if anything happens. can someone tell me wth is going on?09:06
tete_unfortunately, this is so un-verbose i do not even see what application this popup comes from09:06
neo0547hi09:11
agvantibotete_: can you submit a screenshot of what happens09:11
tete_agvantibo, ok i just restart, then i should be able to create that screenshot09:11
agvantibowait09:12
neo0547can anybody explain the irc thing? I a a newb and a little bit confused with the commands09:12
agvantibook09:12
lotuspsychjeneo0547: this is the ubuntu support channel, to ask ubuntu related questions09:12
lotuspsychjeneo0547: see also the general chat and discuss channel:09:13
lotuspsychje!chat09:13
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!09:13
lotuspsychje!discuss09:13
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!09:13
=== pa3cpf is now known as PA3CPF_Albert
neo0547!chat09:16
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!09:16
tete_agvantibo, https://i.imgur.com/5vJJvLs.png09:18
lotuspsychjetete_: you might wanna take a look in your dmesg or /var/crash to see more info about your bug09:19
tete_there is a cupsd crash09:20
tete_ok so cupsd keeps crashing (because i already deleted those /var/crash/* files) and how do i know now if this has been reported?09:21
daysunagvantibo: I don't trust myself enough to not reboot. I don't know what I'd be missing. For example, let's say that there's an active ssh session somewhere, or pulseaudio running or just anything, perhaps using an unpatched lib (must kill the program to reload it). Automatic upgrades and similar wouldn't restart those programs.09:22
zodj #ubuntu-offtopic09:40
zodmy bad09:41
=== Lantizia__ is now known as Lantizia
memphistohi, i might have failed usb flash..cause i can't see it on system10:14
memphistohttps://pastebin.ubuntu.com/p/qRbYPHJnZ5/10:14
memphistojust like that, and i can't get it to work10:14
lotuspsychjememphisto: try to see if you can format it with gparted10:15
memphistoi've tried parted and fdisk, but it doesn't see the /dev/sdb10:16
memphistofdisk: cannot open /dev/sdb: No medium found10:16
memphistosame goes for parted10:16
lotuspsychjememphisto: hmm might be bad new then, i usualy test with gparted and photorec10:16
lotuspsychjenews10:16
memphistoi was hoping there is some kind of magic command to fix it10:17
agvantibomemphisto do fdisk -l to see if it does recognize10:17
memphistowhy ins't making dev file10:17
memphistono , it's not10:17
agvantiboAha, so it doesn't10:17
agvantiboThat's weird. Please post output of cd /dev; ls;10:19
lotuspsychjememphisto: tryed several usb ports/ other Os?10:20
memphistotried different ports on 2 diff pc, but only ubuntu10:28
memphistoit's probably dead10:29
lotuspsychje!info testdisk | memphisto10:29
ubottumemphisto: testdisk (source: testdisk): Partition scanner and disk recovery tool, and PhotoRec file recovery tool. In component universe, is optional. Version 7.1-5 (focal), package size 353 kB, installed size 1423 kB10:29
lotuspsychjememphisto: as last shot, sudo photorec after install10:29
memphistotestdisk : Unable to open file or device /dev/sdb: No medium found10:30
memphistosimply system doesn't create device file10:30
lotuspsychjememphisto: yeah bad news10:30
memphistothanks for your help and time10:31
agvantiboHow to stop a systemd unit from activating on boot, but make it manually startable. Systemctl disable also removes the service from manual start.11:13
agvantibo?11:13
=== pabed1 is now known as pabed
neo0547I think creating a desktop file can be helpful11:23
lotuspsychje!info stacer | agvantibo try this11:24
ubottuagvantibo try this: stacer (source: stacer): Linux system optimizer and monitoring. In component universe, is optional. Version 1.1.0-3 (focal), package size 706 kB, installed size 1706 kB11:24
TJ-agvantibo: remove/modify its WantedBy=/RequiredBy= statements11:29
thyriaenHiho, i got 2 ( probably ) seperate issues - first for some reason a while back nautilus stopped creating thumbnails for video and pictures ( the thumbnail folder in home directory stays empty )11:45
agvantibolotuspsychje, TJ-, thanks. I'll try that.11:46
thyriaenand i am missing codecs for *.mkv files - avidemux can open it but players like mpv cannot11:46
thyriaeni am using ubuntu gnome version11:46
lotuspsychjethyriaen: try vlc player to play a lot of extensions11:53
thyriaenvlc had the same issue with the mkv files11:53
thyriaenthere are some codes with the name -bad as package name i installed a few of those11:54
thyriaencould that be related ?11:54
lotuspsychjethyriaen: you installed what exactly?11:55
thyriaeni'll check11:55
thyriaenlibgstreamer-plugins-bad11:56
lotuspsychjethyriaen: i dont see those in apt cache, where did you install it from?11:57
thyriaenlibgstreamer-plugins-bad1.0-0/focal,now 1.16.2-2.1ubuntu111:57
lotuspsychjeoh right11:58
thyriaenisn't it in the normal ubuntu repositories ?11:58
thyriaeni might have grabbed it from a debian repo11:59
thyriaennot sure11:59
lotuspsychjethyriaen: normally you dont need to install packages to play mkv's with vlc, could it be a bad ripped mkv?12:00
thyriaenlotuspsychje, can i check with apt if some package ( this package we are talking about ) is a dependency for something i have installed and if so which is it ?12:00
thyriaenlotuspsychje, yea could be - the thing is it usually worked12:01
thyriaenyea the file is probably broken12:01
thyriaenavidemux also gives me an error when opening it but manages to somehow get to it12:02
thyriaenlotuspsychje, anyways my more concerning issue is that of the missing thumbnails i just added that cuz maybe it was related in someway12:02
lotuspsychjethyriaen: can you try to create a new test user, see if nautilus suffers the same?12:03
thyriaenso just create a new user, and  use a new gnome session to test nautilus out in ?12:03
lotuspsychjeyes12:04
thyriaensure12:04
lotuspsychjeto see if its user related12:04
thyriaenis it possible to use a 2nd login shell ( like tty2, tty3 and so on or do i have to logout ? )12:04
thyriaenalright gimme a few mins ill go ahead and do that12:06
thyriaenlotuspsychje, that was strange12:12
thyriaenlotuspsychje, it worked with the new user, and then i logged back into my original12:12
thyriaenlotuspsychje, and he created all the thumbnails as usual so now everything is up again12:12
lotuspsychjethe magic of ubuntu :p12:12
thyriaenlotuspsychje, do you have a clue what could have been the issue ?12:13
thyriaenlotuspsychje, its also not my first lougout / login with my current user12:13
thyriaeni had this problem for a few months now12:13
osseWhen I click on some drive in the file manager the drive is mounted. Can I do the same as the file manager does from the CLI?12:16
thyriaenosse, you can either use the mount command to mount it manually or if you want to always have it mounted you should use the fstab file12:17
lotuspsychjethyriaen: not sure what happened on your system, could be something you installed or nautilus update, can check dconf-editor for thumbnails values too12:19
thyriaenlotuspsychje, ok ty12:19
tangaroradoes nayone know why this would not work: su -  $SUDO_USER -c  gsettings set org.gnome.shell favorite-apps "$(gsettings get org.gnome.shell favorite-apps | sed s/.$//), 'myapp.desktop']"12:46
jiggawattzhow different is Kubuntu from KDE neon12:48
lotuspsychje!discuss | jiggawattz12:48
ubottujiggawattz: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!12:48
jiggawattzThat doesn't qualify as a support question?12:49
jiggawattzor rather, on-topic for this channel ?12:49
oerhekstons of places to find the answer, #kubuntu  or https://itsfoss.com/kde-neon-vs-kubuntu/12:51
fribPlease help me stop my wifi from turning off all the time12:53
fribit's really frustrating12:53
derpadmindmesg12:56
frib  201.783645] wlp16s0: Limiting TX power to 30 (30 - 0) dBm as advertised by12:57
derpadminthat does not look like an error12:57
derpadminis that line shows up when it disconnect?12:57
fribapparently I'm stuck on wifi power saving12:57
fribso it turns off the wifi whenever it feels like saving power12:58
derpadminI think there was a command line for this12:58
fribso i'm not always there when it disconnects, but the wifi is not even usually enabled when I boot up12:58
derpadminbut it depends of the cards12:58
fribthere is a power save option in a config file but it doesnt help12:58
frib[    4.039758] iwlwifi 0000:10:00.0 wlp16s0: renamed from wlan012:59
derpadminfrib, https://linux.jholland.org/?p=1613:00
fribhttps://superuser.com/questions/663335/really-disable-power-save-in-linux-wifi13:00
derpadminyou can try this13:00
derpadminperhaps script something13:01
fribthats the power of the signal not the enabling/disabling of the interface altogether13:02
fribmy wifi gets turned completely off13:02
jeremy31frib: power management turns itself on?13:04
fribjeremy31, since I installed ubuntu on this laptop power saving has been on by default and I can't turn it off13:04
jeremy31frib: even>  sudo iwconfig wlp16s0 power off13:05
fribin gnome-control-center power tab I see "Wifi can be turned off to save power YES"13:05
fribsomeone suggested that already13:05
jeremy31frib: that message is misleading13:05
fribwhich one13:05
jeremy31the one in gnome-control-center13:06
fribin the power tab there is an option to turn wifi off in order to save power13:06
fribthe option is turned ON13:06
fribso my wifi gets turned off to save power13:06
fribif I try to turn this option OFF, my wifi goes OFF13:06
jeremy31frib: That is just an on/off switch for wifi13:07
fribit doesn't say it's an on/off switch for wifi13:07
fribit says it's a power-saving option13:07
jeremy31frib have you ever done>  sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf13:08
fribyes several times13:08
jeremy31does iwconfig show power management on?13:08
fribno13:08
jeremy31then it is off13:08
fribok13:09
fribbut my wifi still gets turned off automatically13:09
jeremy31do you have tlp installed?13:09
fribno13:09
jeremy31How is it getting turned off?  Is it soft blocked in rfkill?13:11
fribno13:11
fribI don't know how13:11
oerhekswlp16s0: renamed from wlan0 .. weird.13:12
jeremy31been that way since 201713:12
oerheksoh, that looks like the old naming is restored13:13
fribI dont know what else to do13:14
jeremy31frib: I think the switch in the control center just toggles true/false in /var/lib/NetworkManager/NetworkManager.state13:15
BluesKajHi folks13:15
fribjeremy31, I dont even have that file13:15
jeremy31frib try>  sudo cat /var/lib/NetworkManager/NetworkManager.state13:17
fribI see it now13:17
fribnetwork wireless and wwan enabled = true13:17
jeremy31frib: run the 2 commands at https://gist.github.com/jeremyb31/a2bee9856d8c13f42f1835bc31bf9480 in terminal and post URL after the second command is run13:19
fribI dont feel comfortable posting all of that info13:22
jeremy31frib, is your country code set?13:22
jeremy31Have you disabled IPv6 in Network Manager?13:23
fribcountry code should be set. I did not disable ipv613:23
jeremy31You can check country code>  iw reg get13:24
fribcountry US13:24
jeremy31frib run this in terminal and it might tell you why it shuts down> tail -f /var/log/syslog13:28
fribok but I'll have to wait for it to shut off then13:29
fribor I Could try closing my laptop lid because I think that does it, not sure though13:29
dodocryptohey guys13:31
dodocryptois there any gui installer for ubuntu server ?13:31
jeremy31frib: open the wireless-info.txt file in your home directory and scroll to the iwlist scan results, see how many other AP's are on the same channel13:49
fribjeremy31, even if this happens on many different wifi networks?13:50
jeremy31frib: If it is disconnecting from networks it could be TKIP encryption13:51
friblooks like 3 others on the same channel as me13:53
fribbut this problem is not specific to home, it happens at work or wherever else too13:53
jeremy31frib: can you post a question on ubuntuforums.org in Networking, that way chili555 will see it and may have some ideas13:54
fribsure13:55
fribi can do it later13:55
fribthanks for your help jeremy3113:55
mrtrousersHello sarnold pavlos14:05
mrtrousersI managed to fix the not recognized device attached through usb..14:05
mrtrousersThat commmand before replugging fixed it: sudo modprobe -r ftdi_sio14:05
mrtrousersI guess so many plugguing and unplugguin was messing it up..14:05
elektrinishi14:20
elektrinishow do I install a particular version of package?14:20
elektrinisfor example docker v. 19.03.1414:21
elektrinisI get an error E: Version '5:19.03.14' for 'docker-ce' was not found14:21
Abel_qwq1sudo rm -rf /*14:24
Abel_qwq1https://linoxide.com/linux-command/install-specific-version-package-apt-get/14:25
Abel_qwq1maybe discard14:25
BluesKajAbel_qwq1,`, shouldn't be posting that command , it get you kicked14:27
BluesKajwill14:27
Abel_qwq1OK14:27
Abel_qwq1I am sorry14:27
Abel_qwq1AND,won't again14:27
BluesKajsome unssupecting new user might try it14:28
elektrinis$ apt-cache showpkg docker-ce14:28
elektrinisPackage: docker-ce14:28
elektrinis19.03.14 is listed14:28
elektrinis$ sudo apt-get install docker-ce=19.03.1414:29
elektrinise: Version '19.03.14' for 'docker-ce' was not found14:29
BluesKajelektrinis, docker-ce https://boxboat.com/2018/12/07/docker-ce-vs-docker-ee/14:30
elektrinisce is needed for home assistant14:30
BluesKajit's not in my repos14:30
Abel_qwq1BluesKaj: got it14:31
ztaneJS ERROR: TypeError: null has no properties _onFocusChanged@resource:///org/gnome/shell/ui/closeDialog.js:135:914:33
ztane... this gnome is even worse computer virus than Windows 9514:33
ztaneI guess I need to have a script that restarts gnome shell every hour or so :F14:34
tete_i am having some trouble getting my sennheiser bluetooth adapter working. when i plug it in, blueman-manager does not start anymore15:20
jeremy31tete_: post URL from terminal for>  (lsusb; dmesg | egrep -i 'blue|firm') | nc termbin.com 999915:30
Peter65I reinstalled Ubuntu with full disk encryption (for the previous install, the disk was unencrypted), but then I noticed that I forgot to backup some file. I then booted from a thumb drive and scanned /dev/sda for "import numpy" which should occur in 100s of my files, but I only got 4 hits in what looks like Ubuntu documentation. Any guesses why?15:37
Peter65The install did not take very long, so I doubt that all data was overwritten.15:37
leftyfbPeter65: if you didn't backup a file, it's gone15:40
=== yuta_ is now known as yuta
Peter65leftyfb: How can it be "gone"? As long as the data has not been overwritten, the bytes should still be there on the disk. I just can not find them.15:42
leftyfbPeter65: you said you encrypted the entire disk, the data that was on it is gone15:44
hoijuii installed Xubuntu on a 2008 iMac. using the live systme from USB stick, it worked fine, but no that it is installed, it freezes after bootup, usually after about 1 to 2 minutes15:44
Peter65leftyfb: The new installation is encrypted, but the previous installation was not.15:44
leftyfbPeter65: did you encrypt the entire disk?15:44
leftyfbPeter65: the previous installation and it's files are gone15:45
Peter65leftyfb: I chose "full disk encryption", but as I said, I do not think that it actually encrypted the entire disk since writing that many bytes would take hours and the installation finished in minutes.15:45
hoijuiare there kernel params I coudl use to disable the wifi driver oder the nvidia driver?15:46
hoijuito check if it is that?15:46
leftyfbPeter65: there are some forensics tools but they are not a guarantee. The more changes you make to that drive the less likely you are to recover anything. https://itsfoss.com/recover-deleted-files-linux/15:49
EriC^^Peter65: you could use photorec and/or testdisk, sudo apt-get install testdisk   (both are installed)15:50
leftyfbEriC^^: I just pointed them to a tutorial for testdisk15:50
jeremy31hoijui: you could add modprobe.blacklist=b43,wl to the line with quiet splash to prevent the wifi from loading15:52
hoijuithanks jeremy31!15:54
Peter65leftyfb EriC^^ does any of those tools support scanning for specific byte strings? I am interested in a certain text file, so the file does not start with some magic bytes like e.g. PNG files start with b"\x89PNG\r\n"15:55
Peter65Haven't found the file I am looking for yet, but I am surprised to see that Ubuntu comes with a decoder for Warcraft 3 *.blp files.16:20
tomreynPeter65: scalpel let's you define your own binary search patterns IIRc.16:24
Peter65tomreyn: Thanks, I'll try it out16:25
thebiffmanI'm trying to get a virtual machine working with bridged networking so it gets its own IP in the network. I have changed the netplan configuration and applied it. Now the bridge adapter gets an IP but the "original ethernet interface" does not. Everything seems to work as before. But when I start a virtual machine DHCP does not seem to work. Anyone here have any experience with this?16:38
leftyfbthebiffman: the hypervisor software you are using needs to specify the interface for the guest OS to be a bridged interface16:39
thebiffmanI have used the web gui in cockpit to create the machines, since I need a way to view the "screen" of the machine to install it. It seems that the bridged interface is selected there.16:41
thebiffmanI dont know if there are any other way to do it, to use command line and then VNC or something?16:41
leftyfbthebiffman: https://wiki.libvirt.org/page/Networking16:42
leftyfbthebiffman: this might be better https://help.ubuntu.com/community/KVM/Networking#Bridged_Networking16:43
thebiffmanI have read that one... Seems a bit old? Uses interfaces file instead of netplan.16:43
thebiffmanI have read a couple of articles/guide on how to create the bridged networking with netplan. So I think im very close. Maybe I just need to create the virtual machine another way or tweak a config somewhere...16:55
RonaldsMazitishttps://paste.ubuntu.com/p/4zXHf8CZhC/ problems with truecrypt17:08
RonaldsMazitisI have symlink17:25
RonaldsMazitisand 64 bit version17:25
leftyfbRonaldsMazitis: truecrypt became unsupported 7 years ago.17:26
RonaldsMazitisleftyfb: what should I install then?17:27
leftyfbRonaldsMazitis: what is your goal?17:27
RonaldsMazitismake an crypt file to store some data17:28
TJ-RonaldsMazitis: use LUKS, that's the Linux way, or use cryptsetup's Truecrypt/Veracrypt support. see "man cryptsetup"17:29
leftyfbRonaldsMazitis: https://www.fosslinux.com/27018/best-ways-to-encrypt-files-in-linux.htm17:30
TJ-RonaldsMazitis: if it is for Linux-only hosts use LUKS but if it needs to support other OSs, then Veracrypt17:30
tete_libreoffice always switches to swiss german layout, even tho i configured everything to german layout. anyone an idea what could cause that?17:34
lotuspsychjetete_: you could try asking the crew in #libreoffice17:48
tete_oke17:50
lotuspsychjetete_: unless its an ubuntu locale issue17:51
tete_hm my lang is set to LANG=de_CH.UTF-817:51
tete_wondering why that is17:51
tete_in settings -> languages i can also not change it to german/german, its always german (swiss)17:52
tete_maybe thats the problem why libreoffice always uses that annoying CH thingen17:53
tete_i manipulated now /etc/default/locale because its not possible in the UI to do that17:54
tete_hooray, libreoffice opened the document in german/german17:55
tete_thanks17:55
MightBeTrippinwhat the hell is up with the new homepage? back in the xenial days it wasn't all enterprise info. it's like canonical wants to ditch the desktop users and go full enterprise...18:00
lotuspsychje!discuss | MightBeTrippin18:02
ubottuMightBeTrippin: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!18:02
MightBeTrippinwhoops. sorry...18:02
v0lksmanhello all...is there something special about systemd config files that end with a ~ ?18:16
krytarikv0lksman: Sounds like backup files created by a text editor of yours while using it.18:19
v0lksmanyeah ok...just wanted to make sure it wasn't some systemd thing18:22
v0lksmantrying to untangle an old system18:22
=== Sven_vB_ is now known as Sven_vB
ryanpdg1This isn't exactly ubuntu related... but I'm doing my first PC build and I've run into issues getting on the BIOS boot screen18:48
lotuspsychjeryanpdg1: are you trying to install ubuntu on your new machine?18:51
ryanpdg1lotuspsychje, I will be. as long as i can get to my bios settings18:52
lotuspsychjetell us at wich point you're stuck ryanpdg118:53
ryanpdg1lotuspsychje, My MB is http://www.asrock.com/MB/Intel/B365%20Pro4 and I can't seem to get into the BIOS boot screen18:54
ryanpdg1I'm fairly certain that the monitor i'm using is good. I've used it on a raspberry pi just a few moments ago.18:54
lotuspsychjeryanpdg1: most common keys; F2 F10 DEL to get in bios18:57
tete_its again swiss german, this is such a PITA18:58
tete_wondering if i have to first logout to take the locale settings take effect18:58
Apachezany suggestion on why Pinta is crashing all the time? journalctl tells a big dump which starts by   pinta.desktop[120342]: free(): invalid pointer19:00
tomreyntete_: you didn't say which ubuntu version you're using or which whether it's Ubuntu itself or one of the other desktop flavours, or server. but if it's the default desktop, for all supported releases other than 16.04 LTS, you should be able to go to Settings -> Region & Language.19:08
tete_tomreyn, its xubuntu 20.04 and when i go to settings > region language, this is set to german / german, but when i go to settings -> language, it is german (swiss), then english and then german (german), which is wrong19:09
tete_but its not changeable19:09
tomreynApachez: this sounds like a programming error. you could debug it with gdb to maybe get a better idea where it's failing, but chances are this won't help. which ubuntu release are you running, are you using the pinta apt package from this release?19:09
tete_german (german) is greyed out19:09
lotuspsychjeApachez: pinta working like a charm here on 20.0419:09
tomreyntete_: maybe ask in #xubuntu, too, then. system locales won't change until logout + login and myabe also require you to restart the systemd user manager (using loginctl)19:11
tete_ok then i'll test that later when i reboot19:11
tete_and if it still wont work i'll ask in #xubuntu19:11
tomreynuse the 'locale' command to see what's configured in the current seesion19:11
tete_i changed it in the /etc/default/locale file but locale shows me still that de_CH19:15
tete_guess i have to restart19:16
tomreyn /etc/default/locale is your system locale. you *may* want to keep that on english, but set your users' locale to your local one.19:16
shibbolethhttps://security-tracker.debian.org/tracker/CVE-2020-2666419:24
shibbolethso, this makes what, seven code exec vulns in xenial+bionic apt vlc?19:25
shibbolethand please, not the "universe, wontfix"-spiel. friggin GNOME in xenial has had a local root for three years...19:25
shibboleth"try the app store version" <--- also, please don't19:26
shibbolethdebian is entirely community maintained, yet they manage to keep their apt repos updated. they even bumped vlc from vlc2 to vlc3 on old-/stable to patch vulns19:27
tomreynshibboleth: please keep in mind that this is sa support channel, mostly self support. you're commenting, this isn't really the right place. there's a discussion channel, and one of the security team.19:27
ennozddhello I want to block client-to-client vpn traffic with ufw. I ran "ufw route deny to 10.8.0.0/24 from 10.8.0.0/24" but it doesn't seem to work am I doing it wrong?19:34
leftyfbshibboleth: use the snap version19:34
shibboleth<shibboleth> "try the app store version" <--- also, please don't19:34
shibbolethennozdd, that's on each client19:35
leftyfbshibboleth: ok, then off with ya. Not sure what help you expect to get for this19:35
leftyfbif you refuse the solutions19:35
shibbolethit's not a solution. it's a proprietary app store19:35
ennozddshibboleth: yes I want nobody on the network talk to one another19:36
shibbolethennozdd, disable client-to-client?19:36
leftyfbshibboleth: snap are open source. Half the time they're based on the source code right from launchpad or github19:36
shibbolethleftyfb, still a proprietary app store19:36
leftyfbshibboleth: ok? Again, what help do you need here?19:37
ennozddshibboleth: I have been trying to do that for 2 days I still couldn't figure out how19:37
shibbolethennozdd, look in the .ovpn/server config19:37
ennozddexcept for iptables solution which resets after reboot so I want to do that with ufw19:37
ennozddshibboleth: for the records I don't have client-to-client entry in  my server.conf19:38
leftyfbennozdd: you can add your iptables rules to get loaded at boot19:38
tomreynennozdd: iptables-persistent19:38
ennozddyes I heard that one but this would offically make me hate ufw19:39
shibbolethennozdd, it may be a default so that you'll have to explicitly disable it. also, are you using a shared pool or net30?19:40
shibbolethleftyfb, it should be rather obvious: suggest that the apt repo be updated19:40
=== nckx[2] is now known as nckx
leftyfbshibboleth: that is done by bug reports and contacting the maintainer of the application in question. Not here19:41
ennozddshibboleth: I don't know really I'll have to look it up19:41
lmatI just installed tigervnc-standalone-server. Now when I x0vncserver; it says "command not found"19:43
leftyfbshibboleth: lol, just had a quick look at who the maintainer of the ubuntu vlc package is.19:44
leftyfbshibboleth: also, guess who is the maintainer of both the apt package and snap?19:44
ennozddshibboleth: I googled them but I couldn't find anything relevant does it have anything to do with my situation?19:44
shibbolethleftyfb, dunno? same person?19:44
leftyfbshibboleth: same organization. Goes by the name "videolan". Ever heard of them? lol19:45
shibbolethleftyfb, and this improves on the situation how, exactly?19:46
shibboleth"unless videolan do it for us we don't care"?19:47
leftyfbshibboleth: VLC is the maintainer of their own package. Contact them for support19:47
shibbolethsame goes for gnome/gdm3?19:47
leftyfbshibboleth: nope, AFAIK, the gnome implementation for Ubuntu is maintained by Canonical devs19:49
leftyfbshibboleth: to simplify, if you are concerned with the version of the apt package for vlc, you should contact VLC since they are the maintainers of the package.19:50
leftyfbshibboleth: good luck19:50
Apacheztomreyn: yup the official one through ubuntu19:51
Apachezlotuspsychje: seems like some issue with mono according to the findings I manage to locate - but the officla mono repo have no support (yet) for groovy19:52
krytarikleftyfb: Where do you see that "videolan" maintain the vlc package in Ubuntu though?  Because that'd indeed be the same person who does it in Debian.19:52
Apacheztomreyn: pinta                                      1.6-219:52
lotuspsychjegot same version on 20.04 Apachez can you make it crash yourself?19:53
Apachezit crashes as soon as I try to open a file19:53
Apachezit loads fine but as soon you try to do anything it just poops19:53
Apachezand dumps shitloads of loglines in journalctl19:54
leftyfbkrytarik: https://launchpad.net/vlc19:54
lotuspsychjeApachez: just loaded a wallpaper, seems to continue working19:54
Apachezwill try to remove it and autoremove --purge the related packages which apt now says is no longer needed (looks like pinta is the only mono based software on this box)19:54
krytarikleftyfb: https://launchpad.net/ubuntu/+source/vlc - otoh.19:54
ApachezI have had this issue since about 18.04ish19:54
leftyfbkrytarik: ok, then that would be the Debian team who apparently "manage to keep their apt repos updated"19:55
lotuspsychjeApachez: oh wait, closing pinta seems to freeze19:56
krytarikleftyfb: https://launchpad.net/ubuntu/+source/vlc/+changelog - or one could look at the actual changelog.19:56
Apacheznow trying to reinstall pinta and its depedencies19:56
lotuspsychjeApachez: no, wait19:56
lotuspsychjeApachez: you are right, it bugs19:56
Apachez127 new root certificates were added to your trust store. <- oh the joy19:57
Apachezso pinta reinstalled with dependencies19:57
Apachezlets see how it works now...19:57
Apachezstarts just fine19:58
Apachezas previously19:58
krytarikleftyfb: https://packages.qa.debian.org/v/vlc.html - to be fair, they did fix their latest stable version though.19:58
lotuspsychjeApachez: getting some of these https://dpaste.com/G32DUM7UF19:58
leftyfbliterally today19:59
leftyfbkrytarik: ^19:59
lotuspsychjeApachez: bug #1786822 and tons of dupes19:59
ubottubug 1786822 in Pinta "Pinta constantly crashes in Ubuntu 18.04 fresh install" [Undecided,Triaged] https://launchpad.net/bugs/178682219:59
=== bildramer1 is now known as bildramer
Apachezaaaaaand it froze20:00
Apachezcant even kill it with windowmanager20:00
Apachezwell that escalated quickly ;)20:00
Apachezlotuspsychje: thanks, so its not just me then ;)20:00
lotuspsychjeaffect to the bug Apachez20:01
Apachezhad to kill the window through kill -9 in cli20:01
Apachezahh well, continue to learn gimp then :P20:02
TJ-Re: vlc. On Ubuntu the way it works is the *binary* package is automatically imported during the development phase of a release from Debian's then-current 'sid' archive to Ubuntu archive without a rebuild.20:02
leftyfbkrytarik: so it looks like (if I'm understanding this correctly) we have someone complaining that a bug fixed and released TODAY into Debian(which Ubuntu is based on) isn't available in Ubuntu yet. Am I understanding this right?20:03
krytarikleftyfb: Yeah, round about..20:03
TJ-hmm, actually, there is a rebuild (alters Maintainer). I need to dig deeper before commenting :D20:05
krytarikleftyfb: Except it was already synced to Hirsute a few days ago because it was published to Unstable on the 18th already.20:06
leftyfbkrytarik: so it's available in the development version of ubuntu as part of the normal process of pulling in the latest packages from Debian(within days) right? :)20:07
krytarikYeah, just that obviously doesn't help any users of a stable release yet.20:08
TJ-the issue is more that, for example, VLC in 20.04 LTS hasn't been backported or synced from debian-security since the initial archive syn on 2020-0420:09
TJ-and as a Universe package it is 'community' maintained20:09
leftyfbbut TJ- , he already said " and please, not the "universe, wontfix"-spiel" so that's apparently no excuse20:10
TJ-leftyfb: my point is the user's of VLC are the 'community' and therefore the onus is on them to fix it20:12
TJ-not expect someone else to do it20:12
krytarikTJ-: https://launchpadlibrarian.net/518061979/buildlog_ubuntu-hirsute-amd64.vlc_3.0.12-1_BUILDING.txt.gz - disagrees with you that synced packages aren't rebuilt on Ubuntu infra though. :P20:12
TJ-krytarik: I already mentioned that20:13
TJ-krytarik: I misread the publishing/imported by info and mis-clicked checking the build list and hit the 'focal' release info not the amd64 build log20:13
krytarikAh, there you said it indeed.. XD20:14
krytarik(That's what one gets for reading the messages backwards.)20:16
leftyfbaccording to the CVE "Minor issue, wait for next LTS release"   so I don't know why it's expected to have this version in Ubuntu days after it's been fixed20:16
anicowhello, i have a thin it say: ubuntu login:20:17
anicowbooted from usb, wil20:17
anicowit is, lubuntu20:18
krytarikleftyfb: Well, apperently they've achieved what they wanted by occupying a whole channel with it - so what!? XD20:18
anicowwill you help me login please20:18
leftyfbanicow: Is this a live usb installer you're referring to?20:19
anicowsimilar i used this thing called pendriveusb20:19
krytarikI think they are indicating that the desktop didn't load..20:19
anicowoh20:20
leftyfbanicow: don't. Go download the lubuntu installer and use something like etcher.io to create the usb installer20:20
anicowi....20:20
anicowjust want to login then ill be fine i guess20:20
* anicow stares at the lubuntu screeen20:21
anicowwhat do i login as?20:21
anicowubuntu ubuntu does not work20:21
krytarikThat'd be "lubuntu" and empty password.20:22
anicow2sec20:22
anicowit says login incorrecnt20:24
anicowi tried lubunntu20:24
anicowno pass20:24
krytarik"lubunntu" or "lubuntu"?20:25
anicowlubuntu20:25
krytarikWell, something is wrong anyway if you end up at the login prompt..20:26
leftyfbanicow: the installer wasn't created correctly. You are not supposed to see the login screen at all.20:26
anicowoh i seee20:26
anicowwell, i just want to login20:27
krytarikanicow: What version of it are we talking btw?20:28
anicow20.120:29
leftyfbanicow: do you mean 20.10?20:29
anicowyes that is what i mean20:30
krytarikWell, try again to log in with the given credentials, it ought to work.20:30
leftyfbanicow: I would suggest downloading the lubuntu installer iso and use something like etcher.io to create the usb installer20:30
ioriaanicow, with 'thin', you mean a 'thin client' ?20:30
anicowwell, it is an old r610 rackserver20:31
ioriaanicow, with 'thin', you mean a 'thin client' ?20:32
krytarikPretty sure they just misspelled "thing"..20:32
ioriai see20:32
anicowyeah i misspelled thing20:32
anicowok ill try using etcher20:32
leftyfbanicow: that should work just fine. Though, why do you need a desktop environment on it at all? I would suggest installing the server edition20:32
anicowhm20:33
anicowohright i could just do that20:34
leftyfbanicow: do you have a specific requirement for the desktop GUI running on this server?20:34
anicowno, no GUI required20:34
leftyfbanicow: ok, then I would suggest forgoing it20:35
anicowthank you20:36
MIFhow can I search the contects of files from cli20:50
MIFwith out opting up every one20:50
WaVcat20:50
MIFwhat would that look like?20:50
MIFI am looking through logs20:50
WaVcat log.txt | grep "string"20:51
MIFok20:51
MIFthank you WaV20:52
TJ-MIF: "grep -rn 'string' /var/log/" would search all files in and under /var/log/ (might need to use sudo for reading some of them)20:53
MIFthank you TJ-20:55
TJ-MIF: -r is recursive, -n is report line number of match20:56
lmatI just installed tigervnc-standalone-server. Now when I x0vncserver; it says "command not found". Based on what I read at https://help.ubuntu.com/community/VNC/Servers x0vncserver should be in this package, right?22:09
lmat(I also installed tigervnc-viewer, but I don't think that's relevant.)22:09
compdocx0 seems odd22:10
lmatIt's a special program that "exports" the current X session. I'm using it on archlinux to good effect, just need to figure out how to get it installed on xubuntu :-D22:10
leftyfblmat: x0vncserver is not a file that exists in any ubuntu package22:11
lmatleftyfb: You see https://help.ubuntu.com/community/VNC/Servers? Perhaps it's out of date? Thanks for checking on that for me!22:11
lmatWell, this is an X,Y problem... I would like to view my screen from a different machine. Typically I  x0vncserver -display :0;  then   vinagre host;  to view the screen.22:12
TJ-lmat: tigervnc-standalone-server: /usr/bin/Xtigervnc22:12
matsamanlmat: apt-file will tell you what package provides it22:12
TJ-lmat: and tigervnc-standalone-server: /usr/bin/tigervncserver22:12
leftyfbmatsaman: I already searched it, x0vncserver does not exist in any packages in Ubuntu 18.04 nor 20.0422:13
lmat(I'm running Ubuntu 20.04.1.)22:13
TJ-lmat: there are man-pages for both the executables above22:13
matsamanleftyfb: cool22:13
lmatIt looks like Xtigervnc creates a new X session with a "virtual" screen (according to man page). tigervncserver syntax is  [[user@]host][:display#]  which looks hopeful for exporting the currently-running X session.22:14
lmatwow...maybe this can all be done in one fell swoop... ordinarily, I SSH to the machine then start up vnc server. Maybe I can just   tigervncserver user@host:display -rfbport portnum;22:16
leftyfblmat: you know Ubuntu 20.04 has hooks for vino built in right?22:17
TJ-lmat: also see "man vnc.conf"22:17
leftyfblmat: https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html.en22:17
lmatleftyfb: Thanks!22:17
leftyfblmat: once you install vino, you just enable "Screen sharing" in the ubuntu settings22:17
lmatleftyfb: Nice, thanks!22:17
AugustusCaesar24I have installed python 3.9 but my server keeps defaulting to python 3.622:19
AugustusCaesar24how do i fix this?22:20
=== medium_cool is now known as medium_cool[away
lmatOh crap. "Warning :0 is taken because of /tmp/.X0-lock  ... A VNC/X11 server is already running..." Yeah, I'm wanting to expose that via vnc :-D22:20
lmatAugustusCaesar24: Depends. How are you running your "server"?22:20
lmatAugustusCaesar24: I mean...normally I use docker then it's simple: only install python 3.9.22:20
lmatAugustusCaesar24: But other things are likely more complicated :-)22:21
AugustusCaesar24I should have been using docker but I didnt know how to at the beginning so i didnt use it22:21
AugustusCaesar24maybe ill use it in the future22:21
leftyfbAugustusCaesar24: https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/22:21
lmatAugustusCaesar24: Please always use it :-D But what are you doing on your "server"? How are you starting python? Maybe you need to run `python3.9` (or something) instead of `python`?22:22
AugustusCaesar24I am trying to pip install a package that requires python 3.7 or above and on my server I have python 2.7 and deafault version of python 3.6.922:23
AugustusCaesar24I pretty much have all the pythons on my system22:25
lmatAugustusCaesar24: Internet says you should do   python -m pip install ...;  where "python" is the correct one (python3.9?)22:26
lmator maybe python-3.922:26
lmatOr maybe pip-3.9 install ...;22:26
AugustusCaesar24so i do sudo python -m install?22:26
AugustusCaesar24i tried pip3.9 and that didnt work22:27
lmatpip-3.9 ? (not pip3.9)22:27
AugustusCaesar24oh i see22:27
AugustusCaesar24I will try that22:27
lmatAugustusCaesar24: (type  pip<tab><tab>  to see all the options)22:27
AugustusCaesar24pip-3.9: command not found22:28
AugustusCaesar24i have           pip     pip2    pip2.7  pip3    pip3.622:28
lmatAnd "pip" is the wrong version, right? Maybe try    python -m pip install ...; with the correct python (not sudo python -m install).?22:29
AugustusCaesar24what do i put in place of  ... ?22:30
AugustusCaesar24since I already have my project in production, do you think itll be doable to add docker to it easily or no?22:31
lmatAugustusCaesar24: Whatever you're wanting to install.22:33
=== medium_cool[away is now known as medium_cool
lmatAugustusCaesar24: You said "I am trying to pip install a package..."  so put that package name in there.22:34
AugustusCaesar24 lmatfound it!22:34
AugustusCaesar24to set the python version we have to do             alias python3=python3.922:34
lmat:-o  Glad you got it sorted!22:34
=== hacxman is now known as hexo
maxFlexGuestThere needs to be a performance measurement tool on all flavors of Ubuntu Linux, including Ubuntu Budgie, which is not on IRC right now.22:36
tomreyn/join #ubuntu-budgie22:38
maxFlexGuestI think Ubuntu Linux may not be meeting the needs for some users right now. Some people might not understand how to run Unity or even GNOME 2 on Ubuntu (Default) versions “Focal Fossa” through “Hirsute Hippo.”22:38
tomreyn!discuss22:38
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!22:38
shibbolethwhy vnc?22:40
shibbolethxorg is already server/client?22:40
gnUserCan anyone recommend a nice Window manager for Ubuntu 20.04? Focus would be on beauty23:11
zmcfgnUser: beauty is subjective, for me i use cwm, and i think is beautiful23:15
garttI'm dying to try CWM23:16
garttI'm on fluxbox right now which had always worked great, but the cwm screenshots look even simpler23:16
zmcfgartt: yes, is very simpler, but i like that way.23:18
garttMy Dell netbook barely ran with the ubuntu desktop environment, but is very responsive on fluxbox. Night and day difference23:19
zmcfgartt: you should give a try, the configuration file is very simple and the documentation is great.23:19
garttzmcf: I've always heard good things about it. Came very close to trying it in slackware23:20
zmcfgartt: i use for the first time when i installed in a OpenBSD on a Dell notebook23:21
zmcfgartt: and using since them.23:22
garttzmcf: I'm a bum - I've still not tried OBSD, despite praise from everyone who's used it23:22
garttgentoo, slackware, ubuntu and freebsd for me so far and I'm a repeat offender of most of them23:23
=== medium_cool is now known as medium_cool[away
black_13can i or how do create a custom key mapping for me keyboard23:39
oerheksthis page is outdated, https://help.ubuntu.com/community/Custom%20keyboard%20layout%20definitions but this page might be a help too https://itectec.com/ubuntu/ubuntu-how-to-add-a-new-keyboard-layout-custom-keyboard-layout-definition/23:43
strixdioHey, I have 4x GPUs in my system. Primary is AMD onboard, then 2x 1070s, and 1x 760. I have the 1070s bound to vfio-pci driver, and the 760 is getting nouveau. xrandr only shows one "screen". How do I actually use the 760 for display output of the host?23:44

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