/srv/irclogs.ubuntu.com/2021/06/18/#ubuntu.txt

lostndevsarnold looks like that was a red herring, I've got the results from ip route get matching on both accounts but the behavior is the same still00:03
=== Guest797 is now known as Marco_Polo
sarnoldlostndev: aww :(00:04
lostndevAlso wg0 is working as expected from root (the same curl with --interface wg0) from root works. Also curl without specifying an interface on root works. It's just root with the sim card interface that is not playing nice.00:05
sarnoldI wouldn't expect the kernel's source selection to differ from user to user without something else being different, like one of the processes being in a different networking namespace..00:06
lostndev@sarn00:08
lostndevsarnold for sanity checking - https://pastebin.com/s8y2DfNK00:08
lostndevMaybe this could be useful, the adapter is being brought up as follows: https://pastebin.com/dbVEXntT00:10
lostndevThe python script is used to pass the "AT" command to the serial tty of the SIM card. The first command is related to configuration (if this was the first boot of the sim it would be required), the 2nd AT is for enabling a mode on the card. Those should realistically just prep the sd card to be able to get a lease.00:11
lostndev**replace "sd card" with "sim card" in last sentence00:12
lostndevWhat i was thinking is if the combination of using the ip command and ifconfig might be causing strange behavior.00:12
lostndevre: routes identical: https://pastebin.com/FZv0xGJe00:15
lostndevsarnold could we replace ifconfig up with an ip command to do the same?00:16
lostndevGoing to try "sudo ip link set dev wwp0s19u1u3i2 up" instead of iconfig up just to be sure.00:19
sarnoldlostndev: d'oh, sorry, I managed to miss https://pastebin.com/s8y2DfNK00:32
sarnoldlostndev: same with https://pastebin.com/FZv0xGJe :(00:33
sarnoldlostndev: definitely replacing ifconfig with ip is a good idea, ip is ifconfig's replacement00:33
lostndevsarnold The paste ending in ...fNK was showing that the "ip route get ..." matches and ..GJe a literal "diff" on the output of route -n from root compared to the devbot user showing that the routes are equal. I just tried bringing up the adapter without the ifconfig cmd but the result is the same.00:34
sarnoldaha00:35
sarnoldhmm :(00:35
lostndevsarnold content from those 2 pastes in case I missed something - https://pastebin.com/7TPAvyqk00:36
sarnoldlostndev: okay, cool, so the routing table is the same, or gives the same results anyway.. both curl calls with explicit interfaces get the same results..00:40
sarnoldlostndev: that leaves outgoing connections getting different source ports. I wonder, maybe try nc or bash's /dev/tcp/ ?00:40
lostndevsarnold Goolging usage now, if you have an example of the test you would try I'd greatly appreciate it :)00:45
sarnoldlostndev: echo "testing" | nc 216.239.35.0 80   or ...00:49
lostndevsarnold ah got it I expect that to work since it wouldn't be using the sim card's interface 1s00:49
sarnoldlostndev: there's an example of /dev/tcp on https://tldp.org/LDP/abs/html/devref1.html  near the words 'exec'00:50
lostndevsarnold yep both of those work with nc for both accounts to the 216 ip.00:50
lostndevSame with /dev/tcp (cat </dev/tcp/time.nist.gov/13)00:52
sarnoldlostndev: okay, so two other programs are getting the exact same outgoing source port, but curl isn't.. maybe keep trying other similar tasks with different tools? openssl s_client, telnet, ping, wget, tcptraceroute, etc? it'd be nice to have more confidence that it's something curl is doing vs something the kernel is doing00:54
=== ^Cricket^ is now known as t260g
lostndevWell yes but -- those didn't use the source ip of the sim card adapter (or specify the interface). However, if we use00:57
lostndevecho "testing" | nc -s 192.168.225.27 216.239.35.0 80 we are successful on both accounts so it leans toward your last comment00:58
lostndevHmmph ok the same is true for telnet with -b (telnet -b 192.168.225.2 216.239.35.0 80) works on both accounts00:59
sarnoldlostndev: I'm *really* confused why just one tool used the sim nic by default :) sorry I'm not more helpful..00:59
lostndevsarnold the paste that didn't specify the sim card nic was just to show that internet worked over wg0 from both accounts. The goal is to ~"know" that internet works if the sim card's nic is used as the source adapter. Rather it should work on both accounts the same.01:01
lostndevsarnold so the test without using the source address with nc isn't ~ a valid test since we want to test internet from the sim card nic. That's why I mentioned the nc -s (binding to the sim card's ip), and this works on both accounts. Which lends us to curl doing something really strange here under the hood.01:02
sarnoldlostndev: how much do you love strace? :) I think stracing curl on both root and non-root while doing the test might help..01:03
lostndevsarnold not the biggest fan, quite happy actually it is a curl issue. I can switch to nc with -s :)01:07
sarnoldlostndev: oh! if nc -s is suitable, yay :)01:09
=== M4he is now known as mahe
lostndevsarnold thank you so much!01:11
sarnoldlostndev: my pleasure, I wish we'd gotten to the bottom of the confusing curl choices, but I can completely understand wanting to limit the time spent chasing things :)01:13
lostndevsarnold yep, might have to come back to curl as well heh just not today01:31
=== mIk3_09 is now known as mIk3_08
=== svm_invictvs_ is now known as svm_invictvs
synaptSince launchpad channel has been silent on my issue, in case anyone new is lurking and wants to take a look for anything I/we missed earlier, trying to fix a really odd broken apt issue w/ erlang; https://paste.st-projects.com/2q71oq2gro81e9maunll03:38
sarnoldsynapt: have you had any luck contacting the rabbitmq folks?03:56
sarnoldlostndev: heh, I know how that goes.. the number of loose ends I never got around to picking up..03:56
synaptsarnold: I'm gonna poke the #rabbitmq channel here shortly but there's all of 15 people there, which isn't much higher than it used to be on freenode even lol04:10
synaptas far as I can tell everything leads back to that v24 package update, I just can't tell -how- it borked things in apt04:10
sarnoldsynapt: email the address in the changelog?04:11
sub526Hello all, apt-get update results in "W: GPG error: http://murphymgr.europe.root.pri/ubuntu-xenial xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7DFA9777703CAB41" . Is there a way to fix it?04:12
sarnoldsub526: probably whoever published that repository has published their public key somewhere04:13
Bashing-om!xenial04:14
ubottuUbuntu 16.04 LTS (Xenial Xerus) was the 24th release of Ubuntu. !End-of-life was April 30th, 2021. Paid support (ESM) is available. See also !esm, !eol, !eolupgrade04:14
sub526sarnold: I have access to that repository, is there a way to get the public key from that repository?04:15
leftyfbsub526: Ubuntu 16.04 went EOL 2 months ago04:18
leftyfbsub526: also, contact the admin of the repo for support with their repo04:18
sub526leftyfb: Okay I am trying to install the deb packages from that repo in Ubuntu 18.04 machine04:19
leftyfbsub526: don't04:19
sub526leftyfb: Added the source list in /etc/apt/sources.list.d/  directory and then tried to run 'sudo apt-get update', this won't work?04:20
leftyfbsub526: what packages are you trying to install?04:21
sub526leftyfb: that private repo has certain host tools deb packages04:22
sarnoldsub526: as far as I know there's no standard location within the repository for the key -- the usual idea is that you would get the key through a 'trusted mechanism' somewhere, maybe an https site if that's good enough for you, something like that..04:22
leftyfbsub526: what "host tools"?04:22
GinaloHi. I have an Ubuntu installation in a BTRFS filesystem. I use Timeshift to take snapshots of it. My problems is that in the used space shown in `df` doesn't match the latest snapshot's size in Timeshift. Why is that?04:26
GinaloI thought BTRFS filesystems son't use additional space when taking snapshots. Is this not accurate?04:26
sarnoldGinalo: do you have any redundancy or compression on those files? df and du give different results on zfs than ext4, and probably btrfs is similar04:28
Ginalosarnold: As far as I know, I don't have redundancy or compression on my  files, although I may not fully understand what that means. Could you elaborate on the redundancy part?04:29
sarnoldGinalo: btrfs lets you use mirrors, so if a drive goes bad or you get bad sectors, it can repair the broken file, or broken files, etc04:36
Ginalosarnold: It's the first time I've heard about that, so I don't think I have that set up.04:39
sarnoldGinalo: aha :)04:41
=== Ricardus_ is now known as Ricardus
lostndevsarnold An interesting find, ping also supports binding to an interface with -I this is failing as well on the same server that we can't use curl --interface.04:56
lostndevsarnold However, wget's --bind-address works just like netcat's bind-address with -s. So I'm thinking it's got to be something particular to how this sim card's nic works under the hood that the interface can't be bound to.04:57
cart_manHi everyone. I made a very simple script -> #!/bin/bash  ~/bin/$106:50
cart_manand placed it in /usr/bin/06:50
cart_manAll it does it runs AppImages with a name I give it06:50
cart_manBut... It binds to the terminal which I really dont like because I dont want 100 terminals all running apps on constantly06:51
cart_mansoo... When I add & to the script it jsut makes my CPU run 100% and never displays the app06:51
cart_manhow can I fix this?06:51
grycart_man: hi07:22
grycart_man: does typing "~/bin/someapp &" in terminal by hand work, or it causes 100% cpu usage?07:22
cart_mangry: it seems like the CPU isn't ramping but the app is not launching visually at least and when you try and use the temrinal it exits the app07:25
grycart_man: does typing "~/bin/someapp", without the &, in terminal, by hand work?07:27
gambusiaWhen I ssh into macOS from a Linux laptop, autocomplete executes on the first letter typed; but the second letter prints after the first completion, and the third after that, and so on. A simple ls command looks like lss; exit is worse at exitxititt making the command line a mess. Why? Doesn't happen when I ssh into any Linux system; just on my one and only macOS host. Ideas?07:27
cart_mangry: Same unfortuantely07:28
grycart_man: what works, then? have you been able to start the app at all?07:28
gryif yes, then how?07:28
cart_mangry: Yes by leaving &07:28
grycart_man: so "~/bin/someapp" in terminal works ok?07:29
cart_mangry: sigh sorry07:29
cart_manI misread. Starting the app with just "~/bin/app"  does work yea07:29
cart_manbut its an AppImage though07:29
cart_manjust adding & to that makes the same behaviour07:29
tango_uniform_xrgambusia maybe a mac-related channel could help more, but first, since it's easiest, i would switch to a different shell in macOS and see if it happens in that one too, and then i would starting looking at ssh options if that doesn't help07:30
gambusiaHaven't tried that yet, tango. Thanks for the tip.07:36
polveHi. I am trying to install build-essentials on a very fresh ubuntu desktop minimal installation, but this is the output apt gives me: https://0x0.st/-9bq.txt07:37
tango_uniform_xrpolve did you try apt update and then try the installation again?07:38
polvetango_uniform_xr: yes, forgot to mention that. System is up to date07:38
tango_uniform_xri mean apt update as in fetch the repos, but if you did that then they should be there07:40
polveI really haven't done anything out of the ordinary with apt, other that manually installing a .deb package07:42
tango_uniform_xrtry `apt show libc6-dev g++` and see if apt thinks those packages exist07:42
tango_uniform_xrpolve now that i looked at it again, i notice that the g++ version it was asking for might not be in the repos, since it doesn't match mine (i'm on focal aka 20.04), so i would try an `apt-get update;apt-get upgrade`07:42
tango_uniform_xrand retry installing the build-essentials once again afterward07:43
polveI'm on focal as well07:44
polveI tried both things: yes it can see them (show), and no update;upgrade didn't solve07:44
tango_uniform_xrthat's weird, the version i see in the repos via apt show says 9.3.0 for g++07:44
tango_uniform_xrpolve what architecture are you on?07:45
polveamd6407:45
tango_uniform_xrdid you check `apt-cache policy` for errors?07:47
tango_uniform_xractually, check your sources.list, maybe it's missing `focal-updates` or `focal-security` polve07:48
tango_uniform_xralso worth an `apt-get -f install` since you installed that one .deb, maybe the dependencies for that didn't get installed07:51
polveI think you got it07:52
polvenot the --fix-broken thing07:52
polvefocal-updates is commented07:52
polveI'll try and look up how to edit that in a while07:53
tango_uniform_xrahh cool, i was just throwing out every possibility i could think of :)07:53
tango_uniform_xr`sudo editor /etc/apt/sources.list`07:53
polvebut do you think I did this myself?07:54
tango_uniform_xri don't think you did, do you think you did?07:55
polveno...07:56
tango_uniform_xri don't ask that in a bad way, sometimes i make changes and forget, is what i meant07:56
polvebut maybe when the graphical software updater came up sometime, I might have hastily disabled something07:57
polvetango_uniform_xr: of course07:57
polvesame07:57
tango_uniform_xrwell anyway, after you fix the sources.list, try apt-get update once again07:58
tango_uniform_xrto refresh the repos, then install build-essentials07:58
tango_uniform_xri would apt-get upgrade before installing stuff though, personally07:58
polve153 packages can be upgraded. Run 'apt list --upgradable' to see them.08:02
polveI don't understand why the line `deb http://it.archive.ubuntu.com/ubuntu/ focal-updates main restricted' was missing, though08:03
polvenot commented, but outright missing08:03
calmartiHi there08:26
=== prxq_ is now known as prxq
toddcwelcome calmarti08:27
gryhi08:27
calmartii believe ubuntu doesn't see my mic08:30
grydid it work before?08:30
grywhat does `lspci -vmmnn` say? (please paste it to a pastebin)08:30
tango_uniform_xrdid you check the pulseaudio profile?08:31
tango_uniform_xr`pactl list sinks`08:31
tango_uniform_xrsorry, wrong command08:31
tango_uniform_xr`pactl list cards` not sinks :)08:31
Mekaneckcalmarti: which ubuntu version? Maybe there are some bug reports on launchpad.08:31
calmartino, it's a new laptop, I installed ubuntu a month ago but I had never used the mic until yesterday when I tried to join a zoom meeting08:31
calmartiI appreciate your patience08:32
calmartiand help08:32
calmartiit's fossa08:32
calmarti20.0408:32
calmarti20.04.2 to be precise08:32
calmartii know how to use the comand inxi to get more info08:32
calmartiCPU: Quad Core 11th Gen Intel Core i7-1165G7 (-MT MCP-)08:33
calmartispeed/min/max: 1193/400/4700 MHz Kernel: 5.10.0-1029-oem x86_64 Up: 42m08:33
calmartiMem: 1969.9/15655.3 MiB (12.6%) Storage: 953.87 GiB (1.4% used) Procs: 29208:33
calmartiShell: bash 5.0.17 inxi: 3.0.3808:33
tango_uniform_xrcalmarti you can use paste.ubuntu.com for longer stuffs08:33
calmartithankx tango08:33
calmartisorry about that08:34
tango_uniform_xrno problem, could you should me `pactl list cards` output?08:34
calmartithe weird thing is that in settings/sound ubuntu detects a 'digital microphone-sof-hda-dsp'08:35
calmartihere's the output tango: https://paste.ubuntu.com/p/rQQYfJT9PQ/08:37
calmartiso it seems that it does detect the input device08:38
calmartiit may be a zoom issue08:38
calmartiI haven't even tried to use the mic with other application08:39
tango_uniform_xryou can try installing e.g. `audacity` and see if it works in there08:39
tango_uniform_xri would also try plugging a mic into the 3.5mm port and see what happens with that08:40
tango_uniform_xrweird tip but maybe relevant here: headphones (not sure about earbuds) also works as mics if you plug them into the 3.5mm :)08:41
calmartiheadphones work for sure08:41
calmartibut i'll try to find a mic or a set of headphones with a mic08:42
tango_uniform_xroh, you knew already?08:42
ledeni[m]calmarti: how you install zoom snap ?08:42
calmartiyes, i used snap08:42
calmartisudo snap install zoom-client08:42
calmartii believe08:42
tango_uniform_xrto clarify: regular headphones with no microphone, they will pick up audio like a mic if you plug the 3.5mm into the input08:43
calmartii mean, i used headphones everyday so I know they work08:43
calmartioh you mean a 3.5mm connector08:44
calmartisorry i didn't get it before08:44
calmartii'll try that, should've tried that before coming in here anyways08:44
tango_uniform_xrdid you try seeing if the regular mic works in audacity yet, though?08:45
calmartino, not yet08:46
ledeni[m]calmarti: install and run pavucontrol and see input device is pick up08:46
calmartistill trying to find the 3.5mm or a headphone with mic08:46
tango_uniform_xryeah, i was giving info for what to do if you launch audacity and the mic doesn't work there, also pavucontrol is good, you should use that to see if the source is set as default, has volume, and is unmuted08:47
ledeni[m]calmarti: any headphones for mobile will do it08:48
calmartii'll try both ledeni and tango ideas08:49
calmartigot the headphones with mic, i guess i need to use zoom in order to test the mic, is that right?08:51
gryno08:51
gryzoom is proprietary software, you don;'t need it; you could use, for example,audacity instead08:52
calmartii think i got confused08:52
gryaudacity means you can record a sound and then listen to it08:52
calmartiok, got it08:52
calmartiisn't there a test i could do just with pulseaudio?08:53
tango_uniform_xryou could do, iirc, `parec test.wav`08:53
tango_uniform_xrand shout at your microphone "hello? is anybody there?!"08:54
tango_uniform_xrthen ctrl-c when you're done08:54
calmartii have shout at the mic, it doesn't work08:54
tango_uniform_xrsorry, it's `parecord` not parec08:54
tango_uniform_xrthen you can play the file with `paplay test.wav`08:55
calmartitango is this the right sintax:  iirc parec test.wav ?08:55
calmartioh i hadn't read that before08:56
tango_uniform_xrcalmarti it's parecord, i got it confused with parec08:56
calmartiparecord08:56
tango_uniform_xrso, `parecord test.wav`08:57
calmartiok08:57
calmartiI did 'parecord test.wav' while saying stuff at the mic from the headphones but can't hear anything08:58
tango_uniform_xryou have to press ctrl-c to stop recording, then do `paplay test.wav`08:58
calmartii pressed up and down the mic button on the headphones08:58
calmartiseveral times08:58
calmartican't hear anything08:58
calmartido you think i should install the pulseaudio stuff you said before?08:59
ledeni[m]calmarti: run alsamixer and check F4 capture maybe your mic is muted08:59
tango_uniform_xrpavucontrol is a helpful GUI application08:59
ledeni[m]calmarti: if you see MM it is sign it is mute09:01
calmartii have 3 columns, the third one says MM at the bottom09:02
calmartibut the unmute key is not on09:03
calmartii mean, i havent pressef the unmute key09:03
calmarticause if i hit it it does mutes, so it is unmuted now09:04
calmartiis there a way to unadvertedly mute the mic other than by pressing this key?09:04
calmartialsamixer: master and headphones are 00, speaker is MM09:05
calmartiAND Mic Boos kjust shows an empty bar with no data09:05
calmartiauto-mut says 'disabled'09:06
ledeni[m]calmarti: ok install pavucontrol will be easier to check what is going on09:07
calmartidone09:09
calmartii mean i already installed pavucontrol09:09
ledeni[m]calmarti: just run like 'pavucontrol'09:09
calmartiok i i have 3 tabs: playback, recording and output devices09:10
calmartii'm on playback09:11
ledeni[m]ok you have input devices if you press > on right side09:11
calmartioh ok i'm there09:12
calmartiit shows the headphones mic (says 'plugged in')09:12
ledeni[m]👍 calmarti09:13
ledeni[m]calmarti:  run zoom09:14
calmartiledeni i think i unmuted it...09:14
calmartibut noti mean09:14
calmartii mean09:14
vlmfill a device with /dev/zero, will that be slower than with /dev/urandom if so then why is that?09:15
calmartii hit an unmute option in the volume control window of pavucontrol and now when i hit the mic button of the headphone it shows a pulse, but still can't hear a thing!09:15
calmartii'm gonna run zoom09:15
calmartinow at least zoom detects theres a mic09:18
calmartibut still can't hear myself09:18
calmartithe zoom test speaker shows a pulse when i talk but i can't hear meyself09:19
calmartiweird09:19
calmartiit seems theres something wrong with the headphone builtin mic09:20
ledeni[m]calmarti no check headphone speakers maybe muted too09:20
calmartii checked , there not muted09:22
calmartibut know i have gone a long way to solve the issue09:22
calmartii'll open a zoom meeting with a friend and try to solve it myself09:22
ledeni[m]ok09:22
calmartia million thanks to you ledeni and tango and everyone else09:22
calmartii appreciate your patience and help so much09:23
emcyhow long do non lts releases have repo support for09:58
ThinkT5109 months09:59
ActionParsnipHi guys do Ubuntu Member cloaks transfer over to Libera chat please?10:01
MekaneckActionParsnip: ask in #ubuntu-irc10:03
ActionParsnipThanks10:03
Mekaneckyou need to ask for your UM cloak there10:03
Mekaneckyw10:03
=== derikei is now known as rodybig
=== rodybig is now known as pretoriaJ
=== chilvers1 is now known as chilversc
=== Trieste_ is now known as Trieste
=== alguien_ is now known as alguien
=== bsmith093 is now known as Guest9048
=== eroc19907 is now known as eroc1990
=== saribro is now known as swinnenb
=== TomyWork is now known as TomyLobo
=== sn1tch3r_ is now known as sn1tch3r
=== sharperguy_ is now known as sharperguy
lalbornoz_https://i.imgur.com/zkMEoVo.jpeg14:41
hexohi folks, how can i downgrade a package?14:58
hexonew firefox is broken for me, i need older version14:59
hexolike 89.0.014:59
hexoor 8814:59
ograhow is it broken ?14:59
hexoone of several problems is that ctrl-l doesn't work if site refused to load15:00
hexoi.e. it doesn't focus address bar15:00
hexoso i need older version15:01
ograwell, ctrl-l works on all my machines here ... does not smell like a firefox problem per-se ...15:01
hexothat was not a question15:02
hexohow can i downgrade a package, please?15:02
ograit might be removed from the package cache given it is a security risk to keep the old version around but typically you can force package versions via: "sudo apt install <package>=<version>"15:03
ograif you want easy rollback, use snaps they have that built in15:04
hexothanks, i dont like to use snaps15:04
ograwell, they would solve your current problem with a single command 🙂 but indeed your choice15:04
ogra(sudo snap revert firefox)15:05
hexoi dont get why it cant be in apt too15:05
ograbecause of the package design of debs15:05
ogradebs are only designed to go forward ... even the above =version thing is rather a hack against the design ...15:06
ograbut FF likely has no versioned dependencies so there it might work if you know the exact version and if the old version is still in apt's package cache15:07
hexoso i'm stuck with broken browser15:07
hexo:(15:07
hexoi dont have it in cache15:08
ogra88.0.1+build1-0ubuntu0.20.04.2 was the last version before 8915:08
hexoE: Version '88.0.1+build1-0ubuntu0.20.04.2' for 'firefox' was not found15:08
hexono luck for me15:09
ograyeah, wiped from the package cache on archive.u.c15:09
ograthe old version is still on launchpad but YMMV trying to install it ...15:10
ograhttps://launchpad.net/ubuntu/focal/+source/firefox15:10
ograi'D rather try to find out how to get the behaviour fixed in the new FF15:10
ograthey introduced client side themes and there are options to turn that off15:11
ograperhaps your issue is related to that15:11
oerhekshexo, the only option is firefox esr15:11
V3n3RiXmaybe you just wanna disable proton (the new floating tabs c**p)15:11
ograyeah, thats what i meant with the themeing, thanks ... didnt remember the actual name15:11
hexoV3n3RiX: i've disabled proton, it worked well with firefox 8815:12
* hexo looks at launchpad15:12
oerheksppa:mozillateam/firefox-next15:12
oerheksoops15:12
V3n3RiXstill works great on ff 89 too ... I hate proton ... that maybe the cause of your issues15:13
hexolaunchpad helped a lot, i15:15
hexoi'm on 89.0.0 now, it is broken too, but a bit less15:16
Chunkyz-RPihexo: 89.0.1 is out in the repo's...15:16
Chunkyz-RPithey fixed a few things, maybe fixed your problem. sorry; not read the scrollback...15:17
hexoChunkyz-RPi: that one is even more broken15:17
hexo:)15:17
Chunkyz-RPinot really, working great here.15:17
ograsame here on all machines (including pi400 as well as desktop PC and laptop)15:18
infectedserverHi, my copy of Ubuntu server has been infected by Monero mining malware. I am of re-installing, but I am trying to do some investigations to understand the level of compromise.15:19
hexoChunkyz-RPi: works on your machine (tm)15:19
hexo:)))15:19
ograinfectedserver, perhaps you should go to #ubuntu-server with that15:19
infectedserverOne thing I noticed is that the SSH host key has changed. Why would malware authors do this?15:19
Chunkyz-RPiworks on a lot of others too, hexo. so.... :)))15:19
hexoplease refrain from such comments when you have no idea whats happening or what the bug is15:20
ograhexo, well, you are definitely the first one complaining here in this channel 🙂15:21
Chunkyz-RPiogra: indeed.15:21
hexo*facepalm* :)15:21
ogra(indeed IRC feedback isnt any kind of metric ... 🙂 )15:21
Chunkyz-RPiso, hexo; what's the bug? *facepalm* :)15:22
hexoChunkyz-RPi: one of several problems is that ctrl-l doesn't work if site refused to load15:22
Chunkyz-RPi... sounds like you problems.15:23
hexosounds like you know the best15:23
hexoogra: thanks for the launchpad tip, it helped15:24
Chunkyz-RPianyway, off to use my *working* FF without bugs. have a great day all. :-)15:25
webchat38hi15:28
spicyCebollaafter updating to 21.04, when the screen turns off on an hp dv7 laptop due to inactivity, i'm unable to turn it back on, i have to hard shutdown.  is this a known trouble with a fix?15:34
=== CodeGeek is now known as CodeGeek[m]
=== CodeGeek[m] is now known as CodeGeek
mh3fIs there an Ubuntu equivalent to the "All information in JSON format" listed here https://security-tracker.debian.org/tracker/? It's a JSON file containing each package's CVEs and the fixed package version.16:09
ogramh3f, there are atom and RSS feeds https://ubuntu.com/security/notices no json i think16:11
mh3fogra: thanks, I saw that but unfortunately it's truncated.16:16
mh3fogra: I think I found it https://ubuntu.com/security/api/docs#/16:19
ograah, sweet16:20
infectedserverHow can I reinstall bash?16:27
infectedserverBash is compromised on my system16:27
Habbiethen you should reinstall your whole system16:28
infectedserveri will16:29
infectedserveri am trying to do more analysis to find out what's exfilitrated16:29
infectedserveri already found the malware authors control servers... I think it is my ex actually16:30
llutzinfectedserver:  apt -o Dpkg::Options::="--force-overwrite" install --reinstall bash16:30
infectedserveri am compiling the evidence for the police because I know theyre not going to poke around a backdoored rootkited linux installation16:30
infectedserverthansk llutz, that worked16:30
infectedserverok... now to kill the hidden backdoored ssh server which listens on port 22, and blocks the real ssh server...16:31
mh3fwouldn't it be better to take an image of the drive and use a live cd for analysis?  you're modifying/tampering with the evidence16:32
infectedserverthat was step 1 :)16:32
infectedserveri already copied an image16:32
infectedserverwhat is concerning is looking at bash history, he was messing around with my SSD firmware...16:33
infectedserveri do not know what firmware he uploaded to my ssd16:33
=== kk is now known as Guest5065
Guest5065recently i installed ubuntu 20.04 and it was pretty fast on live usb, however when installed on hard disk, it is slow and sluggish, further i found that my hard disk is SATA III , however it is running in SATA II mode in ubuntu16:36
TJ-Guest5065: can you share the kernel log with "pastebinit <( journalctl -k )" ?16:36
Guest5065wait program not installed16:38
Guest5065https://paste.ubuntu.com/p/b3KQ5fCJKs/16:39
infectedserveris this a backdoor?16:41
infectedserverhttps://www.joesandbox.com/analysis/434230/0/html16:41
infectedserverthis is the file found as a replacement for "bash", it was modified when he was hacking it16:41
infectedserverit manifests and seems to act like bash16:41
infectedserverbut it was uploaded to this cloud analysis tool with the file name of 'backdoor"16:42
Guest5065TJ-, any clue why it is happening?16:43
TJ-Guest5065: at the end there are a lot of erorrs and the SATA link keeps hard resetting at 1.5Gbs - working my way back to see if there's a clue as to why16:45
TJ-Guest5065: the first link up at line 744 is also 1.5G "ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)"16:49
Guest5065TJ-, thanks, one more info that it has some bad sectors once but all of them were  reallocated and how to paste hard disk logs16:49
TJ-Guest5065: the mobo's link is definitely 6Gbps capable though, line 642 "ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x2 impl SATA mode"16:51
Guest5065TJ-,  that's why it is sluggish, but how to force the sata mode or to make it detect as SATA III instead of SATA II16:52
TJ-Guest5065: my guess is there's a problem on the drive OR it has previously been programmed to operate at 1.516:53
TJ-Guest5065: have you looked at the SMART info?16:54
Guest5065TJ-, yes, it has shown 240 bad sectors but all of them were reallocated and shown disk is ok16:54
TJ-Guest5065: how about the link info ?16:55
Guest5065TJ-, TA Version is:   ATA8-ACS (minor revision not indicated)16:57
Guest5065SATA Version is:  SATA 2.6, 1.5 Gb/s (current: 1.5 Gb/s)16:57
Guest5065TA Version is:   ATA8-ACS (minor revision not indicated)16:57
Guest5065SATA Version is:  SATA 2.6, 1.5 Gb/s (current: 1.5 Gb/s)16:57
Guest5065TA Version is:   ATA8-ACS (minor revision not indicated)16:57
Guest5065SATA Version is:  SATA 2.6, 1.5 Gb/s (current: 1.5 Gb/s)16:57
TJ-!paste | Guest506516:58
ubottuGuest5065: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:58
Guest5065TJ-, https://imgur.com/a/4lfyK8B17:03
TJ-Guest5065: the screenshot isn't really helpful, but the lines you started to paste into channel look to e be. It looks like the drive is only able to operate at 1.5G. How about "pastebinit <( sudo smartctl -a /dev/sdb )"17:07
webchat46Hi there. I want to *remotely* add a second permanent IP address to an ubuntu desktop 18LTS machine. Can I just ssh in and drop a netplan yaml file in? Or are desktop installations set up to look elsewhere for network configs? I want to ask first to avoid borking the network config and locking myself out of SSH...17:12
=== StarHeart is now known as Edgan
Guest5065TJ-, i am a novice in these things, i am not dumping channel, i know that people are helping me, i am grateful for that whatever best they are doing for me,  https://paste.ubuntu.com/p/rf5J6JpfzF/17:17
TJ-Guest5065: don't worry, it just helps us focus. I'll look now17:18
TJ-Guest5065: the key here seems to be the drive only claims to support SATA 2.6 (1.5Gbps) "SATA Version is:  SATA 2.6, 1.5 Gb/s (current: 1.5 Gb/s)"17:19
TJ-Guest5065: so, we have to think as the docs seem to indicate this drive is claimed to the SATA3 something has gone rather wrong17:19
Guest5065TJ-, yes, drive is SATA 3, look at these specifications https://www.hdsentinel.com/storageinfo_details.php?lang=en&model=TOSHIBA%20MK5061GSY17:22
Guest5065TJ-, transfer rate is 3Gbps on many website, it means, there is something messed up either with software or hardware, i can't change cable as it is connected directly with motherboard17:25
TJ-Guest5065: here's an askubuntu question where a drive with the same model number shows "SATA 2.6, 3.0Gb/s" https://askubuntu.com/questions/544168/high-iowait-and-slow-timing-cached-reads17:26
TJ-Guest5065: so I think either the drive, or the link (connectors of cable) have a problem. The hard errors also support that. Easiest possible fix is to unplug and reconnect the SATA connector at both ends of the cable to ensure a firm connection17:27
Guest5065TJ-, okay, thanks, i would try that but for that i would have to turn off the laptop. By the way,thanks a lot for help. May God Bless you and your family and your wishes come true17:29
TJ-Guest5065: a laptop!? Then I'm going to guess you've simply got the drive dislodged slightly in its bay and all you need do is reseat it in the connector17:30
TJ-Guest5065: can happen with laptops since they get knocked about a lot17:30
gmcastili an SMB share that contains user directories (similar to home directories) that I want to mount for individual users at startup without requiring root intervention - is there a way to mount a directory of an SMB share at someplace like /home/<username>/smb_home at startup with RW permissions?17:30
Guest5065TJ-, thanks :)17:31
=== Poster` is now known as Poster
webchat46is it even possible to configure a network based on network manager remotely over SSH?17:36
webchat46*configure a desktop 18LTS network I mean17:37
TJ-webchat46: yes17:38
TJ-webchat46: NetworkManager configurations can be manipulated using "nmcli", or if you know the syntax, directly in /etc/NetworkManager/system-connections/$connection_name17:39
TJ-webchat46: NetworkManager configurations can be manipulated using "nmcli", or if you know the syntax, directly in /etc/NetworkManager/system-connections/$connection_name17:42
webchat46TJ- thank you very much that tool looks perfect17:44
=== spinningcat__ is now known as spinningCa
=== spinningCa is now known as spinningCat
CodeGeekif I want to become an official ubuntu member, do I need to have contributed stuff? Is it not enough that I've been using Ubuntu since forever?17:47
oerheksCodeGeek, contribute, support, write .. and you will need to find volunteers/other members to vote for you17:48
oerhekshttps://wiki.ubuntu.com/Membership17:49
CodeGeekok, I guess I'll remain an unofficial member :)17:49
oerheksa member is just a volunteer .. but there are volunteers that are recognized and appreciated, it is just what do you expect of the membership.17:50
lotuspsychjeCodeGeek: share your wiki in #ubuntu-discuss perhaps17:50
=== uc50ic4more_ is now known as uc50ic4more
=== tux___ is now known as tux_
gmcastilim on Ubuntu (5.8.0-55-generic #62~20.04.1-Ubuntu SMP Wed Jun 2 08:55:04 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux) with XFCE and cannot seem to figure out how to keep the machine from locking every 5 minutes18:41
gmcastilwhere does the XFCE window manager control that setting?18:41
lotuspsychjegmcastil: this what you seek for? https://www.chaslinux.com/article/stop-xubuntu-2004-blanking-screen-every-5-minutes18:43
gmcastili had it set to an hour, but it still blanked and locked the screen afte ra few minutes18:47
gmcastilnope18:52
gmcastilits blanking in 5 minutes still18:52
gmcastiland the laptop is plugged into a dock18:53
gmcastilis there another location that allows me to determine screen blanking / locking preferences?18:56
sarnoldgmcastil: maybe xset q ?18:57
gmcastilScreen Saver:18:57
gmcastil  prefer blanking:  no    allow exposures:  no18:57
gmcastil  timeout:  300    cycle:  30018:57
gmcastilthat looks promising18:57
gmcastilthat seems odd that an out of the box Ubuntu would require screen blanking behavior to be controlled using xset though18:58
oerheksi think your dock is the issue ..18:59
oerheksdoes this behaviour occur when off the dock?18:59
gmcastili dont know - new machine and havnet had it off the dock yet19:00
gmcastilwhy would the dock affect it?19:00
gmcastilalthough this is weird....the XFCE power manager says that the battery is at 90% charge19:01
gmcastiland its a) new machine and b) been on the dock charging for 5 days19:01
gmcastilthere are three devices called "Line power"19:01
gmcastilone of which isn't plugged in19:01
gmcastil(or at least, that's what it says)19:01
gmcastilits plugged into the dock via Thunderbolt19:02
oerheksdirty trick, disable energy features :  xset -dpms19:03
gmcastilif that works, is there a way to not have to do that every time i reboot the machine?19:05
darrenalcornare there any good guides about how you might set up a Ubuntu 20.04 server with a few multipass VMs for specific services? As in, a nginx server running on a multipass node... the main server routing specific traffic to that multipass VM19:20
V3n3RiXgmcastil:19:23
V3n3RiXxset dpms 0 0 019:23
V3n3RiXxset -dpms19:23
V3n3RiXxset s off19:23
gmcastilwell, xset seems to be what was keeping the door open19:26
gmcastilwhat does that change that controls that setting?19:26
V3n3RiXX power management ... prevents the screen from going to sleep or blanking out19:38
gmcastilit apparently supersedes the others, presumably because it was triggering first19:47
gmcastil(set at 5 minutes vs. the never or 60 minutes i set in the XFCE power manager)19:47
=== A_Dragon is now known as AAAAAA_Dragon
gmcastilwell crap, it locked again after like 10 minutes20:01
CarlFKis there a hotkey to do poweroff ?20:01
gmcastili honestly dont get why this is in any way a complicated thing to do - is XFCE just not well supported by Ubuntu?20:02
sarnoldCarlFK: most modern computers let you tap the power key and it'll do something -- check out the HandlePowerKey= setting in the logind.conf manpage20:03
CarlFKsarnold: I don't have a keyboard (this is for a single use video player box) - but I do have a USBRubberDucky that will send keyboard commands.  https://docs.hak5.org/hc/en-us/articles/360010555153-Ducky-Script-the-USB-Rubber-Ducky-language20:06
CarlFKI'm trying to figure out what key it needs to send20:06
upgraderHi all - I just upgraded from 18.04 to 20.04, and now my resolution (NVIDIA GTX 1060) is stuck at 1024x768, and the nvidia x server settings application just opens a blank window.20:45
upgrader(with a Help & a Quit button - so not entirely blank)20:48
drdoI have just installed 21.04 desktop and I have this issue where the current window loses focus periodically for no apparent reason20:50
drdoIt just periodically goes in and out of focus, every few seconds20:51
=== ghostcube__ is now known as ghostcube
drdoI'm also getting a bunch of these messages: "[ 1481.988607] traps: gjs[15113] trap int3 ip:7fd3a7cde447 sp:7ffda7bd84a0 error:0 in libglib-2.0.so.0.6800.1[7fd3a7c9f000+8d000]"21:11
sarnoldCarlFK: ah, I don't know if the power key can sent as a 'keyboard' key or not. you could probably hook it up to send control+alt+delete, I think that might also be configurable...21:19
sarnolddrdo: hmm, there's some similar-sounding bug reports around but nothing looks fantastic. I suggest filing a bug, 'ubuntu-bug libglib2.0-0' -- I think that'll do the right thing, I'm not 100% sure where that version of libglib comes from21:24
CarlFKsarnold:  control+alt+delete should work.  having trouble getting the ducky thing to do it21:32
sarnoldCarlFK: can you set a delay between 'keypresses' on it? something like send ctrl, wait 2ms, send alt, wait 2ms, send delete, wait 2ms, release delete, wait 2sm, release alt, wait 2sm, release ctrl?21:34
CarlFKsarnold: um.. du no.  the docs on this are pretty bad.  I think this is the reference: https://docs.hak5.org/hc/en-us/articles/360010555153-Ducky-Script-the-USB-Rubber-Ducky-language21:35
=== bsmith093 is now known as Guest5476
sarnoldCarlFK: hrm. so if you want to send a ctrl+alt+del you've really got to write out "ctrl alt delete" and can't specify the order, how long, etc :(21:39
=== Thermoriax2 is now known as Thermoriax
CarlFKwoot.. some other tool gave me the magic: CTRL+ALT DEL22:07
sarnoldCarlFK: yay22:07
sarnoldCarlFK: what worked?22:07
CarlFKCTRL+ALT DEL - that gets me the "shut down in 60, 59..." dialog22:07
CarlFKlooks like alt-s will hot key the "shutdown" button22:08
sarnoldCarlFK: oh as in the literal command CTRL+ALT ? heh22:09
Guest4219where is grub loader normally installed?22:20
Guest4219in a typical installation of ubuntu22:20
Bashing-omGuest4219: Grub: Generally to the device (say sda) .22:23
Bashing-om!info grub | Guest421922:25
ubottuGuest4219: Package grub does not exist in hirsute22:25
Guest4219no matter if its BIOS o UEFI system?22:25
Bashing-om!grub | Guest421922:25
ubottuGuest4219: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub222:25
Guest4219something like that22:28
Guest4219and i have since started using windows again on that pc22:28
rbasakWith UEFI, normally your ESP is mounted at /boot/efi/ and grub is installed into there.22:29
Guest4219and also wiped out windows (registry issues bla bla) and now i can't recover my windows from disk image backup because grub seems to be causing errors in the recovery software22:30
Guest4219can this ESP/UEFI/GRUB be wiped out somehow? it keeps popping back in after i wipe the disk and i can't recover my windows system because of it22:31
Guest4219i wish to be ridden of grub for good on that pc22:33
sarnoldyou could dd some of /dev/zero right over wherever it is22:35
Guest4219is "GRUB 2 EFI loader" different beast than "GRUB loader"?22:36
Guest4219in the recovery software i keep seeing "Failed to detect GRUB loader" and "Detected GRUB 2 EFI loader on disk '\local\hd_gpt""22:37
Guest4219like one GRUB for BIOS and a different GRUB for UEFI?22:38
Guest4219anyone? i'm desperate to get my pc back to windows and grub is in the way. i don't know how but i think it's because recovery software is linux based22:44
Guest4219dd /dev/zero /boot/efi ?22:44
CarlFKGuest4219: getting red of things does not make other things work22:45
cbreaktried to reinstall windows' bootloader?22:45
Guest4219i have not, and there is no windows, not any longer, there is no os at all, yet there it is, grub is there22:46
Guest4219diskpart, clean22:47
Guest4219i used this command to clean the disk, its nvme disk on uefi system22:47
cbreakso, you will have to install windows before you can use it.22:47
cbreakwhen you do that, it will write its own efi bootloader, replacing grub22:48
CarlFKif there is no os, then you don't need a boot loader ;)    im a little fuzzy what your plan is22:48
rbasakThe GPT is just a FAT filesystem partition.22:48
Guest4219i have a complete disk image in acronis format, it contains windows 10, apps, my files, etc, plus some old ubuntu grub reference22:48
rbasakIt contains boot files from all OSes installed on your system22:48
rbasakYou can "rm -rf /boot/efi" but then your system will be completely unbootable.22:49
rbasakIf your Windows recovery software can recover from that, and you don't want to boot Ubuntu again (without reinstalling it), then sure, you can do that.22:49
rbasakI have no idea how to recover the Windows parts of the GPT though, which you will also be blowing away. That part's down to you.22:51
rbasakI should have said ESP above, not GPT.22:51
Guest4219i suspect my entire disk layout is screwed, since long, i just happen to know that i have had ubuntu (with grub) installed on it once in the past22:54
Guest4219for several years since i have returned back to windows 10 on that pc and not had issues (until recent "no audio" bla bla and corrupted win registry)22:54
Guest4219https://i.imgur.com/LTfegCs.png22:55
Guest4219now with acronis i get this odd error, because acronis is trying to do some magic tricks i did not ask for in the background, like fixing "bootablitiy" of my pc and locating grub and what not, and this is only because i have done a wipe of my disk (clean command in diskart) prior to attempting a recovery22:56
Guest4219https://imgur.com/E04zc16.png22:57
akikGuest4219: you might have succeeded while you were booted into windows using bcdedit22:58
akikGuest4219: i'm not sure if that would work in a F10 command prompt opened from the installer23:00
Guest4219hm... ok... removing grub you mean, by bcdedit from within windows?23:00
akikGuest4219: changing the boot order to not start grub23:00
akikGuest4219: can you go into the uefi menus of the machine to change it?23:00
akikthe system works in a totally different way with bios mode boot and uefi mode boot23:02
Guest4219boot order ok... i will check on that, maybe it's set to use grub. i remember using a different disk for ubuntu at the time, a samsung SATA SSD and this one is a samsung NVME SSD. i think i saw what may be an old reference to that disk GUID in a log23:02
Guest4219yeah i'm pretty confident i had this setup: ubuntu on samsung sata ssd, windows on samsung nvme ssd, and grub was doing the bootloader chaining23:03
Guest4219then i wiped the original samsung ssd, have long since removed it, and only windows was left on the nvme23:04
Guest4219plus some grub remainer...23:04
Guest4219now this is preventing me from recovering my windows system back to a prior state using acronis recovery media (linux based, it's what you saw in screenshots)23:05
akikGuest4219: maybe you can change it in the computer's uefi menus. efibootmgr on linux modifies that data too23:06
akikGuest4219: and bcdedit on windows23:07
Guest4219hehe this all seems like magic to me.  i mean i do actually have a boot entry that mentions "ubuntu" when i start my pc and press f8 (asus mobo)23:10
akikGuest4219: on my acer laptop, when i install linux on it, i have to go into the uefi menu and manually select fedora's grubx64.efi as a bootable file23:11
Guest4219i can use acronis disk cleanser from within acronis recovery media to do disk zero and even us army code data destruction and what not (whatever) and if i do that then "ubuntu" will disappear from f8 menu (same as with diskpart and clean command)23:11
Guest4219but if i run acronis recovery media to recover the nvme disk with windows from a backup, then that "ubuntu" entry pops back up on f8 menu of my pc and also acronis complains of having found grub 2 efi or whatever23:12
Guest4219isn't such data destruction algorithm applied on disk level enough to kill off grub? i don't know...23:14
Guest4219unless of course grub is hiding in my uefi somewhere... and not on my disk23:14
akikGuest4219: i don't know what this software can do but maybe try it https://neosmart.net/EasyRE/Features/23:15
Guest4219i have actually performed this exact operation once before a day ago, but then i did not do a disk wipe before recovery23:15
akikthat was linked off the easybcd site23:15
akikhttps://neosmart.net/EasyRE/23:16
akikdamn it's payware23:16
akikbut if you can't find another way to get back to windows, maybe it's worth it23:17
akiki paid that amount to get the win10 taskbar on my second display :)23:17
Guest4219hehe maybe it's worth it23:20
Guest4219may i ask what is linux/ubuntu equivalent to windows registry? is it just config text files?23:21
spjbpretty much23:22
sarnoldthere's also gsettings23:22
Guest4219i absolutely hate this registry BS i have been banging my head against a wall over that stupid thing, and these "hives" like SYSTEM, SAM, SOFTWARE, bla bla it's the reason i'm in this position now23:22
Guest4219there's a dent in the wall to prove it23:23
Guest4219In the Police world there is nothing worse than a corrupted cop; inthe  computer world there is nothing worse than a corrupted registry.23:24
akikGuest4219: systemd brought ini type files into linux and then there's dconf that is a binary data store for configs23:24
Guest4219*windows world i should say23:24
Guest4219but dconf is open spec yeah?23:24
akikGuest4219: i think so23:25
Guest4219unlike this "hive" nonsense where you have to go via intermediary REG files23:25
akikGuest4219: i don't think you should go editing those if you can't make it boot first23:25
akikbcdedit might work when run in the installer's F10 cmd prompt23:26
akikor was it shift+F1023:26
Guest4219hehe and you know what actually set this off to begin with? i got screwed by some "KB500blabla" update from windows update, and now i have "No Audio Output Device" even though device manager disagrees '=D '=D '=D23:27
Guest4219no i was able to boot into windows, only audio was not working, and i have emptied the whole bag of "fixes" and "recovery" tools including the half-dumb "audio playback troubleshooter" which cannot solve any audio issues of greater complexity than "oh shit i forgot to unmute"23:28
Guest4219akik shift+f1023:29
Guest4219hehe it used to be f8 as well, in old days, but that was on xp, and it was called "Recovery Console"23:29
akikthey just hide that option now by default but you can enable it back23:30
Guest4219now it's "Recovery Environment" or WinRE, which is same as WinPE it's just a interface for it23:30
Guest4219hehe they also disabled RegBack to "save space" :')23:31
Guest4219it used to contain all the important 5 registry hives23:31
Guest4219https://docs.microsoft.com/en-us/troubleshoot/windows-client/deployment/system-registry-no-backed-up-regback-folder23:32
Guest42191 less way to recover windows23:32
Guest4219so many "recovery" tools for windows over the years... that's telling23:32
Guest4219worse still is if you're so inclined to try to fix things manually, like linux folks often do, it is absolute nightmare with windows, you can't do anything without automated tools or simple press the button to reset or reinstall fresh23:34
Guest4219the windows registry is a one way street... maybe if you have system restore points enabled, that actually does work, it fixed my audio issue not once but two times, but windows update subsequently broke it again and again due to kb500something and a GSOD loop cycle23:35
akikGuest4219: why were the restore points disabled by default in some win10 version?23:36
Guest4219they are? that's news to me, but the good restore point i used to fix my audio issue has been purged from the system i think when i upgraded to a later version23:37
Guest4219microsoft needs to do me a favor and save me my 500 gb disk space X-P23:37
Guest4219one thing they never invented is how to do system image backups, and the backup system they had in windows has been discontinued.23:38
Guest4219im surprised windows even has anti virus and a firewall23:38
Guest4219that's usually reserved for the third party software makers23:39
Guest4219i for example use acronis true image for my backup needs, not because i want to, but because windows doesn't have one built in23:39
akikno? i think i remember reading of a way to backup the whole os23:40
toddcGuest4219: cloanzilla free and open source vs acronis23:40
Guest4219akik: yeah but i think that only copies files and folders, it doesn't do disk imaging23:41
akikhttps://www.windowscentral.com/how-make-full-backup-windows-1023:41
akik"create a system image"23:41
toddcyes I use ut23:41
Guest4219ah yes, but it also says "(windows 7)" and "older backup"23:43
oerheks"dd"23:43
=== AAAAAA_Dragon is now known as A_Dragon
akikGuest4219: the page says it's used with win1023:43
Guest4219it's only a matter of time before they pull the plug on Backup and Restore... or decide not to... and then bloat it some more with yet another backup tool...23:43
akikmaybe they have fixed it in win 11 :)23:44
Guest4219hehe it's like "ms paint": hey look we now have "paint 3D"... oh wait... we will also keep ms paint23:44
toddcmaybe win 11 will fix all their issues23:45
Guest4219toddc: how do you run clonezilla from within windows?23:45
Guest4219and on schedule?23:45
akiksomeone had made a compilation picture of all different ui elements23:45
toddcI boot to clonezilla then do what I need I do not normally use it as a backup as there are better solutions23:46
akikhttps://old.reddit.com/r/Windows11/comments/o2a0kp/there_are_at_least_10_different_microsoft_design/23:46
Guest4219good find akik very good! i will pin this :D23:48
Guest4219toddc: for windows at least that's true image i think23:49
toddcGuest4219:I backup Data to a server then ignore the os as I can recreate that in minutes23:49
Guest4219did you guys know that windows is fully capable of creating more than one recovery partition on the main disk, one at the front and one at the back during upgrade process, and then complaining to you during new install setup that you're doing it wrong and need to read their gpt disk layout article at given url?23:50
toddcall my MS windows are now VM's on zfs so those I can snapshot on a schedule23:50
Guest4219toddc: sounds like a dream setup23:52
Guest4219i am still stuck in 1990s23:52
srvlol23:53
Guest4219https://dpaste.org/aXSg23:53
Guest4219does anyone care to have a look at this log and tell me what this grub mambo jambo is about?23:54
Guest4219the log is from acronis recovery media. what is this "failed to detect grub activator"? what's an activator?23:55
Guest4219tell me like im 1223:55
sarnoldyou might have to ask acronis folks23:55
Guest4219how can i get a friendly disk name based on those guid numbers?23:56
toddcGrub or uefi grub is just a boot loader one can use the MS bootloader but it is a bit more limited23:58
toddcGuest4219: are trying to remove all linux from you system?23:59
toddcyour23:59

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