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

gordonjcparooni: that description is a little incoherent00:00
gordonjcparooni: what exactly are you trying to do?00:01
aroonigordonjcp:i'm trying to get Match / ForceCommand working ; but i'm not clear on whether i add them on the OUTGOING ssh connection sshd_config file or the incoming sshd_config file (in this case mac)00:02
arooniuse case is that my fish shell has a bunch of plugins and too much startup time for the frequency of unison file syncs i want to do00:02
aroonii want to use something that isn't as chunky as it needs to be invoked each time unison runs00:02
gordonjcparooni: ForceCommand doesn't do that00:03
sarnoldarooni: forcecommand is used by the server to enforce what the client tries to run00:03
arooniwell i think it can work well for what i want; create a new ssh profile outgoing on ubuntu; then match that identity00:04
gordonjcparooni: it'll still start your user's specified shell00:04
aroonithen force it to run /bin/bash00:04
gordonjcparooni: right00:04
gordonjcparooni: so it'll start fish, then run bash in that00:04
aroonii figured out it has to be configured on the device i was connecting to00:04
aroonioh so it defeats the purpose00:04
arooniwas hoping to avoid invoking fish00:04
gordonjcparooni: it's not quite the right tool for the job, it's intended for something else00:05
arooniso is there anyway to avoid invoking fish ; without changing my default shell on mac?00:05
gordonjcparooni: you mght use it so that a particular user logging in gets directed to a particular command whether they like it or not00:05
aroonithats interesting00:05
sarnold"The command is invoked by using the user's login shell with the -c option."00:05
sarnoldouch00:05
sarnoldI'm surprised it doesn't just use /bin/sh or similar.00:06
aroonii think it'd be better if it did00:06
aroonibut now re-reading that makes more sense00:06
gordonjcparooni: you can run multiple sessions over ssh00:06
gordonjcparooni: leave a session running and it will be "reused"00:06
arooniwell i'm not invoking these; unison is00:07
aroonimaybe there's a way to let it keep a connection open00:07
arooniso it doesn't have the overhead each time00:07
sarnoldthere is00:07
aroonido you know what the config option is?  that's certainly news to me00:07
sarnoldarooni: check ControlMaster in ssh_config00:08
sarnoldarooni: I used it for a few weeks before disabling it again. I can't recall now why it frustrated me.00:08
aroonihmm reading https://www.anchor.com.au/blog/2010/02/ssh-controlmaster-the-good-the-bad-the-ugly/00:08
sarnold2010???00:08
sarnoldwow00:08
arooniwell it was the first google result00:09
sarnoldit still feels like a new feature to me :) heh00:09
arooniits *brand new* to me haha00:09
sarnoldhmm, I wonder if it was that "first session must stay alive" thing00:10
aroonithats the caveat it was mentioning00:11
Apachez[387274.840328] CIPCServer::Thr[189292]: segfault at 58d3e ip 00000000f78f9e52 sp 00000000e93fddb0 error 4 in libc-2.32.so[f78df000+161000]    <- I guess that aint good?  kernel: 5.8.0-34-generic #37-Ubuntu SMP Thu Dec 10 18:01:14 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux00:27
=== BrianG61UK__ is now known as BrianG61UK_
sarnoldApachez: looks like there's similar reports on https://github.com/ValveSoftware/steam-for-linux00:35
fribsarnold, after all this time it actually finally mounted00:45
sarnoldfrib: omg it *finished*??00:46
sarnoldfrib: I also didn't expect that, either :)00:46
fribhehe ya00:46
geosmileI just got a bluetoothe wireless trackball - ubuntu 20.04 is not showing it when i switch on bluetooth. Any suggestions?01:12
geosmilebt-device -l crashes for me: ERROR:lib/bluez/adapter.c:165:adapter_get_dbus_object_path: assertion failed: (ADAPTER_IS(self))01:14
geosmileagent on + bluetoothctl = No default controller available01:15
tacomasterWhere is the best place to learn how to configure apparmor? I have seen the ubuntu wiki's on how to enable or disable a profile but I want to learn how to write the profiles01:24
sarnoldhey tacomaster; aa-genprof or aa-logprof are pretty good starting points for writing your own profiles; they help automate the process of running something (perhaps in complain mode), reading the log files to find out what was blocked (or what would have been blocked), and adding rules to the profile01:29
sarnoldtacomaster: the harder part is knowing when you want to use 'ix' rules vs 'cx' or 'px' rules.. that's hard to teach :/01:30
tacomastersarnold, So there really isnt much documentation?01:39
tacomastersarnold, I have not personally been able to find it01:39
sarnoldtacomaster: well, there's a lot of stuff: apparmor.d(5) describes the policy language; the wiki has tutorials on how to use the tools to write profiles and how to write profiles by hand https://gitlab.com/apparmor/apparmor/-/wikis/Documentation#how-to-and-tutorials01:41
sarnoldtacomaster: but the wiki has hundreds of pages, and the clear majority of them are more like "internal ideas" or a whiteboard for how a feature might be implemented. it's hard to know what is *good* documentation and what is just plans or ideas.01:42
sarnoldtacomaster: and as far as I know there's not much available for deciding which processes need profiles, or when you should use which execute permissions.01:42
jayjo-I'm looking at the default ubuntu installation and its recommendations for storage. With SSDs, is it no longer recommended to use swap space?01:43
sarnoldjayjo-: swap space is a good idea; the installer should default to creating a one-gigabyte swap file, iirc01:44
jayjo-sarnold: I'm testing through a VM again right now, but I believe both the desktop and server defaults similar to this: https://bpa.st/KOOA01:46
jayjo-that is a server01:47
jayjo-actually, this is a desktop, and it does have swap: https://bpa.st/LFTA01:47
sarnoldjayjo-: check ther output of swapon, not lsblk01:47
Bashing-omjayjo-: Default install on a SSD: "/swapfile  none  swap    sw  0       0".01:48
jayjo-both the server and desktop have swap showing from `swapon`, actually. The server installation does not show it with lsblk.01:50
Bashing-omjayjo-: If a swap partitionb is in exitence then the partition will be used. Mt defaulrt however on bare metal/ext4 " swapon --summary >> /swapfile  file    1358916".01:52
jayjo-Bashing-om: I do see a file at /swap.img on my server being used. Sorry if I misunderstood. Does subiquity use a file (not a partition) if an SSD is detected?01:54
sarnoldjayjo-: a swap file should be used regardless of storage01:55
Bashing-omjayjo-: Well, IF the /swap partition exists - then the partition will be honored - else the system will create a swap file.01:56
jayjo-swapon on the server shows a Type: File being used, but on the desktop it's a Type partition at /dev/dm-101:57
jayjo-Bashing-om: Ah, ok. I see why they're different now01:57
DonovonFarganHi, is there an easy automated way of deleting zfs snapshots in Ubuntu desktop?02:11
sarnoldDonovonFargan: if they are the automated snapshots, there should be a daemon to clean those up when the pool reaches a certain percentage..02:12
DonovonFarganOkay, thanks for that info.02:12
sarnoldDonovonFargan: https://github.com/ubuntu/zsys02:12
sarnoldDonovonFargan: there's some notes there on how to use the daemon but I don't see anything about tuning the snapshots to retain..02:13
Bashing-omDonovonFargan: didrocks did some extensive coverage on zsys: https://discourse.ubuntu.com/t/zfs-focus-on-ubuntu-20-04-lts-blog-posts/16355 .02:17
=== probablymoony is now known as moony
DonovonFarganThanks you so much.02:18
Bashing-omDonovonFargan: I do not recall much but snapshots are discussed.02:19
=== watkinsr48494 is now known as watkinsr4849
=== zbenjamin is now known as Guest73035
=== zbenjamin_ is now known as zbenjamin
jayjo-Using LVM on both the server and desktop, is there a reason to prefer using a swap partition vs a file?02:26
sarnoldit's probably no big difference with either one02:28
GeekEyMonwould someone please suggest a search string or link to man page on "wired settings" id like to learn about what all the settings in the following areas actually control and how:Identity IPv4 IPv6 Security, ty for any help02:32
GeekEyMon"Wired settings"02:33
tacomastersarnold, Thank you for this02:37
sarnoldtacomaster: and thanks for the feedback; it's hard to know what exactly ismissing ;)02:38
GeekeyMonhey all could anyone suggest a search term or link to man page-id like to read/learn more about network settings ubuntu 20.0402:46
flingShow me ppa repository example in sources.list02:46
flingthe launchpad.net line02:46
GeekeyMonnamely the IPv4 IPv6 tabs and all the settings that can be changed and what they do02:46
TaZeRman NetworkManager ?02:47
sarnoldfling: here's one I've got configured: deb http://ppa.launchpad.net/arighi/zfs-linux/ubuntu bionic main02:49
GeekeyMonty, just asking is NetworkManager a daemon run by systemd? is it a binary backend if not what backend is it using? and also for my case how would i find what the gui frontend on the desktop manager changes if it is indeed using the NetworkManager backend making changes02:50
sarnoldGeekeyMon: yes, see eg: systemctl status NetworkManager02:51
GeekeyMonthanks man02:52
GeekeyMonboth of yall02:52
TaZeRand the settings you input in the gui applet would basically be put in a .conf file in /etc somewhere02:52
GeekeyMonnice ty02:52
sarnoldGeekeyMon: there's a metric ton of network settings.. I know of nothing that even comes close to documenting all the things that can be changed, nor with what tools..02:53
GeekeyMonstarting to all fit together in my head now =)02:53
sarnoldGeekeyMon: this describes some of the kernel features of networking https://www.kernel.org/doc/html/latest/networking/02:53
=== ibtjw9 is now known as ibtjw
GeekeyMonthis is cool it'll keep me going for an epoch02:54
arooniis there anyway to update afraid.org of my ip address when i'm using a vpn?02:54
flingsarnold: thanks02:54
sarnoldGeekeyMon: this describes a lot of the iproute2-level of tools https://lartc.org/howto/02:54
GeekeyMonthanks dudes02:54
GeekeyMonnice02:55
sarnoldGeekeyMon: this describes a lot of the NIC level settings https://linux.die.net/man/8/ethtool02:55
sarnoldor, well, probably not the settings themselves, but the tool you can use to flip em..02:55
GeekeyMonroggie i got you :002:55
GeekeyMontypo02:55
GeekeyMon;)02:56
TerynTook a little while, but I got the help I needed, changed 'enable_uart=1' to 'enable_uart=0' in both config.txt and syscfg.txt and I could boot up the Raspberry Pi 4 to Ubuntu Server 20.04 just fine. :D02:56
sarnoldTeryn: sweet, thanks for reporting back :)02:57
TerynJust wanted to thank you guys, waveform in particular, though he's not here atm...02:57
flingWhich package is ppa keyring in?02:57
TerynGonna finish the setup tomorrow completely, but really digging the 64-bit speed boost so far.  Thanks again.02:58
sarnoldGeekeyMon: okay, last two :) https://www.bufferbloat.net/projects/ https://wiki.nftables.org/wiki-nftables/index.php/Main_Page02:58
sarnoldfling: each ppa gets their own key02:58
sarnoldfling: err, scratch that02:58
sarnoldfling: each project / user gets a key for their ppas02:59
sarnoldfling: check the 'technical details about this ppa' link on eg https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa02:59
flingso I need to add it with apt-key?02:59
sarnoldfling: the add-apt-repository command can retrieve the key for you02:59
flinginstead of getting a package02:59
flingthanks03:00
GeekeyMonprops sarnold, "you the man!"03:00
sarnoldGeekeyMon: hopefully this can keep you entertained a bit :)03:00
GeekeyMonrofl for a few days and then some on reread lols03:00
GeekeyMonand then.....03:01
sarnold:D03:04
devslashi cant inastall any packages because of an issue with dkms. it says dkms.conf wasnt found. I discovered that its missing this file for iomemory module03:43
devslashI cant figure out how to fix this issue03:43
devslashI was able to work around it by deleting the module directory in /var/link/dkms03:49
Bashing-omdevslash: What now results ' sudo apt update ; sudo apt upgrade ; sudo apt -f install ' ?03:50
Jari--hi04:28
DarkTrickCould someone try this: press Ctrl+Alt+F12 and change back to Ctrl+Alt+F7. Check if Xorg process starts running hot with 100% CPU ?06:35
DarkTricksry, wrong channel06:36
tarzeauwhere is the channel about ubuntu hirsute?06:38
tarzeauis the day nearing ubuntu will not work properly anymore after a apt-get --purge -uy remove snapd ?06:39
tarzeaumy hirsute already had 9 snaps, removing snapd and all those the system is still working haven't tried a reboot yet though06:40
Maiktarzeau: #ubuntu+106:41
Maikand if you find bugs, please repot them on Launchpad06:43
Maikrepot/report06:44
tarzeauMaik: i prefer to use debian bts. no thanks to launchpad06:48
tarzeauor upstream06:49
tarzeauafter having had a pretty bad experience with bug reporting via launchpad, they are just not looked at, processed, fixed, but more likely ignored06:50
tarzeaufor years, if not decades of years06:50
jmspeexHi, I have an AMD card for display and an nvidia one just for deep learning. For some reason despite now using the nvidia card for display, gdm doesn't allow me to run wayland. Any idea how to fix that?06:58
tarzeaujmspeex: what nvidia drivers do you use?06:59
tarzeauvesa? nv? nouveau? nvidia (binary)?06:59
jmspeextarzeau: I need to use the proprietary crap because I need cuda for compute -- which is all I'm doing on that card07:02
tarzeaujmspeex: i think that and wayland don't fit together07:03
jmspeexI'm not even displaying though07:03
jmspeexthe display is on an AMD 5500 XT card07:03
tarzeaujmspeex: you're not alone. we're alos heavy cuda users. nvcc directly? with cudnn? torch or tensorflow?07:03
tarzeaujmspeex: but the nvidia binary kernel driver is loaded?07:04
tarzeaujmspeex: you're on 20.04?07:04
jmspeexI'm on 20.04. I'm using cuda through tensorflow only07:04
tarzeauFor some reason despite now using the nvidia card for display, gdm doesn't allow me to run wayland. Any idea how to fix that?07:05
tarzeauso that was wrong? lightdm/gdm? launches? did you check wayland logfiles, dmesg output?07:06
jmspeexno, not sure where to start07:06
tarzeauin a console. and figure out how to use wayland start it manually07:06
tarzeaui'm only familiar with X, not wayland sorry07:06
tarzeau(i gave wayland a try and scrot didn't work, so it's dead for me)07:07
jmspeexI had it working pretty well without the nvidia card, so I was hoping to use it even with the nvidia card computing in there07:08
jmspeextarzeau: Actually, just succeeded07:24
jmspeexcommented out the nvidia driver from the /usr/lib/udev/rules.d/61-gdm.rules blacklist07:24
tarzeaujmspeex: cool!07:31
MrDeathWilderoerheks: thanks for the help yesterday :-)07:38
ksynwaHello. I am wondering what the best way of setting environment variables for a user is. I am using Ubuntu 20.04 with GNOME 3.08:00
ksynwaI tried editing `~/.bash_profile` but it didn't work though the shell is /bin/bash.08:00
ksynwaRight now the file has a single line `export DOOMDIR=${HOME}/.config/doom.d`08:01
=== Grldfrdom_ is now known as Grldfrdom
=== Grldfrdom is now known as Grldfrdom_
ksynwaFixed it by putting it in ~/.profile08:20
=== catbeard_ is now known as catbeard
gdalusrthere seems to be a QGIS or QT packaging bug in ubuntu (atleast 18.04)09:12
RonaldsMazitishow to monitor only writes and deletes with inotifywait?09:39
RonaldsMazitisI need to know only when files are changed not accessed09:40
=== Guest20 is now known as ix
=== ix is now known as Guest3986
RonaldsMazitisanybody?09:47
Maik!patience09:48
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/09:48
EriC^RonaldsMazitis: try 'man iwatch'09:51
RonaldsMazitisso I can -e only one event at time09:57
RonaldsMazitisok09:57
=== denningsrogue4 is now known as denningsrogue
=== Guest3986 is now known as Guest20
=== msalvatore_ is now known as msalvatore
=== denningsrogue4 is now known as denningsrogue
=== mIk3_09 is now known as mIk3_08
=== mIk3_09 is now known as mIk3_08
BluesKajHowdy folks13:08
alexandrdvorkinhi13:37
lotuspsychjewelcome alexandrdvorkin13:37
alexandrdvorkinwhy is the command diskutil not opening disk utility13:37
lotuspsychjealexandrdvorkin: is gnome-disks what you search for?13:39
oerheks+113:39
alexandrdvorkinlotuspsychje thanks13:41
alexandrdvorkinso if i were to unmount a disk i would type gnom-disks unmount /dev/disk1?13:42
oerheksumount /dev/sdXY or use that grapical tool.. not sure why you want to start it from comandline13:43
oerheks!mount13:44
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount13:44
aienaI am using kubuntu not ubuntu but am unable to find a solution there. This is a more genenral question. While installing I ovberwrote my windows efi boot partition isntead of the linux one how can I migrate the di partition so I can repair the windows one?14:16
aienais it possible14:16
cbreakyou can copy the data between the partitions14:18
cbreakit's just files14:18
ghost2911Hello. What's the command to show only security related package to update ?14:22
aienacbreak: is there anything else I need to do like edit fstab/something?14:23
cbreaknot sure. You might want to change what is mounted into /boot/efi14:24
lotuspsychjeghost2911: why do you want to divide updates and not do them all?14:24
ghost2911cause want to separate security from the rest14:25
aienacbreak: hmm interesting not sure wht i did while reinstalling but the partition I marked for EFI shows up with fdisk - l as 'BIOS boot' did I install as legacy?14:26
cbreakI always try to disable CSM / legacy bios support in the firmware14:27
cbreakif you can do that too and it still boots, then you're using EFI :)14:27
aienai dont think I have legacy enabled14:28
aienabut I am confused14:28
cbreakif you have an EFI partition, a few hundred MB or so, with your boot manager and so on on, then that's for EFI support14:28
aienathere is one14:28
aienamoun ting it I do see 'EFI/Boot  Microsoft  opensuse  ubuntu' folders14:28
aienabut considering the windows efi files are still there i dont know why windows wont boot14:29
aienaand have no idea what those ubuntu and opesuse files are maybe of an older install14:29
pavlosaiena: if you have this line, /dev/sda1   2048     4095     2048   1M BIOS boot, you're on legacy not efi14:31
aienapavlos: ok so that means my kubuntu is on legacy14:32
pavlosyes14:32
aienaso the other efi stuff is the efi partition may be junk from older installs14:33
aienahttps://paste.ubuntu.com/p/dGpt8Rb3qB/14:33
pavlosaiena: sda2 should be 512MB EFI System, strange it is only 100M14:35
aienait worked fine within 100m for some reason14:36
aienathen upgrading I screwed stuff up14:36
aienaactually this legacy thing solves another mystery for me when I installed proprietary nvidia drivers i didnt need to sign them my bios needs me to import keys manually and it froze the older install.14:38
aienaanyway thanks a lot14:41
aienaby upgrading i mean reinstalling14:41
aienaanyway thank you so much14:41
cbreakthe size of the efi partition isn't really standardized15:04
aienathanks a lot pavlos on further investigation it seems windows is fine after all. Its just that the legacy one boots automatically now and grub won't detect the efit windows boot.15:11
coconutghost2911, maybe "unattended-upgrade" an option? I don't think it is configured by default, but it can do security only i think(i just did a duckduckgo on this).15:14
ghost2911yes this one I tried it updated also my kernel15:15
coconutyeah, it's all i know, hope it's enough. :)15:17
ghost2911ok thanks15:22
SomeDamnBodyI woke up today, and my resolv.conf suddenly pointed itself at some systemd process, 127.0.0.53 and has a search zyxel.com line15:36
SomeDamnBodyWhich I am really surprised by. I thought have I been hacked?15:37
Jordan-XubuntuHi, Community, how are you? I'm Jordan and I would like to know if is there any solution for my black screen at start in Xubuntu 20.04, if you can help me, please?15:37
Jordan-XubuntuI have a HP Pavilion with AMD Ryzen 5 Radeon 3500 laptop PC. I have had this problem with Ubuntu, too. The only way it boots is with Nomodeset. Thanks for your help.15:37
ioriaJordan-Xubuntu, i have  no experience with that hw, but you might try to install a newer kernel (linux-image-generic-hwe-20.04-edge)15:43
SomeDamnBodyI just briefly restarted... does anybody know about resolv.conf15:43
pasizSomeDamnBody: do you run some dns proxy in your machine15:46
BluesKajSomeDamnBody, did you edit resolv.conf?15:47
SomeDamnBodyhell no15:47
SomeDamnBodyI do not run a proxy and I did not edit resolv15:47
SomeDamnBodyI don't know why this would suddenly show up in it.15:48
SomeDamnBodyThis morning, I couldn't use my computer on the internet and I found that dns resolution was really slow15:48
pasiz# 127.0.0.53 is the systemd-resolved stub resolver.15:48
pasizdisclaimer on ubuntu resolv.conf15:48
SomeDamnBodyYeah, I 127.0.0.53 was there15:49
SomeDamnBodyBut so was search zyxel.com15:49
SomeDamnBodyI don't know who they are. How did they get in my resolv.conf15:49
pasizthat's for dhcp15:49
pasizyour domain is set to zyxel.com15:49
pasizand preferably by dhcp15:50
pasizso if you ping www, it's resolved to www.zyxel.com15:50
pasizany problems to run ubuntu without snaps15:51
pasizjust opinions?15:51
SomeDamnBodyWhy is 127.0.0.53 there?15:52
pasizit's explained on line 2 in your resolv.conf15:55
leftyfbSomeDamnBody: systemd-resolve --status|grep "DNS Servers"  # this will show you the actual nameserver being given out by your DHCP server (router)15:59
leftyfbSomeDamnBody: I'm going to assume zyxel is the brand of your modem/router. It's DHCP server is what configures your nameserver and the default search domain for your local network. All hosts on your network have a fully qualified domain name of hostname.zyxel.com. You should be able to change this on your modem/router's configuration tool16:01
leftyfbSomeDamnBody: to be clear, /etc/resolv.conf should not be manually modified when using an ubuntu desktop environment with DHCP. This is all done automatically as part of systemd and is completely normal16:03
SomeDamnBodyOk, I think I fixed it, but my hostname resolution is still terribly slow16:08
pasizSomeDamnBody: how you fixed it?16:09
pasizrebooted router or changed wires?16:10
linearainhi, when transferring a file via nautilus+sftp to a remote place, file modification date gets lost. If use command line tool sftp with -p option, timestamp gets preserved. How can I preserve filestamp when transferring files via gui nautilus sftp?16:22
SomeDamnBodyI edited interfaces file16:22
SomeDamnBodypasiz,16:23
coconutThe default update popup software, which tool is that?16:23
ioriacoconut, you mean 'update-manager' ?16:26
coconutioria, yes i do. Thnx :16:33
coconut:)16:33
ioriaok16:33
leftyfbSomeDamnBody: um, unless you're running Ubuntu 16.04 or older, there shouldn't be an interfaces file. And you certainly shouldn't be modifying that manually if you're running a desktop environment16:35
=== ravage_ is now known as Ravage
SomeDamnBodyMy network is still going really slow16:54
SomeDamnBodyI don't know why systemd is so slow16:54
pasizsystemd doesn't handle your network16:56
pasizis your network slow only on your ubuntu machine16:56
pasizis other device intact?16:59
gem_cathas anyone installed freecad and will help?17:00
oerheksthere is a #freecad channel here on #freenode17:00
gem_catyes but nobody is home17:01
leftyfbSomeDamnBody: what version of ubuntu are you running?17:01
gem_catok i got a response17:01
leftyfbgem_cat: sudo apt install freecad17:02
oerheksor the snap version; https://snapcraft.io/freecad17:04
oerheksfor the pro; https://github.com/FreeCAD/FreeCAD-library  https://github.com/FreeCAD/Examples17:06
pillager86How do I get antlr4.9 for Ubuntu? The default package is 4.717:12
leftyfb!latest | pillager8617:13
ubottupillager86: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.17:13
pillager86ok but I need compatibility with the 4.9 java library I downloaded17:14
pillager86nevermind i can just use the jar file directly17:15
pavlosgem_cat: you can add the freecad ppa (sudo add-apt-repository ppa:freecad-maintainers/freecad-stable), then as others wrote, sudo apt update and sudo apt install freecad17:21
faLUKEhello. I can't change the speed of my mouse. Here's the output of xinput:  https://paste.ubuntu.com/p/Hn2BFP5FN3/  .. how can I fix it? thanks17:34
oerheksfaLUKE, on what ubuntu version?17:34
faLUKEoerheks: 20.0417:35
faLUKElubuntu17:35
faLUKEobviouls, the GUI tool for setting it doesn't work either17:36
oerheksxinput --set-prop <dev> 267 <acceleration>17:40
oerheksso in your situation; xinput --set-prop 9 267 1.517:40
oerheksif that does not work, nor the gui, file a bugreport?17:41
faLUKEoerheks:17:41
faLUKEpaolo@paolo-GB-BPCE-3350C:~/temp$ xinput --set-prop 9 267 1.517:41
faLUKEproperty '267' doesn't exist, you need to specify its type and format17:41
oerheksoh, no clue there17:43
faLUKEoerheks: note that the property you say doesn't exist in my device. see the pastebin log17:44
faLUKEI tried also xinput --set-prop 9 312 0.3 . It doesn't show error but it doesn't change the result17:45
oerheks0.3 ?17:46
faLUKEoerheks: tried different vals17:46
VeiditGood evening. I am working with idmapd.conf and what I understand is that I can use rpc.idmapd -f -c /etc/idmapd.conf to get it in the forground to debug? I am trying to use a static mapping from nfs server to my ubuntu 20.04 client. Is it even possible to match local userid with a remote userid or am I barking up the wrong tree?17:52
VeiditI have a feeling that I need to go the kerberos way instead.17:58
VeiditSomething that I was hoping to be able to skip since it's just one server and two clients.17:58
asenmHello, folks! Does this mean that my mmc card is dying [33471.098733] end_request: I/O error, dev mtdblock0, sector 0 [33471.104320] Buffer I/O error on device mtdblock0, logical block 0 My lsblk looks like this. https://pastebin.com/iy4kcbC3 that mtdblock0 ain't even mounted? how come i get errors from it?18:04
leftyfbasenm: more than likely. You can try repartitioning/reformatting and see if that resolves it, but I wouldn't hold my breath.18:04
asenmleftyfb my question is is this the flash memory dying or mmc card? This is some embeded device and not sure whats going on18:05
leftyfbasenm: the error you posted above was for mtdblock0. That is the device having issues18:07
asenmyeah but check my pastebin it ain't even mounted? how i can figure if that device is in use?18:07
leftyfbasenm: mount18:08
asenmleftyfb the only device mounted is /dev/mmcblk0p1 which is MMC but the error i get is from mTD?18:09
asenmthe mtdblock0 is only 3M in size? https://pastebin.com/iy4kcbC318:10
leftyfbasenm: right, so mtdblock0 is the device having issues. I don't think it has to be mounted in order for the system to detect issues with it.18:10
pavlosasenm: there is an mtd-utils pkg, install, then try mtdinfo18:10
asenmpavlos Count of MTD devices:           5Present MTD devices:            mtd0, mtd1, mtd2, mtd3, mtd4Sysfs interface supported:      yes18:11
asenmthats the output?18:11
pavlosasenm: I dont have mtd so cannot verify18:11
pavlosasenm: this may help, https://daemons.net/linux/storage/mtd.html18:13
asenmokay my question is how to find whats on that mtd  device and if its important? when its not even mounted? can it even be mounted?18:15
oerheksshow de output of 'mount', your previous paste tells they are RO read only, likely a damaged filesystem18:16
=== ijohnson is now known as ijohnson|lunch
asenmoerheks https://pastebin.com/NkE1cw8R18:17
fribmy laptop with ubuntu 20.0 all of a sudden is hanging for like 3 minutes at startup. please help.20:37
foxidefrib: Where is it hanging? Is there a specific message or service that its trying to start when it hangs?20:45
TJ-frib: likely waiting for the network. use "systemd-analyse blame" and "systemd-analyze critical-chain"20:46
TJ-analyze with a Z :)20:50
ossei blame snaps20:52
osseI have a 30 sec delay for no apparent reason20:52
oerheksmaybe that happens on the 1st boot of that day, checking for updates20:53
TJ-osse: before or after getting the login greeter?20:55
osseTJ-:  before20:55
osseTJ-:  Like so: https://imgur.com/a/m9Q73pp20:57
osseoutput from systemd-analyze btw21:06
jadaxubuntu installer has the option to overwrite empty disk space for lvm & encrypted installs. What's the benefit of that?21:06
jadaxis it so somebody who physically takes the drive cannot retrieve old data that may have been there before installing ubuntu?21:07
fribTJ-, the longest in `systemd-analyse blame` is 8.324s for NetworkManager21:11
sarnoldjadax: the idea is to make it difficult to tell how much of the storage space is used21:12
fribI think I found something21:12
sarnoldjadax: I'm not sure it works though21:12
eelstreborwould anyone know why my laptops battery icon comes and goes? i don't see any error messages and stats show that the battery is fully charged - ubuntu 18.0421:12
fribTJ-, https://paste.ubuntu.com/p/PTf8Bm3Wyy/21:12
fribthat's the output of systemd-analyse critical-chain21:14
jadaxsarnold ok, it's not any kind of critical feature then21:14
fribdoes that mean NetworkManager is holding up system at boot?21:14
jadaxas long as I choose encryption, that's all I really need to protect the data that's within the volume21:14
pavlosfrib: systemd-analyze blame may give you better info21:19
cyphaserandom thing, in case it hasn't been mentioned here; this recently released corpus of english text, intended for language modeling, includes "Ubuntu IRC" a one of the constituent datasets: https://pile.eleuther.ai/ https://pile.eleuther.ai/paper.pdf (search for "ubuntu")21:22
cyphaseogra, looks like you're featured in one of the samples in the paper :)21:23
TJ-frib: looks like something before sysinit.target21:23
=== ijohnson|lunch is now known as ijohnson
=== EriC^ is now known as EriC^^
ogracyphase, heh, always happy to be an example 🙂21:30
fribpavlos, systemd-analyse blame just said 8.something seconds as the highest21:35
lthow to find all available versions of adb and replace the current version with an older specific version number? I've googled it and found about apt list -a <packagename> however it won't show me anything other than the installed version, same goes with apt-cache policy <pkgName>21:38
oerhekslt, seems like there is only one version? https://launchpad.net/ubuntu/+source/android-platform-system-core/21:40
ltoerheks: I'm actually trying this from debian-box but still the same resutl. I'm trying to do it directly/cleanly from apt instead of removing, installing and possibly breaking things21:41
sarnoldlt: if you're on debian, this may be helpful http://snapshot.debian.org/21:43
oerheksmaybe it can be done from the android sdk snap > https://snapcraft.io/androidsdk https://stackoverflow.com/questions/55634367/install-specific-adb-version-on-linux21:44
geosmilewhen you use "Windows+Right arrow" key on ubuntu 20.04 desktop, the window spins to right half. Is there a way to spin in to right quadrant?21:44
ltoerheks: I hate snap .. not that I'm really an expert but I had previous experience on doing all crazy nasty stuff to the system without even asking me, it was installing things or itself as daemon if I recall correctly21:48
ltsnap is not going on my debian again21:49
ltrather prefer missing up the system manually and learn from mistakes than snap doing crap without me even knowing about it21:49
=== codebam__ is now known as codebam_
oerheksgood, have fun in #debian21:55
leftyfb!debian | lt22:01
ubottult: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu!22:01
leftyfb!debian | lt22:04
leftyfbhm, broken bot?22:04
oerheksno, your previous command worked, time lock22:04
leftyfbah, I got disconnected and missed it22:04
leftyfbsorry for the spam :)22:04
oerheksthe snap route was truly the only way to obtain older packages, not asked for the reason to do so.22:05
jayjo-is there a way to get started with SAN mechanisms using VM's or some other tool that is not in the thousands of USD? I am looking at multipath from the server docs22:07
jpdsjayjo-: SAN mechanisms? What are you trying to accomplish?22:09
=== JoeBk_ is now known as JoeBk
jpdsjayjo: If you want a SAN without having to buy expensive hardware, you're looking at deploying: Ceph/ZFS/Gluster22:56
jayjojpds: thanks! sorry, I was having some connection issues earlier23:13
jayjoI have a ways to go on storage. I first started digging into it when NAS wouldn't work for a GitLab instance when I was trying to add redundancy23:13

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