/srv/irclogs.ubuntu.com/2019/08/26/#ubuntu.txt

ali1234lotuspsychje: problem is reproduced with your cmdline15:05
lotuspsychjeali1234: aka, not solved?15:05
ali1234yes15:05
lotuspsychjeok15:05
ali1234i can "solve" it by just enabling networking in the bios, i'm not trying to solve it, i'm trying to find the commit that introduced it15:05
lotuspsychjeali1234: did you sudo update-grub after yeah?15:06
ali1234yes15:06
lotuspsychjekk15:06
lotuspsychjeali1234: try legacy boot and secureboot off too15:06
=== jstein_ is now known as jstein
ali1234lotuspsychje: i am currently using legacy boot as that is the only way to turn off secureboot on this motherboard15:27
ali1234and turning off secureboot is required to test the ubuntu mainline kernel ppa because it isn't signed15:28
lotuspsychjeali1234: ok, and whats the result?15:28
ali1234the result is the same as ever15:28
ali1234i currently have it testing 4.4 with a script to reboot if it detects a working network connection15:29
lotuspsychjeali1234: allright, well tnx for testing anyway, keep updating your bug with your tests ok15:29
ali1234i expect that 4.4 will not repro the bug, at least i hope it wont15:29
ali1234but i have to reboot it a lot of times to be sure of this15:29
=== diglot is now known as worrier
B|ack0pubuntu freezed again.. it is 3rd time since yesterday15:55
compdoccould be a bad power supply or a failing drive15:57
compdocor a bad fan15:57
B|ack0pwell i am not sure15:58
B|ack0pi cleaned fan and replaced thermal some days ago..15:58
compdocthats very common, but they are other possibilties15:58
compdocthe drive is easy to see if its failing15:58
B|ack0pi checked syslog noted exact time when freeze happened but it doesnt show in logs15:59
B|ack0pmaybe firefox bug?15:59
B|ack0pit happened when i was on firefox15:59
karthikkumarHi everyone15:59
compdoccheck for extentions that have been installed16:00
=== karthikkumar is now known as sudohacker
B|ack0pi have avast online security and duckduckgo extension only16:02
=== narindergupta is now known as narinderguptamac
B|ack0pok removed both lets see16:02
=== worrier is now known as VegetarianFalcon
Haledis there an app (CLI or GUI) in Ubuntu that shows network trafic, preferably by application or destination?17:42
rud0lfnethogs17:43
sarnoldiftop17:43
Haledanyhthing that ships with the OS?17:43
sarnoldapt install iftop  :)17:44
Haled:)17:44
Haledthanks guys17:44
lotuspsychjeHaled: tweakign ubuntu is very personal, might need you to install packages17:44
sarnoldyou *can* use ss to find this data too but it's much harder :)17:44
Wolf_TongueHi there, I have a problem with my ssl environment in ubuntu 16.04 lts.In normal cases, Ubuntu should use /etc/ssl/certs as valid or trusted certs. In my environment it no longer uses that which makes every certificate invalid. If I test it using openssl using -CApath /etc/ssl/certs it is working. Has anyone an idea what to do on ubuntu to fix that?17:47
lordcirth_Wolf_Tongue, do you have any idea what you changed?17:48
Wolf_Tonguelordcirth_ not really17:49
Wolf_TongueThe only thing I could figure out is, if I add the -CApath /etc/ssl/certs to openssl it is working - same if I specify the environment variable SSL_CERT_DIR. If not I get "unable to get local issuer certificates". This is not only a openssl thing it is system wide at the moment.17:51
ioriaWolf_Tongue, you can try to install --reinstall openssl, ca-certificates, ssl-cert17:52
Wolf_Tongueioria already tried that - i even installed the newest openssl version. It seems that ubuntu is not knowing its own certs path anymore.17:53
ioriaWolf_Tongue, dpkg-reconfigure those pkgs17:53
sarnoldWolf_Tongue: can you pastebin what you're running and explain what's wrong with it?17:53
Wolf_Tonguesarnold https://paste.ubuntu.com/p/yCqZSs7dVH/ that is what I get from all services which try to communicate. It seems like there are no trusted certifications at the moment - which meens every cert is invalid or self signed. I can fix this for openssl by specifying the -CApath parameter, but not for other services (here is it with the parameter: https://paste.ubuntu.com/p/WndpDYxvfX/ )17:56
sarnoldWolf_Tongue: that specific behaviour is expected on ubuntu; I understand other distros may set that /etc/ssl/certs/ as a default17:58
Wolf_Tonguesarnold my server is running for 1-2 years now and now I am not able to download anything from https connection or issue letsencrypt certs. That is not a normal behaviour for me. Do you have a solution for that?17:58
sarnoldWolf_Tongue: aha, that *isn't* normal :)17:59
sarnoldWolf_Tongue: try running update-ca-certificates -- perhaps update-ca-certificates -v ?18:00
Wolf_Tongueioria i did a dpkg-reconfigure on all but nothing changed right now. I also let ubuntu recreate the certs storage without any changes18:00
Wolf_Tonguesarnold I tried update-ca-certificates multiple times. But without "-f" it is not doing anything and with -f it is just updateing the /etc/ssl/certs folder which seems to be fine. I just need to tell the system to use it :-)18:01
=== jje_ is now known as jje
sarnoldWolf_Tongue: ugh. :( uhhh.. my next suggestion is to bust out strace and see if you can spot anything weird18:01
Wolf_Tonguesarnold i tried strace and found one strange bahaviour, maybe you have an idea: before failing it tries to open the cert "/usr/lib/ssl/certs/4a6481c9.0" which is not existing. But the cert 4a64...0 (same name) is available in the /etc/ssl/certs/ folder.18:15
sarnoldWolf_Tongue: very curious. I've got *two* symlinks that match ???????? -- both from 2012, to the snakeoil cert18:18
sarnoldWolf_Tongue: 4a6481c9.0 -> GlobalSign_Root_CA_-_R2.pem18:19
Wolf_Tonguesarnold I try to get into it and heard the name snakeoil once but have no idea what it is. but yes I have the same symlink but only in /etc/ssl/certs - what is inside your /usr/lib/ssl/certs folder?18:20
sarnoldlrwxrwxrwx 1 root root 14 Oct 17  2012 /usr/lib/ssl/certs -> /etc/ssl/certs18:21
Wolf_Tonguethe hole folder is linked to /etc/ssl/certs?18:21
shred805can anyone help me see what I am missing during this install, it won't let me proceed. Done is greyed out18:22
shred805https://i.imgur.com/O8ocfcI.jpg18:22
sarnoldWolf_Tongue: yeah18:23
Wolf_Tonguesarnold tried to move the /usr/lib/ssl/certs folder to creat a symlinc (to not lose it) - it tells me the filesystem is read only ... wtf18:23
sarnoldWolf_Tongue: uhoh. does dmesg have any indication what's going on?18:24
shred805anyone have any ideas?18:25
sarnoldshred805: hmm, maybe ask in #ubuntu-server, I'm thinking that channel may be more familiar with it18:27
shred805thanks18:27
Wolf_Tonguesarnold I do not get it, I have no clue why it should be read only but I cannot move or delete it weather can I add a file (e.g. using touch)18:28
sarnoldWolf_Tongue: the usual reason for a filesystem to be unexpected remounted read-only is a consistency error of some sort; dmesg should report if that happens18:30
Wolf_Tonguesarnold i am not familiar how to use dmesg, can you help me with it?18:30
sarnoldWolf_Tongue: dmesg in a terminal will print the kernel log to the terminal; if you're not familiar with it, you might want to paste it to a pastebin site and ask for a second opinion.18:32
sarnoldthere can be a few thousand lines there and sometiems it's just noise, sometime it's pretty important18:32
sarnolddmesg18:33
sarnoldsigh18:33
sarnolddmesg | pastebinit   is very handy :)18:33
Wolf_Tonguesarnold my first problem is that i have no idea how to use it - i do not get any output.18:36
sarnoldWolf_Tongue: no output from dmesg??18:36
sarnoldthis is getting weirder and weirder18:37
Wolf_Tongueit is a virtual machine - but i think this has nothing to do with dmesg18:37
sarnoldhmm. journalctl -k is supposed to also dump dmesg, but on my system it's just five lines. I expected hundreds or thousands.. sigh.18:40
Wolf_Tonguesarnold journalctl -l produces one line: -- No entries --18:43
Wolf_Tongue:P18:43
Wolf_Tongue(sry -k)18:44
sarnoldWolf_Tongue: are your dmesg entries being logged somewhere else by something that might also be clearing the logs once done?18:45
Wolf_Tonguesarnold i am using a webinterface to manage domain, email accounts, ftp, ... so i do not redirect anything but i can not tell if this sotware is doing something like that18:46
sarnoldWolf_Tongue: hmm. is this perhaps an openvz instance or something similar, rather than a real VM?18:47
Wolf_Tonguesarnold It is hosted by strato - a german company. I do not know the technology which is used.18:47
sarnoldWolf_Tongue: their docs don't really make it clear .. they appear to have dedi, v-server, and managed servers; I get the slight impression that they're going to be using something like openvz for the v-servers and managed servers (at least one help page said something like you couldn't reboot them)18:53
Wolf_Tonguesarnold i think it is something like openvz because i think they can access the filesystem and process list18:57
Wolf_Tonguesarnold i try now to compile openssl using --openssldir=/etc/ssl/ - maybe it helps18:58
sarnoldWolf_Tongue: do note that you're in "on your own" territory if you replace the openssl packages with self-compiled18:59
Wolf_Tonguesarnold yes but i think this is the last possible solution. if this is not working all my webpages and email is going down the next weeks which will lead me into renting a new vserver and moving all to the new one.19:00
sarnoldWolf_Tongue: well, maybe it's a moot point, if you've got a read-only filesystem... you won't be replacing anything until you sort that out19:01
Wolf_Tonguesarnold during make install of openssl the readonly folder got removed, i now added the ln .........19:02
Wolf_Tonguesarnold no sry i was in the wrong folder ... :-(19:02
Wolf_Tonguesarnold I think i move to a new server. thank you very much for your help! I appreciate that!19:08
sarnoldWolf_Tongue: good luck :)19:08
Wolf_Tonguethx19:08
ali1234well it turns out that just rebooting over and over never repros this bug on any kernel19:12
ali1234but the good news is i found a way to reproduce it with a very high probability of working19:15
ali1234but the bad news is it can't be done without phsyical access as it involves going in to the bios19:15
feodoranI need some help with grub: after changing the mainboard I get "error: no such decive ...". I boot with legacy BIOS mode. In grub rescue I only get "Filesystem unkown". any suggestions?19:38
ioriafeodoran, you probably need to reinstall grub; you can do it from livecd or from the same grub rescue shell (the first is safer)19:40
feodoranioria: ok thank you19:41
ioriafeodoran, type 'ls' in the shell19:43
feodoran"ls (hd0)" gives "unkown filesystem", sorry if that was not clear enough the first time19:46
ioriafeodoran, type   ls (hd0)19:47
feodoranioria: that is what I keep talking about ...19:48
ioriafeodoran, what's the output ?19:48
feodoranas I said: unkown partition19:49
EriC^^hd0 isnt a filesystem, it's a disk, try hd0,msdosX or gptX19:49
feodoran"try" does it not detect by itself and tell me?19:49
ioriafeodoran, ls gives you just 'hd0' ?19:49
EriC^^feodoran: try just "ls" as ioria said19:50
feodoranioria: well, I have 3 ssds, so it gives "(hd0) (hd1) (hd2)"19:50
feodoranEriC^^: yes, I did that before I started asking here19:51
EriC^^feodoran: yes we need the output19:51
ioriafeodoran, ok, EriC^^ will help you , gl19:51
EriC^^what19:51
feodoran"(hd0): Fileystem unkown"19:52
EriC^^feodoran: can you boot a live usb?19:53
feodoranEriC^^: it is either very slow or get stuck during boot ... I need to try another USB port19:53
EriC^^feodoran: well from grub it looks like either the partitions are missing somehow, or there is some setting you need to put in the bios since you said you switched the mobo so it can read the partitions i guess19:56
EriC^^feodoran: you should see (hd0,msdos1) (hd0,msdos2) (hd0,msdos3) .... stuff like that19:56
feodoranEriC^^: but the grub rescue is from the linux isntallation, right? so it musst have found something ...19:57
EriC^^feodoran: yeah it's in the MBR19:57
feodoranls only shows (hd0) (hd1) (hd2), so the disk but no partitions19:58
EriC^^right19:58
feodoranlive usb keeps showing the kubuntu 19.04 loading screen ... even in safe graphics mode19:59
OerHeksUEFI involved?20:00
feodoranOerHeks: no20:00
feodoranshit ... how would that ryzen 3000 systemd bug manifest itself? I updated to the fixed systemd version before the hardware switch, but the live usb does not have the fix ...20:03
feodoranso live usb might not work without BIOS update20:03
OerHeks.. uh, bios update, if you did not do that, ..20:05
feodorannot yet, I did not really expect to need it, because of the patched systemd20:06
OerHeksreally?20:07
EriC^^feodoran: how are you connecting these hdd sdd?20:10
feodoranEriC^^: what do you mean by how? SATA ...20:10
EriC^^k, so no i dunno gizmos or whatever20:10
feodorangizmos?20:11
EriC^^i dunno dude, 90% of people with problems end up with some alien tech that they finally admit to using after getting caught red handed :D20:11
EriC^^just saying, if you're using anything unconventional, it would be a good time to say so20:12
feodorannot that I am aware of ... don't if you would call legacy BIOS mode unconventional20:14
feodoranshould I be worried about this? "[drm:amdgpu_init [amdgpu]] *ERROR* VGACON dsiables amdgpu kernel modesetting."20:41
feodoranok, linux live is booted, and correctly recognizes all partitions20:44
OerHekswithout bios update, no20:44
feodoranOerHeks: and with bios update?20:44
OerHeksjust saying; all you ask for cannot be answered properly20:45
feodoranOerHeks: what do you mean?20:46
OerHekswhat part do you not understand? the need of the latest bios update?20:48
feodorando I need to chroot to update grub from a live system?20:49
OerHeksif you file a bugreport, that is the first answer back to you.20:49
feodoranbecause without chroot I get: "/usr/sbin/grub-probe: error: failed to get canonical path of '/cow'"20:49
feodoranOerHeks: what answer?20:50
OerHeksno, not going to repeat, good luck!20:51
ali1234yes, i too wonder what answer?20:51
ali1234how far back i got to scroll?20:52
OerHeksnot far, just "bios update"20:52
feodoranOerHeks: I really cannot follow you ... not sure anymore if we are talking about the same thing20:53
ali1234you do need to chroot to run update grub btw20:53
ali1234else how would it find the config files?20:53
feodoranali1234: I don't know ... magic? xD20:54
feodoranali1234: but thanks20:54
feodorandamn, update-grub did not help ... in grub rescue I still only get the disks, no partitions21:01
ali1234you could try the grub console. it has autocomplete on tab. you might be able to figure out what the problem is that way21:01
ali1234or try bios update lol21:01
feodoranali1234: I already updated the bios21:02
ali1234ok21:02
ali1234i was joking anyway :)21:02
feodoranali1234: what do you mean by "grub console"?21:02
feodoran"grub rescue" or something else?21:03
ali1234grub has like a text shell where you can manually type in the boot command21:03
ali1234you can also do thins like list the disks available in the system, which might give you a clue what is going on21:03
ali1234you could also just back up all your files and re-install21:03
feodorangrub rescue? there ls outputs "(hd0) (hd1) (hd2) (hd3)", 3 disks, 1 usb21:04
ali1234it's a pain but it might be quicker than spending several hours debugging21:04
ali1234you can ls into the disks21:05
ali1234to see what is on them21:05
ali1234and try to figure out where your kernel is21:05
ali1234https://www.linux.com/tutorials/how-rescue-non-booting-grub-2-linux/ has a full example21:06
feodoranali1234: no I can't, this only shows "Filesystem is unkown."21:06
ali1234well, there's you're problem21:06
feodoranali1234: well, I reported that from the very beginning ... any suggestions?21:08
ali1234and you can mount the disks okay from a live cd?21:08
feodoranali1234: yes21:08
ali1234are you using grub rescue from your hard drive or from the live cd?21:09
feodorannot sure, I guess the hard drive21:10
feodoranbecause it should not boot from usb unless explicitly told to21:10
ali1234try booting from usb and entering grub that way, and then doing the ls21:10
feodoranhow do I enter this grub console?21:10
ali1234there should be an option on the live cd boot menu to do this21:11
ali1234but i have not used it for a while21:11
feodoranok let me check21:11
ali1234try holding down left shift while booting21:11
feodoranI am at the UNetbootin screen21:12
ali1234oh, that's not grub :(21:12
ali1234tbh this is so weird, i would just reinstall at this point21:12
feodoranno, but can I get there by selection "start kubuntu"?21:12
feodoranali1234: not again :(21:13
ali1234why do you have three hard drives?21:13
ali1234can you remove the ones that aren't the boot drive?21:14
feodoranali1234: 1 old with win7 (just in case), 1 for data, 1 for linux21:16
ali1234you might need to fully re-install grub, ie with grub-install21:16
ali1234or you could try the boot-repair tool on the livecd, if it is still there21:17
ali1234https://help.ubuntu.com/community/Boot-Repair21:17
ali1234oh, it isn't on the livecd, you have to install it21:18
ali1234no idea if those instructions still work21:18
feodoranso that win7 disk is still booting (if that info helps in any way)21:20
feodoranif I do "sudo add-apt-repository ppa:yannubuntu/boot-repair", why do I get "Cannot add PPA: 'ppa:~yannubuntu/ubuntu/boot-repair'." that is not what I entered ...21:36
ali1234feodoran: because what you types is just a shortcut21:38
feodoranali1234: I see. also internet did not work.21:38
ali1234the ppa definitely still exists so that is something21:39
ali1234you need to be running a currently supported live cd as well21:40
feodoranyes I got it now21:40
OerHeksrun sudo apt update first, then add ppa21:40
feodoranis it possible for some NTFS to have grub in its MBR, possibly from some previous linux install?21:47
feodoranbecause if I only connect the storage disk I get that grub rescue, but there is (currently) no OS installed on it21:52
brenster21So great news I got my two drives working again. bad new now the one drive that was working is saying that it is exclusively opened and wont remount.22:05
brenster21So right now one of my drives wont mount to ubuntu stating that it is already exclusively mounted somewhere. fuser returns I/O error on both the drive and mount points.22:09
Bashing-ombrenster21: Remind us what file system is on that problematic drive.22:10
brenster21ntfs22:10
brenster21Bashin-om windows fixed two drives (one of which i thought i was going to have to chuck)22:10
WoCis it possible to low level format a sata hdd ? if so, how ?22:12
* brenster21 does owe bashing-om a cold beer or whiskey 22:12
Bashing-ombrenster21: Well, same same as last. Windows file system fixes for Windows operating system - small issues ubuntu's 'ntfsfix' night address.22:13
brenster21will give it a quick try.22:13
Bashing-ommight*22:13
brenster21not leaving my house till they are all running22:13
geniiWoC: Not usually. Some manufactureres which produce same models in SCSI or SAS sometimes have low-level formatting utilities for those models, but not usually for regular SATA22:14
apekattenI have desktop (disco) and a server (bionic), both with the same timezone and synced with the same WDC. Still the server is 1 hour to fast. Any ideas?22:14
WoCk ty genii22:14
OerHekssounds like daylight saving time issue22:15
apekattenyes, but is that not defined in the timezone?22:16
apekattenhttps://paste.ubuntu.com/p/HZ696ktZq5/22:17
apekattencorrect time in timezone is 00:1822:18
OerHekstimedatectl22:19
WoCapekatten, you in Central European Time (CEST Currently) ?22:20
apekattenWoC: no, Europe/Oslo22:20
WoCoh, akkurat22:20
sarnoldTue Aug 27 01:14:36 CEST 201922:21
sarnoldti. 27. aug. 00:16:00 +0200 201922:21
sarnoldare you *sure* the TZ or /etc/timezone on those is identical?22:21
apekattenhttps://paste.ubuntu.com/p/Fqxv3F2T4H/22:21
apekattensarnold: yes! I have set it multiple times now22:22
apekattencat /etc/timezone says Europe/Oslo on both22:22
brenster21bashing-om second dumb question so i am running ubuntu on my laptop i use it as a server for some reason it has started to go to sleep when lid closes. I set system settings for it to do nothing anything else i can change running 16.0422:22
apekattenI tried both "tzconfigure" and "dpkg-reconfigure tzdata"22:23
Bashing-ombrenster21: Have to ask of others - No idea on that one :( - You are aware however that running a server on a lap top is a bad idea - right ?22:24
brenster21yes it is an old gaming laptop, I only keep it for running plex22:24
brenster21the battery died a few years ago22:25
sarnoldapekatten: hmm, it's *weird* that they report different UTC time22:25
sarnoldapekatten: what's chronyc sources  report?22:25
apekattenvhrony is not installed on desktop, but on server it says 210 number of sources = 022:27
apekattenhttps://paste.ubuntu.com/p/XCQkq2Hyhg/ here is a more complete paste22:27
geniibrenster21: Look for HandleLidSwitch in /etc/systemd/logind.conf ..uncomment and change default value from suspend to ignore22:28
sarnoldapekatten: hah, I'm not sure if it's better or worse, but now they are *both* wrong :)22:30
brenster21genii looking right now, it is strange since this is a recent change.22:30
apekattensarnold: can it be related to the question similar to "is hardware clock UTC?" during installation? it is possible I made the wrong choice, but I did expect it to correct itself when syncing  :P22:31
geniibrenster21: Before systemd it was done by a shell script in /etc/acpi but it's changed for a while now22:31
sarnoldapekatten: maybe; if one of the systems runs windows, windows may sync the "local time" to the hardware clock, screwing you up good..22:32
brenster21genii awe that makes sense. could it be lidswitchignoreinhibited?22:32
sarnoldapekatten: but timedatectl on both reports "RTC in local TZ: no22:32
apekattennope, Ubuntu only. the desktop was upgraded from cosmic a few weeks ago, but that is the correct one22:32
sarnoldapekatten: I'm surprised your server has 0 sources available; the default config ought to be able to find several :(22:33
apekattensarnold: that mighjt be because I limit NTP traffic in the firewwall. they are only allowed to talk NTP to my domain controller22:33
sarnoldapekatten: hmm. are they configured correctly?22:34
apekattencheck the "rdate -n 192.168.123.11" command22:34
brenster21bashing-OM well one of the drives got disconnectted22:35
geniibrenster21: I'm not sure exactky what that one is for, but I have my lid switch ignored with the value I said earlier,  HandleLidSwitch set to ignore22:35
sarnoldapekatten: sure, but that doesn't say that the chrony of the one and the systemd-timesyncd of the other are both configured to query *that* server22:35
apekattennah, thats true, but I have not expected them to sync either22:36
Bashing-ombrenster21: Wel ! That will cause issues every time :P ... locking SATA cables are good things :D22:36
sarnoldapekatten: heh, and are you sure your firewall rules allow your internal ntp server to sync to the internet? or do you have a gps source?22:37
brenster21no i mean i got the not authorized to mount disk error. and after checking that drive mount still says exclusively opened22:37
apekattenyes, the domain controller 192.168.123.11 is the only host allowed to NTP the internet, and it is working22:38
brenster21bashing-om this is fstab file with those drives https://pastebin.ubuntu.com/p/MHzKqxYgbG/22:38
apekattenthe problem is not the DC or sync. it is the desktop and server not using the data similarly22:39
sarnoldapekatten: are you sure? in this paste the only problem I see is that both systems are one hour wrong: https://paste.ubuntu.com/p/XCQkq2Hyhg/ -- it'22:40
sarnoldiut's now Mon Aug 26 22:40:07 UTC 201922:40
apekattensarnold: I'll make another, I start doubting that paste myself .p22:40
WoCgenii, know anything about amd graphics ?22:41
sarnoldapekatten: I suggest starting with date -u output and making sure that both are either one hour fast or on time or whatever with what their kernel knows of the time..22:41
sarnoldapekatten: once that's sorted out, then dealing with the timezones will be a lot easier22:41
geniiWoC: Not much these days, I've switched all my systems over to NVidias22:42
apekattensarnold: https://paste.ubuntu.com/p/yCBbZCg8Td/22:43
apekattenhow would I set UTC time?22:43
apekattenUTC differs by one hour on the two computers22:43
sarnoldit's best to just let an ntpd do it -- either chrony or systemd-timesycd, take your pick; picking the same thing for both systems will make it easier to change your internal NTP server if you need to22:44
mobb_soloHowdy, All22:44
sarnoldhello mobb_solo22:44
apekattensarnold: see the last paste line 32, 34 and 4622:45
Bashing-ombrenster21: Pretty skimpy - have a read: http://ubuntuforums.org/showthread.php?t=1604251.22:45
apekattenI pasted the commands to be similar, but it seem to be set correctly, and then changed afterward22:45
sarnoldapekatten: oh *curious*, so running timedatectl doesn't just *emit* data, but it also SCREWS UP the time on the system???22:46
brenster21bashing-om thank you, reading it now22:47
brenster21so I should change auto to ntfs-3g, auto, uid=1000, gid=1000, umoast002, 0 0.22:50
WoCgenii, ty, appreciated... as would i22:51
Bashing-ombrenster21: "something" like that .. what you want to allow for access is your decision, only you can make that determination.22:52
brenster21well it is mostly for plex so I think I want the drives to be owned by my user and freely accessible by plex22:52
apekattensarnold: something is changing the time within 0.1 seconds. it is not the command timedatectl - https://paste.ubuntu.com/p/GVQqKfpS8r/22:53
apekattenline 26 is correct, and line 28 it is wrong again22:54
Bashing-ombrenster21: That is the function of "groups" .. see: ' man groups 'to get an idea of where to begin.22:55
brenster21I was just reading it22:55
brenster21i got plex in the same group as my main user22:55
Bashing-ombrMe thinks ya got it backwards .. but I can be wrong .. ya want ":22:56
sarnoldapekatten: I wonder how many ntp-alike services you're running at once..22:56
apekattensarnold: sorry, this was the desktop, the server is not changing... what would change it on the desktop, that is not present on server?22:57
apekattenyeah, me too22:57
brenster21Bashing-om woops, i probably do have it backwards gonna go fix that22:57
OerHekssarnold, thinking the same, timedatectl gives different output22:57
Bashing-ombrenster21: Yuk ! Pay attention Bashing-om ! ..ya want "you" in the plex's group, no ?22:57
brenster21no I want plex in my user's group since my user should ideally own external drives22:58
OerHekssudo timedatectl set-ntp on # should put all in place22:58
Bashing-ombrenster21: :) that too should work.22:59
OerHeksplex .. not all functions work in the free version, like extended drives IIRC22:59
brenster21i got paid :)22:59
OerHeksoke, just checking23:00
brenster21I am running some updates I posted poned for way to long, then i am going to start it and pray that this thing works properly23:00
mobb_soloI have a quick question..23:01
mobb_soloWill editing my server's HOSTNAME effect my HTTPS certificates?23:01
mobb_soloLike, would I have to regenerate them with letsencrypt or something?23:02
mobb_solosame domain + ip address23:02
apekattensarnold: thank you for your help! I will check out what ntp sources I have :)23:02
sarnoldmobb_solo: that should be fine so long as your apache knows the certificate to use with which Hostname: from https requests23:03
sarnoldapekatten: once you track this thing down, can you report back? :) I'm really curious..23:03
sarnoldapekatten: (and if you're completely lost I've got some auditd rules I can share that track time changes, I *think* they would do the job)23:03
apekattensarnold: will do :)23:03
sarnoldapekatten: cool, thanks! :)23:04
mobb_solo@sarnold, Thank you. Thats sort of what I figured.23:04
apekattensarnold: I think I've fixed it, but dont know why...23:09
apekattenit turns out my WDC had not corrected the time based on daylight savings and was 1 hour wrong23:10
sarnoldoh that's *so* frustrating..23:10
sarnoldwindows has some funny ideas on what time should be23:10
apekattenit works like a charm now, however, when setting the wrong time again it still works with that time23:10
sarnoldI *really* prefer unix's idea of just tracking seconds since the epoch and handliong daylight saving in *display* code23:11
apekattenI cannot reproduce the error anymore23:11
sarnoldso if you can use a unix system for your ntp source you'll probably be happier23:11
apekattenall windows clients are based on the WDC, cannot change that23:11
sarnoldwell, at least they're all crazy together. :)23:12
apekattenbut I really dont understand why it is not "correcting" the wrong time anymore. I changed the WDC to 1 hour wroing again, now all machines are 1 hour wrong :P23:12
apekattenwell I am going to sleep on that. cause correct time is 01 :P have a good night sarnold, and thank you very much23:13
sarnoldapekatten: heh, it's harder to overlook that isn't it? :)23:14
sarnoldapekatten: gnight, good luck23:14
brenster21well fuck me, after the reboot ubuntu is now emergency mode. :(23:22
brenster21bashing-om so now i am in recovery mode. I think the hdaudio heaudioicc1d0 is giving me the error.23:27
Bashing-ombrenster21: can not imagine that an audio codex thingy could push one to emergency mode. What does the boot log say ' journalctl -b -0 ' for the current boot.23:39
brenster21bashing-om pulling it up now23:40
brenster21I found two acpi errors no handler for region, region embedded control, parse execution fail, core temperature rose above thersolder cpu throttled. no caching mode found23:43
brenster21failed to mount drives23:43
Bashing-ombrenster21: Cleaned the lap top air ways lately .. overheating is not a good thing !23:44
brenster21HD audioic no afg or msg node found23:44
brenster21havent cleaned them in a while23:44
Bashing-ombrenster21: If it is running hot - no telling what the power supply is doing :(23:45
brenster21I guess I will go look up a teardown menu23:46
Bashing-ombrenster21: Heat issues is the number one reason why one should not run a server on a lap top.23:48
brenster21I keep it elevated and use the gamer fans. though I do see what you mean23:48
Bashing-ombrenster21: :) .. depending on what the ACPI issues are .. might want to change that DSDT - http://iam.tj/prototype/enhancements/Windows-acpi_osi.html .23:51
brenster21bashing-om noted, but first i need to find a teardown guide and a screwdriver.23:52
Bashing-ombrenster21: Yup :P .. one thing and a step at the time . Got to be cool :P23:52
brenster21bashing-om i got a can of dust remover spray, but i lost the straw :(23:53
Bashing-ombrenster21: Pretty handy to have that straw .. hard to work-a-round without it :(23:54
brenster21:(23:57

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