/srv/irclogs.ubuntu.com/2022/05/04/#ubuntu.txt

=== dionysus70 is now known as dionysus69
esmaeelE[m]I want to fix a bug in ubiquity but obtain source code and work on It generate this error.00:42
esmaeelE[m]brz: ERROR: Not a branch: "ubuntu_bug/work/ubiquity-22.10.1/debian/patches/fa_ir.diff/".00:42
esmaeelE[m] * I want to fix a bug in ubiquity but obtain source code and work on It generate this error.00:43
esmaeelE[m]brz: ERROR: Not a branch: "ubuntu\_bug/work/ubiquity-22.10.1/debian/patches/fa\_ir.diff/".00:43
esmaeelE[m]I use this document: https://packaging.ubuntu.com/html/patches-to-packages.html00:43
sarnoldthe 'bzr branch' bit of those instructions isn't a useful starting point ;(00:44
sarnoldit probably was wrong (but optimistic) when that guide was written..00:44
esmaeelE[m] * I want to fix a bug in ubiquity but obtain source code and work on It generate this error.... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/b8d16cd0c2b9f129f01464a4c64c641201ce63d8)00:44
sarnoldif you've got deb-src lines configured in your apt sources, you can use apt source ubiquity00:45
esmaeelE[m]sarnold: Here is the what I run: https://paste.ubuntu.ir/ynuwr00:46
sarnoldesmaeelE[m]: ah cool, it looks like the pull-lp-source step worked00:47
enigma9o7[m]I started with ubuntu server then installed a desktop.  Something about that setup makes it when I'm doing apt installs I get popup messagesa bout approving to restart services00:50
enigma9o7[m]How do I disable that, it never happened when I installed desktop ubuntu first.00:50
enigma9o7[m]That kinda thing.  It happens all the time.00:51
* enigma9o7[m] uploaded an image: (272KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/QWjXCOEQgkwwWCojkiXsTQyI/Screenshot%20from%202022-05-03%2017-51-11.png >00:51
leftyfbI would help but they have me blocked so ...00:51
sarnoldesmaeelE[m]: probably "needrestart and unattended operations" https://discourse.ubuntu.com/t/jammy-jellyfish-release-notes/2466800:52
sarnoldesmaeelE[m]: sorry, that was meant for enigma9o7[m]00:52
enigma9o7[m]I think you just linked me to the release notes right?  Or am I missing something....00:55
sarnoldenigma9o7[m]: yes, alas I can't link right to the needrestart section00:55
esmaeelE[m]<sarnold> "esmaeelE: ah cool, it looks like..." <- OK, what is branch? how can I get source with version control information in it?00:57
sarnoldesmaeelE[m]: ignore all that bzr stuff; that never caught on00:57
sarnoldesmaeelE[m]: there's some git repository to track a handful of the packages, but it's not the "real" source of packages. the real source of packages is the results of "pull-lp-source" or "apt source" etc00:58
esmaeelE[m]sarnold: Can you please guide me how can I do after getting source and fix bug in package.01:02
esmaeelE[m]I use `bzr add` after fix that but it generate error.01:02
esmaeelE[m]If you suggest to prevent bzr stuff how can I do after fix?01:02
esmaeelE[m]Is there any other way to patch a package in Ubuntu?01:02
sarnoldesmaeelE[m]: ignore bzr01:03
esmaeelE[m]sarnold: And after that how to commit change in package?01:04
sarnoldesmaeelE[m]: take a look at the debdiff command on https://packaging.ubuntu.com/html/fixing-a-bug.html#submitting-the-fix-and-getting-it-included01:05
=== JoeBk_ is now known as JoeBk
enigma9o7[m]@sarnold ah ok i jumped to the needrestart section and see I just gotta set an e nvironment variable.  `DEBIAN_FRONTEND=noninteractive` do you have any idea where I should set this tho?  .bashrc?01:35
sarnoldenigma9o7[m]: in whatever shell you're running the apt update command in; I don't know if your user's .bashrc will carry over to the sudo environment or not..01:36
enigma9o7[m]i thought it was an ubuntu server thing tho01:37
enigma9o7[m]Yeah thats why I asked exactly.... user bashrc not affecting sudo and other shells.  is there somehwere better to set environment variables....01:37
sarnoldenigma9o7[m]: maybe /etc/environment? at least my /etc/pam.d/sudo  looks like it'll run pam_env01:39
enigma9o7[m](that affects all shells and all users)01:39
enigma9o7[m]ah cool01:40
esmaeelE[m]<sarnold> "esmaeelE: take a look at the..." <- Thanks, I use the instruction to build package. But here is the error. It can't sign02:02
esmaeelE[m]https://paste.ubuntu.ir/ohtrt02:02
sarnoldesmaeelE[m]: re-run with --no-sign02:03
=== JoeBk_ is now known as JoeBk
esmaeelE[m]<sarnold> "esmaeelE: re-run with --no-sign" <- Its work. What is next step. Is it necessary to `submittodebian`?02:12
sarnoldesmaeelE[m]: no, skip that02:13
sarnoldesmaeelE[m]: generate the debdiff, and add the debdiff to a bug report on launchpad02:13
esmaeelE[m]<sarnold> "esmaeelE: generate the debdiff..." <- another `.dsc` file not present in parent directory.... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/5bfbbe1e09540e30f402756e8ded46866db9e6be)02:21
sarnoldesmaeelE[m]: hmm, I expected the pull-lp-source to have brought the dsc and other files down ..02:24
sarnoldesmaeelE[m]: did you remember to update the version in debian/changelog when you made your changes?02:25
esmaeelE[m]sarnold: no I don't. Which line must be changed in `debian/changelog`? I think version read from another file.02:30
sarnoldesmaeelE[m]: you add a new stanza like all the others in that file02:31
=== dionysus70 is now known as dionysus69
esmaeelE[m]<sarnold> "esmaeelE: you add a new stanza..." <- is this correct. I add my lines at head of `debian/changelog`... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/7cb8279d5ecc8edc225fcf71ada936806576a22c)02:40
esmaeelE[m]> <@sarnold:libera.chat> esmaeelE: you add a new stanza like all the others in that file... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/a762b22fbc9e9fa984b2377038584168117b3e7a)02:40
esmaeelE[m] * is this correct. I add my lines at head of `debian/changelog`... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/8f6d434e3aac793458c7656b56504e4163026636)02:41
esmaeelE[m] * is this correct. I add my lines at head of `debian/changelog`... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/bf516790b65e42cbccbf118d3ed6ed55eda84521)02:41
esmaeelE[m] * is this correct. I add my lines at head of `debian/changelog`... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/7f57b9ead5601250904aea2b30bae073fdd5ccc5)02:41
esmaeelE[m] * is this correct. I add my lines at head of `debian/changelog`... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/8747f90916ffdd1a64bddc5282a5a7bd654b45cc)02:41
sarnoldyikes02:42
sarnoldI'm only loading the last one of those, I hope it's all :)02:42
sarnoldesmaeelE[m]: use the format "esmaeelE <esmaeelEE@protonmail.com>" for the name and email address02:44
agrosantwhat's wrong with all people going proprietary these days?02:47
esmaeelE[m]sarnold: ubiquity (22.10.2) kinetic; urgency=medium... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/7bda3916543941720381d0cf5d12490c5db80a25)02:47
sarnoldesmaeelE[m]: no quotes around the <foo@bar>02:47
esmaeelE[m]<sarnold> "esmaeelE: no quotes around the..." <- https://paste.c-net.org/ObsceneArabia02:56
esmaeelE[m]esmaeelE[m]: I think I don't know what you say02:56
sarnoldesmaeelE[m]: use the same punctuatin that brian used02:57
esmaeelE[m]<sarnold> "esmaeelE: use the same punctuati..." <- https://paste.c-net.org/DoubtingTrump03:03
esmaeelE[m]esmaeelE[m]: Now it exactly same as brian03:03
sarnoldesmaeelE[m]: great :)03:04
sarnoldesmaeelE[m]: generate the debdiff, add the debdiff to a bug, and hope for the best :)03:04
* enigma9o7[m] uploaded an image: (433KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/zaKJtSmMeavCbZWfbGvLONTP/Screenshot%20from%202022-05-03%2018-32-21.png >03:06
HashHi guys03:13
HashCan anyone please help me install wine on 20.04?03:13
Hashhttps://bpa.st/JOGA I get this error.03:13
Hashhttps://bpa.st/EF4Q I can install wine, but it doesn't install wine32 and gives error about win3203:13
enigma9o7[m]ok this stuff i ssomething to do with you mixing official repos and ppas03:13
HashWho me?03:14
HashNo sir.03:14
HashJust default ubuntu03:14
enigma9o7[m]The easiest workaround is just install wine from ppa... but if you wanna get the official version working, means gotta drop some ppas...03:14
enigma9o7[m]Oh really.03:14
enigma9o7[m]Hmmmm.03:14
Hashhttps://wiki.winehq.org/Ubuntu03:14
enigma9o7[m]In theory you should not get that kinda stuff if you're using official repos only, so my bad....03:14
HashShould I try from here?03:14
enigma9o7[m]Yes, follow the wine hq instructions.03:15
enigma9o7[m]If you follow that, and have issues, ask again, ping me if nobody responds, but it should work fine.03:16
enigma9o7[m]Unless you really wanna debug why the official ubuntu repo version isnt installing, which we could do instead... but better to use the ppa version anyway.03:17
Hashhttps://bpa.st/U6EA03:17
Hashit won't install from there either03:17
enigma9o7[m]can you share terminal output?03:18
Hashsec03:18
enigma9o7[m]oh oik that is paste03:18
enigma9o7[m]nvm lemee look at it03:18
enigma9o7[m]Hmm weirdness.03:18
Hashhttps://bpa.st/KC5Q03:18
Hashhttps://bpa.st/4KPQ03:18
cassiusAnybody here use Parsec on 22.04?03:19
enigma9o7[m]did you enable the 32-bit stuff as mentioned on that page?  lemee find the command03:19
HashYes03:19
Hash32 bit arch is added03:19
enigma9o7[m]`sudo dpkg --add-architecture i386`03:19
enigma9o7[m]that03:19
Hashyes03:19
HashI have no held back packages03:20
Hashhttps://bpa.st/6OJA this is the only thing in etc/apt/preferences03:20
esmaeelE[m]<sarnold> "esmaeelE: generate the debdiff..." <- Thanks for your kind answers. I put `debdiff` to bug report.03:20
esmaeelE[m]https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/189127003:20
ubottuLaunchpad bug 1891270 in ubiquity (Ubuntu) "Iranian calendar shows in Azerbaijani language" [Low, Fix Committed]03:20
enigma9o7[m]You really have no other weird ppas that coulda instealled too new of stuff?  cuz thats what it looks like to me.03:21
Hashsec03:21
esmaeelE[m]> <@esmaeele:matrix.org> Thanks for your kind answers. I put `debdiff` to bug report.03:21
esmaeelE[m]> https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/189127003:21
esmaeelE[m]What can I do after that?03:21
enigma9o7[m]I dont have a good answer tho :( it should "just work" if you follow those instructions, which you did.03:21
enigma9o7[m]if you really really wanna track it down you gotta try one thing at a time and see why it isnt working03:21
Hash$  cat /etc/apt/sources.list | nc termbin.com 999903:21
Hashhttps://termbin.com/xukz03:21
Hash$  cat * | nc termbin.com 999903:22
Hashhttps://termbin.com/7olf03:22
enigma9o7[m]the first thing it complains about is `libgphoto2-6:i386 (>= 2.5.10)` so try installing that manually and see why it doesnt want to03:22
Hashthat's all I have03:22
enigma9o7[m]hash, there's all the stuff in /etc/apt/sources.list.d too03:22
Hashthat's my 2nd paste03:22
Hashhttps://bpa.st/VSXA03:23
Hasheaiser to read here03:23
Hash-rw-rw-r-- 1 stoned stoned 165 May  3 21:16 winehq-focal.sources03:23
Hashhang on03:23
Hashlet me remove that I think that's new from their instructinos just now03:23
enigma9o7[m]well ok you've gone nuts with ppas03:23
enigma9o7[m]something there is using too new of a library that it pulled in03:24
Hashhmm03:24
HashI wonder, I should probably upgrade, maybe that will help03:24
Hashto 22.0403:25
HashI might even reinstall if I have to today, whatever03:28
enigma9o7[m] A clean install of 22.04 of course is optimal solution.03:28
HashNot and upgrade?03:28
enigma9o7[m]well staring clean is always better cuz then you're not dealing with old issues03:28
enigma9o7[m]but an upgrade may work, who knows.03:29
enigma9o7[m]but clean is always good03:29
Hashif the upgrade doesn't work to do what I want03:29
HashI'll reinstall03:29
enigma9o7[m]I'm still running 18.04 ;)03:29
enigma9o7[m][on hardware; i have jammy virtually]03:30
agrosantdionysus69, tell me a good music player dude03:42
enigma9o7[m]cmus03:46
smallville7123oof03:54
smallville7123W: Repository is broken: discord:amd64 (= 0.0.17) has no Size information03:54
enigma9o7[m]discord is most certainly not in ubuntu repo03:55
smallville7123:)03:55
HashHi04:04
Hashmy /home is mounted and I want to clone it to another drive04:04
veegeeAnyone else having trouble installing samba on the latest ubuntu server?04:05
HashHow can I clone a live mounted /home to another drive?04:05
Hashrsync it?04:05
veegeeHash yes `rsync -aP source dest`04:05
Hashok04:05
veegeeif they're ssds, rclone is faster04:05
veegeeit's like rsync, but parallel04:05
veegee`sudo apt install samba` seems to just get stuck at the last step04:06
Hashhttps://i.imgur.com/rtua6Fp.png04:06
veegeethe post install04:06
HashLook what happened to my SSD04:06
HashIt's 11-12 years old04:06
HashM4 Crucial 128GB SSD04:07
veegeeyeah, sounds about right04:07
HashIt's starting to get bad sectors, but I'll still use it until it lasts. I want to move / and /home off it04:07
veegee`sudo smartctl -t long /dev/sdf04:07
Hashwill do / reinstall, but /home needs to go04:07
Hashextended self test?04:08
veegeeyes04:08
Hashshould run that now.04:08
Hashgood idea.04:08
veegeerelocated sectors alone doesn't mean imminent failure04:08
matsamanno, smart is a waste of time04:08
Hashwhat is rclone?04:08
matsamanif you know your disk is bad, just replace it04:08
Hashvegetux: on hdd maybe04:08
matsamanif you merely suspect your disk is bad, just replace it04:08
HashSSD will still have many years04:08
veegeeHash it's like rsync, but faster04:08
veegeeit's like running many rsync instances in parallel04:09
veegeebut don't worry about it, rsync is totally fine for such a small SSD04:09
veegeeI use rclone when copying data in the order of 50 TB04:09
Hashrclone man page says it's for cloud services04:09
veegeeit _also_ does that04:09
veegeebut works just fine on local filesystem04:09
Hash8 min left until full test is done04:10
veegeewhen you have like 24 NVMe SSDs and a SAN running on 56G infiniband, rsync doesn't cut it04:10
HashI have a 1TB SSD that is dedicated to a Windows 10 VM04:10
matsamanfaster can be nice. Rsync has a better license, though04:10
HashI can't use a partition from it04:10
matsamanyou could, but not with no effort04:10
HashBecause the whole disk is given raw access in vbox to run a windows04:10
HashNo I can't.04:11
HashAbsolutely cannot otherwise disk corruption.04:11
matsamanyou could, but not with no effort04:11
HashAgain, I can't.04:11
matsamanmmm, if you say so04:11
HashSo either buy another ssd or continue using this one.04:11
HashSo when you give virtualbox a whole disk to use, you cant then use the disk partitions in any other OS04:11
veegeeyou can04:11
HashThat's a thing with vmare and vbox and connectix virtual pc since 200004:11
HashHasn't changed.04:11
veegeeYou actually can. It's not quite that simple, but you most certainly can04:12
veegeeI've done it04:12
HashYou could if you wanted disk corruption.04:12
matsamanI'm sure it would not be fun, and maybe not even worthwhile, but you could do it.04:12
matsaman(without corruption)04:12
HashAgain04:12
matsamanagain, if you say so =P04:12
HashI don't like arguments are needless things.04:12
HashCan we focus04:12
matsamanlet's focus04:12
Hashover*04:12
HashThank you04:12
HashI just bought 2x 2TB seagate barracuda (1400 revies 5 star)04:13
Hashand 1x 4TB WD blue for cold backup04:13
HashI need to clone my /home right now to both of them04:14
veegeeas far as hard drives go, I don't buy anything other than enterprise SAS04:14
veegeelike Toshiba MG06, WD ultrastar DC04:14
veegeeI avoid Seagate, but if I have to, Exos with a SAS interface04:15
HashWhat if I wanted a mirror of those 2x seagates04:16
HashI wonder how to do raid in linux never did it yet04:16
veegeezfs or btrfs04:16
veegeethat will give you protection against silent corruption as well04:16
Hashzfs I have used04:16
HashOS: Linux 5.4.0-109-generic/x86_64-Distro: Ubuntu 20.04.4 LTS-CPU: 16 x AMD Ryzen 7 5800X 8-Core (2195.559 MHz)-Processes: 531-Uptime: 10d 1h 9m-Users: 28-Load Average: 1.11-Memory Usage: 34156.04MB/64306.82MB (11.73%)-Disk Usage: 831.92GB/4715.83GB (17.64%)04:16
veegeeyeah it's like 1 command to create it04:17
HashI have this, 64gb ram, ought to be enough for zfs04:17
HashI have used before.04:17
HashOnce my pool went ba cuz of dead drives I hadn't used it since04:17
Hashhadn't had enough disks.04:17
matsamanI buy whatever's cheapest that doesn't look like it was made by a company founded yesterday. Zero computer hardware failures04:17
matsamanbut I did return some seagates once 'cause they didn't sleep right04:17
veegeethere's a very big difference between seagate barracuda with insanely high drive failure rate and enterprise SAS drives with 550 TB/year rated workload04:17
HashThere is also MHDD04:18
Hashget a clear picture of every block on the ssd04:18
veegeewaste of time04:18
Hasher.. hdd04:18
Hashnot sure it works on ssd04:18
veegeeSCSI or gtfo04:18
HashI have used it to find bad sectors and mark them bad04:18
Hashcan we please not do this?04:18
veegeethe drive does that automatically04:18
matsamanHash: you want to clone your /home as a backup?04:18
HashI am working with what I have. I can't get SCSI or get the fuck out.04:19
veegeelol!04:19
veegeeJust use ZFS and be done with it, what's there left to talk about?04:19
HashAhh. You're one of those guys.04:19
HashOk, have a good evening dude.04:19
veegeelol what?04:20
Hashmatsaman: yeah, soon as self test on /home is done, I'll clone to the new hdd using rsync04:20
matsamanHash: mmm, yeah rsync is an easy choice04:20
=== JoeBk_ is now known as JoeBk
Hashhttps://bpa.st/QNLQ smart scan done04:21
Hashhttps://bpa.st/KOCA here sorry04:21
veegee72,000 power on hours LOL04:22
Hashlooks like SSD is going bad. I might oder a new one.04:22
veegeeThe data retention on that must be terrible without power04:22
veegeeSATA CRC errors04:23
=== xv8 is now known as XV8
=== ick is now known as appliedmath
=== garrison is now known as i-garrison
timothy_Hi, I am on a brand new machine and new Ubuntu 22.04 install. During installation if I try to enable LUKS it fails (even if I replace the SSD or NVMe). If I try to encrypt ANY drive with LUKS after installation is also fails. It asks me to enter the password twice it says ok and then: Error formatting volume, Error opening LUKS device: Failed to activate device: Incorrect Passphrase.05:38
squid_gameI am using ubuntu 18.04.6 on my PC. I use a script to configure my network interfaces at work that just do ip addr add, ip link add, ip route add, ip rule add stuffs. After the configuration it does ip link set ethX up, but when the script is completed, my interfaces are down and part of ip configurations are lost. Would anyone know why would the interface lost configurations? How can I debug it? I monitor syslog, but can't see anyt05:39
sarnoldsquid_game: irc has line length limits; you were cut off at "can't see anyt"05:44
sarnoldtimothy_: hrm ;( is there anything more detailed in journalctl or the installer logs?05:44
=== diskin is now known as Guest4
=== diskin_ is now known as diskin
timothy_sarnold cannot see anything in jounaltcl05:48
timothy_If I open up "disks" in the installed ubuntu, select any of the drives , delete all partitions and create a new one with luks05:48
timothy_it asks me for the passphrase I enter it twice it says ok and then after a while that error05:49
timothy_and disks shows the partition as a luks encrypted drive05:49
squid_gamesarnold, can't see anything wrong. Do you know why an interface wuld loose the settings and power down05:49
timothy_It's like this entire PC is unable to use LUKS for some reason05:49
timothy_(ubuntu 21.10 the same)05:49
sarnoldtimothy_: dmesg?05:50
timothy_I cleared dmesg before trying to create the partition then I created the partition05:52
timothy_there is nothing in dmesg05:52
sarnoldhah05:52
timothy_except for05:53
timothy_[ 1260.100249]  sda:05:53
sarnoldsquid_game: this is a shot in the dark, and it's a pretty bad one...05:53
timothy_and that is it05:53
sarnoldsquid_game: https://serverfault.com/a/71108205:53
sarnoldtimothy_: interesting. that kinda looks like the drive has no partition table or something similar05:53
timothy_I have created a partition table, and it's for ANY drive05:53
timothy_so I have one nvme, and 2SSD05:53
timothy_syslog has some info please hang on05:54
alkisgsquid_game: interfaces are usually managed by ifupdown, network-manager, systemd-networkd, netplan etc; these might even break your manual settings; why do you prefer manual settings instead of using one of these packages?05:54
squid_gameI got disconnected while playing with the interfaces.05:54
sarnoldheh05:55
sarnoldWed 04 05:53:25 < sarnold> squid_game: https://serverfault.com/a/71108205:55
sarnold< alkisg> squid_game: interfaces are usually managed by ifupdown, network-manager, systemd-networkd, netplan etc; these might even break your manual settings; why do you prefer manual settings instead of using one of these packages?05:55
timothy_https://pastebin.com/ev4hs1Jv05:55
squid_gamethank you, I am going to test it05:55
sarnoldtimothy_: very interesting, I've never seen those "overlaps with the extended partition metadata" thing before05:56
sarnoldtimothy_: it's also a bit of a shot in the dark, but that feels very much like the sort of thing that'd cause problems05:56
timothy_I am now using gparted to create a new partition table gpt05:56
timothy_the exact same output05:58
sarnold:(05:59
timothy_if it was just one drive I would get it05:59
timothy_but any and all drives05:59
timothy_and my other systems never had this issue (I run ubuntu everywhere)05:59
timothy_could it be something in the bios06:00
timothy_creating a partition without encryption works fine06:01
toolboxInstalled some AWS Ubuntu 18.04 servers. Any recommendation about installing GUI? I did not have option in AWS to choose Ubuntu desktop.06:07
squid_gamesarnold, it didn't help. I am just running this script https://pastebin.com/NfbAHQdv then at the end my ethX interface (and rest vlans) are down06:08
squid_gamethe script doesn't have anything to down the interface. I wonder what could be taking the interface down. or how can I debug such issue?06:09
toolboxIgnore my question above. I run Ubuntu privately but at work I do Debian.06:12
=== jesster1234 is now known as jessicant
Goose14hello, "sudo dd if=/dev/zero of=/dev/sdb iflag=nocache oflag=direct bs=4096" this command been running since yesterday anyway to know how much progress did it make so far?06:33
ravagesudo kill -USR1 $(pgrep ^dd$)06:34
Goose14ravage is this going to kill the process?06:35
ravageno06:35
ravageit will output the current status06:35
Goose14it returned nothing06:36
Goose14oh wait06:36
Goose14821076750336 bytes (821 GB, 765 GiB) copied, 37348.6 s, 22.0 MB/s06:36
Goose14thanks ravage06:38
ravageyw06:38
=== hackerman9 is now known as hackerman
rafayethiii07:46
rafayetanyone here07:46
rafayethow to update karnel on ubuntu cinamon version07:47
rafayethelp me07:47
rdrraf<tab> he's gone07:51
rdrcouldn't wait07:51
rdrgoodbye sweet matrix bridgedrs07:57
Goose14i want to split my external hdd into 4 partitions and i'm going to set up luks on one of them, does luks require the partition to be in a specific place ie. first sectors and so?08:14
mncheckrelease-upgrading focal to jammy got my friend an unbootable jammy with a screen he described as saying "oops". any idea what could he be talking about?08:16
mncheckmay or may not include ":("08:17
lgp171188After upgrading my RPi4 8 GB to 22.04, I am having an issue where the initramfs generation fails due to there being no space left on the /boot/firmware (~256 MiB in size) partition. A couple of times, deleting the *.bak files in that partition helped. But with today's upgrade, that doesn't help as it is stuck in a loop. Is this a known isssue? How can I fix it?08:18
overcluckerlgp171188:  I'm not sure if there's a known solution for that, what I would try would be to either change the output for mkinitramfs or unmount the boot partition temporarily, so you have more room to work. you could copy the files back to the correct partition later08:34
alocerlgp171188: looks a bit low to me.08:37
alocerlgp171188: cant you increase the space?08:37
alocermncheck: is he using the nvidia drivers ?08:38
alocermncheck: best thing he can do is to boot into safemode and browse the logs for some tips.08:38
mncheckalocer, I don't know, thanks for the tip. I can't find "oops" on google, I think the description must have been less than exact. Do you know this screen? What is the actual text?08:44
alocermncheck: lol. no idea :))08:51
alocersory08:51
eoli3nHi08:58
eoli3nhttps://www.mono-project.com/download/stable/08:58
eoli3nhow to port that kind of install to the new gpg management for repositories with signed-by ?08:59
eoli3nwhen i search the keyid '3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF' on keyserver.ubuntu.com, i doesn't find it09:00
ograeoli3n, that's really a question to the mono guys09:17
mncheckalocer, ok, thanks09:17
eoli3nogra not really, as this is an apt problem09:18
eoli3n"problem"09:18
ograeoli3n, it is their key ... nothing ubuntu manages09:18
eoli3nso what is stored on keyserver.ubuntu.com ?09:18
ograkeys ...09:19
eoli3nso my question is how to extract the key as gpg file from the server09:19
LinuxAspyI installed Anbox in Ubuntu 20.04 LTS. I launched it. The says loading for 1 minute, then closes. LOL09:22
LinuxAspyWhere do I start?09:22
ograLinuxAspy, somewhere on an anbox forum, anbox is not part of ubuntu09:22
LinuxAspyogra: Ah. I heard it was made by Canonical.09:23
ograeoli3n, you download it with the command on teh page, it will be added to your trusted,gpg keyring in /etc/apt ...09:23
eoli3nthis is deprecated09:24
ograeoli3n, for the rest see "man apt-key"09:24
ograwhat is deprecated ?09:25
eoli3nyou need now to have a single mono.gpg file, and point in to the repo line as "deb [signed-by=/path/to/mono.gpg] repo ...."09:25
eoli3nusing generic trusted.gpg file09:25
LinuxAspyogra its in the Ubuntu repository, so I'd consider that part of Ubuntu.09:25
LinuxAspyogra Canonical put it in there.09:25
eoli3nogra -> : http://ppa.launchpad.net/alexis.bienvenue/test/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.09:26
ograLinuxAspy, it is a spare time project of a canonical employee09:26
eoli3nfor exemple09:26
LinuxAspyI found #anbox. I will join now. Thanks.09:26
ograeoli3n, the commandf on the page gets you the key and adds it to trusted.gpg, if you want to extract it from there use apt-key as described in the manpage09:27
eoli3ni just see this in the DEPRECATION section of apt-key :)09:27
eoli3nok got it09:27
eoli3nhm no09:28
eoli3ni still miss something09:28
eoli3napt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF09:28
eoli3nhow to get the gpg file from this ?09:28
eoli3nlets reread the man page09:29
ogratry --keyring mykey.gpg ?09:29
eoli3napt-key export 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF09:30
eoli3nsimple09:30
eoli3nand redirect this in file.gpg09:30
eoli3nhm09:30
eoli3nnot sure09:30
eoli3nlets try --keyring09:31
ograbut yeah, the export was what i meant initially09:31
eoli3nnop09:32
eoli3n--keyring is not an option09:32
eoli3nand exporting export as a GPG certificate, which differs from what i get on some others exemples09:32
LinuxAspyHow can I see if the binder and ashmem modules are loaded in Ubuntu 20.04 LTS?09:33
ogra--keyring must come before the command ...09:33
ograLinuxAspy, like with any other module ...09:33
ogra(lsmod)09:33
eoli3nogra, yep but i get mono.gpg no such file or directory09:34
eoli3napt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --keyring ./mono.gpg --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF09:34
eoli3ntried without './' too09:34
LinuxAspyogra really? Cool. And how is that done?09:34
Unit193If the exported file is asciiarmored, you can still use that if you give it the asc extension.  Eg, /etc/apt/trusted.gpg.d/mono.asc09:34
LinuxAspyogra thank you.09:34
eoli3napt-key --keyring mono.gpg adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF09:35
eoli3nbetter09:35
ograeoli3n, *before the command* 😉 ... "apt-key --keyserver ... adv ..."09:35
eoli3nyes09:35
eoli3njust foudn out09:35
LinuxAspySo according the the Anbox website, binder and ashmem modules are suppose to be loaded in Ubuntu 20.04 LTS. The website is 'copyright 2018' thought, so maybe that information is no longer accurate.09:36
LinuxAspy*though09:37
LinuxAspyWell, I'd expect them to be loaded, unless Canonical didn't bother to actually test Anbox because putting it in Ubuntu 20.04 LTS's repository.09:38
LinuxAspy*before putting09:38
LinuxAspyWhy is it every time I want to do something in Ubuntu, its breaks.09:39
LinuxAspyHow do I enable the binder and ashmem modules in Ubuntu 20.04 LTS?09:40
LinuxAspyYes, Ubuntu is broken.09:42
LinuxAspyhttps://github.com/anbox/anbox/issues/189609:42
ubottuIssue 1896 in anbox/anbox "ls: cannot access '/dev/binder': No such file or directory" [Closed]09:42
Goose14i've 1Tb external hard drive i'm trying to use gparted to make new partitions inside the hdd, what partition table should i use?09:43
ograLinuxAspy, please ask in the anbox forum/channel ...09:46
LinuxAspyogra this isn't an Anbox problem, this is an Ubuntu problem. Kernel modules that are suppose to be loaded, aren't loaded.09:47
ograLinuxAspy, i wont argue with you about this, please take it to the anbox support, /dev/binder has not existed in ages in the linux kernel and anbox should use binderfs instead ... if the docs are incorrect, ask their support, it is linked from the anbox.org page ... this is a multivers package we can not really support here09:49
LinuxAspy25How can I fix Ubuntu 20.04 LTS by getting the binder and ashmem modules loaded, like they are suppose to be?09:50
ograLinuxAspy25, again ... i wont argue with you about this, please take it to the anbox support, /dev/binder has not existed in ages in the linux kernel and anbox should use binderfs instead ... if the docs are incorrect, ask their support, it is linked from the anbox.org page ... this is a multivers package we can not really support here09:50
LinuxAspy25ogra ok.09:51
ografollow their instructions, if there is anything wrong, ask their support09:51
LinuxAspy25ogra then why has Canonical included Anbox in the 20.04 LTS repo if it requires something that is not in Ubuntu 20.04 LTS?09:51
ograLinuxAspy25, ask their support why they uploaded it to the archive ...09:52
LinuxAspy25ogra, Canonical tests packages before including them. It must have worked at the start, and as it does not now, that would indicate a problem with Ubuntu.09:53
ograLinuxAspy25, wrong09:53
LinuxAspy25ogra Canonical does not test apps before putting them in the repo?09:54
ogracanonical imports packages from debian, it only supportes and tests a small subset of packages09:54
LinuxAspy25Wow. I see. My bad!09:54
LinuxAspy25That's pretty terrible.09:55
=== LinuxAspy25 is now known as LinuxAspy
LinuxAspy#join #ubuntu-devel09:56
LinuxAspyOops09:56
HB[m]urxvt: perl hook 0 evaluation error: /home/stoned/.urxvt/ext/background: Bareword "FR_AGAIN" not allowed while "strict subs" in use at /home/stoned/.urxvt/ext/background line 1177, <$fh> line 1.10:05
HB[m]What changed in 22.04 perl that the plugin doesn't work anymore, any ideas?10:05
HB[m]It worked fine in 20.0410:05
samshow do i add a text editor to filezilla? ffs tried the os installed and they hideen, even tried sublime and its hidden from being used?!10:19
LinuxAspySo I hear binder and ashmem are installed in Ubuntu 20.04 LTS, but are not enabled by default. Anyone know how I can enable them?10:24
ograLinuxAspy, it is all in detail in the anbox install instructions ...10:24
LinuxAspyogra oh yeah? Where?10:26
LinuxAspyhttps://docs.anbox.io/userguide/install_kernel_modules.html10:26
LinuxAspyogra do you still work for Canonical?10:27
ograLinuxAspy, a) read the different "note" comments ... scroll to the middle of the page, it tells you how to load the modules10:28
LinuxAspyApparently you still work for Canonical. That is extraordinary.10:29
LinuxAspyOk, the modules are loaded.10:31
LinuxAspyI bet something else goes wrong.10:32
lotuspsychjeLinuxAspy: please dont describe every step you do in the ubuntu support channel10:32
lotuspsychjeask an ubuntu question, then patient until someone answers you10:32
rob0why would it be "extraordinary" to find Canonical people in #ubuntu?10:32
lotuspsychjenot a discussion for here rob010:32
ograrob0, perhaps the emphasis was on "still" 🙂10:32
LinuxAspyrob0 explaining that is off-topic and a sin, so I cannot tell you here.10:32
ograbut yeah, ot for here10:32
Linux^hi10:34
LinuxAspyHi10:34
Linux^what is "tuned-adm list" ? It lists some settings, does it really work?10:34
LinuxAspyDoes Ubuntu needed to be restarted after loading kernel modules?10:34
rob0LinuxAspy: no, that is the point of modules, no rebooting.10:34
LinuxAspyThanks10:35
LinuxAspyJust fantastic10:36
LinuxAspyI have another problem where the application manager service is not running. I can't see it listed using the command 'service --status-all'. Now what?10:37
ograask the people that know ?10:37
LinuxAspyogra stop arguing like an aspy.10:38
ogracan you stop insulting ? and simply listen to the advise you are being given since 1.5h now ?10:39
LinuxAspyWhat is application manger service?10:39
ogralikely some bit from anbox10:39
LinuxAspyogra how can I confirm this?10:39
ograasking the guys that know10:39
LinuxAspyThat's what #ubuntu is for. Help.10:40
ogranot for third party software we do not maintain10:40
LinuxAspyogra how do you know its third party software?10:40
ograanbox.io has clear instructions how to get help with it at the bottom10:40
rob0Does this anbox have documentation?  In my view that is the first place to go.10:40
ograyes, it does10:40
ogralots of10:40
ograand pretty clear pointers where to go when you have trouble10:41
rob0That's true of most free software project, IME.10:41
LinuxAspyApplication manager service sounds like something at the operating system level.10:41
LinuxAspyI will check anbox's documentation while I am looking at ubuntu.com. Thanks.10:41
ograsigh10:41
ogra(there is no anbox help on ubuntu.com)10:42
LinuxAspyogra. You know how you read reviews of people using Linux where they say the community is arrogant? You are being one of those people right now.10:42
LinuxAspyogra it is harmful to Ubuntu where you be hostile to other users seeking help.10:43
McQuestionableCan we let this conversation end? We're all friends here10:43
lotuspsychjestop it LinuxAspy10:44
lotuspsychjeyou trolled enough now10:44
LinuxAspylotuspsychje you are an op are you not? You should be the one to stop it, not me.10:44
rob0uh ...10:44
ograLinuxAspy, well, i'm really patient with a person that is reluctant to any help, does not listen to any advise, goes to the office work channels of people derspite being told not to, shouting into the room about random unrelated problems10:45
LinuxAspyogra where is the documentation for anbox you say you found? I'm not the website now and I can't find any.10:45
ograLinuxAspy, i get that you have your own opinions, but they do not really corelate with the rules here and in #ubuntu-devel10:45
Linux^Hi "sudo lvdisplay" doesnt work in ubuntu10:46
ograLinuxAspy, please go to anbox.io ... scroll down to the bottom and get help from the anbox community10:46
LinuxAspyogra your toxic stereotypical attitude is not helping me resolve my problem.10:46
ograLiyou would resolve it if you would listen to the advise i give you sine now ... what 2h ?10:47
lotuspsychje!ops | LinuxAspy insults & trolling10:47
ubottuLinuxAspy insults & trolling: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant10:47
LinuxAspyogra I already tried the community. They are vaporware. That is why I am now looking for more documentation. You said you found tonnes of it before. Where is it?10:47
LinuxAspylotuspsychje you sound like a little bitch.10:47
ograLinuxAspy, the anbox community is on telegram10:47
rob0Linux^: you would need to share the error message.  Perhaps you're not using LVM?  Lots of possibilities, shall we try to guess all of them?10:48
ograLinuxAspy, note that i'm an op and while i can handle insults against myself, i'll ban you if you insult others ... so stop this10:48
Linux^rob0 sudo: lvdisplay: command not found10:48
LinuxAspyogra you are welcome to ban me. I'll insult those that snitch on me over accusations of me trolling when they are simply being white knights.10:49
rob0LinuxAspy, FWIW, attitudes like yours make people less likely to want to help you.10:49
LinuxAspyrob0 that's fine, but those people can expect Ubuntu's marketshare to continue at 1%.10:50
LinuxAspySomeone is talking in #anbox. I am going to be away now.10:50
LinuxAspyThanks10:50
rob0Don't confuse free software projects with commercial ventures.10:50
ograLinux^, install the lvm2 package, it ships that command10:51
Linux^sudo apt get install lvm2 ?10:51
ograyes10:51
Unit193`apt install` or `apt-get install`10:52
ograapt install is fine (since 16.04 i think)10:52
ograoh10:52
ograheh, blind me10:52
LinuxAspyrob0 libre software of commercial software. I am going to #ubuntu-offtopic. You are welcome to talk to me there.10:53
Linux^'update-initramfs: Generating /boot/initrd.img-4.15.0-175-generic'10:53
rob0pesky little missing hyphen10:53
Linux^taking some time10:53
LinuxAspyrob0 libre software of commercial software makes no difference, developers aim for marketshare.10:53
BrianG61UKhttps://github.com/anbox/anbox/blob/master/README.md10:55
Linux^how can I get a  netwrok tuned profiles for ubuntu? for a video server10:56
Linux^tuned-adm list shows nothing10:56
McQuestionablekudos to the o ps, I'm sure it's been very busy since the new release :)10:59
MonsieurWaveHi everyone, since rebooting my ubuntu server (Linux 5.4.0.-107-generic), it now fails on boot and only lets me into emergency mode. When checking the journalctl -xb, I see 2 relevant errors:11:20
MonsieurWave1. pcieport 10000:00:02.0: pciehp slot(91): power fault & pcieport 10000:00:03.0: pciehp slot(93): power fault11:20
MonsieurWave2. pam_systemd(su:session) failed to connect to system bus11:20
MonsieurWaveHardware: Dell Precision 582011:20
MonsieurWaveAny advice on how to fix this?11:20
=== XV8 is now known as xv8
Linux^"/sbin/blockdev --setra 4096 /dev/sdb"  can I do it for nvme?11:30
XATRIXHi, can you advice. Using ubuntu18.04 on my host. Need to make my network-manager openvpn be able to reconnect to VPN server on a network failure. Any resources to read about ?11:46
ubuntuuser123456anyone here from ansible ppa team? looks like a focal package update pushed 2 hours ago is broken, fails to install on fresh 20.0411:55
lotuspsychjeubuntuuser123456: contact the ppa maintainer please; https://launchpad.net/~ansible11:57
ubuntuuser123456directly via email?11:59
ograubuntuuser123456, there should be a button "contact this teams admins"12:00
ubuntuuser123456got it12:00
XATRIXCan you advice where ubuntu invokes 'startx' command ?12:01
XATRIXI need to add 'startx -- -nocursor' to my kiosk. Using openbox as window manager12:01
pmjdebruijnXATRIX: I don't think it usually does at all, a display manager indirectly starts X11 IIRC12:02
pmjdebruijnXATRIX: so lightdm IIRC12:03
XATRIXwhat's the correct way to hide the mouse cursor on my screen ?12:03
XATRIXThe way i found says: startx -- -nocursor12:03
pmjdebruijnthat's probably not a great approach, but I never looked into it, not sure why you'd want that12:04
pmjdebruijnyou may want to explain your goals, possibly someone will have an idea12:04
XATRIXI have a public kiosk service. So i need only touchscreen to be working. No mouse cursor on it12:07
BluesKajHi all12:08
XATRIXpmjdebruijn:12:10
pmjdebruijnXATRIX: https://www.reddit.com/r/linux4noobs/comments/8om7kt/comment/e05rpi2/?utm_source=share&utm_medium=web2x&context=312:10
ogranot though that ubuntu does not ship lightdm anymore since 2016 ...12:11
pmjdebruijnoh12:11
ograits gdm3 all the way since we switched back to pure gnome12:12
* pmjdebruijn has used xubuntu for a while now :)12:12
ograyeah, some flavours still use lightdm12:12
ogra(lubuntu + xubuntu i think)12:12
XATRIXplease advice :) now to hide a cursor :) still need it12:12
pmjdebruijnXATRIX: google gdm no cursor12:13
ograi dont think you can easily ... i do know that ubuntu-frame (our kiosk display manager) auto-hides it whan you unplug the mouse thoug12:13
ograh12:13
Guest18Buenas tardes12:24
Guest18EStoy teniendo un problema al pasar de 21.10 a 22.012:24
Guest1822.04, perdón12:24
zaggynl!es12:24
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.12:24
Guest18ok, gracias12:25
=== Bencraft19 is now known as Bencraft1
Linux^How to list all configuration files for an already installed application?12:48
Linux^and the locations12:48
pmjdebruijnLinux^: dpkg -L packagename | grep '^/etc'12:50
pmjdebruijnat least those are the configs that are generally considered user editable12:51
pmjdebruijnsome packages have stuff in /usr/share like /usr/share/X11/xorg.conf.d, but generally you're not supposed to edit that, as changes might be overwritten by package updates12:51
Linux^its a static binary12:52
Linux^then?12:52
pmjdebruijnuhm?12:54
pmjdebruijnthen it's not a properly installed application :D12:54
pmjdebruijnLinux^: you'd have to ask where you got the binary essentially12:54
SteelRosehi all! is there any way to effectively open/work with OneNote files on Linux? Thanks!12:55
isene(on 22.04) - I have had a nice powersaving setup on my laptop with slimbookbattery, powertop --auto-tune, pm-powersave true and with tlp. New laptop, everything works well also with that setup - around 9W power drain. Then I did *something* and damn! Power consumption is now 40W(!). Trying to debug this, but is banging my head against the brick wall. Any Sherlock Holmes tips would be highly12:55
isenewelcome.12:55
pmjdebruijnhave you tried powertop to see what's draining your power?12:57
balticsunrisehi i'm struggling to diagnose a bug on jaunty here... i consistently get a packagekitd lock error when running apt update, which can be suppressed by restarting the service yet reoccurs on reboot, and meanwhile...all HTTP/DNS requests always seem to fail but pinging IPs still works...(it was fine yesterday?)13:05
balticsunrisewould appreciate anyone's thoughts, thanks!13:06
ograbalticsunrise, jaunty (9.04) is long out of support 🙂13:08
isenePowertop used to give me consumptions in Watts per item, now it reports this: https://dpaste.com/E4VBZQNCN13:08
balticsunriseogra: sorry, not enough coffee this morning... i meant to write jammy 22.0413:08
isenepmjdebruijn: ^^13:08
ogra😄13:09
Linux^what does "deprecated" mean in simple language?13:10
Linux^something is deprecated in kernel > 5.113:10
ograout of support ...13:11
ograobsolete ...13:11
Linux^obsolete but still works?13:11
Linux^if I enable it, it will work?13:11
Linux^Like windows 7 is out of support but still works13:11
ograif you get such a warning it often means it will be completely dropped soon but can still be used13:12
rob0what in particular are you asking about?13:12
Linux^bbrplus13:12
ograyeah, conext would help13:12
Linux^bbrplus (deprecated in v5.1+)13:12
Linux^so its not available in kernel 5.4?13:13
Linux^https://github.com/KozakaiAya/TCP_BBR13:14
isenepmjdebruijn: You saw the powertop report? Makes any sense to you?13:16
pmjdebruijnisene: I don't think I did, but you probably need to keep powertop running over a longer period of time13:29
pmjdebruijnLinux^: generally speaking you should be weary of loading external stuff into your kernel, even when stuff isn't "deprecated"13:29
Linux^ik okay with it because its a test bench13:30
Linux^I am checking network performance and brr helps a LOOOT13:30
isenepmjdebruijn: Yup. It seems so. I will report back when the number of measurements have reached the needed level.13:35
SteelRoseReplying to myself: Motes is capable of opening OneNote files13:48
iomari891greetings, when I copy text in mouse mode, how can I scroll while I copy to copy more than 1 page in my scrollback buffer.13:52
iomari891s/./?13:52
ablyss iomari891 hold down the shift key or control key ?13:55
iomari891ablyss: shift key does not scroll pst current page14:18
iomari891past14:18
iomari891ablyss: sorry, this was meant for the tmux thread.14:19
Paddy_NIHey I have noticed that the "user menu" (I think that's what it's called) contains a power management setting now. However, it only has "balanced", or "Power Saver".  Am I to understand that my PC is being contantly throttled in performance now that it's on balanced?14:19
Paddy_NIThere is no performance mode14:19
=== comicsansg1 is now known as comicsansg
tech_?15:40
tech_coucou15:40
tech_hello ?15:40
Guest2041bonsoir15:50
oxfuxxxenglish only please.15:51
oxfuxxxthere's a -fr spinoff i guess.15:51
odiumAre these channels active? I was wondering if I could ask to get some advice on installing onto zfs alongside windows but on a different drive entirely16:03
enigma9o7[m]This channel is active, if you describe the trouble you're having and what you're trying to do, you may get a reply.16:05
enigma9o7[m]But perhaps that would cause complications later, dunno.16:05
enigma9o7[m]If I were trying that, I'd just unplug the windows drive while I was installing ubuntu, just to avoid complications.16:05
odiumI would but I am not sure I can reach it as there is one somewhere under the heatsink16:06
odiumAnd one order the graphics card16:06
odiumHmm, that is good advice though16:07
enigma9o7[m]I was imagining a desktop when you mentioned multiple drives anyway.  But anyways I dunno, maybe someone else has tried something like that, I dont use zfs or boot windows.16:08
odiumYes, the drives are nvme m2 drives 1tb and 256gb one is on the mobo, beneath the heatsink16:09
lotuspsychje!fr | Guest204116:10
ubottuGuest2041: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.16:10
funnyawmHi16:14
spaceyhwy , i got error while installing all distros based on debian and majaro Executing 'grub-install /dev/nvme0np1' failed ,  but worked out of the box for mint . could anyone help me to find out why mint worked , and how i can mimic the saame for ubuntu or pop os . ik its something not annoy you , but i have been trying for over 6 months and not able to solve16:14
funnyawmI got errors while using Automathemely16:15
funnyawmI received an error message saying I don't have python3.616:15
funnyawmSo I created a link to python3.816:15
funnyawmAnd error occured16:15
funnyawmTraceback (most recent call last):16:16
funnyawm  File "/usr/local/bin/automathemely", line 6, in <module>16:16
funnyawm    from pkg_resources import load_entry_point16:16
funnyawm  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3254, in <module>16:16
funnyawm    def _initialize_master_working_set():16:16
funnyawm  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3237, in _call_aside16:16
lotuspsychje!paste | funnyawm16:16
ubottufunnyawm: 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:16
enigma9o7[m]hmmm `python3` should just use whatever python you have16:16
enigma9o7[m]Did you perhaps install the bionic pacakge on a newer distro?16:18
funnyawmMaybe16:19
funnyawmWho knows16:19
funnyawmhttps://paste.ubuntu.com/p/KWVzMzhQXN/16:19
ograyou cnat just link the interpreter16:19
ogra*can't16:19
funnyawmOkay16:19
funnyawmI see16:19
funnyawmSo what to do?16:19
ograa python installation consists of a ton of extra modules in dist-packages and site-packages that ar versioned16:20
funnyawmOkay16:20
lotuspsychje!partitioning | spacey maybe this can set you in the right direction?16:20
ubottuspacey maybe this can set you in the right direction?: For help with partitioning a new install see https://help.ubuntu.com/community/HowtoPartition | For partitioning programs, see !GParted (recommended) or !PartitionManager. Other partitioning topics include !fstab, !home, and !swap16:20
ogra(and severaö bits of setup like PYTHONPATH and such that are compiled nto the interpreter16:20
ogra*several16:20
funnyawmOkay16:21
funnyawmOne more question16:23
funnyawmHow to convert Windows cursor to Linux16:23
lotuspsychjepick a windows theme funnyawm :p16:24
funnyawmUmm16:24
funnyawmI mean16:24
funnyawmI've got a Windows cursor pack16:24
funnyawmWhich is full of .cur files16:25
funnyawmHow to convert it to something that Linux can use16:25
Maikhttps://www.gnome-look.org/p/1084938/16:25
funnyawmOK16:25
funnyawmI'll take a look16:25
funnyawmI didn't mean that bro XDDD16:27
lotuspsychjeim sure there are .cur converters out there funnyawm16:27
funnyawmYeah16:28
funnyawmThat's what I'm looking for16:28
lotuspsychjefunnyawm: something like; https://pypi.org/project/win2xcur/16:29
funnyawmThanks bro16:29
funnyawmYou really help me a lot16:30
funnyawm12 am in China16:32
funnyawmI'm gonna to sleep16:32
pavlushkakenvandine here?16:44
lotuspsychjewhat can we do for you pavlushka16:45
pavlushkalotuspsychje: sorry pmed you about that16:47
lotuspsychjebest to ask here in public pavlushka16:47
pavlushkalotuspsychje: kilos was trying to give some guy edit rights to wiki to apply for membership16:47
pavlushkaif it does anything to do with this https://launchpad.net/%7Eubuntu-wiki-editors team then that person needs to be approved16:48
pavlushkathese two person, https://launchpad.net/~mapreri and https://launchpad.net/~dd3my16:53
pavlushka*S16:53
lotuspsychjepavlushka: can this help? https://help.ubuntu.com/community/WikiGuide16:54
lotuspsychjepavlushka: will these users be wiki editing or help translate?16:56
pavlushkalotuspsychje: for creating their profile to apply for membership16:57
pavlushkaUbuntu membership16:58
lotuspsychje!membership | pavlushka16:58
ubottupavlushka: Ubuntu Membership means recognition of a significant and sustained contribution to Ubuntu and the Ubuntu community.  For more info see https://wiki.ubuntu.com/Membership/NewMember16:58
ograpavlushka, ken is on a plane, i guss you will need to wait a bit more (assuming you applied for team membrship in the wiki-editors team)16:59
pavlushkaogra: I am a member, the cloak is not activated for some reason :)17:01
ograpavlushka, well, still, ken wont approve people atm until he is back on a normal PC again i suspect17:01
ograi see dd3my and mapreri are already pendig17:02
ogra+n17:02
pavlushkaogra: I'll convey the message and ty for the info17:02
pavlushkaogra: found the reason why I am not cloaked, not enlisted here, https://launchpad.net/~ubuntu-irc-cloaks17:16
krytenpavlushka: Did you even re-apply for the membership cloak after the move to Libera a year ago?  In either case, you may do so now in #ubuntu-irc17:18
pavlushkakryten: heyla, nope17:18
pavlushkadidn't thought that it could exist but it does, https://launchpad.net/~dholbach-huggers17:22
ogratoo sad dholbach isnt really active anymore in ubuntu17:25
pavlushkathe last hug dholbach received around  2019-11-23 according to that team17:28
=== diskin is now known as Guest9935
=== diskin_ is now known as diskin
ograwell, i dont think he has been arund after 201617:30
=== seednode9 is now known as seednode
Sven_vBhi :) I'm using xfce on Ubuntu focal, and I'd like to resize windows by dragging their borders, but my aim is too bad. Is there a way to extend them outwards when a pointer is near them? or maybe attach a border drag icon or sth.17:38
Sven_vBalternatively, can I somehow force all window borders to have at least 2px width?17:39
pmjdebruijnSven_vB: Alt+RightClick Drag works well17:40
Sven_vBpmjdebruijn, thanks!17:40
pmjdebruijntakes a bit of getting used to17:40
Sven_vBnah, I managed to do it first try17:40
Sven_vBExcept I use Hyper as my window move key but I guessed correctly that you mean that.17:40
pmjdebruijnoh it's easy sure... I meant to get acustom to new habbits17:41
Sven_vBnow that I know the trick, I'm instead considering whether I want window borders at all. :D17:41
Sven_vBa few moments ago I couldn't understand how Epiphany devs would even get the idea to have no left/bottom/right window borders at all.17:42
Sven_vBthe new way is so much superior, because I can have the cursor a bit away from the edge, i.e. the cursor no longer blocks my view when aiming the edge17:43
pmjdebruijnSven_vB: it's better when you know, but it's less intuitive, so gain some loose some :)17:54
Sven_vBthat's true for lots of stuff in Ubuntu. once you discover it, you're amazed how easy your life could have been all along.17:56
=== xv8 is now known as XV8
Glitch2754What would you say are some cons of Ubuntu?18:04
ogra!ot18:07
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:07
Glitch2754Oh didn't know this was the support channel lol18:08
Glitch2754sorry18:08
WeeBey99Hi frens. Could someone kindly verify if their nmap in 22.04 is working properly? I'm getting results that are not what I get from other computers, vm machines, or web services that provide nmap scanning. For instance, my server shows all ports open. but on a PopOs VM, it shows as all closed except 443 and 2218:22
lotuspsychjeWeeBey99: yes, used it today18:26
WeeBey99lotuspsychje, Ok! thank you. Something is fishy with my environment then. So strange.18:27
lotuspsychjeWeeBey99: whats your endgoal, hardening your systems? or connect some services?18:30
=== XV8 is now known as xv8
WeeBey99lotuspsychje, I had set up a firewall on top of a server that seemed to be working. Then I ran nmap to verify. Showed all ports as open, but in practice, firewall was working. SO I added UFW rules to double check and it still showed all ports open. At which point I wondered if nmap was failing. It was indeed.18:32
WeeBey99Long way of saying, verifying that hardening had taken place.18:32
lotuspsychjeWeeBey99: wich nmap scan command did you run?18:33
WeeBey99$nmap ip, $nmap domain, $nmap -n, $nmap -p 21, etc18:34
WeeBey99same commands show accurate information on other machines.18:34
lotuspsychjei usualy scan -PN -sV WeeBey9918:36
lotuspsychjebut you could try #networking or #netfilter to investigate more on your network side18:36
WeeBey99The fellas at #networking helped. It just seems like a mystery. A vm with same IP as my ubuntu host got accurate results. So I tried the nmap binary from that vm on ubuntu and i got inaccurate results. So I'm stumped. :D18:37
lotuspsychjeanother nice investigating package is 'lynis' WeeBey9918:41
lotuspsychje!info lynis | WeeBey9918:42
ubottuWeeBey99: lynis (3.0.7-1, jammy): security auditing tool for Unix based systems. In component universe, is optional. Built by lynis. Size 222 kB / 1,612 kB18:42
WeeBey99oh awesome. Ok, i'll try this. Thanks lotuspsychje18:42
isenepmjdebruijn: Here's the crazy power consumption reported by powertop (while all tuneables are set to "Good"):18:53
isene  12.6 W    100,0%        Radio device: iwlwifi18:54
isene  9.22 W    100,0%        Radio device: asus-nb-wmi18:54
isene  4.51 W      3,3 pkts/s  Network interface: wlo1 (iwlwifi)18:54
iseneHow do I make them behave?18:54
iseneAny tips from anyone on lowering power consumption on these three would be close to fantastic19:00
matsamanisene: is that higher than they should be?19:03
matsamanyou could maybe get by without asus-nb-wmi altogether, but wifi is pretty core to a laptop usually19:04
isenematsaman: I have a total of 40W power drain while on battery - I had 9W total before i messed something up. The three above are the main culprits - and 12.6W for iwlwifi is way more than the total before my fuckup. What is the asus-nb-wmi?19:06
jellywhich firefox build should I use on bionic?  security repo is still on 99.0 from April.19:07
matsamanisene: hardware bits particular to the model/line of laptop, like light controls and special hotkeys19:07
matsamanjelly: whichever?19:08
matsamanisene: do you know around when you messed something up?19:08
matsamanisene: changed your kernel maybe?19:08
jellymatsaman, they're not the same version.19:08
matsamanit's pretty unlikely the specific version is going to matter to you, isn't it?19:09
jellymatsaman, security fixes kind of matter to me, this is why I'm asking19:09
matsaman99 is pretty recent, that seems like the easy choice19:10
jellyexcept upstream released 99.0.1 2-3 weeks ago, and 100.0 yesterday19:10
jellysnap is at 99.0.119:10
matsamanupstream is going to be ahead of downstream most of the time19:10
matsamanfor most apps19:10
matsamanespecially ultra-mega-fast release apps like browsers19:11
matsamanyou can thank Google for that nonsense19:11
matsaman(for browsers in particular)19:11
matsamanupstream builds just aren't going to be as good, either19:11
matsamanand that no doubt includes snaps19:11
jellymatsaman, do you think lagging a month behind upstream for a web browser build is acceptable?19:12
matsamanjelly: yup19:13
matsamanif there were a serious security issue, it would be bumped19:13
matsamanalthough given that, you might indeed want the ESR version19:13
jellyI'll wait a couple more days to see if fixes from https://www.mozilla.org/en-US/security/advisories/mfsa2022-16/ appear via apt or snap.19:15
jellymatsaman, ESR version from which source?19:15
matsamandunno, I don't even really see firefox esr in Ubuntu's repos19:15
matsamanyou?19:15
isenematsaman: I didn't change any kernel (I'm on latest 22.04). I ran my powerscript that I used successfully on my previous laptop (Dell XPS15) and then it went from 9W to 40W...: https://dpaste.com/9XPSF5CHN19:15
jellymatsaman, why are you suggesting it then?19:16
iseneTrying to walk stuff back, but cannot seem to nail it19:16
matsamanjelly: it should be there =P19:16
matsamanhere's what a sane distro has: https://packages.gentoo.org/packages/www-client/firefox-bin19:16
jellyI'm asking for help with Ubuntu not Gentoo, tho19:16
iseneI also ran slimbookbattery - don't know if it was that either19:17
matsamanI know. Doesn't look like Ubuntu cares much about Firefox.19:17
jellywhich is why I'm asking...19:17
matsamanyup. I think you're onto something19:17
jellyI know jammy only uses snap for firefox as it's been publicized widely, but even the snap build isn't up to date right now19:18
jellyand I have bionic installed right now.19:19
michelThe snap comes from Mozilla directly right? I wonder what's the hold up19:21
ogralikely tests on the RPi19:21
michelOn Fedora the hold up is often that builds on alternate architectures are slow and brittle19:21
ogramatsaman, jelly the snap has an esr channel ... see "snap info firefox" you can easily either switch the inetalled one to it or simply install it in parallel with the other snap (snaps allow as many parallel installs as you like)19:22
matsamanI don't know why snap distributors would be motivated to have things up-to-date, to be honest.19:25
sarnoldfunny, that's one of the selling points of snap, because they're so disconnected from the rest of the os, they can be updated to newer releases with less friction19:26
leftyfbmatsaman: you're joking right?19:27
isenematsaman: Any ideas?19:27
cablecat333If a person runs Ubuntu Mate on Raspberry Pi 4 B, is it possible to boot another OS from a USB? Does the way you boot from USB change based on OS? Or is this a question for an RPI help channel?19:27
leftyfbcablecat333: try #raspberrypi19:28
cablecat333leftyfb: thank you for responding, I will go do that! Sorry to interrupt the current convo too.19:29
Sven_vBin my xfce on Ubuntu focal, there seems to be a key binding on Hyper+b that toggles the "bounce keys" feature from Accessibility -> Keyboard settings. where is that keybind defined, or how do I unbind it?19:29
matsamanleftyfb: nope. Are you joking?19:29
jellythere's a 100.0-2 in the snap latest/candidate channel.    latest/candidate: 100.0-2     2022-05-02 (1300) 168MB -19:29
leftyfbmatsaman: you don't know why software vendors would want their applications kept up to date?19:30
jellyI will however try flatpak first.19:30
matsamanleftyfb: not what I said19:30
leftyfbjelly: flatpak isn't officially supported by Ubuntu or here in this channel19:31
jellyleftyfb, it's supported by upstream.  I need _someone_ to ship security fixes in a timely manner.19:31
jellyleftyfb, if it's not Canonical it might as well be Mozilla19:32
leftyfbjelly: snap should suffice then19:32
leftyfbjelly: Mozilla maintains the Firefox snap packages19:32
jellyleftyfb, I just explained snap is at 99.0.119:32
leftyfbjelly: ok, maybe ping Mozilla on what the holdup is19:32
jellymaybe I'll try using the build they support better.19:33
jellyI'm using Debian on other machines.  Not a strangers to seeing distros lagging with browser builds.19:34
=== xv8 is now known as XV8
michaelrosejelly: you use the mozilla ppa or can actually download an archive of firefox and unzip it to your home dir and run it from there. It also will self update. Either way gets you an updated browser19:51
leftyfbmichaelrose: until Mozilla stops supporting the PPA19:54
jhutchinsIf you really need up-to-the-minute software, an internal update diecte from the source project is a good way to handle it.19:56
michaelroseleftyfb: you could honestly just use the archive version that self updates19:57
jhutchinsUsually there's no need to integrate the installation with your OS.19:57
leftyfbsupport19:57
michaelroserealistically what support if firefox has a bug you are probably going to report it to mozilla and wait for them to fix it anyway19:58
leftyfblol19:58
jhutchinsYeah, direct support from the project itself is usually a lot more knowledgable than second-hand support from a distro.19:58
michaelrosealso firefox not from snap doesn't have interesting snap only problems19:59
ograbut thanks to snap confinement a security bug will be less harmful ...20:00
michaelroseinteresting assumption20:00
ogranot an assumption20:00
michaelrosecan you find one person ever who has documented a potential security breach in ANY application that has been stopped by snaps sandboxing?20:01
ogramalicious js code on a website will not be able to steal your email passwords from thunderbird ...20:01
ograor grab your libreoffice baking spreadsheets20:01
ograheh20:01
ogra*banking indeed20:01
michaelroseI was kind of curious if you were worried about your secret recipes leaking there kernel sanders20:02
leftyfbmichaelrose: jhutchins: https://pastebin.ubuntu.com/p/XvwfZksXRs/   mentions of "firefox" per month since June20:02
ograsome attacking code will also not be able to modify the firefox binary in any way ...20:02
michaelroseI think the only really effective sandboxing I've heard of is qubes which doesn't use containers for a reason20:03
ograhow deep have you looked into snap confinement yet to make  judgement ?20:04
ogra*make a20:04
ogra(either way, i think this is getting offtopic, so i'll stop ...)20:05
jellymichaelrose, I will try the ppa next, as neither snap nor flatpak seem to be able to access the session, my tabs and other data from apt-installed firefox.20:05
michaelrose#ubuntu-offtopic20:05
ogranah, too wild-west 🙂 i'm in -discuss though20:06
leftyfbpretty sure qubes is just based on xen which is using the same namespacing as containers .... so basically the same type of confinement20:06
michaelroseleftyfb: qubes uses different VMs20:06
ograjelly, on 22.04 ? that wuld be a bug of the firefox deb (which cares for the importing of the profiles when installing the snap)20:06
jellyogra, no, bionic20:07
ogramichaelrose, snaps use different ones too ... and everything is a gpg signed readonly squashfs ... tinker proof20:07
ograjelly, ah ...20:07
jellyogra, snap stable/candidate 100.0 -- doesn't import anything.  flatpak -- doesn't import anything.20:08
ograjelly, yeh, i think the deb that converts from deb to snap actually does the import in 22.0420:08
ograjelly, but simply copying your .mozilla dir into ~/snap/firefox/current / should be enough20:09
jellyand this wasn't ported to other LTS because...?20:09
jellyreasons20:09
ograbecauswe the old LTS still has a deb20:09
jellyogra, the deb is a month old 99.0; there wasn't even a 99.0.1 at all20:10
michaelrosehonestly unless you are an extremely high value target like you have millions in crypto you will likely suffer from a security vulnerability if you run something with old software with months/years old vulnerabilities not get pwned because your distro took a few days to go from 99 to 10020:10
ograjelly, yeah, has always been that way ... ubuntu supports more architectures ... building and testing simply takes longer20:10
jellymichaelrose, that's beside the point.20:10
jellybest practice is layers, then hope at least one layer holds.20:11
jellyogra, 99.0.1 was out April 12.  It never happened for bionic.20:12
leftyfbhttps://www.mozilla.org/en-US/firefox/99.0.1/releasenotes/20:13
leftyfbzero security fixes in 99.0.120:13
jellygood point20:16
michaelrosein the release notes20:16
jellyI'll just go back to bionic-security and see if 100.0 appears in a week20:21
matsaman=)20:21
jellyquite surprised that neither snap not flatpak have enough permissions to access ~/.mozilla/firefox as-is20:23
matsamanthey dumb20:23
leftyfbor there's valid reasons20:24
jellyfirefox is firefox.20:24
jellyI could make a bind-mount wrapper to mount my stuff wherever snap wants it.  This seems... unpolished.20:25
matsamanyou aren't the first to notice =)20:25
jelly"mount --bind .mozilla snap/firefox/common/.mozilla" made the snap build work as expected20:36
leftyfbjelly: you probably want a full path in there if you're going to make it perm20:37
jellyif I want it permanent it will be a fstab entry, mount --bind only works for root20:42
sarnoldI wonder if you could use bwrap to do the thing as a user and launch the browser that way20:43
matsamanI wonder if you could not use a snap =P20:44
* matsaman giggles20:44
=== XV8 is now known as xv8
=== xv8 is now known as XV8
HashHi good morning21:53
HashDo you have an official ubuntu method of installing ZFS mirror for 2x HDD?21:53
HashI dont' want to trust some random website online21:53
jilhello21:54
jil I'm trying to run some android device inside a mint distribution using Android Virtual Device.21:54
HashMint != Ubuntu21:54
HashPlease visit the mint help resources.21:54
jilI'm runing an image of a nexus 6 with android 11.  It works fine but when I try to install whatsapp I get the message "you don't have any device"21:54
leftyfb!mint | jil21:54
ubottujil: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)21:54
jilhow can I install whatsapp on my virtual device ?21:54
leftyfbjil: that's not even a mint question21:55
leftyfbjil: try asking in an android channel21:55
leftyfbHash: https://ubuntu.com/tutorials/setup-zfs-storage-pool#1-overview21:56
Hashty21:56
leftyfb2nd result on google for "ubuntu zfs mirror"21:56
HashThat's for an old version. I saw that.21:56
HashPlease, let's pretend we're all adults here.21:57
HashI know how to google and I don't need you for that.21:57
HashI come on irc when I can't find what I'm looking for.21:57
leftyfbwhere don't the step-by-step instructions apply?21:57
Bashing-omHash: Any pointers here: https://wiki.ubuntu.com/ZFS ?21:57
HashI simply didn't consider it as it's for an old version years ago.21:57
HashAhh thnsk21:57
HashThanks*21:58
leftyfbHash: that would be a problem with your assumptions, not the documentation21:58
HashRegardless. I don't need people talking to condesendingly about using a search engine. You've spoken to me like this before, and thid strike I will put you in quiet mode.21:59
leftyfbHash: sorry for pointing you to the exact documentation you were looking for an exactly how I found it. I'll do better next time22:00
HashI won't be hearing from you any longer. Good day.22:00
isenePower consumption for iwlwifi is 21W (!) it should be around 2W. It worked fine after installing 22.04, but now (due to unknown reasons), it suddenly jumped to an insane level. I have TLP installed and iwconfig reports that powermanagement is on. Any clues? I'm out of sanity.22:07
iseneReinstall the whole of Ubuntu?22:18
=== tomreyn_ is now known as tomreyn

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