/srv/irclogs.ubuntu.com/2020/02/05/#ubuntu.txt

robertparkerxHas anyone used autodl plugin for ruTorrent/rTorrent? I got connection refused error but I put the port rTorrent is listening on and I get Error getting files listing: Error: Could not decode json string00:24
fructosejohnjay: I use steam00:25
johnjayfructose: how did you install it? with snap or apt-get?00:26
johnjaythat link says that the "steam-installer" is the actual package... which is confusing00:27
fructosejohnjay: apt00:29
johnjaywhat does dpkg -l | grep steam report?00:29
=== zbenjamin_ is now known as zbenjamin
lrbI'm trying to install libexif12:i386 as a dependency somewhere for Wine on 19.10 and I'm getting this: https://paste.ubuntu.com/p/Y9srzp8Szm/02:21
lrbAny thoughts on why that might be?02:21
sarnoldtry apt install libexif12:i386 libexif12:amd64   -- you need to keep both versions IDENTICAL because they share a file: /usr/share/doc/libexif12/NEWS.gz02:24
lrbThe 64-bit version is already installed as a gnome dep. That didn't do it.02:26
sarnoldbut are they the exact same version?02:27
lrbStrangly, reinsyalling the 64-bit version seems to have resolved it.02:27
lrbYeah, they were.02:27
sarnoldweird. I wonder how that happened.02:27
cgihow do i scale my display between 100% and 200% ? Display only lets me use those two values02:38
ryuocgi: you don't. gnome3 doesn't support fractional scaling.02:38
sarnoldwow really?02:39
ryuoyes, but they're working on it. when it'll be ready is beyond me.02:39
ryuonote this isn't the same thing as the text scaling02:40
ryuofeature02:40
oerheks19.10 got better scaling, now?02:40
sarnoldinteresting. I thought I'd heard something existed but that might have been a different toolkit02:40
lotuspsychjethere's a com/ubuntu/user-interface in dconf-edit you can edit (in 20.04) but didnt test a value yet02:40
lotuspsychjedconf-editor that is02:41
oerheksper 25%02:41
ryuocgi: perhaps you can find a compromise between UI scaling and text scaling.02:41
cgiryuo, how do i increase the default font size? At 4k, my tiny laptop isn't readable anymore - is my problem02:41
ryuocgi: did you try first switching to 200% scaling?02:41
ryuohow does that work for you?02:41
ph88how do i set display scale to something else than 100% or 200% ??02:42
ryuoph88: you don't, at least if you're wanting to scale nearly everything.02:42
oerheksupgrade to 19.10 ..02:42
sarnoldI just selected a HUGE font in my ~/.Xresources : URxvt.font:x:terminus-18,xft:PT Mono-1402:42
ph88i'm on 19.1002:42
oerheksthis is also a beta feature http://ubuntuhandbook.org/index.php/2019/10/how-to-enable-fractional-scaling-in-ubuntu-19-10-eoan/02:42
ryuocgi: you can probably change the fonts in the... settings part of gnome3.02:43
ryuocgi: the ui scaling is under displays afaik02:43
ryuocgi: i'd use ui scaling first. if that's not enough, then tweak the font settings as well.02:43
ryuo(since ui scaling scales everything while font settings only do fonts)02:44
lotuspsychjeoerheks: that experimental feature shows in 20.04 here by default02:45
ph88thanks for the link oerheks02:46
chris349How do I disable key verification for a repo in sources.list.d02:48
chris349For whatever reason the required key isnt found on keyserver.ubuntu.com02:48
oerhekschris349, most likely, that repo has no candidates for your ubuntu version02:49
oerhekscheck launchpad.02:49
chris349oerheks, That does not answer my question at all. I have a repo I want to use. How do I configure apt-get to allow me to use it02:50
oerhekscare to elaborate what repo?02:52
chris349https://ookla.bintray.com/debian02:52
chris349It says to get the key 370CE192D401AB61 from keyserver.ubuntu.com but that key does not exist there02:53
chris349Therefore I just want the quickest solution: Tell apt to bypass the key02:53
sarnoldI think [trusted=yes] may do it02:54
cgiryuo, The problem is that there are just too many fonts and their sizes, scaling some settings leads to increase in font size for one but not the other. I mainly need font size increase for window test rendering (text that appears on top of windows)02:54
sarnoldbut it'd be better to get the key from an SKS keyserver peer02:54
oerheksyou could edit the list ; deb [trusted=yes] http:/ ....  version main"  The trusted option is what turns off the GPG check. See man 5 sources.list02:54
sarnoldif you're going to give someone else root on your computer you should at least make sure you've giving it to whom you expect02:54
chris349Why would ubuntu delete the key?02:55
sarnoldhmm. I expected to find it on an SKS keyserver.. http://keys.gnupg.net/pks/lookup?search=370CE192D401AB61&fingerprint=on&op=index02:55
Bashing-omsarnold: "gpg --search-key 370CE192D401AB61 >> gpg: error searching keyserver: No data ; gpg: keyserver search failed: No data" :(02:57
cgiryuo, https://help.ubuntu.com/stable/ubuntu-help/a11y-font-size.html.en - large size text does not cut it - I need larger - and it wont let me change font size. Any ideas?02:57
chris349I made a typo, its 379CE192D401AB61 and if you google that you see lots of projects use that same jey02:57
Bashing-omchris349: Valid return: gpg --search-key 379CE192D401AB61 .02:59
chris349and no deb [trusted=yes] does not work02:59
=== zbenjamin is now known as Guest90757
=== zbenjamin_ is now known as zbenjamin
chris349gpg --search-key returns a random server, 192.146.137.9903:01
swift110hey all03:01
chris349When I plug that ingo the apt-key adv command it says: gpg keyserver recieve failed: general error03:01
chris349And if I go on that URL in my browser and search the key it gives ma a 504 gateway timeout03:01
sarnoldchris349: after this event last year, a huge number of gpg keyservers were torn down because they were being actively abused https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f03:02
chris349So it works with hkp://keyserver.ubuntu.com:8003:03
chris349But that broke another repo!!!03:03
sarnoldchris349: when they were replaced, they were replaced with a different server entirely https://keys.openpgp.org/about/news03:03
sarnoldand that other server has more requirements -- something like, each email address can have only one key, each key requires an email address; I'm not sure what else it requires, but it's entirely possible that the key for the bintray repo doesn't fit the criteria of the new keyserver software03:04
ph88how can i put my laptop in hibernate ?03:05
cgiph88, click alt, and then look at the power button03:05
ph88cgi, i just tried this. I think it's just doing suspend because lights keep flashing03:06
sarnoldonce upon a time ubuntu disabled the hibernate options from menu entries. I don't know if we kept doing that or not03:07
sarnoldtry systemd-sleep hibernate03:08
ph88ok03:08
ph88zsh: command not found: systemd-sleep03:08
sarnoldoh weird. I should know better than to just trust manpages :( sorry.03:10
ph88i couldn't find a help page about it03:12
ph88this one came up in search https://help.ubuntu.com/lts/ubuntu-help/power-hibernate.html03:12
gambl0reanyone know whats causing this in chromium browser when the Open file window03:29
gambl0rehttps://i.imgur.com/pVztTP4.png03:29
sarnoldgambl0re: check: dmesg | grep DENIED03:30
gambl0rereturns nothing03:30
gambl0realso in Firefox it displays fine03:31
sarnoldbugger, that means my guess was wrong. heh.03:31
sarnoldnot a good streak for me tonight.03:31
gambl0reyou should learn more linux03:31
sarnoldso very true.03:31
oerhekssure, we all eed to know all about fedora 3103:32
oerheks*hips*03:32
sarnoldlike, the list of things I ought to know better is staggering03:32
* Bashing-om feels so crushed - I *DID* think sarnold knew everything :P03:33
sarnoldheh :)03:35
gambl0reanyone can help me?03:35
=== TabMasher is now known as EuphOria
ax562hello05:59
ax562I recently installed ubuntu 18.04 lts.  I added "Plank" whick is a custom dock.  It was buggy on my system.  I went back to the gnome stock dock and now when I have "autohide" enabled it doesn't hit my dock.  Any ideas? ty06:01
ax562lol, I tried to enable and now it works.06:02
ax562It didn't work all last night after relogins, resets, shutdowns etc06:03
ax562my lucky day :P06:03
AurorAWOLHi. I am having trouble mounting a drive. I was using scrub and in the middle of the operation the power went out. Then my drive showed up as having a capacity of 54z. So I used all the commands here. https://www.linux.com/tutorials/how-format-storage-devices-linux/ I updated fstab but no matter what I do I can't get it to mount again.06:05
=== sunrunner20_ is now known as sunrunner20
akemhpAurorAWOL, Isn't scrub usage especially for not being able to recover files?06:08
AurorAWOLYeah. it just writes over them with random stuff06:09
AurorAWOLThough I scrubbed it. reformatted it. now I just cant get it to mount again06:10
akemhpAurorAWOL, try: fdisk /dev/disk -l 2>&1 | nc termbin.com 999906:10
akemhpReplace "disk" with the device.06:10
akemhpLike "sdb" or something.06:11
AurorAWOLWhat does that do?06:11
akemhpList the partitions on the disk and output a link so you can paste it here for us to see.06:12
AurorAWOLhttps://termbin.com/6s4v206:13
AurorAWOLoops06:13
akemhpsorry you need sudo06:13
AurorAWOLhttps://termbin.com/mqzd06:13
akemhplike: sudo fdisk -l /dev/sdb06:13
AurorAWOLyeah lol06:13
AurorAWOLomg lol im so sorry06:13
AurorAWOLhttps://termbin.com/2fm606:14
AurorAWOLthere lol06:14
akemhpTry as root: mkdir /mnt/sdb1 && mount /dev/sdb1 /mnt/sdb1 2>&1 | nc termbin.com 999906:16
AurorAWOLeven if i do that as root it still will say mount: only root can do that06:18
akemhp?06:19
akemhpDo it anyway just so we can see the output or if there is anything else.06:19
akemhpdo: sudo su06:19
akemhpBefore typing the command.06:20
AurorAWOLWait. that worked.06:21
AurorAWOLIt mounted06:21
akemhpCool.06:21
AurorAWOLso dev/sdb1 is the new mount point?06:22
AurorAWOLsorry /mnt/sdb1 *06:23
akemhpAurorAWOL, /dev/sdb1 is the device for the partition on the disk, and /mnt/sdb1 is the current mount point.06:23
akemhpYeah.06:23
AurorAWOLUUID=6ceb630d-e0cc-4fdc-8a3c-0f4c7bc81771 /mnt/sdb    auto nosuid,nodev,nofail,x-gvfs-show 0 006:24
AurorAWOL is what i was using in fstab06:24
AurorAWOLdoes this have something to do with it akemhp ? https://pastebin.com/LRjv07i106:27
cybertruck2077I have nuked my xorg.conf.d from orbit.06:29
cybertruck2077Because of this unholy setup of onboard integrated gpu output to one monitor and ATI GPU to another.06:30
cybertruck2077Winners don't do that, just use one GPU for both, I'm buying a DVI-HDMI converter soon.  Thanks for reading my blog.06:30
akemhpAurorAWOL, The block id is maybe wrong? you can also use /dev/sdb1 instead if the device remains as secondary disk.06:31
AurorAWOLThank you for your help akemp06:31
AurorAWOLakemhp, * Gosh its late. So many typos06:32
akemhpAurorAWOL, np.06:32
AurorAWOLThe only thing I am wondering is why it was created as a secondary06:34
zambai have freshly installed ubuntu system running gnome-session-flashback (metacity) on a i5-9500T @ 2.20GHz with 16 GB RAM.. every time i do any I/O intensive tasks (like for instance grepping in large file), the mouse pointer becomes jerky and partially unresponsive06:37
wahdizzitHello, I have been trying to create a live, persistent USB, and cannot get it to boot. I have used mkusb on a Linux machine, and Rufus on a win machine. No matter what it fails after grub when booting on the win machine.06:42
wahdizzitSeems like some uefi issue, but I've never had it before.06:42
tomreynwahdizzit: fails how? does it work on  another system? does the affected system boot from a default ubuntu live / install system?06:43
wahdizzitThe screen goes black with something like "invalid input". The host system is a working win7 machine.06:45
tomreynzamba: which ubuntu version? is there anything on its logs about it when it happens (journalctl -f   # ctrl-c to cancel), are there serious errors reported in general (journalctl -b -p3)06:46
tomreynwahdizzit: which graphics card is it? and (again) does a standard ubuntu live / installer system boot fine off it?06:47
zambatomreyn: 19.0406:47
tomreyn!19.04 | zamba06:47
ubottuzamba: Ubuntu 19.04 (Disco Dingo) was the 30th release of Ubuntu, support ended January 2020. see !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005263.html06:47
zambatomreyn: in fact, this happens on all the systems i have installed.. so i wonder if i'm doing something wrong when installing06:47
zambatomreyn: 19.10, sorry06:48
wahdizzittomreyn: it is nvidia 1050 I think. I haven't tried a nonpersistent live USB if that's what you're asking.06:48
tomreynzamba: if it affects multiple systems with different hardware then it's more likely to be a software error. search launchpad.net for related bugs (or report one using ubuntu-bug). it's probably gnome-flashback / metacity related then.06:49
lotuspsychjewahdizzit: GTX cards are known to need a !nomodeset bypass sometimes06:49
wahdizzitlotuspsychje: OK I will look that up06:50
lotuspsychje!nomodeset06:50
ubottuSystems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there.06:50
tomreynwahdizzit: if this is an uefi booting system you can just select the "failsafe graphics" option on the boot menu06:50
AurorAWOLSorry to bug again but I can't find an answer. When this SEC_TYPE="ext2" TYPE="ext3" PARTUUID is on one of my drives is that caused by the formatting process? Normally I wouldn't care but every so often the UUID changes and it's very annoying.06:54
lotuspsychje!uuid | AurorAWOL can this help?06:55
ubottuAurorAWOL can this help?: To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID)06:55
AurorAWOLThanks lotuspsychje . However I am just trying to find out what I am doing wrong in the formatting and partitioning part. I know it's not hardware related cause I have 2 of the exact same drives and the other one just shows up as TYPE="ext3"06:57
=== xnaas7 is now known as xnaas
lotuspsychjeah06:57
lotuspsychjethen you need06:57
lotuspsychje!partitioning | AurorAWOL06:58
ubottuAurorAWOL: 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 !swap06:58
wahdizzitneither failsafe or the nomodeset option worked. There is a brief message to the effect of "couldn't get size" "modsign couldn't get uefi db size"06:58
AurorAWOLI guess I might try gparted. I have been using parted06:58
AurorAWOLIt's just strange to me its creating a sec ext2 and a 3...07:00
AurorAWOLAnyway. Thanks for pointing me in the right direction07:00
zambatomreyn: could it be synergy?07:01
tomreynzamba: could be, try without and you'll know07:03
wahdizzitWeird though, in failsafe mode my TV says "no signal". In normal boot mode it says " invalid format"07:08
cybertruck2077Hey guys, I'm using Ubuntu 19.10 here, my OS completely ignores my /etc/X11/xorg.conf.d/20-amdgpu.conf settings07:18
cybertruck2077what does the number before *-amdgpu.conf mean?07:28
cybertruck2077like /usr/share/X11/xorg.conf.d/10-amdgpu.conf vs /etc/X11/xorg.conf.d/20-amdgpu.conf?07:29
EriC^^Cyber_Akuma: usually those stuff are kind of just so that you can have multiple files07:34
tomreyncybertruck2077: i think the above response was to you. this isa bit of a convention, you'll find mutliple *.d directories in /etc. often you'll have a single main configuration file, e.g. "config", which configurations in "config.d/" are appended to (or may overwrite, this can differ by software). the software will usually read the files in the *.d/ directory in alphanumerical order, so 10... comes first, then 20..., then a... etc, and in the07:43
tomreynend it just cocatenates all of those in this order.07:43
tomreyn(and then interprets them)07:43
AurorAWOLin "mount /dev/sdb1 /mnt/sdb1 2>&1" what does the "2>&1" mean?07:55
ducasseAurorAWOL: redirect stderr to stdout07:57
ducasseAurorAWOL: https://stackoverflow.com/questions/818255/in-the-shell-what-does-21-mean07:58
AurorAWOLThank you ducasse07:58
AurorAWOLIve been away from everything for about 4 years. It's amazing what you can forget.07:59
urxtnwwhen a new release is out, 20.04 let's say, do you dist-upgrade, or do people just fresh install?08:24
ducasse!upgrade | urxtnw08:28
ubottuurxtnw: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade08:28
cybertruck2077urxtnw, isn't that pretty experimental though?08:28
urxtnwcybertruck2077, what's experimental?08:29
oerheksjust upgrading should be fine; just prepare a fresh iso on usb before start08:31
urxtnwoerheks, but in the past, maybe in 2012 or so I remember it breaking. Isn't there a risk?08:32
ducasseurxtnw: there's always a risk, which is why we have backups and live images08:33
oerheksmaybe it did for you, that one time?08:33
ducasseurxtnw: i've upgraded tons of machines without issues08:33
urxtnwducasse, but under the hood, will some configs get overwritten and some packages left over?08:34
urxtnwducasse, also if I have an ubuntu minimal install, will it just upgrade my current packages and not install anything extra?08:34
ducasseit will ask before overwriting configs.08:35
ducasseit will upgrade current packages. if any dependencies have been added, they will be installed08:36
urxtnwah, that's awesome. Thanks, ducasse. I've always done a fresh install since that break.08:37
ducassefresh install is safer, of course, and might be just as quick depending on how much config you have to do08:39
urxtnwducasse, what do you mean by config? just general configs i've manually done in my system?08:41
ducasseyes, services you need to set up etc08:42
urxtnwducasse, are there many people who have minimal ubuntu installs? for example bare bones net install, much like how Arch does it?08:45
urxtnwwhen you install ubunutu it configures a lot of things by itself. When you do that do you have to configure it?08:45
urxtnwducasse, like using this https://help.ubuntu.com/lts/installation-guide/i386/install.en.pdf08:46
ducassei use a minimal install myself, to which i add x11, i3 and the tools i need. what i mean is that if you're setting up a web server, you need to add the content etc08:47
urxtnwducasse, how did you learn how to do that, is it hard? is it a lot of configuring? does it take a lot of time?08:48
DirkosIm trying to mount a SMB share however it keeps coming up as root:root instead of a valid user (my own user)08:51
Dirkossudo mount -t cifs -o rw,vers=3.0 //192.168.100.100/vagrantbox /media/project08:51
DirkosThe files on the share are owned by vagrant:vagrant and /media/project is owner by dirkos:dirkos08:51
ducasseurxtnw: learnt by doing over many years. it's not hard if you follow the documentation. setting up a webserver is just a matter of creating a couple of configuration files, adding the content and issuing a few commands. there are many step-by-step guides online08:52
TJ-Dirkos: see "man mount.cifs" and 'uid' description. Default is UID 0 (root) ownership08:57
stefthere's channel for C programming ?09:07
ducasse!alis | stef09:07
ubottustef: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http"09:07
stefthank u09:08
=== BrianG61UK__ is now known as BrianG61UK
gareppasince a couple on days, ubuntu 19.10 on my machine gets stuck for 1min40sec circa at boot09:54
gareppaon "remove stale online ext4 metadata check snapshots". it's a laptop, i tried remove/insert the ssd with no success09:54
gareppadoes anyone else have this problem? i'm using full disk encryption. smart tests and regular ssd usage are 100% ok09:54
ducassegareppa: pastebin the output of 'systemd-analyze blame'09:55
gareppahttps://hastebin.com/wiliqohesa.sql09:57
ducassehmmm... no indication there09:58
MrokiiHello. I have a problem with an old CD-ROM. I am pretty sure I burned it maybe about ten years ago on a Mac with Roxio Toast. When I insert that CD K3b shows me that it's an 9660-filesystem, but no further deatils are shown (apart from volume size being shown as "0 B (0 B * 0 blocks = 0 B)10:23
Mrokii"10:23
ducassea ten year old cd-r might no longer be readable, they degrade10:24
MrokiiI guess so, yes, but I have another one from the same timeframe that is readable.10:24
roryI hope my Feisty Fawn CD with my hand-drawn artwork still works10:24
SimonNLtry different readers Mrokii10:26
MrokiiSimonNL: Different readers? Like what?10:26
SimonNLCD devices10:26
MrokiiAh, okay.10:26
MrokiiSimonNL: Thanks, I'll try.10:26
MrokiiIt *may* be that there is some kind of encryption involved that I just forgot about... I think Toast had something like that, but I'm not sure. The k3b-output rather suggests damage, I think.10:28
ducasseiso9660 itself has no support for encryption afaik, so the files would probably just be encrypted on top of the filesystem. my guess is they would still be visible10:31
tommy``hey, how can i check how many video drivers i've installed on my 18.04? I suspect could be some conflicts10:31
Ben64tommy``: it doesn't really work like that, what's the problem you're having10:35
tommy``Ben64: strange behaviour, sometimes on browser hardware acceleration works (i can hear the fan of video card that works), sometimes no, and to fix i've to change video driver from "software and upgrades"10:37
tommy``Ben64: i've installed mesa-utils to check this: glxinfo | grep "direct rendering"10:50
tommy``and it says yes10:50
Ben64ok10:51
TJ-tommy``: which browser, or more than one? is the system optimus (dual GPUs) ?10:51
tommy``TJ, i tested, chrome, chromium, bravebrowser i've a quad core and nvidia gtx550ti10:52
tommy``now i tested krunker.io browser game and it's fluently, but sometimes i have 1-2fps10:52
tommy``i also noticed that on youtube videos that seems stuttering10:53
tommy``i tried reboot many times but the only solution was to set video driver as X-Forge and then put back nvidia-39010:53
tommy``why this?10:53
tommy``X-Org*10:53
tommy``it could be "discord" related issue?10:55
brainwashyou tell us10:56
brainwashdid you monitor CPU usage yet?10:57
tommy``discord now is 0.3 0.7%10:58
tommy``cpu10:58
tommy``i checked with top command10:59
brainwashyou only tested with chrome-based web browsers, so maybe give firefox a try also11:00
tommy``no, also firefox some days ago11:01
brainwashto me it looks like there is no issue other than something hogging resources from time to time11:03
brainwashor is that a permanent state?11:04
brainwashmeaning that once the problem occurs, it stays until you change something?11:05
tommy``it changes only if switch between driver x-org and nvidia-39011:05
tommy``i noticed that yesterday11:05
tommy``if i reboot only doens't change11:06
tommy``so i thought that maybe there is some driver conflicts11:06
brainwashwhat would trigger the conflict? and when?11:06
brainwashhow and when do you go from a working state to a broken one?11:07
tommy``i dunno, i came back home 2 days ago, pc was in idle-state for about 8-9 days and i found like that11:07
brainwashsuspend/hibernate as cause?11:08
brainwashcould be11:08
tommy``no no, i not suspended/hibernate, i only power off monitor11:08
tommy``and leave home11:08
tommy``i disabled that options from settings11:09
brainwashpretty odd11:10
TJ-tommy``: does it occur with anything that doesn't rely on network connectivity? could this be a symptom of high-latency/dropped packets ?11:10
tommy``TJ mmmh i have fiber connection that is pretty good i don't think so11:11
tommy``the fact is that works perfect after switching drivers11:12
TJ-tommy``: have you examined logs for clues?11:12
TJ-tommy``: e.g. "journalctl -b 0 -p warning" when it happens might reveal some clue11:12
tommy``trying TJ11:12
tommy``I've installed Pi-Hole it could be a problem?11:15
ph88how can i put my laptop in hibernate ?11:31
tomreynsystemctl hibernate     or whichever options you have to trigger this on the GUI.11:44
tomreynph88: ^11:44
lokesh_hi, I removed a directory using the command 'rm -rf <file>' in ubuntu. Is there any way to recover that directory?11:44
ducasselokesh_: maybe extundelete11:46
ph88tomreyn, i get this message: Failed to hibernate system via logind: Not enough swap space for hibernation11:46
ducasselokesh_: if it is an ext* filesystem11:47
lokesh_@ducasse, how to check the filesystem?11:47
ducasselokesh_: 'mount'11:47
tomreynph88: that's because your system does not have enough swap space for hibernation11:49
tomreyn(i assume you wanted me to say so)11:50
lokesh_@ducasse, yes my sytems is ext4 filesystem11:51
ducasselokesh_: then it might or might not work, depending on whether you've written to the filesystem after deleting11:52
user217_hello. can somebody help my with wrong keyboard input? I get two different charecters after one keypress. For example: when I push "gh" I get "g4h7" and other different strange behavior. The keayboard is new but chip11:55
lokesh_@ducasse: I did not write anything after deleting the files. I have installed couple of recovery tools, will that be a problem?11:56
ducassemight be, if you installed to the same fs11:56
=== real_walnut_burl is now known as walnut_burl
lokesh_@ducasse: any other suggestion then?11:58
ducassenot really, if extundelete can't do it i doubt other tools will12:01
lokesh_@ducasse: I'm finding difficulty in installing extundelete12:04
ducasselokesh_: i'd do it from a live image to avoid writing to the filesystem12:06
ph88tomreyn, ok but isn't there a help page that walks me through the process to setup hibernate with swap file and all other things needed ?12:11
tomreyn!swap12:12
ubottuswap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info12:12
ducasseph88: just make sure you have enough swap space, whether that is a partition or a file12:12
ph88ok12:15
ph88how much swap space do i need ?12:16
TJ-ph88: for Hibernation? a rule of thumb is 1.25 x system RAM12:16
ph88can it be compressed ?12:17
marz_d`ghostmanI have a monitor connected to HDMI and it12:22
marz_d`ghostmanit's working fine; however, my second monitor connected to the usb port-c is not. Is there an additional configuration I need to do for thiso ne?12:23
surgyhttps://join.robinhood.com/derekm140612:30
ducassesurgy: no spam here please12:31
surgyducasse my bad wrong tab.12:33
=== umask078 is now known as umask077
surgyducasse how are you?12:34
lotuspsychjeim getting high fan blow on 18.04 with kernel 5.3 and errors like these: http://dpaste.com/3TT1PM1 on intel NUC i7 with firmware up to date to latest. htop only shows gnome-shell ontop a bit, nothing unusual12:46
lotuspsychjethe fan settings in bios, i tested bot on normal, and quiet mode12:47
lotuspsychjeboth12:47
surgylotuspsychje12:51
lotuspsychjesurgy: please dont highlight random nicknames, this channel is for ubuntu support only12:51
surgylotuspsychje i need support though12:52
ducasse!ask | surgy12:52
ubottusurgy: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience12:52
zerowalker_wanyone know some easy guide to setup a preseed? i would like stuff like keyboard layout, dns servers etc to be set?12:53
surgyhow do i execute a custom bash script on startup?12:54
ducassethe best way is probably to create a systemd service12:55
iorialotuspsychje, runsensors to cobfirm the issue12:57
iorialotuspsychje,  ' watch sensors '12:57
lotus|NUCioria: 89c13:02
ioriahigh13:03
lotus|NUCyeah13:03
lotus|NUCcant link anything that could cause it13:03
iorianot software, maybe hardware13:04
lotus|NUCioria: updated firmware this morning but no dice13:05
ioriafirmware it's not hardware :þ13:05
lotus|NUCright13:05
iorialotus|NUC, https://superuser.com/questions/1363932/intel-nuc-overheating-hot-video-stuttering13:05
BluesKajHowdy all13:06
lotus|NUCioria: tnx i could try that13:06
ioriaok13:06
TJ-lotus|NUC: have you tried booting to just the initrd and manually monitoring the temps via sys nodes - that'd helpd determine if some setting applied by userspace is the cause13:08
lotuspsychjeTJ-: not yet no, how do i go about13:08
TJ-lotuspsychje: at GRUB add "break=init" that'll then drop to busybox shell just before it would normall switch to real root. There you can repeatedly do "grep . /sys/class/thermal/thermal_zone*/temp" to check progress of temps13:09
rorysurgy: do you want the script to run when the system boots? or when you log into your user?13:10
lotuspsychjeTJ-: good idea13:10
TJ-lotuspsychje: sounds like a kernel regression though, could be build-time CONFIG settings in the Ubuntu build. If you still get high temps in initrd, then I'd suggest installing the equivalent mainline 5.3 build and see if it also suffers - if so, it's an upstream regression, not Ubuntu specific13:12
surgyrory i want it to run during TP13:12
lotuspsychjeTJ-: i also suspect kernel, never had on previous kernels before, the NUC is a year old..13:13
rorysurgy: what is TP?13:14
TJ-lotuspsychje: this looks very relevant; especiall the "every 5 minutes" part matches your log. https://askubuntu.com/questions/1168424/weird-cpu-clock-throttled-syslog-message13:18
daft_dutchif i have a Ubuntu live system on a usb stick. and i do a reboot. the proces stops asking to remove the usb drive.13:20
daft_dutchHow can i prevent that that question is asked. I want a reboot without manual questions. (test automation)13:21
tatertotsinstall ubuntu on to a computer13:22
daft_dutchanything more rebooting than echo b > /proc/sysrq-trigger13:22
pragmaticenigmadaft_dutch: What are you testing?13:22
daft_dutcha usb live image. for students to provide a secure exam test system on there own laptop13:23
daft_dutchI configure the backend. make remote connection to a windows laptop. execute windows tooling. to create and register a linux usb stick. reboot the windows. boot into linux test the linux system. reboot13:24
TJ-daft_dutch: check out the 'casper' source package; it had/s a script /etc/rc6.d/*casper that triggers that - there may be a kernel command-line option to disable it. You could also extract the installer squashfs and remove those files and rebuild it so you have a custom live image13:24
pragmaticenigmadaft_dutch: I would second TJ- recommendation of creating a custom live image. Due to the nature of the Live instance of Ubuntu, it will not prevent them from accessing their local machine and/or other components of the OS13:26
daft_dutchit is a custom live image. but i am a tester not a developer. dont have control of the image other than ssh at some point13:27
pragmaticenigmadaft_dutch: If you are testing/qa the image... I would recommend you go back to the development team and suggest the change. Otherwise you're change invalidates what you are testing13:32
ioriadaft_dutch, ctrl+c13:32
daft_dutchThere are already several must fix issues for this test automation.13:35
daft_dutchbut thanks i keep using echo b > /proc/sysrq-trigger.13:35
TJ-daft_dutch: aha, add "noprompt" to kernel command line13:36
TJ-daft_dutch: see source-code, bin/casper-stop, line 7413:36
daft_dutchTJ- what source package can i find that?13:38
lotuspsychjeTJ-: im in break=init, added the thermal line, underscore is blinking now13:39
TJ-daft_dutch: in 'casper' but it's just a shell script so you'd also be able to look at it in the live image itself, presumably as /bin/casper-stop13:43
TJ-daft_dutch: or in the live image just do "dpkg -S casper-stop" to find it13:43
TJ-lotuspsychje: did you kill the NUC?13:43
lotuspsychjelol no13:43
lotuspsychjefan is not blowing at break=init13:44
TJ-lotuspsychje: were you able to read temperatures from sysfs ?13:44
lotuspsychjeno, im getting a blinking underscore13:44
TJ-hmmm, mistype?13:44
lotuspsychjeTJ-: is that underscore between thermal zone?13:45
TJ-lotuspsychje: check it yourself: "ls /sys/class/thermal/"13:45
TJ-lotuspsychje: within each thermal_zone there should be a /temp node that reads the value13:45
lotuspsychjeah i forgot a number add :p13:45
TJ-that's why I used the * wildcard so it reads them all13:46
TJ-"grep . /sys/class/thermal/thermal_zone*/temp"13:46
lotuspsychjethats what i did yeah13:46
TJ-hmmm, maybe busybox shell isn't expanding the wildcard?13:46
lotuspsychjecould be yeah13:47
lotuspsychjeTJ-: try termal zone 0 ?13:47
TJ-lotuspsychje: sure, any of them. I just tested here from busybox shell and the wildcard works13:48
lotuspsychjeweird, lemme try 013:48
TJ-lotuspsychje: so when in the initrd, use "ls" to check those sysfs nodes exist. "ls /sys/class/thermal/"13:48
TJ-lotuspsychje: could be they aren't populated until a specific module is loaded13:49
lotuspsychjeaha, shows only thermal_zone013:49
TJ-OK.... you could also do "ls -l /sys/class/thermal/thermal_zone*/device/driver"  to find out which driver is providing the thermal zone nodes13:50
lotuspsychjeTJ-: that worked, gave me a line ..//bus/acpi/drivers/thermal13:52
TJ-lotuspsychje: so the regular ACPI driver as expected. There's usually one thermal zone for each CPU but maybe the NUC is different13:52
TJ-lotuspsychje: but from your earlier log it suggests there should be zones 0-313:53
lotuspsychjeTJ-: i do have 4 cooling_device also13:53
lotuspsychjeand only 1 thermal_zone013:53
TJ-so is that thermal zone showing it getting hot whilst in initrd?13:55
lotuspsychjeTJ-: your grep line says nu such file or dir13:56
TJ-lotuspsychje: what does 'ls' report? is there no "temp" node in that zone ?13:57
lotuspsychjeTJ-: no, only that thermal_zone0 and the 4 cooling_device13:58
TJ-lotuspsychje: *inside* the directory, as in "ls /sys/class/thermal/thermal_zone0/"13:58
lotuspsychjeoh, it does yeah13:59
TJ-so you should be able to read it, try "cat /sys/class/thermal/thermal_zone0/temp" -- 'grep .' is supposed to do the same thing14:00
TJ-the dot matches any character so the result is grep prints all content of the target file14:00
lotuspsychjeTJ-: -26320014:01
TJ-I'd interpret that as 26.32C14:01
mra90what is the origin of replacing text for example -> "s/teh/the"14:01
TJ-mra90: Regular expressions from Perl14:01
mra90TJ-, I know but which one exactly is it?14:02
lotuspsychjeTJ-: so, the fans are real quiet in break=init now, as ive set them from bios14:02
TJ-mra90: which "it" ?14:02
lotuspsychjeTJ-: this proves your kernel point right?14:02
TJ-lotuspsychje: so no, it points to something in userspace ... 26.32C is very low and sounds healthy14:02
lotuspsychjeTJ-: ok tnx, more investigation now14:04
TJ-lotuspsychje: you could try booting with systemd.unit=emergency.target and then do the same monitoring of sysfs thermals ... if still OK there, that points to some service/config causing it14:05
lotuspsychjeTJ-: currently testing on a new user with journal realtime14:07
badsekturwhen new ubuntu LTS comes out, how do i do the switch?14:15
daft_dutch echo 1 > /run/casper-no-prompt14:31
daft_dutchand then reboot14:31
TJ-daft_dutch: either will do it - kernel command-line can be controlled from the automation suite I'd expect14:33
lotuspsychjeTJ-: 30min, inside a new user desktop, i think it will be as you say user related14:33
TJ-lotuspsychje: nice you've reduced the problem space14:33
daft_dutchyeah that can be but that requires more difference from the image that goes to the customers14:34
lotuspsychjeTJ-: ill have to investigate a few things on the main user14:35
benishorhi, I'm running 19.10 and lately (a couple of days ago), UI seems sluggish even after a fresh reboot14:35
benishorhw specs: AMD Ryzen 5 3600 6-Core Processor, 32G RAM, GTX96014:36
benishoreven the mouse cursor seems sluggish, as in I can see it hop from a place to another14:36
benishorany idea on how to find the culprit?14:36
lotuspsychjebenishor: wich nvidia driver versions are you on currently?14:37
benishorlotuspsychje: nvidia-driver-43514:37
benishorthings were uber smooth until few days ago14:37
lotuspsychjebenishor: did you notice new updates recently, it could be related?14:37
benishorI perform daily updates, unfortunately I can't say for sure which one caused the issue14:38
lotuspsychjebenishor: did you try a driver switch yet?14:39
benishorI'm interested in a process to find where the problem comes from14:39
benishorlotuspsychje: not yet14:39
benishorbut I will now14:39
benishorany switching suggestions?14:39
lotuspsychjebenishor: ubuntu-drivers list, to see the versions for your card14:39
benishorlotuspsychje: 390, 430, 43514:40
benishorthey're also listed in "Software & Updates" -> Additional Drivers"14:40
lotuspsychjebenishor: ok, you are already on the latest one, that should be reccomended14:40
benishoryes, but it is proprietary (and tested)14:41
lotuspsychjebenishor: could you pastebin your dpkg.log please?14:41
benishorsure. https://pastebin.com/iu03NGsj14:42
benishoras a note, everything UI related seems sluggish. window animations included14:44
benishorshould I try and switch to nouveau?14:45
lotuspsychjebenishor: ok, i dont suspect something from dpkg, sure you can try an nvidia driver switch or fallback to nouveau as a test14:45
benishorand then switch back to the latest nvidia driver14:45
tarzeauwonder what dkms status and lsmod |grep nvidia say14:45
benishorperhaps there's some transient fuckage14:45
* tarzeau is using nvidia.com latest deb packages of nvidiadriver+cuda14:46
BluesKajbenishor, no need for "language"14:46
tarzeaunot having problems since 18.04+6months (when they had cuda 10.x packages for 18.04+)14:46
benishorBluesKaj: please define language. I was born before "language" existed14:46
pragmaticenigmabenishor: Do you use the Graphics Team PPA for installing nvidia drivers?14:46
tarzeauexcept for sudden updates and changes of nvidia kernel module breaking computers, worked around with apt pinning14:46
BluesKajbenishor, you know what I mean :-)14:47
benishorBluesKaj: no, I don't. I'm just sick and tired of SJW14:47
benishortarzeau: https://pastebin.com/g69fwYzm14:47
TJ-benishor: might be a good first step to check direct rendering with hardware acceleration is enabled14:48
ducassebenishor: nothing to do with sjw, but channel guidelines14:48
benishorpragmaticenigma: nope14:48
tarzeaubenishor: i've got these nvidia, 440.33.01 from cuda.lst deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 /14:49
benishorducasse: so it's forbidden to use terms like "fuckage" because it offends .. whom?14:49
benishortarzeau: nice, but I'd rather stick to the provided ones14:49
benishorI mean they *worked*14:49
pragmaticenigmabenishor: the channel asks that you follow the community guidelines regarding language. The channel is targetted to be family friendly14:50
benishorsomething else must have come in the way but I'm not sure about what and how to find out14:50
benishorpragmaticenigma: I'm sure there are a lot of kids coming in and asking how to become r00t14:50
pragmaticenigmabenishor: I personally use the Graphics Team PPA to install nvidia drivers. I find they're better tuned for Ubuntu than pulling from nvidia directly or using what is in the core repositories14:51
tarzeaubenishor: that's what happens in #nethack14:51
* tarzeau is not using any PPA14:51
benishorthis world is going down the drain14:51
benishorbecause "language" and "genders" and "sexual identity"14:51
benishorwtf14:52
benishoranyways, let's try a fallback to nouveau and see what happens14:52
pragmaticenigmabenishor: let's just focus on the support topic, and just keep the language neutral for now14:52
pragmaticenigmabenishor: fallback is a good idea too14:52
pragmaticenigmabenishor: If you're interested, this is the PPA for nvidia proprietary drivers. It is worked on (not verified) by many of the same developers working on the mainline drivers for Ubuntu packaging: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa14:53
benishor10x pragmaticenigma. I will try it next. one change at a time if we are to be able to quantify the effects14:54
benishorswitched to nouveau. rebooting14:54
pragmaticenigma*thumbs up*14:54
WereCatfIs there an up-to-date guide on how to install Ubuntu on an NFS-share and boot it from there? I have Ubuntu mostly working when booting from NFS, but e.g. snap-packages don't work and I don't know how to fix that in a correct way. I'm also wondering if I'm missing some other crucial steps.15:05
pragmaticenigmaWereCatf: This article is pretty dated but it might help: https://help.ubuntu.com/community/DisklessUbuntuHowto15:08
WereCatfpragmaticenigma: That's not up-to-date, which is exactly why I asked for an up-to-date one.15:09
pragmaticenigmaWereCatf: It's not a usual installation type that we see here. #ubuntu-server may have people better suited for your question15:09
WereCatfIt says nothing about how to get e.g. snaps working.15:09
pragmaticenigmaWereCatf: Please mind the tone, I offered the suggestion as a means for finding terms that might aid you in continuing your research on how to do this.15:10
fuzekubuntu 19.10 64bit is it possible to enable palm rejection on my laptop for SynPS/2 Synaptics TouchPad15:12
pragmaticenigmafuze: This might help point you in the right direction: https://askubuntu.com/a/101780315:16
leftyfbWereCatf: looks like it's a known issue with a workaround. Not sure why it's not fixed for you though: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/166255215:17
ubottuLaunchpad bug 1662552 in snapd (Ubuntu) "snaps don't work with NFS home" [Medium,Fix released]15:17
fuzepragmaticenigma: actually i just had to uninstall synaptic driver and that fixed it. libinput works great15:17
benishorok, so nouveau is much more responsive15:17
benishortrying to switch back to nvidia15:17
pragmaticenigmafuze: cool!15:18
WereCatfleftyfb: maybe because I have the entire OS installed on NFS, instead of just home-directories. I don't really know15:19
=== real_walnut_burl is now known as walnut_burl
=== Wryhder is now known as Lucas_Gray
benishorI added ppa:graphics-drivers/ppa and installed nvidia-driver-44015:30
benishorthings are much better now15:30
benishorthank you all for help15:30
benishorstill a bit of tearing left but perhaps that's going to be fixed with incoming updates15:31
lotuspsychjebenishor: there's a current bug about xorg & 440 going bug #175428415:32
ubottubug 1754284 in xorg-server (Ubuntu) "Fullscreen windows are tearing in Xorg sessions" [Medium,Triaged] https://launchpad.net/bugs/175428415:32
lotuspsychjebenishor: but 440 wasnt on your drivers list from stock right?15:32
lotuspsychjeyou could try that totem tearing to check15:33
acovrigHow do I list an interface in netplan to make it UP but have no IP?15:34
pragmaticenigmabenishor: It might be something in the VDPAU... you might be able to tweak that throught nvidia settings, I'm waiting on a patch and living with the tearing for now15:35
compdocacovrig, I do that by creating a bridge to the interface15:35
benishorlotuspsychje: no, it wasnt in stock. it came after adding the grapics-driver ppa15:37
benishorthanks for all the info!15:37
=== ianychoi_ is now known as ianychoi
Kali_YugaHello I asked a question yesterday about an older pc that I installed 18.04 on but apparently the graphics card driver support was just dropped for no good reason, I found it here https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1763648 and it does not run very well without this... is there anyting I can do? I found a community patch but it only says it's the 32 bit driver so15:44
ubottuLaunchpad bug 1763648 in nvidia-graphics-drivers-304 (Ubuntu) "[needs-packaging] nvidia-304 (304.137) missing in Ubuntu 18.04" [Wishlist,Won't fix]15:44
Kali_Yugaidk if that's any good for a 64bit os?...15:44
Kali_Yugahttps://i.postimg.cc/J0KxmnQp/4003.png15:46
pragmaticenigmaKali_Yuga: The driver has dropped support for your card... the announcement is the driver series is no longer going to receive updates. There is nothing preventing you from continuing to use that driver; however, any bugs or regressions will not be fixed in the future.16:00
pragmaticenigmaKali_Yuga: Sorry that was supposed to say: the released driver has not dropped support16:00
pragmaticenigmaKali_Yuga: If you're not using any specific features the proprietary driver enables, you can also setup your machine to run with nouveau drivers. For general usage, the nouveau drivers are stable and reliable.16:02
Kali_Yugapragmaticenigma: I cannot install that driver in 18.04, I'm getting dependency issues and I did try everything to get it installed via terminal, autoinstall, deb file, and .run file to no avail...16:03
pragmaticenigmaKali_Yuga: you cannot get "which" driver to install?16:04
Kali_Yugapragmaticenigma: 304.13716:04
pragmaticenigmaKali_Yuga: Does the card function with nouveau?16:05
Kali_Yugapragmaticenigma: Not good, it runs a lot better with that driver installed16:05
pragmaticenigmaKali_Yuga: The only driver this channel can support is what comes directly from the Official Ubuntu Software Repositories. If that isn't installing, I'd recommend working with the nouveau16:08
Kali_Yugapragmaticenigma: yes I see that as the only option, or this community patch but they say they only got the 32bit version working on 18.04 and I have a 64bit OS. So can I install a 32bit driver on a 64bit OS following those instuctions: https://i.postimg.cc/J0KxmnQp/4003.png ?16:10
pragmaticenigmaKali_Yuga: 32bit can run on 64bit16:11
Kali_Yugapragmaticenigma: okay I will try this patch I guess, If I can't get it to run I won't have any options left but running the noveau driver16:13
=== SimonNL is now known as SimonNL_Afk
cgiwhen i do checkinstall -y, it's still asking me questions and I have to press enter - any ideas on how to fix this?16:45
pragmaticenigmacgi: Possible that it needs to run as root for -y to work?16:52
senecatyExperiencing black screen flickering when inside youtube fullscreen. Happens occationally in non-fullscreen. Nothing useful in `journalctl -e`. firefix 72.0.2, ubuntu 18.0416:56
van777Ubuntu has beat win10 https://www.phoronix.com/scan.php?page=article&item=ryzen3-windows-linux&num=116:58
leftyfb!ot | van77716:58
ubottuvan777: #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!16:58
cgipragmaticenigma, thanks- fixed16:58
swebow can i store ISO mount on raspberry pi 4 ? i need load ubuntu mini : http://ports.ubuntu.com/ubuntu-ports/dists/eoan/main/installer-arm64/current/images/netboot/ to load from sd card ?17:05
leftyfbsweb: there are server images for the pi. You don't "install" ubuntu on it using the mini.io. You flash an image of an OS to the SD card.17:08
leftyfbsweb: https://ubuntu.com/download/raspberry-pi  those are the server images available for the pi17:09
TheSonOfPeterhello, is there a 3d modeling program similar to solid works or inventor pro for Ubuntu?17:12
EriC^^TheSonOfPeter: freecad17:13
leftyfbTheSonOfPeter: there's also onshape and tinkercad. Both browser-based.17:21
Church-Stupid question, running Ub18LTS and I'm trying to upgrade my kernel. `apt upgrade linux-generic` only got me to 4.15, and the only other kernel images available via apt are unsigned. Is there a backports repo I should be using for signed images?17:30
pragmaticenigmaChurch-: What are you trying to do/accomplish17:30
pragmaticenigmaThe kernel that you have installed is the latest available for a Ubuntu 18.0417:31
Church-Ideally I'd like to upgrade to a 5.x revision kernel.17:32
Church-I assumed that was something that would be backported via a backports repo17:33
ducasse!hwe | Church-17:33
ubottuChurch-: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack17:33
leftyfbpragmaticenigma: That's not true. There's the HWE17:33
Church-Great, gotta love complications.17:35
leftyfbChurch-: sudo apt install linux-image-generic-hwe-18.0417:36
Church-Not going to pull in xorg yah? It's just a base kernel that's up to date?17:36
Church-What would the revision be? 5.5?17:36
leftyfbChurch-: the kernel packages have nothing to do with the xorg packages17:36
Church-Yeah I thought so, just wanted to be certain since I saw them both getting installed.17:37
=== SimonNL_Afk is now known as SimonNL
leftyfbChurch-: linux 5.5 was released less than 2 weeks ago. You're not getting that kernel.17:37
Church-Ugh right, it was 5.5 released, not 5.6. Apologies17:39
leftyfbChurch-: Ubuntu has kernel 5.3.x.17:40
Church-Nod17:43
cgihow do i compile curl with libcurl? It seems its picking up libcurl from the system17:47
ChanceNCounterMy search-fu is failing me. Is there a particular forum or channel where I should report packages that need backporting for usability?18:14
AurorAWOLHi, I have been searching for an answer for a few days now and I cant really find any info. Maybe I am searching for the wrong answers. Does anyone know why this https://pastebin.com/a8qECBEP happens? Every reboot they randomly change to SEC_TYPE. Then the same drives randomly go back to just TYPE on some reboots18:19
AurorAWOLIt's only a problem to me is cause sometimes the UUID changes as well and messes up my fstab18:21
pragmaticenigmaAurorAWOL: The SEC_TYPE is just a fall back when libblkid guesses what filesystem the partition has and fails18:24
pragmaticenigmamight be some other bug causing that behavior18:24
AurorAWOLSorry pragmaticenigma  I got disconnected18:26
AurorAWOLI'm thinking so too cause that never happened till I upgraded to 18.0418:27
AurorAWOLThe other strange thing too is all my drives are mounted to /mnt/sda /mnt/sdb ect. However there is one drive that wont mount to /mnt/sdb I have to mount it to /mnt/sdb118:29
tomreynAurorAWOL: which problems, if any, does this cause to you, though?18:29
AurorAWOLSometimes the UUID changes tomreyn. and it messes up auto mount in fstab18:30
tomreynthe SEC_TYPE changing i mean18:30
tomreynUUIDs should never change by themselves18:30
AurorAWOLI get that. Though the internal HDDS dont change. It's only external18:31
tomreynstill, unless the file system is redone, uuids should remain unchanged18:32
tomreynabout the other topic, /mnt/sda and also /mnt/sdb1 would be just a mount ppoint you created manually, right?18:32
AurorAWOLYes18:32
tomreynso what do you mean by "can't mouint to /mnt/sdb"?18:33
tomreyn* "won't mount to /mnt/sdb"?18:33
AurorAWOLAll the other mount points work fine. Though if I try to mount /dev/sdb1 to /mnt sdb it wont mount. I had to create another mount point /mnt/sdb118:34
AurorAWOLI even deleted the /mnt/sdb mount point and recreated it18:34
tomreynand the error message given was?18:34
AurorAWOLI know all of this seems like no big deal I just can't wrap my head around why its doing these things18:35
tomreyni'd be puzzled, too, and would expect mounting to work, which is why i'm asking about an error message.18:36
AurorAWOLdoesn't give an error. I use mount /dev/sdb1 /mnt/sdb and it acts like it mounted but df doesn't list it. Then I use mount /dev/sdb1 /mnt/sdb1 and it works fine and shows up in df18:36
tomreyndoes "mount" or "findmnt" list it, though?18:37
AurorAWOLI'll check18:38
tomreynis this a proper ubuntu installation, fully upgraded, standard kernel?18:38
__Milenchodo i need a live boot USB ubuntu if i want to extend unallocated partition to root partition18:38
__Milenchoi mean can i do this if this partition is mounted/running?18:39
__Milenchoi read a post that after kernel 2.6 i can do it18:39
__Milenchobut ....18:39
AurorAWOLit doesnt show up on either.18:40
AurorAWOL and I just downloaded 18.04 like 2 days ago. Fresh install18:40
pragmaticenigma__Milencho: It is best practice to change partitions when they're not mounted18:41
AurorAWOLThanks for your help tomreyn . I won't take up anymore of your guys time with something silly.18:41
tomreynAurorAWOL: what you discussed above sounds like you might have deleted active mount points (while a file system was mounted there). i guess it'd be better to reboot before testing this more18:42
AurorAWOLAnd thank you so much pragmaticenigma for explaining what SEC_TYPE was. It was driving me nuts lol18:42
AurorAWOLI just rebooted a few minutes ago18:43
tomreynAurorAWOL: i'd also want to get to the bottom of this since what you describe should not happen.18:43
ioriaAurorAWOL, if you want to mount manually,  i'd disable that drive in fstab18:44
AurorAWOLMaybe it was a bad install?18:45
AurorAWOLI had 16.04 and never had an issue. I installed 18.04 on a brand new HDD.18:46
AurorAWOLOne thing during install is I had to do it twice cause the first try I had gotten an error about unable to install grub18:46
AurorAWOLthe second try everything worked fine18:47
tomreyna "bad install" (which could be very different things) should not cause a command like "mount" to seem to have completed fine when it actually failed.18:47
ioriathe install is probably on ext4; we're talking about those ext3 fs AurorAWOL18:47
tomreyn(that is unless that's just one of many, many symptoms of this 'bad install')18:48
AurorAWOLThe only reason I am mentioning that is I am using some of the drives from my old server that are a mixture of ext3 and ext418:48
tomreynnow i'm loosing interest in spending more time on it, too18:51
AurorAWOLEither way all of your help was greatly appreciated18:55
AurorAWOLI hope all of you have a good day/night18:56
tomreynyou, too!18:56
Elec_AHi, I have installed Ubuntu 18.04 through WSL on Windows. I can local X applications fine. when I'm opening SSHing to another CentOS machine and want to run an X application I get following errors: https://paste.opensuse.org/63370928 . I have X display manager running in the background and I'm setting DISPLAY variable correctly.19:11
__Milenchopragmaticenigma, so for better experience to try with Bootable USB live ubuntu in order to save from troubles19:16
pragmaticenigma__Milencho: that would be correct19:16
pragmaticenigma!wsl | Elec_A19:17
ubottuElec_A: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide19:17
AurorAWOLI feel dumb for asking this but if I use cd ~ what does that mean?19:24
sarnoldyour shell will expand ~ to your home directory19:26
ph88how do i get thumbnails for images in nautilus ?19:29
AurorAWOLOh so whatever user is logged on cd ~ will go to that users home directory? It's basically a shortcut for cd home/user19:30
sarnoldAurorAWOL: and you can use ~username  too: cd ~sarnold  will take you to whatever sarnold's home directory is19:32
AurorAWOLThat's awesome. Sorry for all the silly questions. I took a 4 year break and I feel like I forgot everything.19:33
AurorAWOLThank you19:33
sarnolddon't worry about that, we all started at the beginning, and most of us are learning something every day19:34
uplimeAurorAWOL: for what its worth, cd with no arguments will go to ~ anyways19:47
AurorAWOLEven better. All tips and advice are worth a lot to me. Tank you19:48
ioriaAurorAWOL, and if you want to know why just that symbol, google 'Lear-Siegler ADM-3A keyboard'19:56
AurorAWOLsrc/tools.c:35:10: fatal error: attr/xattr.h: No such file or directory19:57
AurorAWOLOops sorry. I't put me in this window when you pinged me lol19:57
AurorAWOLThank you ioria I will google that19:58
ioriaAurorAWOL, check if libc6-dev is installed19:58
AurorAWOLit is19:58
ioriaAurorAWOL, then libattr1-dev20:00
AurorAWOLwell ioria  that got rid of that. now its src/main.c:45:10: fatal error: uthash.h:20:02
sarnoldAurorAWOL: try installing uthash-dev20:04
ioriaAurorAWOL, uthash-dev20:04
AurorAWOLYou are awesome!20:05
AurorAWOLAnd thats pretty cool ioria. I read up on that Lear-Siegler ADM-3A keyboard.20:07
ioriayeah20:07
bonfirehello20:46
bonfireI encrypted an ubuntu VM and took a snapshot logged in. Now I forgot the password. How do I recover the encrypted passphrase from the running snapshot?20:47
ph88when i get a window   The application blabla has closed unexpectedly. Send a problem report to the developers?    Does it actually help to send a problem report ??20:48
sarnoldph88: yeah, the errors from those reports ar equite handy20:49
sarnoldbonfire: I'm not sure if that's possible. I don't recall seeing any way to dump the keyheader20:49
bonfire:'(20:49
sarnoldand I'd certainly not expect any way to dump the plaintext key..20:51
sarnoldbonfire: if you used a correct-horse-battery-staple key you MIGHT be able to find it by using strings on the VM memory frmo the host20:51
sarnoldbonfire: if you used a randomly generated key it'll be a lot harder to spot via strings. you *might* get lucky. probably not.20:52
sarnoldstrings normally skips over some elf segments, best to use strings -a20:52
sarnold(this is a good general rule anyway)20:52
leftyfbbonfire: simplified, you're not getting in. Cut your losses and restore from backup20:56
bonfireThere is a crypto wallet on there.20:56
leftyfbbonfire: good thing you have a backup then20:57
bonfireThe backup has the same encrypted password.20:57
bonfireI'll find the password. I was curious if there was a way to extract the key from the running system.20:57
leftyfbbonfire: if it were that easy, it would be a poor example of encryption20:58
bonfireWell alright then.20:59
robertparkerxI have a box I put alot of time into. I want to switch providers because I'm paying to much for what I get. Is tthere a way to make an image of ubuntu and I can get the other vps to load it ? to keep all my data, databases, packages, etc ??21:13
robertparkerxI'm on 19.1021:13
anibicHi how do I get list of all chat rooms21:15
uplimeuse alis. /msg alis help list21:16
anibicI am on Yaaic app of android21:16
leftyfbrobertparkerx: that will depend on what VPS solution your current and future providers are on. I would highly recommend building from scratch and moving things over. You should then be documenting this process and ideally building a recipe for one of the many config management solutions out there to automate building your server21:18
vitimitiI am trying to install Ubuntu 19.10 in an HP Stream 11-d017ns. While using the installation disk, everything works well, but suddenly it freezes. It happens after some time, as depending on how fast we go during the install, it freezes at different stages, as if it was in a timer to fail. Anybody came a similar issue before that can help?21:19
robertparkerxcrap21:19
=== Deadguy2 is now known as Deadguy1
aroonithinkfan seems not to be running on ubuntu 18.04 even tho i've set it up22:23
aroonigotit working; go me22:31
=== mrinfinity is now known as mrgalactic
=== jmcgnh_ is now known as jmcgnh
nashimuswhat is the ubuntu equivalent of http://deb.debian.org/debian/?23:24
nashimusor a url that could be used with debootstrap?23:24
Miles8of9?_?23:25
tomreynnashimus: http://archive.ubuntu.com/ubuntu/23:30
tomreynor a mirror near you: https://launchpad.net/ubuntu/+archivemirrors23:31
nashimus+ahh23:46
nashimusports23:46
nashimushttp://us.ports.ubuntu.com/ubuntu-ports/23:46
chovy_does anyone know how to convert ttf font to woff2?23:46
nashimustomreyn: thank you, got me on the right track23:46
oerhekshttps://www.bing.com/search?q=convert+ttf+font+to+woff2  .. according to https://dev.to/benjaminblack/converting-ttf-fonts-to-woff2-and-woff-3f5b  google does..23:53

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