/srv/irclogs.ubuntu.com/2021/03/11/#ubuntu.txt

=== HappyHotDog is now known as SmugHotDog
=== ledeni_ is now known as ledeni
NotSatoshiWhat's the easiest way to create an encrypted bootable ubuntu usb drive? Is there anyway to do this without tricking the OS?01:19
NotSatoshiand removing the hard drive?01:20
oerheksfull encryption/lvm is an install option, but an USB will be horribly slow.01:20
oerhekslike a boot of 5 min..01:21
NotSatoshitails runs pretty good, was hoping for an ubuntu version of that01:21
NotSatoshioerheks: you are talking about installing from one usb to another right? I am worried I might mess up my bootrecords on the device in the process01:24
oerheksyes, usb to usb, and you would get the question where to put the bootloader, for sure01:26
oerheks:-)01:26
NotSatoshihmm....ok, I'll try that01:27
NotSatoshiAt what point do I select encrypt home folder? I already created a user and selected require password to login...does that mean the home folder is encrypted (i am guessing no)?01:41
sarnolddepending upon release, that feature may not exist any more01:44
oerhekshttps://computingforgeeks.com/ubuntu-focal-fossa-installation-with-screenshots/01:44
oerheksyes, advanced features https://computingforgeeks.com/wp-content/uploads/2020/04/install-ubuntu-20.04-step-by-step-04.png01:44
NotSatoshiI have to select Advanced Features to do that?01:49
kantlivelongis there no way to remove a value in nmcli interactive? I know theres mod -option val but that doesnt seem to work with set.02:10
=== zbenjamin is now known as Guest67924
=== zbenjamin_ is now known as zbenjamin
=== NeverLoads2 is now known as NeverLoads
=== jnsgruk08 is now known as jnsgruk0
=== denwa6 is now known as denwa
=== guillaumedsde012 is now known as guillaumedsde01
=== Linkandzelda_ is now known as Linkandzelda
=== jeddo- is now known as jeddo
=== graingert is now known as graingert[m]
=== graingert[m] is now known as graingert
jwashGood evening everyone. I use a VPN which requires sudo to engage via command line. Is there a way to allow a non-sudo user to start and stop the VPN?04:04
isapgswellhi04:23
isapgswellhow to stop X from listening tcp  | local and unix ???04:23
isapgswelllike: -nolisten tcp -nolisten local -nolisten unix04:23
isapgswelli ran: sudo ps lf -C Xorg   , and this return do show nothing about listening or not04:25
=== Patrick__ is now known as ptah
=== EddyKid is now known as MJCD
ouyeswhat does it mean if someone say "signatures deployed on a firewall"06:13
RisingCoderHey party people, I have a problem I have been trying to figure out for a while and was hoping maybe someone here has experience with it.07:07
RisingCoderI am attempting to create a signed apt repository for my apt/debian packages.07:07
RisingCoderI was able to copy my old Bintray repo and get it to work but when I tried updating the gpg key and packages/release files I'm now getting this error.07:08
RisingCoderThe repsitory <repository> is not signed.07:08
RisingCoderThink I might have just figured it out answer at bottom of this doc: https://blog.packagecloud.io/eng/2014/10/28/howto-gpg-sign-verify-deb-packages-apt-repositories/07:13
=== mycookie8 is now known as mycookie
meandrainI have 700% - 900% load on swapd process sometimes. Any idea how make swapd use less cpu? I am on a ryzen with 12 cores / 24 threads08:16
leumashmHi guys, im on ubuntu desktop LTS 14, im trying to connect to my synology nas. but i cant i realise its my smb version on my ubuntu desktop. how to upgrade smb version on my ubuntu desktop?08:17
meandrainhttps://i.imgur.com/njDR3qd.png      my swapd process08:17
cbreakleumashm: how about you get 20.04?08:18
leumashmcbreak but i have a ton of them deployed outside 100+ runing 14. and hardware can only support up to 1408:19
cbreakthat sounds idiotic08:19
cbreakdo you even get security updates for that?08:20
leumashmcbreak yeah it is. but will be changing all of them to vms after we virtualize all of them. thne wont have this issue.08:20
leumashmcbreak any idea how to upgrade smb on ubuntu desktop to protocol 3? so that my ubuntu desktop can connect to my synology nas?08:21
cbreakyou want to change 100 desktops to VMs?08:21
cbreakas I said: I'd just update ubuntu. Newer versions come with newer samba clients08:21
p0aHello when I run pip3 I get this error: https://termbin.com/gws1 I have python-pip3-whl installed from apt08:35
p0anevermind I needed to delete the local version that somehow I obtained08:36
JackMayolhey guys. Rather beginner Linux user here. I have a couple of game servers around the globe running Ubuntu. Since recently a bash command doesn't give the output expected anymore and I have no clue why. This is an example which worked and now just isn't giving me any results anymore (the string is existing, I have done this with different values dozens of times):08:48
JackMayolfind . -type f -name "*.profile" | parallel -k -j150% -n 1000 -m grep -H -F 'sid="1111"' {}08:49
JackMayolmaybe someone could tell me what changed or what could be the reason that it's not working anymore?08:49
JackMayolthanks for the help08:49
p0aJackMayol: my advice is, make a small testcase08:53
=== jelly-home is now known as jelly
JackMayolp0a, just made a testcase with "just" 5000 files in a dir (instead of 290k) but same issue. Tried just with find . -type f -name "*.profile" | grep -H -F 'username="DFGHJRTYU"' but still nothing08:58
p0adoes find work?09:00
pasizJackMayol: does it output anything09:00
p0aI don't see why the grep pipe is there if `find' doesn't work; bisect your command until you get to the point of interest09:01
JackMayolthis here works: find . -type f -name "*.profile" | parallel -k -j150% -n 1000 -m grep -H -F "DFGHJRTYU" {}09:01
JackMayolso "DFGHJRTYU" instead of 'username="DFGHJRTYU"'09:02
pasizJackMayol: does your find output contain word username nor uid09:02
JackMayolpart of my output containing this string: <profile game_version="121" username="DFGHJRTYU" digest=""09:04
p0aHow about a grep for '"DFGHJRTYU"'?09:06
JackMayolworks too09:06
p0aContinue adding 1 character after another until it fails09:06
JackMayolit fails with the equal sign09:07
p0aIf it's XML, why are you using grep? :P Use an xml parser09:07
JackMayolyea I know, but we don't have an admin tool for it, so I just make stuff through bash command >_<09:08
p0aSo it fails at the equal sign, open up the find output with an editor and search for ="..."09:09
p0aif the search fails, see why. Inspect it yourself09:09
p0aMy understanding is, you want to make sure the shell is not getting in the way, and that the file actually contains the data you are searching for09:10
p0atry to rule out 1) and 2)09:10
JackMayolI searched for username="DFGHJRTYU" in the output result file and it finds it. As I said, I have used this search command this way since a long while and never had issues until today (first time I used it again since about 2 weeks)09:14
JackMayolfind*09:15
p0aJackMayol: what's the output of echo '="foo"' ?09:16
p0ais it what you'd expect?09:16
JackMayol="foo"09:16
JackMayolyea09:17
p0aWrite a bash script and store the search string 'username="foo"' in a variable $x that you pass like "$x$" to grep09:17
JackMayolouch, I know that it's not hard but still too hard for me though. Never wrote a bash script myself *hides*09:19
p0aJackMayol: try the command without parallel09:20
p0aJackMayol: on the 5k testcase, does it work?09:20
JackMayoltried it already, no output:  find . -type f -name "*.profile" | grep -H -F 'username="DFGHJRTYU"'09:21
p0atry without -H and -F09:22
JackMayolno output either09:25
limbo_Is there an easy way of getting systemd-resolved to stop listening on port 53, and still have DNS work on the machine? Like, can I have it use a socket or something? On ubuntu server 20.04. I'm asking because I'm installing powerDNS, and that wants to use the same port, but I don't want to use it for the server's own lookups.09:25
p0aJackMayol: reduce the problem to 1 file, make sure find outputs to stdout instead of stderr09:27
p0aJackMayol: at some point, you're telling us that grep is not working. I am not believing that ;P09:27
pasizlimbo_: port doesn't make sense here, depends on /etc/resolv.conf where system asks for dns09:29
pasizlimbo_: to overwrite systemd dns settings, you could configure /etc/systemd/resolved.conf09:33
pasizafter that you restart systemd-resolved09:33
pasizto check queryed dns servers, type "systemd-resolve --status"09:34
limbo_pasiz: what I've tried so far was using DNSStubListener=no in resolved.conf and restarting systemd-resolve. This led to it not listening on 0.0.0.0:53 anymore, and DNS lookups failing. (I tried curl example.com) changing the config back and restarting made it work again.09:37
pasizof course it would, if you don't specify where it should query09:38
pasizthere is option DNS and FallbackDNS09:39
pasizyou need to configure those09:39
limbo_pasiz: you are right, I'm an idiot. Thank you.09:40
pasizlimbo_: no, you are too fast to make changes without reading documentation ;)09:41
PeyamHow do I check if a package is installed ? what is the command terminal?09:53
meandrainany idea how I look in logs using journalctl but ignoring sshd service? (I want to see logs for all other services09:54
summonnerPeyam, you can use apt to list the packages installed already09:55
lotuspsychjePeyam: apt policy package09:55
summonnermeandrain, if you cat the log | grep -v ssh | less09:55
meandrainsummonner: there is journalctl -u service to list a service. I need a similar command but to ignore that service instead09:56
meandrainwith grep I don't get coloring09:56
summonnergrep --color -v09:56
meandrainalso I want to use journalctl like tail09:56
meandrainsummonner: Interesting, I did not knew that09:57
summonnerman is your friend09:57
summonnerman grep09:57
summonnerfor anyone that just got triggered, it's short for manual - in the "old" days, when analog modems were used, every keypress in unix was precious09:58
summonneralthough i'm always getting traceroute and tracert mixed up on windows/unix09:59
meandraininteresting, journalctl -f works with grep (the tail-like command)10:01
UblxMorning, I have 2 questions today:10:02
Ublx1. when i configure a sftp access for one folder(structure) is the rest of my system safe or are there possibilites to access to the data outside the sftp area?10:02
=== cjoke_ is now known as cjoke
summonnerUblx, sftp stands for... what is your understanding?10:04
Ublx2. gnormalize does not work for me ... all track files are broken or contain just the first seconds. is there a one liner for command line to get cd tracks to mp3 ... without any special naming?10:04
Ublxsummonner: safe and secure? :) but what about the rest outside the sftp folder structure?10:04
summonnerUblx, i'd recommend a short googling10:05
summonnerbecause, if you're going to open your system up, you should understand the tools and their capabilities10:05
Ublxi did. for both. many times. but i didn't find a good answer.10:06
summonnerin that case, probably a book? you're touching on a complex topic that is difficult to convey on an ubuntu problem-fix channel10:09
Ublxok, thought about a helpful start by knowing little bit about security. asking isn't a mistake - i thought.10:11
summonnerUblx, stick around in the channel then, perhaps someone will pick up the question10:16
=== yawkat` is now known as yawkat
Ublxyup. of course.10:21
summonnerJackMayol, did you get a solution?10:21
JackMayolunfortunately not :-/10:21
JackMayolif at least the exact same command wouldn't have worked for years before, I would think bah it's maybe just me...10:22
summonnerjust reading the scrollback10:22
summonnerforgive my questions if you've already answered, so you're in the folder with the profile files, yes?10:23
summonnerand you run   grep username=\"DFGHJRTYU\" *.profile    does that give you anything10:25
=== apw_ is now known as apw
summonneralso for your other commands, just as a suggestion, escape the * or other characters with \  try not to use quotes, it makes it harder to figure out where the string closure can be (unless you're using an editor like nano which will colorize the strings automatically)10:27
chriss_tonidoes anyone know if there will be a update from Ubuntu Touch to 20.04 this year?10:28
lotuspsychjechriss_toni: ask in #ubports please10:29
lotuspsychjechriss_toni: ubuntu-touch is not community driven and renamed to ubports10:29
lotuspsychjenow10:29
chriss_toniyes i doe. but i ask many questians at this channel. no problem. thx.10:30
chriss_toni:)10:31
JackMayolsummonner, grep username=\"DFGHJRTYU\" *.profile works10:35
JackMayolgrep 'username="DFGHJRTYU"' *.profile as well, though10:36
summonnerdoes:    find . -type f -name \*.profile" | parallel -k -j150% -n 1000 -m grep -H -F \"DFGHJRTYU\" {}     work?10:38
summonnercorrection:    find . -type f -name \*.profile | parallel -k -j150% -n 1000 -m grep -H -F \"DFGHJRTYU\" {}10:38
JackMayolsummonner, yes10:40
summonnerand JackMayol your original find/grep was looking for the sid string, yes?10:44
JackMayolsummonner, yes10:44
summonnerJackMayol, and if you run    grep  sid=\"1111\" *.profile     in that folder? it works?10:46
JackMayolsummonner, in the orginal folder (284k files, half of them *.profile files) I get this:  -bash: /bin/grep: Argument list too long10:51
JackMayolwhile in the 5k files test folder, it works10:51
summonnerJackMayol, what about if you bash -x before the parallel, do you get   /usr/bin/parallel: line 22: use: command not found10:54
JackMayolsummonner, yes10:58
summonnerJackMayol, also, try this: save the output from the find into a text file. typically find *.profile > test.txt     then use parallel but instead of pipe and {}  replace that with    .... <test.txt   and see if that works10:59
summonnerlike parallel -k -j150% -n 1000 -m grep -H -F sid=\"1111\" <list.txt10:59
summonner(whatever you name the file)10:59
summonnerJackMayol, AH11:05
JackMayoldoesn't output anything in the file11:05
summonnerJackMayol, found the cause. so, looking at your original command:  find . -type f -name "*.profile" | parallel -k -j150% -n 1000 -m grep -H -F sid=\"1111\" {}11:06
summonnerintroduce an echo into the parallel11:06
summonnerso you see what is happening with the perl script. ie.    instead of   grep -H -F   do    echo grep -H -F    etc11:07
summonnerand the output, what you see, is what parallel is running - which is clearly not correct - none of the quotes are being escaped correctly, they're being lost. so you need to keep escaping until you see the correct command - then you can remove the echo11:09
summonnerdoes that make sense? It now works on my machine11:10
summonnerand if this command used to run until today, then you now have a file name, or contents inside the file, which are causing the escaping to fail. probably there's a quote in there somewhere, that isn't being closed.11:11
summonnerif you want to find the culprit, you're going to have to find all recent files, and check them, such as writing some sort of debug script to check each file and compare count, and when you find difference, a missing result, then you can narrow the problem file down and escalate that to whomever writes the files - there's obviously a bug in the code which produces these files11:13
summonnerthat was fun11:13
=== Amol is now known as Amol|afk
famubuHi. I typed a non existant command in my terminal with bash as shell and quickly did Ctrl-C after pressing enter. Then I'm getting some python errors saying frozen_importlib KeyboardInterrupt. Does this mean than python is used somewhere in bash?11:52
famubuOr is this python error coming from somewhere else?11:53
JackMayolsummonner, thanks for your help, much appreciated! Some files might indeed be truncated. At least now using /" instead of " helps11:57
* nicoz augura buon pranzo a tutti..12:02
ografamubu, the command-not-found tool (that makes suggestions about installing a package that contains said command) is packaged in python ... the specific shell error is routed to it12:13
ograif you managed to create a traceback your timing must have been really lucky to hit it at the right moment or your computer is really slow 🙂12:14
jellyis there a way to set status "away" and "active" on all the chat clients at once?  Right now I use: hexchat, skype, teams, I'll probably install slack, maybe discord12:17
jellyon bionic12:18
summonnerJackMayol, yw12:19
=== Amol|afk is now known as Amol
eedgitHey, I'm trying to run Robot OS using VirtualBox/Vagrant. Issue is I'm on a ARM M1 mac. I see on the ROS site that it's compatible with 18.04 Bionic ARM, but I'm only finding images for Ubuntu Server or raspberry Pi. Would one of these work or am I SOL?12:29
=== viaSanctus_ is now known as viaSanctus
BluesKaj'Morning folks12:53
jessmeowning12:56
=== dtux_ is now known as dtux
=== kinghat2 is now known as kinghat
=== waxfire2 is now known as waxfire
=== cryocaustik7 is now known as cryocaustik
=== vioan_ is now known as IonutVan_
=== DrKK`` is now known as DrKK`
=== dvdmuckle_ is now known as dvdmuckle
=== genpaku_ is now known as genpaku
=== themill_ is now known as themill
=== WaV2 is now known as WaV
=== krisd_ is now known as krisd
=== OliPicard_ is now known as OliPicard
=== Ankhers_ is now known as Ankhers
famubuogra: Oh.. Didn't know that. Thanks!13:11
famubuogra: No my computer is a bit slow.. :-D13:12
famubuI can easily get that traceback.13:12
famubuHow is bash configured to use command-not-found? Is it some configuration in the .bashrc or .profile files? Couldn't find it there on quick grep.13:14
=== shann_ is now known as shann
=== osse_ is now known as osse
pavlosfamubu: there is a package installed, command-not-found, see "dpkg -l | grep command-not-found"13:46
pavlosfamubu: sudo updatedb ; locate command-not-found13:49
=== ace_me^^ is now known as ace_me
lupulofamubu, you should have echo $PATH, where the command is.13:54
lupuloyou could have two command-not-found, but only was executed the first in PATH13:55
ografamubu, /etc/bash.bashrc13:56
loco41211Hello, I've got a networking scenario with multiple IPs on one interface and I want to make all OUTGOING traffic from either a specific process or a system user's processes (whichever is easier) to use a specific source IP. Summarised here, would appreciate if any one with ideas could take a look: https://serverfault.com/questions/1056688/forcing-outgoing-traffic-via-specific-ip-by-process-or-user14:02
loco41211found one potential per-user solution via iptables already, though there's a dns problem I'm investigating14:02
leftyfbloco41211: maybe stick the user/services in an lxd container. Binding a bridge for that container should be pretty easy14:18
loco41211leftyfb, thanks for taking a look - seems similar to a docker style container, if I understood correctly?14:19
leftyfbloco41211: yep. docker would also work14:20
loco41211would mean dockerising the process(es) though... would prefer not to add that complexity layer14:20
loco41211the iptables trick seems similar, just need to find why it breaks dns resolution14:21
hydrianEllo all15:05
hydrianDoes anybody know how to add addition mount points to snaps?15:05
famubuogra: Found it in /etc/bash.bashrc16:05
famubuHad lost connection but found messages thanks to the log. :-)16:06
ogra🙂16:06
=== mIk3_09 is now known as mIk3_08
Rockwoodhi17:10
Rockwoodi am facing17:10
Rockwoodhttps://paste.ubuntu.com/p/NYYbKRZknm/17:10
julihi, i have a problem with a ubuntu-windows dualboot. I have upgraded the ubuntu with apt get upgrade. While that process i had to set an (UEFI?) password for secure boot. Now after reboot i had to validate that password, but when starting windows now, it can't unlock the bitlocker volume anymore17:11
julihow can that be?17:11
juliRockwood: from where did you get this error log?17:13
Rockwoodat time build react17:13
Rockwood sudo npm run-script build  on this command17:14
Mibixis there a way to set my VM to autostart through the Oracle VM Virtualbox Manager GUI?17:16
leftyfbjuli: that is a #windows question17:18
julileftyfb: why? It happened because i upgraded ubuntu...17:18
leftyfbMibix: maybe read the Oracle VM Virtualbox Manager GUI documentation?17:18
juliRockwood: what happens if you try to set the symlink manually?17:19
leftyfbjuli: that might be true, but there's nothing to do in ubuntu to fix it on the Windows side17:19
Rockwoodjuli, its auto setup17:20
julileftyfb: True, i just want to understand because of what that could happen, so that i know whether i can solve this somehow17:20
juliRockwood: sure, but it fails, because you don't have permissions to set that symlink '../node-sass/bin/node-sass\' -> \'/var/www/criminalimpulse/theme/node_modules/.bin/node-sass\''17:20
Mibixi dont see it in there17:20
leftyfbjuli: to be honest, I don't know because I disable EFI and secure boot whenever possible. But at the moment, your issue is getting Windows to work. This is not the correct place to get help with that17:21
Rockwoodjuli, how to set permissions then ?17:22
leftyfbMibix: https://kifarunix.com/autostart-virtualbox-vms-on-system-boot-on-linux/17:22
Mibixof course you cant do it in gui17:22
Mibixfacking linux17:23
leftyfbMibix: that is an Oracle issue, not linux. "linux" did not create the application17:23
juliRockwood: you have first to figure out, why you don't have the permissions there, especially when using sudo (with sudo you should normally have all permissions)17:25
Rockwoodjuli, i am confuse17:26
Rockwoodbcz VM not permanent permissions if once i give it17:27
juliRockwood: ?17:27
Rockwoodhttps://paste.ubuntu.com/p/j2jhCZsjYr/17:27
Rockwoodalways user change on restart17:28
Rockwoodback to root17:28
Rockwoodinstead of rockwood17:28
Rockwoodmy current user is rockwood17:28
juliRockwood: can you show the output of ls -la ../node-sass/bin/node-sass?17:29
juliand are you sure u used sudo?17:29
leftyfbRockwood: what version of ubuntu is this?17:30
Rockwoodrockwood@cyberia:/var/www/criminalimpulse/theme$ sudo ls -la ../node-sass/bin/node-sass17:30
Rockwoodls: cannot access '../node-sass/bin/node-sass': No such file or directory17:30
Rockwoodubuntu 2017:30
leftyfbRockwood: 20.04 or 20.10?17:31
leftyfbRockwood: "20" is not a valid version of ubuntu17:31
Rockwoodhow to chk17:31
Rockwood?17:31
leftyfbRockwood: lsb_release -d17:32
RockwoodNo LSB modules are available.17:33
leftyfbtry with sudo17:33
Rockwoodhttps://paste.ubuntu.com/p/5YXPpjfbXq/17:34
juliits 20.04.2 LTS17:34
leftyfbRockwood: you are pretty outdated17:34
Rockwoodyeah17:34
Rockwoodwhy?17:34
Rockwoodi just download this17:34
Rockwoodvery recently17:34
Rockwoodjust installed17:35
leftyfboh wait, nevermind. My bad, sorry17:35
julileftyfb: its LTS so it should be still supported?17:35
leftyfbsorry, got confused with my machine running 18.04 which is on 18.04.517:36
juli:)17:36
Rockwoodsudo do-release-upgrade -d -f DistUpgradeViewGtk3 should i do that?17:37
julii'am not very familiar with node/npm and so on, but from what i can read there is just a permission error, and you don't need to upgrade your whole system17:38
leftyfbRockwood: no, you do not need to do that17:38
Rockwoodok17:38
Rockwoodthen17:38
leftyfbRockwood: I would look for support from whoever wrote the application you are trying to install17:38
Rockwoodi am creating project17:39
Rockwoodin react17:39
Rockwoodmy old OS was dead17:39
Rockwoodso i just installed new version17:39
Rockwood1917:39
Rockwoodwas my old version of ubuntu17:39
juliRockwood: can you show the log with the command you issued and the path in which you are in?17:39
leftyfb!yy.mm | Rockwood17:39
ubottuRockwood: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle17:39
leftyfbRockwood: maybe ask in #react for support writing your own projects? Maybe there's good practices for locations/permissions you are missuing17:40
Rockwoodok17:41
Rockwoodsuppose if i wanna do rockwood user and all kind of permission on parent folder my user rockwood17:42
Mibixlol that guide doesnt work leftyfb17:42
Mibixhttps://forums.virtualbox.org/viewtopic.php?f=7&t=9076717:42
Mibixsame think happened to me grrr17:42
Rockwoodwhat kind of command helps?17:42
AndroUser10Hello anytime know how to set up 3proxy?17:52
oerheksAndroUser10, please don't crosspost17:54
leftyfbAndroUser10: also, we can only support official Ubuntu packages here. 3proxy is not one of them17:58
AndroUser10oerheks: trying to setup 3proxy on ubuntu17:58
AndroUser10already setup 3proxy but not working satisfactorily17:58
leftyfbAndroUser10: you are receiving help in ##linux. Good luck18:00
AndroUser10what?! 3proxy not official package?! please confirm. Its listed on "apt list"18:00
AndroUser10ok got it 3proxy not in "apt list", so no support here for the same? where else can the query be posted? pls guide18:06
leftyfb!info 3proxy18:09
ubottuPackage 3proxy does not exist in focal18:09
leftyfbAndroUser10: you are being helped in ##linux. Please pay attention there18:10
AndroUser10Thank you18:11
aleksei-hashHello everybody! I'm in trouble. While starting my PC I'm stuck in the grub menu, I mean I can't naviguate and choose an option. There's also no any timer. Please help!!!18:13
aleksei-hashPS: i'm running ubuntu 20.04 on a partition and Win10 on an other18:16
GrouchyHedgehogI feel stupid for asking this question, but in Unity desktop, is there a way to see the full application name when the app launcher comes up?18:25
GrouchyHedgehogI have a 4K screen and the app finder is trying to save screen space by truncating the application names18:27
raffaelethe fann too rumorous18:30
raffaelehow can i silence it?18:30
GrouchyHedgehogclip the wires18:30
=== theloudspeaker_ is now known as The_LoudSpeaker
=== arooni_team_b is now known as arooni
=== Luca_ is now known as MrLuca
aleksei-hashHello everybody! Do you know how I could reinstall GRUB19:02
lotuspsychje!recovergrub | aleksei-hash19:06
ubottualeksei-hash: Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub19:06
isapgswellvesafb.invalid=1 enables nomodeset with 1915 driver19:08
isapgswellgrub19:08
isapgswelli91519:08
quakloHey. I suffered weird behaviour, like FireFox altering the url to redirect for the ubuntu firefox website. I figured out that this setting was within FireFox and set it off. Anyway: I remembered than openSUSE had some option in the setting what kind of header/userAgent to identify. Now I stuck in the consideration where in the OSI model this is19:14
quaklosomething a OS can alter, and if such altering could be done systemwide or for some specific network. Any inspiration what to look up for?19:14
RavageThe user agent is layer 719:19
quakloI know that the Application can determ such, but like mentioned, in openSUSE you could set some value in the settings that I think was the user agent. So I was wondering what it could be I remember and figured I ask here before installing some openSuse in a VM and look it up again.19:21
quakloMaybe I should ask in opensuse instead ^^ I was just one step further already and thinking of checking what set in ubuntu at this place19:23
quaklo#opensuse19:23
leftyfbquaklo: I assume the application (firefox) would be using tools like lsb_release or uname or /etc/issue to determine OS. I doubt you want to change those just so your browser gives off a different OS.19:29
quakloleftyfb you are exactly seeing what I try to do. Just that I do not care about FireFox, because I can alter that program within itself. But I consider stuff like wget. I just saw that wget has some httpconfig, but what about other system connections that use the http protocol. I think I want to mess with it ...19:31
leftyfbquaklo: it might not be worth the headache19:32
leftyfbquaklo: I would do it per application (wget, curl, php, firefox). They should all have methods to set the useragent19:32
oerhekstons of firefox addons, User-Agent Switcher19:35
quakloits about http on the system level.19:35
leftyfbquaklo: there is no http on a system level. http is a service provided by an application19:36
oerheksshow us the opensuse solution? never heard of http on system level too19:36
quakloits about altering it on a "system" level. There are programs you can not alter, like Zoom, Skype, Teamviewer or whatever.19:37
oerheksall configs that are not in a .conf file, are reachable with dconf-editor19:37
oerheks!info dconf-editor19:38
ubottudconf-editor (source: dconf-editor): simple configuration storage system - graphical editor. In component universe, is optional. Version 3.36.0-1 (focal), package size 306 kB, installed size 1212 kB19:38
oerheksbut for mozilla i expect some about:config19:38
quakloI was more into hacking the network adapter and tell him to overwrite clear http headers. seems like I found my workaround: proxy, collect it in squid, filter request_header_replace header_name19:39
oerheksthat is not the goal of this channel19:40
leftyfbquaklo: I don't think you can accomplish what you're looking for. Other than changing what your OS actually is. Or guessing at which mechanisms an application might use to determine it's OS. As for changing what that application sets as a client, I don't think that's happening at all. Certainly not a "system level" thing19:40
leftyfbquaklo: ah right, a proxy would work. You'll have to configure each application to utilize the proxy though.19:42
quakloyeah, and most applications offer to set some proxy, but not to alter the http header :P19:42
quaklooerheks what do you think about the idea of determing what http header is send by os process http requests? There is no need for any true http header to enable features, but there may be a interest of a user changing it for security concern. Wouldnt it be great if thats a variable that could be altered at a centralized place, so users have to19:45
quaklofreedom to chose about it?19:45
leftyfbquaklo: that's what the proxy is for19:47
quakloleftyfb wouldnt work for https.19:47
quakloits a hacking solution rather than a clean setting solution!19:48
leftyfbquaklo: other than that, all http traffic on Ubuntu would need to be routed through an installed proxy by default to take advantage of said feature. I can tell you there are an order of magnitude of people who do not want that over those who want what you are looking for19:48
leftyfbquaklo: good luck in your goal19:49
quaklo? im talking about changing the source code and implementing of some variable instead of a hard coded value. This should be more than likely to be in the interest of a modern and modular os :P19:50
leftyfbquaklo: feel free to discuss further in #ubuntu-offtopic19:50
quakloim talking to you...19:51
Mr_QueueAnyone know how to display a notification to a remote users GUI? 20.1019:52
oerheksMr_Queue, message of the day, comes in mind19:52
leftyfbMr_Queue: use notify-send via ssh19:53
oerheksalso good, leftyfb , e.g. ssh user@host 'DISPLAY=:0 notify-send "TEST MESSAGE."19:54
Mr_Queuenotify-send isn't working..20:15
Mr_Queueno errors.20:15
arch-nemesisok, for real though, how do you upgrade packages non-interactively? I've got environment variables, apt flags, DPKG:: options. My god, the incantation is incomprehensible, and it would seem still doesn't cover all cases. Good grief. What is the right way to do this?20:36
sarnoldarch-nemesis: investigate how unattended-upgrades does it20:37
gravitosalright, i have two xubuntu installations on separate devices, one on i686 laptop and other on arm64 mobile device.20:38
gravitosnow i am trying to launch app from mobile device using the laptop's x server20:38
gravitosand i get this20:39
gravitosUnable to init server: Could not connect: Connection refused20:39
gravitos(xfce4-terminal:17910): Gtk-WARNING **: 23:19:29.281: cannot open display: 192.168.1.102:020:39
gravitosi did `xhost +mobile_device_hostname` on laptop, i even did `xhost +`20:39
sarnoldgravitos: did you enable tcp listening?20:39
gravitossame results20:39
gravitossarnold: how do i?20:40
sarnoldthat was disabled by default a decade back..20:40
sarnoldgravitos: grep for tcp in /etc/X11 -- I use xdm on my system, and it looks like it's configured in /etc/X11/xdm/Xservers on my machine20:40
sarnoldgravitos: whatever display manager you're using may or may not have it configured there, but conventions are powerful :)20:42
gravitos`cat /etc/X11/default-display-manager` gives me `/usr/sbin/lightdm`20:43
gravitosso i use lightdm, i guess20:43
arch-nemesissarnold: Thanks, that'll help.20:44
gravitosokay, i found a file, `/etc/X11/xinit/xserverrc`, it has only two lines in it, one is stating that this script runs in /bin/sh, and other is `exec /usr/bin/X -nolisten tcp "$@"`20:46
gravitosthis could be... something20:46
sarnoldgravitos: that's used when you start your xserver by running 'xinit' by hand20:48
sarnoldthat used to be popular 25 years ago but most people use graphical display managers these days20:49
gravitosnothing interesting in /etc/lightdm, hm20:52
sarnoldcheck the manpage?20:52
gravitosfound some info about passing a line into lightdm.conf, BUT for some reason there are no lightdm.conf in /etc/lightdm, only an empty folder named lightdm.conf.d20:57
sarnoldaha, then you can probably create a new file in that directory with the one line you want20:57
gravitosand reboot?20:58
=== corrupto is now known as CorruptO
* gravitos rebooting, brb20:59
=== remy is now known as Remy
gravitos`ps ax | grep X` now shows that X are -listening to tcp21:04
gravitosand now running any app on mobile device while using lap X server gives me this `No protocol specified` in addition to that two lines before21:04
gravitosand no app actually appears21:05
sarnoldgravitos: yay, that's progress anyway :) 'no protocol specified' on its own doesn't ring any bells though :(21:10
gravitosthis is literally all i get https://www.irccloud.com/pastebin/fYkMz6HV/std21:11
gravitosoh21:13
gravitosxhost wipes settings on reboot21:13
gravitosthat's what the problem was21:13
gravitosafter another `xhost +mobile_device_hostname` everything works21:13
gravitosthanks21:13
sarnoldgravitos: woot21:16
sarnoldgravitos: do be careful with such wide-open settings, the XAUTH framework is designed to be safer than letting anyone and everyone connect to your X server21:16
gravitosif i dont `xhost +` in autorun, everything will be safe enough21:18
=== nicoz- is now known as nicoz
=== nicoz- is now known as nicoz
admin0i did a apt-get upgrade to ubuntu, rebooted and now i cannot start my vm .. error is: error: Failed to activate service 'org.freedesktop.machine1': timed out (service_start_timeout=25000ms)21:57
admin0has anyone seen this before and knows a fix21:57
admin0os is ubuntu-focal21:57
robertparkerxI followed this guide https://www.tecmint.com/enable-http2-in-apache-on-ubuntu/ but it still return http 1.122:27
pavlosadmin0: systemctl status libvirtd ... maybe another reboot, this error has to do with dbus22:28
admin0pavlos, https://pastebin.com/raw/r8mBqScT22:29
admin0i will do another reboot and check22:29
oerheksrobertparkerx, same steps as https://dev.to/ayekpleclemence/enabling-http-2-in-apache-on-ubuntu-4pe822:31
oerhekswhy does it not work?22:31
sarnoldrobertparkerx: pastebin the whole terminal log?22:31
oerheksand how do you test?22:32
robertparkerxcurl -I --http2 -s https://www.exactprecisions.com/ | grep HTTP22:33
robertparkerxapachectl -M says module is enabled22:34
robertparkerxi have added line to virtualhost and restart apache222:34
robertparkerxit doesn't change22:34
admin0pavlos, https://pastebin.com/raw/zKcPSGgt22:36
admin0libvirtd is up .. but the error does not go away22:37
pavlosadmin0: I think there is a conflict btween qemu 64 bit and libraries. I guess the upgrade hosed something22:38
Celphihi - i seem to install the wrong guest services on my virtual machie and now i get a black screen after typing in password22:39
Celphianything i can do?22:39
Celphii really dont want to reinstall everything22:40
lord4163Celphi: can you get to a tty?22:40
Celphinot unless theres some trick to not loading gui in virtualbox22:40
oerhekslike normal recovery mode? hold shift on boot22:42
oerheks!recovery22:42
ubottuIf your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode22:42
Celphiok shift worked22:43
Celphihow do i remove my last package?22:43
oerhekslook into dpkg log?22:44
Celphiim new to ubuntu22:44
Celphiwheres that22:44
Celphiim from centos22:44
leftyfbCelphi: how did you install it?22:44
leftyfbthe package22:44
oerhekswhat did you install? how would we know?22:44
Celphiiso & virtual machine22:44
leftyfbugh22:44
Celphii installed virtualbox-guest-x11 and then it stopped working22:45
oerheksdid you setup virtual box right? sufficient video mem and such22:45
leftyfboh, so remove that package22:45
Celphiya whats command though22:45
leftyfbCelphi: future reference, the package is called virtualbox-guest-dkms22:45
Celphity22:45
leftyfbCelphi: sudo apt remove virtualbox-guest-x1122:45
leftyfbCelphi: you are probably better off reinstalling at this point though. And take advantage of snapshots22:46
Celphiya that was issue22:46
Celphiit's good to go!22:46
Celphity22:46
oerhekshave fun!22:46
Celphione last thing-- what's the replacement command for VBoxClient --clipboard22:51
leftyfbCelphi: you'll have to lookup VB documentation and/or google. It's not an official Ubuntu package22:52
oerheks'ubuntu KVM --clipboard' would be interesting22:53
Celphiso many instructions online and theyre all wrong :(23:02
=== ivo_cavalcante_ is now known as ivo_cavalcante
=== ravustaj1 is now known as ravustaja

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