/srv/irclogs.ubuntu.com/2022/02/28/#ubuntu.txt

Sven_vBhi! my Firefox in Ubuntu focal cannot display Unicode character U+2420. Am I missing some font? which one?00:10
Sven_vBit's the "Symbol for space" in block "Control pictures"00:11
Sven_vBinteresting. xterm also cannot display U+2420, but it can indeed show U+2424 albeit Firefox cannot.00:17
Diagontomreyn - no, it's a bug in the acpi-call package that has been fixed but not yet backported to 20.04.  The bug is reported here:00:27
Diagonhttps://bugs.launchpad.net/ubuntu/+source/acpi-call/+bug/195326100:27
ubottuLaunchpad bug 1953261 in acpi-call (Ubuntu) "kernel >= 5.13 BUG: kernel NULL pointer dereference" [Undecided, Fix Released]00:27
dwitt1974good evening. i'm noticing something bizarre with my HP dy2037nr notebook's keyboard when I log into X (no matter which environment [KDE or Unity). When I first log into X immediately after a reboot/startup, my keyboard is unresponsive for at least 20-30 seconds. It's as if the PS/2 bus isn't fully initialized by the time I log in.  I'm using 21.10.00:27
dwitt1974i have autologin enabled too.00:28
Diagontomreyn - what I need to know is if I should delete dump-* in both ../efivars and ../vars00:28
sybaritenhey hey00:29
dwitt1974oddly enough, my trackpad is responding without an issue.00:29
sybaritenwhere do you suggest i _start_ troubleshooting a mount error using mount.cifs against a remote samba/cifs share, that renders a "mount error(2): No such file or directory"  ?00:30
dwitt1974sybariten, look in syslog when you try the mount.00:30
sybaritenTHe command line used is     sudo mount.cifs -o user=aUserName,pass=HhsdfXs5dfsFDs4f9d //server.in.foreign.country.com/backup /mnt/lester00:31
sybaritenexcept for the mount error line, i also got "Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)" - is dmesg related to syslog, dwitt1974  ?00:32
MitachoMy problem with USB mic on Linux is solved ( It was either that or going bald stressing me out for nothing ): https://twitter.com/Mitacho_/status/1498088474838192129?s=20&t=tFMzKs3DX9kV_ilbsm2ZkA00:33
dwitt1974dmesg does the kernel messages00:33
dwitt1974 /var/log/syslog is what i would look at too00:34
dwitt1974try tailing the syslog when you try the command.00:34
MitachoBonsoir.00:34
dwitt1974try sudo mount -t cifs .... instead of mount.cifs directly00:34
dwitt1974this may seem silly, but verify that cifs-utils is installed.00:36
sybaritendwitt1974: hmmm yeah i think i see it....00:38
dwitt1974no worries. been there alot before. :)00:40
sybaritendwitt1974: https://pastebin.com/vQ9jTsim   its the things around 00:3700:40
sybaritenits a commercial storage service, but i gotta admit i've never done samba over WAN before00:41
dwitt1974ah ok. I would try checking the firewall/port forwarding and make sure those are correct. like ports 135, 137, and/or 13900:42
sybaritendwitt1974: at my place?00:42
dwitt1974(or whether ssh port forwarding is correctly setup)00:42
dwitt1974wherever the drive(s) are at.00:42
sybaritenAh, OK but that's over at the server company... i cant change anything there but i could ask them ofcourse.00:43
dwitt1974yeah. also make sure your port forwarding is correct (if you're using ssh for example).00:44
dwitt1974i usually use ssh port forwarding when going into my company's server (for java debugging, sql servers, etc).00:45
dwitt1974and that's if port forwarding is even allowed for my ssh account (on the server side).00:45
sybaritenI just realized that maybe this remote mounting of a network share is something that will also require to make some FW changes to my own router....   on the other hand i feel like there's seldom any need for me to make a lot of adjustments these days, most things be it torrent or other stuff, just "works" with my simple router00:45
jhutchinssybariten: Does the provider have instructions on how to connect to the share?00:46
sybariteni connect to ssh servers now and then but i've never done port forwarding.... this account though, there's no ssh shell access, only scp00:46
sybaritenjhutchins: https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs/  , ctrl-f "instructions"00:47
jhutchinssybariten: You might be able to use sshfs, but you'd be bettter off with CIFS.00:47
sybaritenjhutchins: hmmm OK yeah i'd prefer if "real" mounting is possible. I've verified that i could do some simple SFTP communication with the account, made some subdirs etc00:48
sybaritenbut yeah i may need to talk to the support for this one. I'm guessing there are too many variables to give an educated guess here  :)00:48
sybaritens/give/make00:48
jhutchinssybariten: Which of the steps there have you tried?  They look pretty straightforward to me, and pretty much what I use for a CIFS mount.00:49
sybaritenjhutchins:    mount.cifs -o user=<username>,pass=<password> //<username>.your-storagebox.de/backup /PATH/FOLDER    (but with sudo preceding)00:50
jhutchinssybariten: //minerva/apps /minerva/apps cifs credentials=/etc/samba/auth.minerva.root,file_mode=0777,dir_mode=0777,_netdev 0 000:50
jhutchinssybariten: That's one of my fstab entries.00:50
sybaritenhmmm yeah i have to admit i dont know the fstab syntax off hand, and how it relates to a mount command00:51
sybaritendo you keep UN and PW in a clear text file and refer to that?00:51
jhutchinsCredentials file is username = <name>\n password = <password>\n domain = <domain>00:52
rfmsybariten, I can certainly imagine your router could be blocking traffic out on port 445.  It might be worth trying "nc that.server.de 445" just to see if it is the net00:52
jhutchinsFrom the look of the directions, you can omit domain.00:52
jhutchinssmbclient is useful in diagnosing connections as well.00:53
sybaritenhmmmmm do i always need to mess with a domain for a samba mount ?00:53
jhutchinssybariten: Probably not.00:53
sybaritenok00:53
sybariteni think that is what i always set to "Workgroup" for my own samba mounts, to be used from Win  :)00:53
sybaritenbtw the original goal was to use this from Win too, but that did absolutely not work :)  so i figured i'd take it one step back first and see if i can hand mount it from *nix00:54
rfmsybariten, if it can't connect nc will just return silently, if it connects nc will wait for you to type something, ^C out...00:54
sybaritenrfm: gotcha00:54
rfmsybariten, oh hey, nc has a -v switch to actually have it say what happens..00:55
sybaritenrfm: hmmm yeah i got a prompt that is sort of like waiting...   btw i did this against the subdomain which is my account, so to speak.   nc myaccount.theservercompany.de 44500:57
sybaritengot no extra info using -v as far as i can tell?    btw netcat is quite cool00:58
jhutchinssybariten: Sorry, my smb client is dropping off the net, gotta go chase that.01:03
rfmsybariten, so it seems like the net is working.  Uh, you did mkdir /mnt/lester?  "No such file or directory" is what I get when I try to mount to a nonexistent mountpoint...01:04
sybaritenjhutchins: gotcha. Thanks for the help!01:04
sybaritenrfm: yeah, sudo mkdir /mnt/lester01:05
sybaritenit's there01:05
sybaritengonna see what smbclient -U myUsername -L myUsername.theservercompany.de  says...01:06
jhutchinsWhat I really need to do with this upgraded legacy system is back it up, do a clean install and check that for stability.  I can't tell if it's hardware or software that's failing.01:06
sybaritenhmmmm   do_connect: Connection to myUsername.theservercompany.de failed (Error NT_STATUS_IO_TIMEOUT)01:09
rfmsybariten, that sure sounds like something along the way is dropping packets.  I have no idea what ports/protocols smbclient talks on...01:11
sybaritenrfm: ok! i suppose by now we are reaching areas which are better answered by this companys support, they should have hundreds of users doing this thing i am trying01:13
rfmsybariten, at least they'd probably know which ports have to be open.  I found https://serverfault.com/questions/346196/tcp-ip-ports-necessary-for-cifs-smb-operation  which does seem to say tcp/445 is enough if not using SMB name resolution (which you aren't)01:16
sybaritenokay, thanks for checking that, and other suggestions! Gonna catch some Z's now...!01:17
sybaritenrfm: yep, 445 is mentioned :  https://docs.hetzner.com/robot/storage-box/access/access-overview/01:18
=== px_ is now known as px
rfmsybariten, I see they support WebDAV  over HTTPS which would seem vastly superior (encrypting the traffic, if nothing else.)   It seems to be integrated in Windows https://www.maketecheasier.com/map-webdav-drive-windows10/01:23
rfmsybariten, I know there are WebDAV file systems in Linux too but I've never used them01:24
sybaritenrfm: you really think that feels as transparently as a real disk?01:26
oerheks!info davfs201:28
ubottudavfs2 (1.6.0-1, impish): mount a WebDAV resource as a regular file system. In component universe, is extra. Built by davfs2. Size 148 kB / 388 kB01:28
rfmsybariten, I would expect the performance characteristics to be a little different, since it probably moves bigger chunks of data than cifs blocksize.   mounting a filesystem over a WAN is never likely to be super zippy no matter the protocol..01:30
=== aaguhagegaooeg is now known as westor
=== westor is now known as Guest5492
sybaritenrfm: hehe no, that may be true.....     alrite, peace!01:34
=== mkv is now known as m4v
=== M4he is now known as mahe
=== Guest13 is now known as JasJas
foehammerhello03:00
matsamanhi foe03:01
dwitt1974got ourselves a little net split tonight. lol03:17
=== JasJas is now known as Chorizo
=== _miruoy is now known as miruoy
ednashwhile booting, when it shows the steps ans [Ok] and [FAILED] I saw a few FAILED04:17
ednashBut it went too fast. Where do I see that log after I've fully booted?04:18
Bashing-omednash: ' journalctl -b -0 ' :D04:19
oerheksyes, -0 is from now, -1 from previous boot04:19
ednashwow that's cool04:21
ednashlooks like the failed messages was because i turned off swap04:25
ednashi am not sure why it is still trying to find a swapfile04:25
ednash"Failed to activate swap /swapfile."04:26
ednashi don't need one if with 32 GB of physical ram right?04:27
oerhekshow did you turn off swap?"just removing the swapfile is not enough, disable and  mask swap service04:28
oerheksyou asked that before, 32 gb could do without swap04:28
ednashi also used swapoff. i think i did a swapoff -a if memory serves04:28
ednashyes i did... :)04:29
Bashing-omednash: Did you also remove the swap entry in the /etc/fstab file ?04:29
ednashahh Bashing-om no it was there! commented it out now, thanks04:30
ednasheven though i didn't create a swap partition, ubuntu installation added a 2GB /swapfile earlier04:30
ednashthe `journalctl -b -0` trick is very neat, thanks for that04:31
prestocaso[m]Hey everyone04:31
prestocaso[m]Anyone else here tried 22.04 yet?04:32
Bashing-omednash: Yeah - fresh install now makes up a swapfile rather than a dedicated partition.04:32
ednashprestocaso[m]: is it out already?04:32
oerheksprestocaso[m], some do, but the next version support has its own channel04:32
oerheks!next04:33
ubottuJammy Jellyfish is the codename for Ubuntu 22.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality.04:33
Bashing-om!22.04 prestocaso[m]04:33
ednashBashing-om: i see! i manually created the partitions, so i thought that would be the end of it04:33
ednashgood to know04:33
oerheksednash, swappartition <> swapfile04:33
oerhekswhat did you disable exactly?04:33
prestocaso[m]Sorry for the confusion I am referring to the daily build04:33
prestocaso[m]I am not looking for support though, just anyones thoughts04:34
ednashyeah... i mean i thought if i explicitly remove the partition, it wouldn't create a file for me. but the installation has some magic logic perhaps which detects that there's no partition, and then creates the /swapfile instead? who knows04:34
oerheks22.04 is LTS, so not that much new features, stable is the goal04:34
ednashoerheks: earlier i did swapoff and deleted the file. i missed the /etc/fstab, removed it now04:34
oerheksednash, good spot04:35
ednashlearning from the best04:37
=== William is now known as Conna
=== not_phunyguy is now known as phunyguy
Mystified1234hey guys whats a good app for non techies to convert mkv to avi or divx, i'm running a plasma DE06:07
Mystified1234 hey guys whats a good app for non techies to convert mkv to avi or divx, i'm running a plasma DE06:09
=== not_phunyguy is now known as phunyguy
BASHitupThere are lots of good apps for stuff like that. I'm about to hop off to bed though. Good luck, Mystified123406:14
Mystified1234thanks06:14
BASHituphttps://www.makeuseof.com/tag/10-applications-to-convert-audio-and-video-files-in-linux/06:14
BASHitup... Try that06:14
BASHitupIf you're still around tomorrow (or tonight, depending on your time zone) with the same issue, I will attempt to assist.06:15
=== not_phunyguy is now known as phunyguy
=== Jubes1 is now known as Jubes
=== jgee636 is now known as jgee63
=== diskin_ is now known as diskin
CroranI want to correct the color on some of my videos. to change the white balance. is ther a good linux-native software that will do that?08:11
fruity_tomatoHello :)  question regarding package management. Client has ubuntu 20.04, we have our own dev env. they want to update a wide array of packages on their system and sent us the suggested upgrade log if it's okay. Is there a better way of tracking/comparing packages between our and their system without connecting them? maybe a tool too export/import08:26
fruity_tomatothese kind of things and automate further08:26
alkisgfruity_tomato: you mean that in general they don't update their systems, and now you want to do a selective update? Why don't you fully update them so that you won't need to worry about security issues?08:37
frost-corealkisg : debian allows custom upgrades, for example, i upgrade from buster to bullseye, i can keep kernel 4.1908:40
alkisgfrost-core: that's called "frankendebian" and it's not supported08:41
frost-coreyeah08:41
frost-corei did franken debian08:41
frost-coreone tile08:41
frost-coretime*08:41
frost-coresuprisingly it didnt break08:41
alkisgBut I haven't understood what you're asking now. Are you asking for something like frankenubuntu, mixed versions?08:42
alkisgSure, there are many unsupported things that are not really broken; just unsupported08:42
alkisgE.g. you may keep security issues for decades and yet not have any intruder08:42
frost-coreyou can franken ubuntu by adding old repos08:42
frost-corefor example, bionic and focal08:42
alkisgWhat is your question?08:42
alkisgThat's what I didn't get08:42
frost-corenothing08:43
Croranfruity_tomato: maybe have them send you their /var/log/apt/history.log08:43
Crorancould be a good starting point08:43
frost-corei just read what you said08:43
alkisgAh sorry you're not the one that asked08:43
alkisgfrost-core: eh, you're just confusing things :)08:43
frost-coresorry alksig08:43
frost-corealkisg*08:43
alkisgWhen they don't know what they want, adding more confusion won't help! :D08:43
Croransudo apt list --installed | less08:44
Crorancould also be good08:44
=== javaJake_ is now known as javaJake
Bochiahoi, is anybody here familiar with the live cd installier ubiquity? i am trying to automate it (ie. click the icon and use a predefined preseed), things are working fine so far and it installs without any interaction, only things I can't get to work is to make it install a minimal system (and by minimal i mean without gnome and webbrowsers, which is what it does when using ubiquity ubiquity/minimal_install boolean true)09:22
Bochii tried several options that I found when looking at kubuntu/ubuntu/xubuntu ISOs like "casper tasksel/first multiselect minimal" (for kubuntu it uses tasksel kubuntu-desktp) but none of them showed any effect09:23
Bochiany pointers are appreciated :)09:23
fruity_tomatoalkisg, Croran not selective update, just wondering what are some good practices around this. It's the first time I have this "problem", where the client sends us their terminal output of their apt-upgrade command (before upgrading) and asking us to confirm if it's okay to upgrade, which includes 100+ packages. My first approach is to take their09:45
fruity_tomatooutput, parse it, upgrade our environment to match the upgraded versions they have and give them the green light09:45
fruity_tomatowell, the thing is also their env is physically different, so for example they might have some packages related to hardware drivers, we dont have. so some kind of cross compare would be needed.09:49
fruity_tomatoSeems the "The following packages will be upgraded:" output is kinda parsable, too bad there's no json type of output built in09:49
lotuspsychjeBochi: we hear good things about the unofficial tool cubic to create your own ubuntu images10:08
Bochilotuspsychje: thanks, that sounds promising indeed10:10
=== stevenm_ is now known as stevenm
Bochiso do I get it correctly that the installed packages depend on what is in the sqashfs?10:10
Bochilooks like it because under pool there are only kernels, drivers etc10:11
oerheksone needs internet during install10:12
ograBochi, unless the installer changed a lot since i touched it lasst (which in fact has been years), it unsquashes the squashfs to the target disk, chroots into that and then removes all unwanted packages .. this is a lost faster than installing the deb by deb way10:14
ogras/lost/lot/10:14
Bochiogra: gotcha, that's what I figured (and thats what filesystem.manifeat-remove is for). well great so I will try cubic to create a minimal sqashfs and should be good10:17
Bochithanks guys10:17
aliveHi guys, I can't think or find a better place to ask. Basically I have an ipsec tunnel that will frequently '11:28
alivehang if I don't send dpd packets through it. networkmanager-ipsec does not support dpd out of the box11:28
alivecan you think of any hack I could use that pings the tunnel gateway when the connection is supposed to be "up" according to networkmanager?11:28
aliveOr any other type of solution11:29
aliveI'm currently "forced" to use ipsec.conf to define my tunnel because of this, but this is suboptimal as it interferes with networkmanager's other config such as dns servers etc.11:29
lotuspsychjealive: your question regards ubuntu server?11:33
alivedesktop11:35
alivewell, technically networkmanager.11:36
topoiHello folks. Currently I'm running into an issue with openvpn, where systemd-resolved doesn't adopt the Nameservers from NetworkManager. Can someone please hint me to a mitigation or at least what the actual problem might be?11:38
alivetopoi: I had the same problem i think and ended up specifying the dns servers manually under ipv4 settings.11:39
alivetopoi: Also an other solution is to edit /etc/NetworkManager/NetworkManager.conf and comment out "dns=dnsmasq"11:40
alivetopoi: did you try the solutions posted here? https://serverfault.com/questions/528773/networkmanager-is-not-changing-etc-resolv-conf-after-openvpn-dns-push11:41
gordonjcpI have a PC with an old but still fairly high-end graphics card, an AMD HD797011:58
gordonjcpit's kind of half-supported in Ubuntu, it seems11:59
gordonjcpis there a way to get it to work properly with OpenCL?11:59
=== JoeBk__ is now known as JoeBk
topoialive: Thanks, I really appreciate. I need to clarify, because I mixed some things up: I'm using Ubuntu's GUI for configuring VPN and I can reproduce the problem when using openconnect. Addressing your mitigations: setting it manually shows no effect ("resolvectl dns" lack any DNS settings like those "mcli" shows). In /etc/NetworkManager/NetworkManager.conf there is no "dns=dnsmasq" to comment out and as12:05
topoithere is no client.conf I cannot change any client.conf. Also the configuration in /etc/NetworkManager/system-connections/ seems fine. Though I can set those manually with "resolvectl dns vpn0 $nameservers" each time I need to get this without manual intervention.12:05
=== Jubes5 is now known as Jubes
=== five643333491 is now known as five64333349
=== Jubes9 is now known as Jubes
=== five643333496 is now known as five64333349
alivetopoi: https://i.imgur.com/OjdxCNM.png <- does it work to add your dns server here?13:47
alive"Additional DNS servers" enter the ip address(es) of your DNS servers13:48
BluesKajHi folks14:25
=== diskin is now known as Guest3350
=== diskin_ is now known as diskin
frost-corehi kaj14:28
BluesKajhi frost-core14:29
jhutchinsfrost-core: Are things working well for you now?14:49
frost-corejhutchins : wdym? everything is fine14:50
frost-corealso our old pc broke14:50
frost-coreand someone had to fix it14:50
frost-corenow its fixed14:50
frost-coresooo bad monday for him14:50
jhutchinsfrost-core: Good that it's fine.  Good that PC is fixed.  What did it need.14:50
frost-corereinstalling windows14:51
frost-corewindows kinda broke14:51
frost-coreit had xp or something14:51
jhutchinsfrost-core: What did it end up with?14:51
frost-core714:51
frost-corelike literally14:51
frost-corei wish that it ended up with linux14:52
frost-coreanyway14:53
frost-corethis is a support channel, i got confused with offtopic14:53
frost-coresorry :(14:53
frost-coreso15:03
frost-corehow do i remove a ppa?15:03
frost-coreoh15:04
frost-corenvm15:04
leftyfbfrost-core: delete it from /etc/apt/sources.list.d/ or install and use ppa-purge which will remove the aforementioned file but also remove any packages installed from the ppa, which is recommended15:05
frost-coreleftyfb : i used the gui15:05
frost-coreinstead15:05
frost-coreleftyfb : also, how can i install gala wm?15:08
frost-corei wanna replace my openbox in lxqt15:08
frost-corei get a error when adding repositories15:09
frost-core  404  Not Found [IP: 91.189.95.85 80]15:13
frost-corethats what it says15:13
frost-corealong with an error about release file not existing15:13
frost-coreooh15:15
frost-corei releasied that its not for impish indri15:15
frost-corerealized*15:15
frost-corebut its for jammy15:16
frost-coreand focal15:16
frost-coreso do i have to modify the sources.list file to add focal?15:16
jhutchinsfrost-core: That's the problem with PPAs, there is no quality control, and they're often unmaintained.15:17
jhutchinsfrost-core: You'd be far better off to stick with mainstream sources and projects that are supported by Canonnical.15:18
frost-corei just want a fancy window manager15:18
jhutchinsfrost-core: The minute you step away from the official projects you are left with just the few people who are on those third-party projects, and they aren't likely to be on any irc channel.15:19
jhutchinsfrost-core: Pick one of the mainstream desktops and learn how to use and customize that.15:19
frost-corei tried and it didnt work15:21
frost-coreso, yeah15:21
frost-corenever trust indris15:21
jhutchinsfrost-core: You would have to contact whatever project is maintaining that repo, and find out what to do about more recent packages.  Like15:25
=== Starmina- is now known as Starmina
RMOTAOI create a pair ot keys using ssh-keygen. How can I see key's properties?16:21
leftyfbRMOTAO: what sort of properties are you looking for?16:25
Ravagessh-keygen -l -v -f ~/.ssh/id_rsa16:25
Ravagei dont think you will get more info than that from key16:26
octav1aI keep running into the issue after a few days of use "Maximum number of clients reached" when trying to open programs. Is there somewhere to figure out where all of them are being used?16:40
=== frost1 is now known as frost-core
dulhttps://unix.stackexchange.com/questions/498652/does-x-window-have-a-maximum-number-limit-on-clients16:50
dul@octav1a maybe this can help you16:50
octav1adul: yeah, I've found that while searching, but the thing is that I don't have that many actual windows open. It's like something is 'leaking' them in the background.16:52
octav1aI'm looking for something like "ps" that can show clients connected to a display, so that I can find what is making the issue.16:52
dulmaybe some app open more socket16:53
octav1ayes16:54
octav1aHow can I find out which one?16:54
dultry lsof?16:55
dulor in stupid way, close one, then test, then another, :)16:57
dulxlsclients can list all xclients16:59
jhutchinsdul: That sounds useful.17:02
jhutchinsoctav1a: What kind of things do you have running?  Is this a default gnome desktop?  Have you added widgets or extensions to the desktop?17:03
jhutchinstop will show the most active programs (ps is pretty noisy these days).17:03
octav1ait seems to be an issue with chrome17:05
octav1axlsclients is saturated with a bunch of WebKitWebProcess17:05
octav1a(many, many more than I have tabs open)17:06
dulit's extensions, i guess17:07
lvmissuesi'm having some serious problems setting up an lvm writecache17:16
lvmissues" lvconvert --type writecache --cachevol fast_vol vg-cache/slow_vol"17:16
lvmissuesfails with Invalid argument for --type: writecache17:16
lvmissuesi've been digging in to it for hours and the best i can come up with is this17:16
lvmissueshttps://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/186812917:16
ubottuLaunchpad bug 1868129 in lvm2 (Ubuntu) "I can't attach a writecache to LV" [Undecided, Confirmed]17:16
nisaIt's deprecated afaiḱ17:16
lvmissuesis there something else i should be using to accomplish a writecache goal? from what I can tell the only option is here flat out don't use ubuntu lol don't know what else i'd use17:17
lvmissuesreally don't want to put gentoo on a vps17:17
lvmissuesi tried bcache but ubuntu flat out doesn't support that either, the only way to pull it off is during installation with a nasty workaround17:19
lvmissuesultimitely that fails trying to write echo 1 > attach, permission denied, and the end result of that rabbit hole was "use lvmcache" rofl17:19
=== ChunkzZ is now known as jailbreak
lvmissuesit's nuts reading these bug reports. how can a distro that's sitting on half of the servers on the world just say "welp tough luck no lvmcache" "no bcache either" lol17:25
lvmissuesthese issues are 6 months old, given i'm not running 1000 boxes i'm not exactly sure how enterprise does it, but clearly not with ubuntu rofl, last thing I want to do is start using Arch as a server OS but i have no choice now17:25
jhutchinsoctav1a: Have you said what browser you're using?17:26
octav1aJust "google-chrome-stable"17:27
=== Jubes6 is now known as Jubes
jhutchinsoctav1a: I would suspect extensions.  I've run it for years and don't see that kind of back-up.17:30
leftyfblvmissues: ( cat /etc/os-release ; apt-cache policy lvm2 ) | nc termbin.com 999917:30
octav1ajhutchins: even when I close the chrome program completely I still see a whole bunch of "webkitprocess"17:31
octav1abut now at least I can use killall to resolve the issue17:32
octav1atemporarialy17:32
duloctav1a: chrome->setting->find keyword "background"17:34
dulyou can find option "Continue running background apps when Chome closed"17:34
jhutchinsYeah, that sounds reasonable, but you need to figure out what's launching them.  You might be able to track PIDs.17:34
octav1aDoes that mean it could be some electron thing?17:35
jhutchinsThere's also the "tree" function of ps, haven't used that in a while.17:35
jhutchinsoctav1a: Are you running electron apps?17:36
octav1aI will try out that chrome option for a while and see if it helps17:36
octav1aI have slack sometimes, and also authy17:36
octav1aI suspect both are using some kinda browser backend17:36
octav1a(though both of these were also closed at the time of runing commands before17:37
octav1a)17:37
lvmissuesthis an interesting rabit hole to go down, before i saw that I was investigating putting the ext4 journal on the ssd with data going to hdd, which looked promising but hacky17:42
leftyfblvmissues: ( cat /etc/os-release ; apt-cache policy lvm2 ) | nc termbin.com 999917:43
lvmissuesalready installed the version; there was a new version of lvm2 available in backports, installed it and looks like it has writecache support17:44
leftyfblvmissues: ok, so there was no issue. You were running a version of lvm2 which was released several months before the writecache feature even exited right?17:46
howudodatjust did a swap out of my htpc.  it was nvidia shield -> HDMI -> samsung TV -> HDMI ARC -> vizio sound bar.  This was working with 5.1 passthru.  Now I have an amd pc, ryzen 5600, renoir graphics ubuntu 21.10 wayland, gnome 40.4.  I go to sound settings, select hdmo 5.1 and test, only get sound out of front 2 channels, not center, surround or lfe17:46
jhutchinshowudodat: You describe your graphics hardware, what about audio hardware?17:56
jhutchinshowudodat: It sounds like the issue may be with the driver for the audio chipset.17:57
howudodatlooks like the audio is AMD renoir hd audio18:00
howudodatpci id: 1002:163718:00
=== genii-core is now known as genii
lvmissueslvm2 is still broken even with the upgraded packages, now it's a kernel issue18:13
dulhowudodat: it seems Renoir AMD audio device have more issue on google18:13
lvmissuesall the way out to the last part, cache LV and data LV all created and good, go to activate:18:14
lvmissueslvchange -a y /dev/vg/data18:14
lvmissuesdevice-mapper: reload ioctl on  (253:3) failed: Cannot allocate memory18:14
lvmissuesdmesg:18:14
lvmissuesdevice-mapper: table: 253:3: writecache: Unable to initialize device18:14
dulhowudodat: my G keyword "amd audio 1637 device snd_hda_intel"18:15
jhutchinshowudodat: Looks like it's supported by snd-hda-intel, which might not be full support.18:16
=== JoeBk_ is now known as JoeBk
=== polve2 is now known as polve
dullvmissues: meta volume?18:28
lvmissuesi'm just trying to setup a writecache volume, 2 drives18:28
lvmissues--cachevol cache should but both the meta and the cache on the same cache drive, i wasn't trying to setup a cache pool of multiple drives18:29
lvmissues*should put both*18:29
duli found a post, it said lvm cache need 3 parts data+cache+meta18:29
dullvcreate -n data, lvcreate -n cache, lvcreate -n meta18:30
lvmissuesI'm on LTS at the moment i've got to check to see if this works on mainline18:30
dulthen use "lvconvert --type cache-pool --poolmetadata vg/meta vg/cache18:31
lvmissuesi think there's multiple options here, you can split the cache and meta data into multiple devices too18:32
lvmissueslike what your suggesting18:32
lvmissuesthe cache and meta can be on the same device though18:32
dulthen use "lvconvert --type cache --cachepool vg/cache --cachemode writeback vg/data"18:32
lvmissuesi force upgraded lvm2 to get past that command i think that's where the issue is now18:33
lvmissues--type cache would work, --type writecache does not, i force upgraded lvm2 to get around that; it worked, but now the kernel won't detect it18:34
lvmissuesor it detects it but it's all jacked up lol won't activate it18:34
lvmissuesmaybe the kernel module doesn't match now but i'm in uncharted territory bug searching wise when i start force upgrading things18:34
leftyfblvmissues: if you would like someone here to assist you, you should provide pastebins of commands you are using and/or error messages in full18:38
nemoSo, we only have a couple of ubuntu servers at work, so I'm not superfamiliar with "accounts-daemon"  - but why the heck is it using ¾s of a gig of ram? This seems excessive.18:38
nemocan I kill it? or at least restart it?18:39
jhutchinsnemo: Is this causing issues?  Generally, linux looks at ram as being there to use.  Unused ram is just wasting electricity.18:39
nemojhutchins: it is actually18:39
nemojhutchins: it's forcing extra swapping because it's interfering with disc caching18:39
leftyfbnemo: a good place to start https://unix.stackexchange.com/a/49155118:40
nemojhutchins: not a huge amount, but the stuff we actually care about needs the rest18:40
nemoleftyfb: oh. yeah. it's also using an unusual amount of CPU18:40
jhutchinsnemo: How much system ram do you have?18:40
lvmissuesthanks; i would but i don't think they'd be useful, not with lvm2 and half a dozen dependencies with non-standard versions installed now18:40
lvmissuesi think the next step is trying mainline not LTS18:40
leftyfbnemo: start with the link I gave you18:40
nemoleftyfb: kk18:40
leftyfblvmissues: non-standard versions of what?18:41
nemojhutchins: 12 gigs, but again, it's being used for other things. and we started examining where our ram was going when we noticed swap usage creeping up18:41
=== morpheuz5 is now known as morpheuz
nemojhutchins: most everything else is on devuan, and I guess we're used to the only things using the ram, for the most part, being the processes we started.  But, it's about familiarity I suppose18:42
nemoleftyfb: anyway. thanks. will read through that18:42
lvmissueslvm2, which required dmeventd dmsetup and liblvm2cmd2 to be force upgraded too18:42
leftyfblvmissues: non-standard as you installed from source or a 3rd party PPA or repo?18:43
lvmissuesbackports18:43
leftyfblvmissues: backports is fine18:43
lvmissuesno custom repo's i just installed by specific version18:43
lvmissuesthat worked, but now i think, just a guess, the upgraded lvm2 doesn't like the kernel module18:44
leftyfblvmissues: installed from official repo's is standard and supported. If you'd like help, please post commands and errors. Otherwise, good luck troubleshooting till you run into an issue you need help with18:44
lvmissuesi'm gonna try on 21.10 and if that messes up i'll post some debug logs for sure.18:46
jhutchinsnemo: It seems that the accounts daemon as implemented in Ubuntu is rather questionable: https://utcc.utoronto.ca/~cks/space/blog/linux/UbuntuAccountsServiceProblems18:46
jhutchinsnemo: You could consider disabling it if you're not using it for cross-system management or something.18:47
nemonope18:47
jhutchinsIt looks like one of those projects that somebody decided to implement universally whether it was needed or not, because the old CLI utilities weren't cool enough.18:48
leftyfbjhutchins: not sure I would recommend disabling AccountService based on a biased article from 10 years ago18:49
nemoleftyfb: well. we're definitely not using gnome18:52
nemoleftyfb: we have a slim+xfce4 session up just so that the used-to-Windows VM admins can get into a desktop if they need it18:53
nemoleftyfb: we switched to those just to save RAM18:53
leftyfbnemo: AccountService is not a Gnome-specific system18:54
nemoleftyfb: ok. that article claimed gnome was using it for user management18:54
nemowould xfce use it?18:54
leftyfbnemo: the article from 10 years ago that jhutchins linked to doesn't even mention the word "gnome"18:55
nemooh. oups18:55
nemoI was reading one coworker sent me18:56
nemohttps://unix.stackexchange.com/questions/383138/should-i-disable-accounts-daemon18:56
leftyfbnemo: if I'm understanding this properly, disabling it would disallow you to use any GUI tools to manage user and group accounts, a one example18:57
nemoleftyfb: yeah. we don't care about that at all18:57
nemoso if it's sucking up a significant amount of CPU and RAM, let's get rid of it18:57
nemoand. seriously WTH at using ¾s of a gig for a pretty gui for users ☺18:58
leftyfbnemo: did you look into the post I have you earlier?18:58
nemomaybe if it was linked to AD and caching the whole thing18:58
nemoleftyfb: yes... it was long, and fixing it seems not that critical if I can just safely get rid of it18:58
trichmonHello everyone.  Does anyone know how to set gl_sync_to_VBLAN=0 permanently.  I can't seem to get vsync off for my nvidia card18:58
nemoone less bit of bloat18:58
nemogonna start by turning it off in the test system. no worries18:59
dulnemo: seems GDM use, please confirm19:00
nemodul: yeah we removed GDM 'cause it was also sucking up an insane amount of ram19:01
nemodul: switched the 4 remaining ubuntu servers to slim+xfce - saved an astounding amount19:02
nemothis is just one more improvement I guess19:02
nemoI might have history of that discussion with coworkers lying around. but it was quite a lot. almost as much as what accounts daemon is vacuuming up19:02
leftyfbsounds like more efforts need to be put into adding more memory to the system and optimizing code to not use as much memory as opposed to basically designing your own distro19:03
nemoleftyfb: heh. the 4 remaining ubuntu machines are running Atlassian19:04
nemoleftyfb: I have very very very little control over how atlassian wastes its memory19:04
nemoleftyfb: but there's no reason to have like 1½ gigs of it go to running a barely ever used desktop that's just a fallback for windows admin19:04
nemothat's just silly19:04
leftyfbnemo: why do you have a GUI on a server to begin with?19:05
nemobut. thanks for links, leftyfb and jhutchins19:05
nemo13:53 < nemo> leftyfb: we have a slim+xfce4 session up just so that the used-to-Windows VM admins can get into a desktop if they need it19:05
leftyfbhire better admins19:05
nemoheh. I'm just glad I'm able to run any linux VMs at all19:06
nemowhen I came here there were 019:06
leftyfball this effort to coddle windows admins on linux19:06
nemoleftyfb: eh... it's also our fault for using ubuntu on these in the first place - it's not really designed as a server distro.  that said, if I ever used ubuntu at home, I think I would definitely do these things, now that I'm aware of how much ram is burned by default19:06
Bochibetter gui than them avoiding linux completely.19:07
nemoleftyfb: slim is perfectly fine as a login screen19:07
nemoleftyfb: well. ubuntu desktop19:07
dulvnc + wmaker, for management that's enough19:07
leftyfbnemo: "it's not really designed as a server distro"  100% false19:07
nemoleftyfb: ubuntu desktop ☺19:07
nemodul: so.. again, these are windows admins. what they are used to, is going to the console in their vm manager and seeing a login screen in the iframe :)19:08
ActionParsnipLeftyfb: yeah I had to read that a few times19:08
nemodul: my coworker and I, we totally just use vnc. well. usually just ssh19:08
leftyfbnemo: what do these "admins" actually use on the desktop UI to administer the server?19:08
nemoleftyfb: most commonly, they log in, fire up a web browser, and grab some POS 3rd party stuff they install on it to break our things ☺19:08
nemoleftyfb: they also sometimes just log in to check network settings19:09
nemobut usually they leave it to us19:09
nemoanyway, again, slim+xfce imposes a very small cost, so have no problem leaving it running.19:09
leftyfbwhat is "slim"?19:09
nemomakes them happy. good enough19:09
dulslim is a very very light login manager19:09
nemoyes19:10
nemohttps://manpages.ubuntu.com/manpages/impish/man1/slim.1.html19:10
ActionParsnipNemo: you can check network settings using the settings in /etc/netplan or the other config files that are generated when settings are applied. You don't need a GUI desktop for that19:10
nemowas looking up a nice ubuntu page for him19:10
nemoActionParsnip: I'm aware thanks ☺19:10
nemoActionParsnip: as noted. I do 100% of my stuff over ssh19:10
ActionParsnipNemo: cool19:10
nemoActionParsnip: but. this is a fallback if anything goes to pieces or they need to install some junk.  so it's worth the cost for that19:10
nemoesp since it uses only a few megs of ram compared to what gdm+gnome were using19:11
leftyfbnemo: hire admins who know how to administer a server without a mouse. Anyway, good luck19:11
ActionParsnipNemo: I'm guessing your Windows guys don't use Windows core either19:11
nemoleftyfb: not my call, not my people. but so long as they let me have my stuff, I don't care19:12
nemoActionParsnip: no idea. I'm not a windows admin. actually I'm not really an admin at all19:12
nemoActionParsnip: I'm a dev who does some admin on the side19:12
ActionParsnipNemo: I see. Yeah server stuff is becoming more scripted with powershell, ansible and ssh.19:12
dulwrite some scripts, they (admins) just need run it19:13
nemodul: so. the console is, as noted, a fallback. also. the things they do on it can't really be scripted19:13
nemodul: the things *I* do *are* scripted.19:13
dul:)19:13
nemodul: but regardless. having a desktop visible in the VM tool is nice, and worth the cost if it is only using 0.1% of the system RAM and virtually 0 CPU19:14
trichmonAnyone successfully using the new mesa stack and kernel in 20.04 with Nvidia drivers?19:14
nemodul: by contrast, this GDM + gnome + accoutns-daemon were sucking up like... 2 gigs O_o19:14
nemodul: if I ever put ubuntu on a laptop again I'm totally removing this stuff regardless19:14
nemoI can use those 2 gigs to run today's modern bloaty websites ☺19:14
dulmy srv only 500m19:15
lotuspsychjelets keep it ubuntu support related please19:16
jhutchinsdul: Is that an Ubuntu server?19:17
dulyes19:17
jhutchinsdul: What services does it provide?19:19
dulprivate dns, private squid19:20
jhutchinsdul: How many users?19:21
dulfamily usage, >5 mobile, 4 pc, and about 10 lot device19:22
dulubuntu is good, nice font render19:23
dulso my working vm is ubuntu server + fvwm19:24
lotuspsychje!chat | dul jhutchins19:29
ubottudul jhutchins: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!19:29
jhutchinslotuspsychje: We are discussing the operations of an Ubuntu server, including it's capacity with a 500M footprint.19:39
jhutchinslotuspsychje: By all means though, let's have another solid hour of dead air, with everybody too intimidated to post.19:40
lotuspsychjejhutchins: discussing is not really the scope of the ubuntu support channel, meanwhile other users need help19:40
jhutchinslotuspsychje: Let them post then.19:41
lotuspsychjewe have some nice discuss channel and offtopic to share things jhutchins19:42
Angswhat does -qq mean on "apt update -qq"?21:07
Angsok it supress the terminal output I guess21:08
trichmonI have been searching for a solution to my video performance issue in 20.04 for a while.  I have a dell xps with an nvidia 3050 and everything works except the vsync is on and I can't turn it off.  I have search ask ubuntu and asked in here.  Does anyone have a suggestion on where else I could look for a solution?21:20
Bashing-omAngs: Confirmed that "-qq{ >> No output except for errors .21:24
trichmonif I run  export __GL_SYNC_TO_VBLANK=021:27
trichmon in the terminal it works to launch out of that terminal but I can't make it stick21:27
sarnoldwhat makes it not sticky?21:29
trichmonI am not sure were to turn off vsync properly.  All the turotials have it as an option in nvidia tools but the setting is gone in the  newest version available in the repositories.  I have thought about using the nvidia installer but I don't want to break my system.21:31
jhutchinsAngs: You can usually find the meaning of options/switches in the man page for a program.21:32
jhutchinsSometimes they leave some out, especially when you get multiple generations of software/documentation.21:33
Angsjhutchins, not for this time. I didn't see on man apt about the -qq flag21:34
jhutchinsAngs: It happens.  I've seen that documented somewhere, I have no idea where (Bashing-om seems to have found it).21:38
CapnUndergottenBeen a long time since I've used IRC.21:39
Bashing-omjhutchins: Only in my apt notes - did not note a source :(21:40
Bashing-omAngs: https://linux.die.net/man/8/apt-get >> Quiet. Produces output suitable for logging, omitting progress indicators. More q's will produce more quiet up to a maximum of two.21:44
AngsBashing-om, thanks21:48
Bashing-omAngs: :D Always good the check the source.21:49
onyrhello there22:04
onyrlooking for some advice22:04
onyrI'm trying to change the default GTK 2 theme of my HexChat app22:05
onyrI have no idea how to do that, any idea ?22:05
dob1lxapparance ?22:06
dob1(I am not using gnome)22:06
onyrheuuuu ? I'm in Ubuntu 20.04 LTS22:06
dob1I am using ubuntu too22:07
Maikdob1: if you use ubuntu too then you have gnome22:07
dob1i322:07
dob1I use i322:08
Maikah i see22:08
onyrMmm linux wizards out there I can feel it22:08
onyrAny idea on what to do to change theme of GTK2 ?22:09
enigma9o7[m]lxappearance22:09
onyrok thanks I check that22:10
MaikGTK2?22:10
onyrYes... apparently HexChat is using GTK 2 not 3... causing my problems...22:11
Maikgtk2 is not support anymore22:12
Maikweird hexchat still uses it22:12
onyrI know... but HexChat uses it so no choice22:12
Bashing-om!info hexchat focal22:12
ubottuhexchat (2.14.3-3ubuntu0.20.04.2, focal): IRC client for X based on X-Chat 2. In component universe, is optional. Built by hexchat. Size 318 kB / 1,015 kB22:12
onyri guess it's an old app22:12
sarnoldyeah I think hexchat's pretty abandoned22:12
Maikouch22:13
onyrMaybe, do you know a more modern version of it ?22:13
krytarikonyr: You can't just flip the GTK2 theming without affecting GTK3 apps too though - there is only one GTK theme at a time.22:13
Maiksarnold: 2.16.1 / 12 February 2022 latest stable release of hexchat22:13
enigma9o7[m]Yes you can.22:14
enigma9o7[m]You can have different GTK2 and GTK3 themes.22:14
sarnoldMaik: heh, that's a lot more active than I thought; are they still on gtk2 there? :)22:14
Maiki don't know22:14
dulchange gtk2 theme22:14
onyrI don't know, I got the snap version22:14
onyrmaybe the latest GitHub version is more "up to date"22:14
dul$touch ~/.gtkrc-2.022:14
onyrI don't know but would be glad to know22:15
duladd line gtk-theme-name="Adwaita"22:15
onyrWhat I am supposed to do with a .gtkrc-2.0 file ?22:15
onyrOk thanks ;)22:15
krytarikAh, good to know..22:16
Maikonyr: there's no snap version of hexchat22:16
dulAdwaita change to your theme name :)22:16
Maikat least i couldn't find it22:16
onyrI restard and update you22:16
onyrtnahks22:16
krytarikMaik: I think the HexChat maintainer is more into Flatpak.22:17
onyrMMmm didn't worked22:17
dulyour theme?22:18
onyr(base) onyr@aezyr:~$ cat ~/.gtkrc-2.022:18
onyrgtk-theme-name="Adwaita"22:18
onyrdefault theme for GTK 2 unknown but white/solar or something22:19
dulcd /usr/share/themes/....22:19
onyrI will try to install the package lxappearance...22:19
onyr(base) onyr@aezyr:/usr/share/themes$ ll22:20
onyrtotal 8422:20
onyrdrwxr-xr-x  19 root root  4096 mars  19  2021 ./22:20
onyrdrwxr-xr-x 333 root root 12288 févr. 14 16:33 ../22:20
onyrdrwxr-xr-x   4 root root  4096 juil. 31  2020 Adwaita/22:20
onyrdrwxr-xr-x   4 root root  4096 juil. 31  2020 Adwaita-dark/22:20
leftyfbonyr: I wouldn't install lxappearance. It's meant for the LXDE desktop environment, not gnome22:20
leftyfbit will probably pull in a bunch of LXDE packages you don't need or want22:20
dulis gtk-2.0 folder in Adwaita path?22:20
sarnoldonyr: it's best to use a pastebin site for more than about two lines :)22:21
onyrHeew22:21
onyrsorry, firt day using IRC22:21
onyri'm a big noob for now22:21
onyrpastebin I should know ?22:22
dulmaybe lxappearance is a simple way22:22
duluse lxappearance, then learn the gtk config file22:23
jilhello22:23
onyr@dul: it seems that `ls` shows that I have a Adwaita theme in /usr/share/22:23
krytarik!pastebin | onyr22:23
ubottuonyr: 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.22:23
dulthere should be gtkrc file in gtk2.0 folder22:24
sarnoldonyr: oh :) welcome aboard then :) hehe22:25
sarnoldonyr: this doesn't require a username to use https://paste.debian.net/22:25
=== atol71 is now known as atol
onyrOk thank you22:27
onyrWas wasting time with than, you read in my mind o_O22:27
onyrhttps://paste.debian.net/1232569/22:28
sarnoldkrytarik: onyr's got some ls /usr/share/themes/  output :)22:29
onyrI have a Adwaita, i suppose Adwaita-dark should be pretty OK22:30
krytarikWell, I was only trying to assist in providing it.. >_>22:30
dulyes, you can change22:30
ednashwill anything break if i get rid of snap-store and snapd and all22:31
dulednash: can remove22:31
onyrsnapd pretty useful nowadays... depend on you opinion22:31
onyr(base) onyr@aezyr:/usr/share/themes$ cat ~/.gtkrc-2.022:32
onyrgtk-theme-name="Adwaita-dark"22:32
ednashthanks22:32
dulyes22:32
ednashi don't like it. i already had several permission issues22:32
onyrI restart and I tell you22:32
ednashand the loop mounting is really inefficient22:32
ednashi tried flatpak and their implementation is just better22:32
onyrcan use flatpack on Ubuntu o_O ???22:33
ednashyes i switched over to flatpak22:33
Metaleeronyr: Yes   https://flatpak.org/setup/Ubuntu22:33
ednashhttps://flatpak.org/setup/Ubuntu22:33
onyrOk... sick... I should give it a try some day o_O22:33
ednashoh you beat me to it22:33
ednashi like flatpak implementation a lot better. 1) containerization is better and more powerful, you get full control on permissions22:34
ednash2) no loop devices! no clutter, more importantly runs faster22:34
onyrSadly, didn't change anything :C22:34
onyrStill the whitish theme heh22:35
ednash3) no background updates (i know there's some way to stop or defer for snap, but it feels pretty deeply obscure)22:35
ednashanyway thanks22:35
dulonyr: you log out then log in?22:36
onyrI start and stop the App22:36
onyrsorry stop then restart to be more exact22:37
onyrI found that but it seems to be quite bad practice22:40
onyrhttps://unix.stackexchange.com/questions/63389/how-can-i-use-adwaita-dark-for-all-applications-in-gnome-322:40
dulhexchat is gtk222:41
dulif you need change gtk3 app theme , config is ~/.config/gtk3.0/settings.ini22:42
onyrIt explains stuff for GTK2 also22:42
dulsorry ~/.config/gtk3-0/settings.ini22:42
onyryes but I need to change for GTK2 ...22:43
onyrSnif I feel tired22:44
Maikmaybe try asking in their support channel?22:44
onyralready done ;b22:44
onyrI found a .config/gtk-2.0/gtkfilechooser.ini file... maybe this is the right config file to edit ?22:54
krytarikonyr: Did you already re-log in as suggested though?22:55
dulnot this22:55
onyrI restarted HexChat but not the whole computer22:56
jilhello22:56
onyr(base) onyr@aezyr:~/.config/gtk-2.0$ ll22:57
onyrtotal 1222:57
onyrdrwx------  2 onyr onyr 4096 juin  24  2021 ./22:57
onyrdrwxr-xr-x 53 onyr onyr 4096 févr. 28 23:52 ../22:57
onyr-rw-rw-r--  1 onyr onyr  204 juin  24  2021 gtkfilechooser.ini22:57
onyr(base) onyr@aezyr:~/.config/gtk-2.0$ cat gtkfilechooser.ini22:57
onyrhttps://paste.ubuntu.com/p/GNskVyngKY/22:58
jilI have a problem with mysql-server-8.  I can't install it and I can't remove it either. https://dpaste.com/A7QMR2C2W22:58
dultry logout then login?22:58
jilme ?23:00
dulyour mysql.service file missing23:00
dulso systemctl cannot stop mysql service23:00
jilyes but how do I create it if apt-get install mysql-server is giving me an error ?23:01
=== atol71 is now known as atol
dulis mysql running?23:03
onyrI think I got something like that some days... try removing or updating `/etc/apt/source.list` entry for mysql23:03
onyrnot sure though23:04
jilI don't understand why the script tries to stop mysql.service when I want to install mysql.service and it complains that mysql.service is not loaded https://dpaste.com/AWVEHPQQR23:04
dulif .service file missing, after you boot your os, mysql serivce will not boot up23:04
jilI try using Oracle repositories for the newest mysql deb but I had similare errors.23:05
dulsystemctl disable mysql?23:08
dultry it23:08
dulif no issue report, reinstall23:08
krytarikjil: If you deleted the .service file manually, then you could just reinstate it from the .deb archive.23:11
jilsystemctl disable mysql removed the errors.   I'm left with a warning about MySQL been frozen to prevent damage to my system.  Why ?23:14
jilok krytarik , good to know thank you.  Thank you dul too.23:14
jilsorry for that last question.  The doc is clear.23:16
jilIt's probably because I install latest version from Oracles repositories and then tried to downgrade.23:17
dulhttps://www.reddit.com/r/linux4noobs/comments/hueofn/i_screwed_up_trying_to_install_my_sql_and_now/23:17
jilThank you23:22
=== WildSoft_ is now known as WildSoft
Claudio33olá boa noite23:50
Claudio33estou enfrentando dificuldades para ouvir audio pelo fone de ouvido seja por cabo ou por conexão bluetooth23:51
leftyfb!pt | Claudio3323:51
ubottuClaudio33: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.23:51

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