[00:09] hello? [00:26] Got this horrible video driver problem on this fscking laptop. I've got a potential fix, but I can't apply it because the driver keeps spamming an error message to the console. "ring 0 stalled for more than 9999999msec" - and I can't try fixes with it continually writing to stderr. How can I shut this off? X__X [00:26] gambl0re: did you mean to ask an ubuntu support question? if so, please just do, and someone will usually respond if and when they can. [00:31] !printk [00:31] hrm [00:31] TheSHAD0W: https://stackoverflow.com/questions/27903915/how-can-i-show-printk-message-in-konsole [00:32] see the lower part of the first answer where it discusses how to set the loglevel via /proc/sys/kernel/printk === DeafGoose_ is now known as DeafGoose [00:36] https://elinux.org/Debugging_by_printing#Log_Levels is much nicer [00:48] Okay. Neither of the two fixes I tried works. Apparently it's a big problem. [00:49] This is an Acer Aspire One, Athlon II CPU. Installed Xubuntu 18.04. Worked fine until I did an update and everything asploded. [00:50] Keeps spamming a message about the radeon not responding. [00:56] oh, if that gives ATI Mobility Radeon HD 4225.. not supported by the openradeon driver, iirc [00:56] athlon II neo [00:57] Hah. [00:58] But the version on the installer worked. [00:58] Guess I need to hold it back from updating... [00:58] * TheSHAD0W is reinstalling the OS [01:00] What pachage(s) should I hold back? [01:00] packages * [01:01] hey :) what do you folks think of eset security suite for linux specifically ubuntu? [01:02] unessary? [01:02] sp* [01:05] zenguy: we could discuss AV on ubuntu in #ubuntu-discuss [01:05] or -offtopic [01:05] oh ok np :) [01:07] not ssure if the installer uses the 2d xserver-xorg-video-radeon package, but ati 2xxx-4xxx are out of openradeon support [01:07] !ati [01:07] Open driver for AMD cards: amdgpu (cards >= GCN1.2 aka GCN 3rd gen), radeon (older cards). Closed drivers: amdgpu-pro (>= GCN1.2) fglrx (older cards, unsupported by AMD in 16.04+). For info on GCN levels, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units . For fglrx info, see https://help.ubuntu.com/community/BinaryDriverHowto/AMD [01:08] * TheSHAD0W goes exploring [01:08] Is there a way to make Pulseaudio not grab/ignore a specific ALSA card? I'm having trouble with pulseaudio + tvtime [01:09] After the first time I open tvtime, pulseaudio grabs the ALSA card and subsequent tvtime runs have no sound as pulseaudio grabbed the device [01:12] The card I want pulseaudio to ignore is the card 3: https://paste.ubuntu.com/p/cJybWyFHNQ/ [01:14] Okay, video driver appears to be xserver.org-video-amdgpu-hwe-1 [01:15] And there's a wrapper, xserver.org-video-ati-hwe-18.04 [01:15] I figure I should hold both of those back? [01:15] Oh, and there's -hwe-18 [01:16] no, it is not an amdgpu capable card... [01:20] Okay, well, holding all of those back, we'll see if that fixes it... [01:20] TheSHAD0W: can you show lspci -knn | grep -A3 VGA | nc termbin.com 9999 [01:21] http://termbin.com/quvbr [01:22] ok, so radeon driver is in use, which it should be, i guess [01:22] I've held back the "radeon" (and amdgpu and ati) driver packages... [01:23] So, gonna update now (crosses fingers) === zbenjamin_ is now known as zbenjamin [01:43] is it possible to install a barebones gnome version of the 19.10 daily? i.e. no media players/etc? [01:44] Andddd... FAIL. :( [01:45] So if it's not the driver... What could be causing the problem? New kernel? [01:46] what's yer issue? just stopped in so can't see it above. [01:46] Installing 18.04 on an old laptop. [01:46] Installs fine. [01:47] Upgrade packages, and kablooey. [01:47] Appears to be video related. [01:47] TheSHAD0W: can you still control the system now? [01:47] "ring 0 stalled for more than 9999999msec" [01:47] can you boot to a TTY? [01:47] I'm in one now... [01:48] TheSHAD0W: do the printk, then run journalctl -b | nc termbin.com 9999 and post the url [01:48] TheSHAD0W: can you show lspci -knn | grep -A3 VGA | nc termbin.com 9999 [01:48] http://termbin.com/quvbr [01:49] nt0: i guess the answer to your question is 'not easily', and moreover: [01:49] !ubuntu+1 [01:49] Eoan Ermine is the codename for Ubuntu 19.10 - Support only in #ubuntu+1 [01:49] No network on this console. [01:50] I can't seem to get on a console when it fully boots. [01:50] Anything in particular you want me to look for? [01:50] tomreyn, got it, thanks. wasn't planning on starting a long Q&A here, still good to know of that channel. appreciate it. [01:51] TheSHAD0W: oh, that's a bummer. maybe you can reboot to recovery, enable networking, then post the logs: journalctl -b -1 | nc termbin.com 9999 [01:51] Whoa! [01:51] I just got a display. [01:51] nt0: yw ;) [01:52] It's in recovery mode I think. Very slow display. [01:52] vesa mode [01:52] !nomodeset [01:52] A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [01:53] but you should rather focus on trying to solve the radeon issue [01:53] http://termbin.com/ox81 [01:53] that's a recovery boot [01:53] not what i asked for :-/ [01:54] I can't get to a command prompt if I do a full boot. [01:55] Let's see. [01:55] i know, but the logs are still recorded then. and when you reboot then into recovery, you can access the logs from last boot as indicated [01:55] I briefly get a greyed-out screen, see a ghost of a pointer, and then it dies. [01:56] 1 sec. [01:56] but you get the boot splash screen properly? [01:56] since there's no mouse pointer there [01:58] can you also check whether you have an "IOMMU" option in the bios, and enable it, if so? [01:58] http://termbin.com/ssmz [02:00] TheSHAD0W: well done! [02:01] I don't think I have that in the bios, lemme look. [02:01] you ahve upgraded ram to 8 GB, is this right? [02:01] I don't think so, no. [02:01] I don't think this is capable of > 4gb. [02:02] free -m | nc termbin.com 9999 [02:04] Gonna have to do that in recovery... [02:05] Okay, this does have 8 gb. Free is 6966, available 7159 [02:05] Still want me to termbin it? [02:05] Also 2 GB of swap. [02:06] no need then, but i'm surpriserd it can have this much, too [02:07] Anyway... Should I do nomodeset? [02:08] whatever helps, i'm still reading the logs. [02:08] did you look for IOMMU yet? [02:08] Yes. No such setting in BIOS. [02:09] Sep 21 19:55:27 powah kernel: AGP: Please enable the IOMMU option in the BIOS setup [02:09] Sep 21 19:55:27 powah kernel: AGP: This costs you 64MB of RAM [02:09] that's why [02:10] I still don't understand why the un-updated 18.04 image installs and boots. [02:11] how can I detect when the disk that is still mounted in /mnt/foo has gone away on a hardware level? "ls /mnt/foo" produces kernel a message that ends in "error -5 reading directory inode" but ls still exits with 0 (success) [02:12] inside a xenial initramfs shell [02:13] TheSHAD0W: maybe it falls back to vesa as well? there can be other reasons. you can try some kernel parameters [02:13] !kernelparm [02:13] To add a one-time or permanent kernel boot parameter see https://wiki.ubuntu.com/Kernel/KernelBootParameters [02:13] I added nomodeset to grub, and it booted. It's in VESA mode though. [02:15] next time you reboot: remove "nomodeset", remove "quiet", remove "splash". add "mitigations=0". [02:15] Okay, gimme a bit. [02:16] then, next time you reboot: remove "nomodeset", remove "quiet", remove "splash". add "dis_ucode_ldr" [02:16] then, next time you reboot: remove "nomodeset", remove "quiet", remove "splash". add "radeon.uvd=0". [02:22] before you do all of this, you can, and maybe should, also try the newer HWE kernel [02:22] !hwe [02:22] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [02:22] TheSHAD0W: ^ [02:23] mitigations=0 is also VESA, but it did come up okay. [02:24] can i see cat /proc/cmdline [02:25] LOL it says quiet, splash, nomodeset. [02:25] I forgot to update grub lol. [02:25] ... [02:26] TheSHAD0W: you can edit grub from its menu, no need to edit /etc/default/grub and run update-grub all the time [02:26] Heh. [02:26] see the !kernelparm wiki again (on temporary edit) [02:27] Okay, with mitigations=0, it came up with full graphics. [02:27] Though it says "system problem detected". [02:27] hello everybody! [02:28] Ah, okay. [02:28] Should I try the other settings? [02:30] TheSHAD0W: so fully graphics meaning proper acceleration? [02:30] Yes. [02:30] And display proportions. [02:30] I'm trying one of the other settings you recommended. [02:31] can i ask you guys a question? it is totally ubuntu related [02:31] hmm, well mitigations is the 'newly' added mitigations against CPU bugs [02:31] jeffypy: is it ubuntu *support* related? then just ask away [02:31] dis_ucode_ldr didn't work properly... [02:31] i guess either directly or indirectly [02:31] Aha. [02:32] i got this laptop brand new ---- best buy saw me coming! [02:32] small 128 gb sd and i immediately put an ubuntu partition on [02:32] and i love it! [02:32] i hate windows but i need my starcraft broodwars [02:33] TheSHAD0W: yet another to test: remove "nomodeset", remove "quiet", remove "splash". add "si_support=0" [02:33] jeffypy: please focus on actual ubuntu issues [02:33] yes. will WinE work for me? [02:34] * tomreyn looks for crystal ball under bed [02:34] lol [02:34] any ideas what could be wrong with my logind? http://paste.debian.net/plainh/02394790 [02:34] =\ [02:34] !wine | jeffypy [02:34] also at start, systemd takes forever to start Account Services. same when I try to start graphical.target. [02:34] jeffypy: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [02:34] jeffypy: ubuntu is about trying out stuff, live dangerous! [02:35] again in xenial [02:35] ive been through this before and it worked great at first but my laptop ended up sounding like a lawn mower [02:36] windows crashed on me and ubuntu saved me... actually it was mint [02:36] thanks ubottu [02:38] Sven_vB: does it say any more than this the first time logind fails? [02:38] also, what does this say? systemctl status systemd-logind [02:38] tomreyn, dunno. how can I find the first time it failed? [02:38] ^ you scroll up on your log [02:39] until it doesn't say systemd-logind.service: Main process exited, code=exited, status=1/FAILURE [02:39] I'll reboot so I know how far to scroll up, then check. [02:40] or just run journalctl -b [02:40] will do soon [02:41] TheSHAD0W: i think this is really a regression, it'd be nice if you could file a bug on it, stating how you installed (iso file name) and that mitigations=0 works around it. [02:41] Okay, well, I'm doing more experimenting, trying to narrow things down... [02:44] Aaand it's no longer coming up... [02:44] WTF. [02:44] where does it get stuck? no longer POSTing? [02:45] Oh. [02:45] So, switching to "quiet splash mitigations=0" results in the gui not coming up again. [02:46] instead of what, where the gui came up with acceleration? [02:46] Instead of just "mitigations=0". [02:46] okay, that makes not so much sense to me [02:47] IKR? [02:47] i'm not saying you're doing anything wrong, i just don't understand why it does it this way. [02:48] if you want to narrow things down even more you can try disabling the various mitigations one by one. [02:50] that's because "mitigations=off" is really a collection of settings. search https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html for " mitigations=" (including the blank spaces) and under "off" look for "Equivalent to". you can then try all of those with "X86" one by one. [02:51] Meh. [02:51] Kinda tired of messing with this already. [02:51] your choice ;) [02:51] * TheSHAD0W nods [02:52] Mitigations is security? Or other problematic bugs? [02:52] you have a workaround which works. it's insecure to run like this, but this system is so old, i assume you won't use it for very important things anyways [02:52] * TheSHAD0W nods [02:52] yes, it's about the CPU bugs you may have heard about during the last two years [02:53] Yup. [02:53] Which... Mostly don't affect AMD. [02:53] you have an AMD CPU so its fewer. [02:54] cat /proc/cpuinfo | grep -i bug [02:54] TheSHAD0W: ^ lists the ones which apply to your CPU [02:55] so it should really be only those which you'd need to disable one by one [02:55] ...if you want to test more [02:57] Heh. A few. [02:57] Yeah, won't be doing much web browsing on it, and it won't be exposed to the net. [02:58] it repeats. this is better: cat /proc/cpuinfo | grep -m1 ^bugs [02:58] you still have the option of trying !hwe and not changing any options. [02:58] Same list. [02:59] !hwe [02:59] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [02:59] Mmm. [02:59] I may play with it later. [02:59] so: sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04 [02:59] and undo changes to /etc/default/grub and run update-grub [02:59] may already fix it. [03:00] Okay. Already in the middle of other things that've been waiting for me to finish. :-) [03:00] no rush, good luck. [03:01] tomreyn, in this attempt, logind started w/o problems. I'll try to figure out when and what the first failure in the previous boot was. [03:02] it seems to no longer have those logs :< [03:03] maybe in syslog [03:06] Sven_vB: no need then. also on ubuntu 16.04 (which i think you said you're using), the systemd journal does not persist across reboots. [03:07] tomreyn, can I investigate it anyway or only when I can reproduce the problem again? [03:08] Hi, [03:09] I want to be sure that weekly trim is running [03:09] https://paste2.org/hkGEfBvw [03:09] Sven_vB: syslog should have previous boot logs, so you could look it up there. and then there's still the other command i told you, which you can use when you reproduce it again [03:09] Does that look okay [03:09] !trim | john_rambo [03:09] john_rambo: Many Solid State Drives support TRIM, which allows the drive to do garbage collection and improves performance. Ubuntu 14.04 activates it by default. For older versions, see http://askubuntu.com/a/19480 for information on activating it. [03:10] john_rambo: according to this, it ran 11 minutes ago. [03:10] john_rambo: systemctl -b may have more logs on this. [03:10] tomreyn, I had changed it to daily from weekly then I changed it back to weekly [03:11] tomreyn, I jsut was want to know if I broke it [03:12] tomreyn, you'd need the first few logind messages after "kernel: [ 0.000000] KERNEL supported cpus:" right? that line looks like the boot has just begun [03:12] john_rambo: well it was triggered 11 minutes ago, you can also inspect the timer: systemctl list-timers fstrim.timer [03:12] ah wait thats what you did [03:13] tomreyn, So is it okay now ? Will it run weekly ? [03:15] tomreyn, http://paste.debian.net/plainh/bd187f99 [03:16] john_rambo: hard to tell, it will trigger again in 15 hours, at Mon 2019-09-23 00:00:00 IST. But it's normal that it triggers during this night. so it can't be told whether it s a daily or weekly schedule based on this output. [03:16] oh! maybe I just need to increase the service start timeout. that helped with lightdm as well. [03:17] Sven_vB: sorry, i'll have to leave it there, got to get some sleep. good luck. [03:18] tomreyn, Okay I will check again tomorrow. Thanks [03:18] tomreyn, thanks anyway! === rud0lf_ is now known as rud0lf [03:34] can anyone help with the 'preexec' samba config option... it doesn't appear to work at all === zenguy is now known as spudz [03:58] hmm, why do I get E: Unable to locate package software-properties-common [03:59] ah, need update first [04:00] hi, i just installed ubuntu 19.04 x64 and dropbox keeps crashing. Any tips on how to debug it? [04:00] my filesystem is ext4 and it should be supported by dropbox [04:10] ....... [04:10] E: The repository 'http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu disco Release' does not have a Release file. [04:10] what does it mean? [04:11] repository isn't working [04:11] amosbird: Go to the URL that you posted and look for "disco". Does it exist? [04:12] amosbird: Yup - true - see: http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/dists/ that the last supported release is zesty. [04:12] Thanks Bashing-om [04:13] do I need that ubuntu-toolchain-r to get gcc-8? [04:14] !info gcc disco [04:14] no [04:14] gcc (source: gcc-defaults (1.181ubuntu3)): GNU C compiler. In component main, is optional. Version 4:8.3.0-1ubuntu3 (disco), package size 5 kB, installed size 64 kB [04:14] cool [04:14] so gcc 8 is the default compiler now [04:14] apt-get install gcc-8 g++-8 cmake [04:14] amosbird: :D [04:15] will this work? [04:15] I'm building the docker image so I cannot try it now [04:15] and which cmake version would that be? [04:19] amosbird: Never build docker - so take with a grain of salt ' sudo apt update ; sudo aptupgrade ; sudo apt install gcc ; sudo apt install build-essential ' . [04:19] built* [04:21] debconf: delaying package configuration, since apt-utils is not installed [04:22] what does this mean? [04:24] amosbird: what thinks from 'apt show apt-utils ; dpkg -l apt-utils ' ? [04:24] so I need to install apt-utils? [04:26] amosbird: I can not imagine why it is not installed. [04:26] well [04:26] do I need to install software-properties-common ? [04:29] amosbird: for or apt-utils ? if for apt-utils "apt show apt-utils" does not indicate a dependency on software-properties-common. === ghoti_ is now known as ghoti [04:56] hello [04:57] I just installed the Ubuntu Windows 10 app, and I'm trying to get the printer to work. I installed lp and lpr but I'm getting this error: Make sure the remote host supports the LPD protocol [04:58] I'm in my initramfs shell, my cryptsetup luksOpen seems to have succeeded, now I have a symlink "loki_pv -> ../dm-0" in /dev/mapper/ but still no /dev/mapper/loki_vg-loki_ubuntu as I had when I luksOpened it from a live session. how to debug? [04:58] Pes, the Ubuntu windows app does not have real hardware access. lots of that stuff won't work. [04:59] Pes: Is this a Windows Subsystem for Linux install ? [04:59] Windows 10 > Windows Store > Ubuntu [04:59] that makes sense thanks :d [04:59] !wsl | Pes [04:59] Pes: 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_guide [05:00] I am trying to configure the samba -- the 'preexec' isn't working... I have tried several versions, both in the [global] section and in a share section... the "preexec = /bin/echo \"%u connected to %S from %m (%I)\" >> /tmp/log" is not creating an file ... there is no indication in /var/log/syslog or /var/log/auth or anything looking relevant in /var/log/samba/* [05:01] neildugan, what are you trying to achieve? [05:02] Sven_vB, I want to know when a particular share is logged out, so I can remove it. [05:02] neildugan, that doesn't make sense to me [05:03] with "logged out", do you mean "disconnected"? or "no longer in use by any remote user"? [05:04] neildugan, as a first step, wrap your command in a shell script, so you can give the preexec as just a simple path with no scary characters. [05:04] Sven_vB, disconnected, but that is not important atm. the postexec isn't being run... [05:04] Sven_vB, ok -- I will be back soon [05:08] neildugan, also, to avoid permissions being the problem, create the logfile upfront and give it chmod 0666 so anyone can write. [05:09] Sven_vB, ok ... I generated a script just echoing some text to a file... tested the script.. and inserted the postexec ... it the file wasn't created. [05:10] Sven_vB, the file is being created in /tmp so permissions shouldn't be a problem [05:10] neildugan, what makes you think it should have been executed? is there some tutorial that says so? [05:11] Sven_vB, yes... it is meantioned in the smb.conf online, and several places online [05:11] neildugan, when stuff doesn't work, try to reduce the number of assumptions like "should" as low as you can. ;) [05:11] show us a link where it's mentioned [05:12] anyway, I'll go sleep now. good luck! [05:12] Sven_vB, https://serverfault.com/questions/576136/how-to-force-samba-to-create-directory [05:17] i recently learned that i could create bootable debian flash drives simply by dd'ing the iso onto the flash drive. does this carry over to ubuntu isos as well [05:18] yes [05:19] sweet, thx [05:21] neorpheus, you can even cp them. no need for dd [05:21] cp the iso or its contents? [05:22] or pv > or cat > … any method you like, as long as you write to the entire device, not a partition or a filesystem inside it. [05:23] you could also copy a recent supergrub GPT image onto it, then put bootable ISOs in the boot-isos partition and at start. select which of them to boot. :) [05:24] ooh now that sounds interesting [05:24] #sgrub [05:24] I'll be there in half a day again :) === gry_ is now known as gry [05:33] it's been said "Debian's repository is China old." The Ubuntu repository seems to be a little better-updated, but because of some maintainers significantly lagging behind, I've had to build several packages from source code. Now how do I stop the Ubuntu update program from suggesting I update these packages? [05:45] hi there every one [05:46] I have just installed Ubuntu from the live iso file. unto my USB. It is obvious that it is better to do the install with an Internet connection. Now that I did not use an internet connection, what is it that I missed? [05:47] am I muted? [05:48] hello? === im0nde_ is now known as im0nde1 [05:49] campitor: you're not muted [05:49] campitor: Patience :) .. not having a connection then all that is missed is updates for the installed softwares. [05:50] Bashing-om: so you mean I have not missed like any 'third party software? [05:51] are there any commands I should run after the installation is over? [05:53] campitor: You will have no 3rd party software installed - biggest hole if you bring that system on-line is security patches that have not been installed. [05:56] thank you [05:58] campitor: once you have internet - 1st things to do is get the system updated, Terminal way: ' sudo apt update ; sudo apt full-upgrade ' , [05:59] what is the difference between sudo apt dist-upgrade and sudo apt full-upgrade ? [06:01] campitor: "apt-get dist-upgrade" as opposed to apt see: https://mvogt.wordpress.com/2014/04/04/apt-1-0/ ; https://itsfoss.com/apt-vs-apt-get-difference/ . [08:17] hello [08:17] tomreyn, hi! are you there? [08:18] asdfgh: tomreyn is afk at this moment [08:18] asdfgh: ask your question to the channel please [08:30] lotuspsychje, ok the problem is with my internet connection, i do not understand why i can reach hiugh speed via torrent but not via single download [08:30] to give you an exmaple downloading the ubuntu iso via wget i rech 180 kB, [08:31] if i use torrent i reach 7.5 MB!!! [08:31] how is that possible? [08:31] asdfgh: are you behind a router, firewall or proxy? [08:32] wifi or cable? [08:33] cable [08:33] pc --> (gigabit switch) --> (fritzbox 7530 modem) [08:34] cable cat5e [08:34] asdfgh: ubuntu version, kernel and eth chipset? [08:35] it is a fresh 18.04.3 ubuntu 5.0.0-29-generic [08:35] eth chipset? what do you mean? [08:35] what command should i run ? [08:35] ethernetcard chipset: sudo lshw -C network [08:36] https://pastebin.com/zjLbWjdR [08:37] <__raven_> hi [08:37] lotuspsychje, for example i run wget ubuntu..iso again and the download seems "blocked" [08:37] 16,71M --.-KB/s <-- [08:37] there is no speed [08:38] but i can ping ...i can chat here [08:38] so i do not know what happen [08:38] asdfgh: what about normal http download via browser? [08:38] lotuspsychje, same [08:38] same problem [08:38] only torrent is fast, very fast [08:39] asdfgh: did you ttry other protocols, dcc send via irc or sftp/ftp ? [08:40] <__raven_> i need firmware drivers on a z36xxx/z37xxx platform with celeron n2000 regarding power management, backlight control and such. is it still supported? where to find those drivers? running linux 4.15.0-64-generic ubuntu branch at the moment [08:41] lotuspsychje, no [08:41] can i try downloading ubuntu via ftp? [08:43] asdfgh: try any ftp download test [08:43] asdfgh: maybe also doublecheck your fritz modem settings and direct connection to modem [08:43] lotuspsychje, i have clicked on ftp://bw.releases.ubuntu.com/releases/bionic/ubuntu-18.04.3-desktop-amd64.iso on chrome [08:44] but download speed is still slow [08:44] blocked again [08:44] 0 B/s - 5,5 MB di 1,9 GB [08:44] :((( [08:44] asdfgh: if its not ubuntu related you might also visit ##networking [08:45] lotuspsychje, yeah i tried...very slow channel too :D [08:45] however the thing is... ISP related or not [08:45] because via torrent i reach high speed [08:45] Do older APC UPS units still work with present apcupsd on Ubuntu? [08:45] so, is my ubuntu with some mistake or modem i do notknow [08:45] Does anyone know of anything linux related in Europe ? [08:46] Currently\ [08:46] I managed to revive an old APC Backups Pro 280 and I'd like to play a little with it. :) [08:46] !loco | lapion [08:46] lapion: Information on Ubuntu Local Community Teams is at http://loco.ubuntu.com/ === spudz is now known as coffeemug [08:48] lotuspsychje, is there a way to undersatnd why the speed goes to zero? i mean something like "mtr" to let me understand what hop is blocking or losing packages [08:49] I have a huge linux userspace bug that can crash the heaviest of desktops/servers [08:52] then lotuspsychje i have a doubt....the speedtest goes very fast... how is that possible that downloading is very slow? [08:53] i know it depends on servers etc...but speedtest says 152Mb in download now [08:53] is very not possible to download at 160 Kb from the main ubuntu repos [08:54] hi all [08:54] why I can't access snap apps in wayland ? [08:54] I am in 18.04 [09:08] ok I had to add /snap/bin to PATH === user__ is now known as mnassAn [09:13] Hi, how can I install libdrm.a ? [09:14] there is only libdrm.so after installing libdrm-dev [09:17] https://launchpad.net/ubuntu/+source/libdrm/2.4.95-1 [09:17] can I install libdrm 2.4.94 instead? [09:39] Hi. I did ' sudo setfacl -m "g:users:rw" /share ' but I still can't write to that folder, even the user is in 'users' group. [09:41] Is it that Linux by default allow permissions according to ACL or not? [09:43] I did chgrp users /share and now can write to folder, but I ask why it didn't take into account ACL? [09:44] It were Engrampa archive manager extracting .xz archive. === solarliner_ is now known as solarliner [09:53] https://la.wentropy.com/TBFM [10:25] nikolam: have you recently added the user to the group? you'd need to logout and back in for it to take effect without chrgrp [10:32] Eric^ I did now changed back group to 'root' with chgrp (that is after logoff/logon) and again Permission denied when unpacking into it [10:32] Let me logon/logoff again... [10:34] EriC^, it's the same. still Permision denied until group is changed, even with ACL set for users to r/w [10:35] nikolam: type "getfacl /path/to/your/dir" and "id" as your user and paste somewhere [10:38] EriC^, https://pastebin.com/zcBpY28N [10:39] nikolam: and the output of "id" ? [10:40] nikolam: nevermind, the problem is the lack of +x on the dir [10:43] Yes, seems without "x" in acl, one can rw but can't create new files/folders. After ' sudo setfacl -m "g:users:rwx" /share ' it works [10:45] thanks EriC^ [10:47] nikolam: no problem [11:55] Hi folks === kostkon_ is now known as kostkon [12:10] Hi guys, I have a dual boot Windows 10 and Ubuntu, and I have the problem that by making the switch from Ubuntu to Windows, the BIOS time remains incorrect. Therefore I followed this guide to fix the problem from Ubuntu. My question is: is it more reliable to use `timedatectl set-local-rtc 1 --adjust-system-clock` or fix the time problem from [12:10] Windows 10? https://www.maketecheasier.com/fix-windows-linux-show-different-times/ [12:13] gst568923: option #1 in that guide seems to be a much more sane solution. [12:14] mouses yes, in fact I followed option 1 but I wanted your technical opinion about it [12:14] gst568923: nothing beyond 'that option seems much more simple' [12:18] mouses choosing option 1 and executing the 'timedatectl status` command, the `System clock synchronized: yes` option has become` System clock synchronized: no` [12:18] gst568923: The real question is: does it all work normally now? [12:18] If yes, then you're done :) [12:20] mouses I live in a country where DST is present, I would like to know if changing the time zone will also change the BIOS time (RTC) [12:23] I believe by default the BIOS stores UTC and lets the platform apply TZ offsets for display as far as it isn't windows [12:25] Warning: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC [12:25] in UTC by calling 'timedatectl set-local-rtc 0'. [12:26] Warning: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl [12:26] set-local-rtc 0'. [12:26] Warning: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl [12:26] set-local-rtc 0'. [12:27] ? [12:27] !paste | gst568923 [12:27] gst568923: 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. [12:28] https://pastebin.com/GPR6jSdi [12:28] A question. Can these stuff be used on Ubuntu?: Gpa4win , i2p + i2p Firefox Browser Profile , Mozilla Thunderbird , Norton Internet Security , Pidgin , qtox , xchat , Retroshare , Tor Browser , adiirc irc client , WickrMe , skype [12:29] https://pastebin.com/GPR6jSdi [12:29] Since last night after an update I get “Temporary failure in name resolution”. Networking with IP just works. I use dhcp to the router. The router has no problem resolving names [12:29] I rebooted, restarted networking, still same error. [12:38] Can all these things be used on ubuntu? [12:51] ? [12:51] Geras: hi there [12:52] hi :D [12:52] i'm reading up on your question. [12:52] are you asking because you're considering to migrate to linux (from windows, i assume)? [12:53] well i do have dualboot,so i got both windows 10 and ubuntu.. but yes the question is for ubuntu [12:54] i'm not sure whether norton software is available for ubuntu. but you can certainly find equivalent commercial software from other vendors (if you really want / need to have such on ubuntu). [12:54] i have norton internet security free from my internet provider [12:54] on windows 10 that is [12:55] Hey there! I have a question about gnome 3... is there a config file for hotkeys? [12:55] i don't know adiirc irc client, but there are others. xchat is dead and replaced by hexchat. i don't know "wickrme". skype is available. [12:56] !antivirus | Geras [12:56] Geras: An "antivirus" is primarily a concept from the Windows ecosystem and usually a program like that is not needed on Linux because the threat model is different. Malware on Linux does exist, however. Google up "rkhunter" and "linux intrusion detection systems". Also look up !clamav [12:56] so people are more safe on ubuntu even without antivirus? [12:57] i mean so people dont HAVE to use an antivirus [12:57] somewhat, i'd say, yes. most people don't feel a need to use AV software on linux. [12:57] @Geras, as long as you install software via package management it is highly unlikely you will ever have a virus [12:59] What about the other stuff i mentioned? [13:00] i commented on those i don't know. the others are available (not sure about "i2p Firefox Browser Profile" - whether that's a separate software) [13:01] is there a gnome 3 support channel? [13:01] oh i think there is no immediate equivalent for Gpa4win. you'd either use enigmail in thunderbird or just gpg doirectly in the terminal [13:01] Geras: ^ [13:03] so there's no gpg software for ubuntu without need to use terminal? [13:03] !alis | lenzeor [13:03] lenzeor: 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" [13:03] thanks, tomreyn [13:04] lenzeor: see also gnome.org, i thinkt hey have their own IRC network. [13:04] Geras: i mentioned enigmail, enigmail.net [13:05] yes,but thats with email. im talking about a own one where u can encrypt and decrypt plain text [13:05] with pgp [13:05] without need to use terminal [13:06] hmm, not sure. you can always search on https://packages.ubuntu.com [13:06] [ Ubuntu – Ubuntu Packages Search ] - packages.ubuntu.com [13:07] sweet.. didnt know that one. thanks :D [13:08] wow, so many gpg stuff that idk which one i want :o [13:14] Hey there. How do I get rid off the default keyring feature that comes with chromium? [13:18] lenz, disable auto login is one way [13:26] Hi is anyone getting. ‘Temporary failure in name resolution” since their last update? [13:55] hi all [13:56] Hey guys it's me again. So, now I would like to manually install (unless there is automatic way of doing it) nVIDIA drivers (430.50 from their website). Current latest version for Windows is 436.30 but for Linux x64 is 430.50. The current drivers installed on my Ubuntu 18.04.3 LTS x64 is 435.21 but it says Open-Source rather than proprietary. I [13:56] followed many links and it always fails during the driver install the current guide I followed is: https://medium.com/@antonioszeto/how-to-install-nvidia-driver-on-ubuntu-18-04-7b464bab43e6 [13:56] [ How to install NVIDIA driver on Ubuntu 18.04 - Antonio Sze-To - Medium ] - medium.com [13:59] hi rosgani [13:59] hi Ubuntu4Me [14:05] Anyone can help plz? [14:06] Ubuntu4Me, I missed your question [14:08] glad I did [14:08] lol [14:16] Hi all. as a new reinstalled ubuntu.. Is there anything I need to with ubuntu itself? [14:16] *need to do [14:17] Geras: yes, adjust the power settings and such, like the time to lock the screen [14:17] i mean like security stuff [14:18] ahhhhhh [14:18] I don't know then [14:19] Geras, depends on your HW , if you have all the needed drivers installed etc [14:19] i see [14:20] Hi Geras [14:20] you have to update and upgrade your system I think [14:21] which idk how to [14:21] if everything runs to your satisfaction then just keep your packages up to date periodically [14:21] sudo apt update && sudo apt upgrade [14:21] can u check 1 thing for me? i tried to last time but it messed up then [14:23] nvm. i better ask tve ones who use it. thanks anyway [14:31] is there a way to test my initramfs without actually rebooting? it will fail to find the root device anway [14:31] using xenial [14:34] Sven_vB: do you know why it fails to find root device? [14:42] jeremyb, yes, partially. however, before investigating that further, I want to improve the script that will help be debug. [14:43] the bugs are mostly due to me using options that are not available in busybox editions of commands, so testing them w/o reboot would speed up debugging a lot. === coffeemug is now known as coffeeguy [14:47] A question. its about pidgin on ubuntu. How do I actually get the account I have already and people I have added on pidgin (xmpp) on windows and transfer it to ubuntu? i dont want to make new account or re-add them [14:48] Geras, copy accounts.xml, or go to the accounts list (Ctrl+a) and copy the account details [14:48] Geras, it's always a good idea to make notes about your account credentials outside the messenger programs, e.g. in a text file. [14:49] wait. so the file can actually be used onn ubuntu too? [14:49] that way you have them in case your messenger forgets them [14:49] I guess it should be compatible. have a look inside whether you see any OS-specific stuff. [14:49] or ask #pidgin or #purple if those exist [14:50] i can try thanks :) [15:16] I'm in my initramfs shell, my cryptsetup luksOpen seems to have succeeded, now I have a symlink "loki_pv -> ../dm-0" in /dev/mapper/ but still no /dev/mapper/loki_vg-loki_ubuntu as I had when I luksOpened it from a live session. how to debug? [15:17] there's also no "lvs" and "pvs" commands, does it mean my initrd lacks LVM support? [15:20] I'll just copy them from my xenial rescue system and try [15:22] oh nice, the rescue system has the "Failed to start Login Service" again, so maybe we can debug that now [15:22] or rather, once it finally decides it can offer console login w/o Login Service [15:23] plonk* [15:26] how can I find the error reasons for the first two failed attempts "systemd-logind.service: Main process exited, code=exited, status=1/FAILURE"? http://paste.debian.net/plainh/a507004e [15:39] I want to install a custom MTA unter /opt and the install script checks for conflicting packages including postfix, nullmailer etc. That's why I remove these packages. However I want to setup AIDE on my server and the package aide-common depends on bsd-mailx, so it tries to pull in postfix when I try to install aide-common. Is there a way to mark the dependency bsd-mailx as fulfilled wven though no MTA providing bsd-mailx is in [15:39] stalled? [15:42] rather than that, I'd try "aptitude install aide-common postfix_ bsd-mailx_" which advises aptitude to not install them. that will cause a dependency conflict which you can then choose to leave unresolved. [15:43] actually I'd probably just try to dockerize the conflicting stuff so it won't conflict anymore. [15:45] if you mark it as installed, you probably get the same conflict as if you really install it. === im0nde_ is now known as im0nde1 [16:18] after copying the rescue xenial's "lvs" program onto my xenial luks-lvm initramfs, I can now see LV loki_ubuntu in VG loki_vg, but still no /dev/mapper/loki_vg-loki_ubuntu. any ideas? http://paste.debian.net/plainh/57605d3e [16:23] Thank you Scen_vB, leaving the dependencies unresolved would cause issues on upgrades in the long run or another admin would try to resolve the dependencies to get rid of the warning or error messages. [16:28] As far as I can see bsd-mailx is not really a conflicting package by itself since it is only a MUA, the issue is that a MTA is pulled it which conflicts with the mail server. [16:28] As far as I can see bsd-mailx is not really a conflicting package by itself since it is only a MUA, the issue is that a MTA is pulled in which conflicts with the mail server. [16:30] ups sorry, double posted. I guess I'm looking for a way to install aide-common without the mailx depencency and let the system ignore this single dependency as if it were met. There is no way to do this? [16:34] you could probably make a bogus package that claims to provide it. or maybe you can use nullmailer. [16:36] what is the prefered "remote desktop" solution for ubuntu-2-ubuntu? [16:37] I settled with remmina, although it has lots of bugs. [16:37] nullmailer is also in the list of conflicting packages, I tried that. The bogus package option would be an option I guess. I was hoping for something easier to manage like an entry in the meaning of "provided packages" and that's it. [16:38] apiening, there might be easier ways, I just don't know them. [16:40] Ok. Btw. regarding your remote desktop: Do you need to attach to an already running desktop (screen sharing), or are you fine with a virtual desktop launched just for the remote user to connect? [16:40] Squarism: remina here as well, its quite convenient [16:40] Sven_vB, ggmax : But what protocol do you use? [16:41] From what I heard RDP on linux is more responsive than VNC, haven't compared it by myself. [16:42] I find it easy to set up and it worked reliably: https://websiteforstudents.com/connect-to-ubuntu-16-04-17-10-18-04-desktop-via-remote-desktop-connection-rdp-with-xrdp/ [16:42] [ Connect to Ubuntu 16.04 | 17.10 | 18.04 Desktop via Remote Desktop Connection (RDP) with Xrdp | Website for Students ] - websiteforstudents.com [16:43] Squarism, VNC [16:43] Sven_vB, you dont like RDP? [16:44] Squarism, I've never tried it. [16:46] hi, I have an external dpu on my laptop. I think it gets confused about which driver to load depending on if the egpu is connected or not. is there a way to explicitly tell it which one? [16:46] The client coverage for RDP is pretty good (even android, ios etc.) so that's a plus. But it is headless so you can only connect remotely. VNC also provides shared screen options with some intergration in windows managers (at least KDE) but it seems to be slower compared to RDP. [16:47] I think what works best is x2go. fast and the clipboard works. but no android version [16:48] xrdp is ok [16:51] is there a a file that specifies which display driver you are using? I feel like there is some xorg.config or something that does this [16:54] I have a dvd usb ASUS SDRW-08U7M-U on ubuntu 18.04, it is not recognized, what is the trick? [16:55] Hi Just a quick one, I have bitlocker. What options do I have to mount the bitlocker drive on Ubuntu 18.04 [16:57] I want to use dislocker but will I need to encrypt the windows drive again or everytime I boot up into windows. Its a dual boot [17:29] madsurfman, find its Vendor ID and Product ID from lsusb, then try to search for them, and/or the name reported by lsusb, on the web. [17:31] Hi again. I have now installed pidgin and made an account. But normally on windows,I used something called tor.exe on windows.. But now im on ubuntu.. How do I get to use that as well as configure it? [17:31] Or is it best to use the tor browser's port 9150? [17:31] Geras, I assume your tor.exe was Tor, the onion router. you can install it as "tor" in ubuntu. [17:32] really? but i need to configure torrc filetoo where its located which idk how to [17:32] in /etc/torrc [17:32] i see there [17:33] make sure to read the docs on the EFF website. they might have important hints, ignoring them might yield privacy problems. [17:36] been awhile i dont know where to look cor the /etc [17:39] where do i find this /etc via ubuntu,not terminal? [17:41] ? [17:41] they need to make a snap or appliance for most users [17:41] is the term snap or flatpak or whatever [17:42] seems i cant find the /etc thingy via ubuntu.. [17:44] :( [17:45] please help :( [17:47] How do I install Tor expert bundle and Tor as well as how to configure the torrc? [17:47] Geras: which tutorial are you following? [17:48] none atm since i dont find any and i dont even know where in ubuntu (not terminal) to see the etc folder [17:48] Geras: you will be using a terminal [17:48] doesnt etc folder come with ubuntu? [17:49] Geras: yes, it does [17:49] and idont find it [17:49] Geras: you will need to follow a tutorial and you will need to use a terminal. Forget about doing anything with the GUI for setting this up [17:50] ok.. [17:50] but i really need to know how to find the etc folder.. [17:50] Geras: https://www.linuxuprising.com/2018/10/how-to-install-and-use-tor-as-proxy-in.html [17:50] [ How To Install And Use Tor As A Proxy In Ubuntu Or Linux Mint - Linux Uprising Blog ] - www.linuxuprising.com [17:50] Geras: no, you need to follow a tutorial [17:51] tevatron: please turn that off [17:51] leftyfb: join r/helpinglostpets too! [17:51] ok [17:51] !ops | tevatron [17:51] tevatron: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [17:51] ubottu: Clifside? [17:51] tevatron: I am only a bot, please don't think I'm intelligent :) [17:51] ubottu: This is one of my paintings. And this is the alternative one ["First Day of Winter, Chicago"] (https://imgur.com/FIpHmS2) [17:51] so what do I do? [17:51] Geras: follow the tutorial I just posted to you [17:52] sorry.. abit sleepy,so i didnt see [17:52] dax: -ops? [17:53] can u give me step by step please? [17:53] leftyfb: yep [17:53] so much to follow [17:53] Geras: I gave you a step by step tutorial. You literally read it and copy and paste the commands as it tells you to [17:54] Geras: I'm sorry, but if you cannot follow a step by step tutorial explaining with commands on how to accomplish your goal, then this isn't for you [17:55] so u dont even want to help? [17:56] Geras: I did help. I gave you a step by step tutorial. You got 2 sentence into it and gave up. [17:56] Geras, maybe your "a bit sleepy" is too sleepy and you should try another day. [17:56] its just confusing [17:57] Geras: then spend the time to read up on it and learn so it's not confusing anymore [17:57] wait.. u mean i have to install this transport and all that? [17:58] :/ [18:00] it confuse me.. and even when u wnat me to do it when it confuse me,it confuse me even more [18:01] Geras: It's a very straight forward guide. You'd probably have better luck just following it and explaining where you are stuck/confused in specifc. [18:01] anyone here who can help me debug my initrd so it mounts my ubuntu xenial partition from LUKS LVM? I copied some of the lvm programs onto my initramfs, so I can now see LV loki_ubuntu in VG loki_vg, from which I conclude that "cryptsetup luksOpen" had succeeded. in a live session, at this point /dev/mapper/loki_vg-loki_ubuntu would have appeared, so I can mount it on /target and chroot into it. but in the initramfs shell, the mapper [18:01] devices do not appear. any ideas? http://paste.debian.net/plainh/57605d3e [18:02] Geras: What's the end goal here? Are you trying to set up tor as a system service or just for your web browser? [18:03] Geras, have you tried the Tails Live CD? might be easier [18:03] i want to configure torrc that is for tor expert bundle and have that running,so i can be connected to pidgin and .onion irc servers [18:04] Geras: So literally just follow that guide step by step and copy paste the commands. It's really easy, if you get stuck on any specific part or have a specific question, I'm sure someone here can help you. [18:06] im just asking if this transport and all has anything to do with tor expert bundle [18:07] Geras: Literally from the write up: "Start by installing apt-transport-https, needed in order to use https repositories, and curl, to download the repository key:" [18:07] You need apt-transport-https to use, well, repos via https - just as the guide says [18:07] ok.. was just curious [18:08] thanks [18:09] No problem. Really though; take the time to actually read that guide carefully. It's well written and will likely answer 99% of any question you have. Good luck! [18:13] to be picky, apt-transport-https atm is just a transitional package [18:19] I just typed first this: sudo apt -y install tor , then I typed this: service tor start to start to be able to login to pidgin,then stop it by typing service tor stop [18:23] Geras: nowhere in the tutorial that I gave you does it tell you to do that [18:23] the very first step tells you exactly why you shouldn't do what you just did [18:24] Geras: don't ask for help if you are just going to refuse the help you are given [18:25] let me uninstall what i just did [18:31] Hi, i have an ssd disk that seems to have problems since some days. I get input/output errors on it and am not able to delete/format any partitions. I was on this channel a few days ago and was suggested to do smart test which detected no errors. I was also told to upgrade my bios (which i did) and the ssd firmware (which I couldn't because i am [18:31] not able to make a bootable usb for it). [18:31] Could someone suggest what else I can try? [18:31] carpediembaby: plug it into another system and see if you experience similar errors. From what you describe though, sounds like hardware failure. [18:32] mouses its an internal disk and i don't have another system immediately available to try putting it or attaching it [18:36] here's the dmesg warning/error output https://termbin.com/7dok3 [18:40] carpediembaby, we could try help with the bootable USB thumb drive if you like. [18:41] Anyway. to another question. Im going to use 2 irc clients for ubuntu. 1 that has ssl,sasl,proxy etc so i can connect to .onion irc servers as well as clearnet if needed. and 2nd irc client is for i2p [18:42] any suggestions for 2 irc clients like that for ubuntu? [18:42] Sven_vB I followed this page: https://tojaj.com/lenovo-biosuefi-update-from-usb-stick-i-e-without-bootable-cd/ and tried to create a bootable usb downloaded from this https://downloadcenter.intel.com/download/28749 [18:42] Geras, just use 2 instances of hexchat. or even just one. hexchat can connect to several IRC networks at the same time. [18:42] Sven_vB but the disk does not boot. I created the boot usb for bios using the same process and it worked [18:43] carpediembaby, so your BIOS or firmware seems to run in BIOS mode. can the firmware upgrade not run in that mode? [18:44] carpediembaby, oh is it about the mainboard firmware? I thought it's about the SSD's firmware [18:44] anyone familiar with samba? is it possible to have access to a samba folder with multiple anonymous users same time? [18:45] Sven_vB I tried to upgrade the SSD firmware (downloaded from the second link) [18:45] peter22222, yes I did so a few years ago. [18:45] it works fine with one.. just wondering if more than one are connected as "anonymous" would be ok too [18:45] Sven_vB thank you [18:45] peter22222, in fact there are probably a thousand misconfigured machines out there right now where multiple anon users are sharing files. :) [18:45] Sven_vB I also upgraded the bios firmware (successfully, i think) by creating the usb disk as described in the first link [18:46] Sven_vB I tried following the same procedure for creating the USB disk for SSD firmware, but the usb didn't boot. [18:48] carpediembaby, i see. note to others: the 2nd link points to "Intel® SSD Firmware Update Tool", FirmwareUpdateTool_v3_0_7.zip, OS Independent, Language: English, Size: 76.41 MB, MD5: 412003532f365b95c70516227e8a054c [18:48] carpediembaby, what's inside that ZIP? [18:48] like, a folder, an ISO, an .exe file? [18:48] oh ic "comes in the form of an ISO image and requires either a completely empty USB drive or a blank CD" [18:49] Sven_vB inside it is an iso file and a PDF file with instructions. The pdf can also be found here: https://www.intel.com/content/dam/support/us/en/documents/memory-and-storage/Intel_SSD_FUT_User_Guide.pdf [18:49] what tool or command did you use for writing that ISO to your USB TD? [18:50] 1 more question for now before i have to go to my other os.. How do i install otr for pidgin on ubuntu? [18:50] Sven_vB I followed the same procedure as I did for creating the BIOS USB described here: https://tojaj.com/lenovo-biosuefi-update-from-usb-stick-i-e-without-bootable-cd/ replacing the iso of BIOS with the iso for SSD firmware [18:51] ok so they use dd if=iso of=disk [18:51] yes [18:52] I'd rather use /dev/disk/by-id/usb-… for such. it's much harder to mistype an entire manufacturer and model name, than to mistype the one character after /dev/sd. ;) [18:53] Sven_vB I can try that format if you want, but I don't know how to find the id. Also, is there a way to test if a USB disk is bootable, other than booting with it? [18:54] so it seems the set of boot methods provided by their ISO does not overlap with the boot methods supported by your BIOS. you could try supergrub to fill that gap. if you want that route, come to #sgrub because the easy (but new and mostly undocumented) procedure needs more off-topic explanation. [18:56] I don't know other ways. with supergrub there was a bug where it wouldn't boot on some kinds of hardware even though it did in a virtual machine, so there will always be edge cases where you have to test for real. [19:02] Hi there, anyone of you using or used restic backup utility? [19:04] certainly someone did, but that's not what you really wanted to know, right? [19:04] @tomreyn, Is there a way to see/identify in the restic backup log the list of new or modified files added to the repo? [19:05] i can't answer this from memory, but it's good that you asked your actual question. :) [19:08] b247eu, my contribute : "Restic supports incremental backup. If you backup the same directory as you backed up before, only the changes should be saved and a new snapshot id should be generated." [19:12] @ioria, i know that, actually i want to switch from duplicity to restic due to his dedup capability and the incredible speed, my only requirement is to exclude some folders/files when doing home directory /home/myusername backup in a recurrent mode, eg every hour or so, in the restic response i can see that x files are new and x files are modified and that without doing special things on my laptop except some browsing. [19:14] Whats the command for ubuntu to find this etc via terminal? [19:14] this etc [19:15] yeah [19:15] what's 'this etc' ? [19:15] lol [19:15] anyone knows? [19:19] hello! i'm using the fractional-scaling feature in Wayland, and i was wondering if there was a way to tell it not to fractionally scale XWayland apps (because they get blurry fonts, but the Wayland ones are sharp) [19:20] i have this file called accounts.xml file that is for pidgin.. how do I open that file and replace whats inside with something else? [19:21] b247eu, your issue is --exclude ? [19:22] @ioria, i need to identify caches/tmp files/etc to exclude from the full ~/ backup [19:23] b247eu, --exclude-caches ; https://restic.readthedocs.io/en/latest/040_backup.html [19:25] @ioria, i readthedocs :), and added --exclude-caches but it's not enough for me (eg everytime i run restic 10-20MiB of data are "adde") [19:26] ah, i see [19:26] and I suspect this is from .config folder where software may keep temporary/cached files [19:27] temporary mv it [19:27] @ioria, where [19:27] where yuo want [19:29] @ioria, sorry, what to move? the .config folder, browser cache folder? I did't get it. I just whant to identify what this new/modified files are and exclude them from the backup [19:29] the .config dir, if you think it's the culprit [20:00] Hello [20:00] hello [20:02] I setup unbuntu with a home swap and root... however I'm thinking I want to setup a 4th partition for mysql databasees and my web pages nginx and such....but I've used the disk. Can I unmount and rresize home and then use the new free space to create the new parittion I need [20:06] Hey there! So I want to dualboot ubuntu and windows 10. [20:06] bostonmacosx: The method to re-partition depends on what the current partitioning scheme is. Pastebin for the channel ' sudo fdisk -lu ' . [20:06] the recommended way of installing is still first installing windows, then ubuntu, right? [20:06] lenzeor, Yes. [20:07] lenzeor, Ubuntu will detect your Windows 10 and will create the multi boot accordingly. [20:07] akem, when I create a new partition table from the live system on the SSD I want to install both OSs on, does it also wipe any existing boot sector? [20:08] because I tried to install windows first, but after the installation I was thrown into grub rescue... [20:09] lenzeor, Well if you change the partition table, you need to update the boot sector too anyway. [20:09] lenzeor, That's strange. [20:09] https://pastebin.com/cPyrtPD8 [20:10] hello everyboy [20:10] *everybody [20:10] I hadd win 10 and installed ubuntu and I had to "set" the boot to use grub and not the windows boot loader then it worked [20:11] akem__, I will now try to install Win10 again and make sure to format the SSD from the windows installer [20:11] lenzeor, You should try to reinstall grub from a live system, there is a Ubuntu boot system repair. [20:12] akem__, isn't it better if I completely wipe the SSD and then reinstall both OSs? Ubuntu will install grub anyway... [20:12] Bashing-om: https://pastebin.com/cPyrtPD8 [20:14] lenzeor, If there is an issue with the partition table yes, it's better. === akem__ is now known as akem [20:17] akem, so I just used gparted to delete all partitions off the ssd. then used the win10 installer to format the ssd and make a new partition [20:17] windows installation is at 64% now, so we will see how it goes [20:18] guys how can i create a bootable usb with a windows 10 .iso from ubuntu ? [20:18] luckily it doesnt take as much time anymore as it used to [20:18] asdfgh, I just did that 10 minutes ago [20:18] asdfgh, fastest would be an other windows machine. [20:18] https://www.omgubuntu.co.uk/2017/06/create-bootable-windows-10-usb-ubuntu [20:18] i used the command line version on woeusb, nothing else worked [20:19] jups woe usb [20:19] GUI just crashed though [20:19] commandline version worked fine [20:19] so, run to an other windows machine, 5 minutes, woe usb maybe 30 minutes :-D [20:19] lenzeor, :) ehhe [20:20] guys another question but, i have a doubt regarding distros based on ubuntu... mint for example, i read it is "based" on ubuntu, what does it really mean? [20:21] asdfgh, "sudo woeusb --device /path/to/your.iso /dev/sdX --target-filesystem NTFS" [20:21] what does it "share" with the official ubuntu? [20:21] asdfgh: 90% of Mint is Ubuntu [20:21] lenzeor, i try, ... UEFI Right ? [20:21] asdfgh, ask in the mint channels please [20:21] jeremyb, so what does it change? tools/apps ? [20:22] asdfgh: If you have used Ubuntu, Mint isn't much different [20:22] asdfgh, some of the apps and the desktop environment [20:22] no no OerHeks i am using ubuntu and i want to continue using ubuntu, just curiosity [20:22] lenzeor, ok [20:22] asdfgh: might be better in #ubuntu-offtopic [20:22] it looks very different, most of the backend (packagemanager etc) is the same though [20:22] lenzeor, bootable UEFI right ? [20:22] mint has its own issues [20:23] yes it does that [20:23] asdfgh: Mint can boot UEFI with Secure Boot enabled because it uses Ubuntu grub [20:23] i think he asked about the windows iso? [20:24] maybe it is uefi compatible, dunno [20:24] yes i need windows [20:24] just curiosity about mint [20:24] But woeusb isn' packaged on Ubuntu is it? [20:25] Or maybe you need ppa or something? [20:25] akem, correct, but that url gives the download [20:25] bostonmacosx: GPT partitioning - sda7 looks to be the target to downsize - should be no problem then to make up that data partition :) [20:26] OerHeks, Ha yes, i see it, thanks. [20:26] yup..I want to get the nginx web and mysql daatabbases off of the root partition [20:27] I just found the work around to allow mariadb to let it to use the /home partition [20:27] My conf files are still on the root drive thouugh not surre what to do about thaat. [20:28] soooo Windows still didnt install? [20:29] bostonmacosx: Have yet to run mariadb; No ecperience here to say :( [20:29] it just boots into a black screen [20:29] not aan issue I got the work around but I've been reading as you don't want stuff on your rooot partition so you can easy upgrade or replace OS [20:35] okay so I will be running the win10 installer for the third time now in hope it works [20:37] my wireless lan is hard blocked is there a way to unblock it? [20:37] phy0: wireless lan softblocked: no hard blocked: yes [20:38] Is it possible to install ubuntu first and windows afterwards? or is that a major annoyance? [20:38] I'm trying to create partition /dev/sdd1 on my USB drive but I'm having problems [20:38] lenzeor, yes [20:38] currently, there is only /dev/sdd [20:39] B|ack0p, do you have a hardware switch for it? [20:39] I cannot delete or add a new partition to my USB using gparted. It's all greyed out [20:39] Siamaster, you can use a GUI tool like gparted or disks. [20:39] I've tried using both [20:39] noproto yes there is a physical switch to turn on off wifi and bluetooth [20:39] but it is on [20:39] Siamaster, do you have any sensitive data on /dev/sdd? [20:39] no [20:40] B|ack0p, try cycling the interface. theres some iwconfig black magic you can do too [20:40] cycling? [20:40] how: [20:40] ? [20:40] Siamaster, sudo dd if=/dev/zero of=/dev/sdd [20:40] then try using gparted [20:40] only do that if you KNOW sdd is the drive [20:40] Siamaster, you can use a GUI tool like gparted or disks. in the top menu, you will find peripheral -» create partition table [20:41] you can check by doing ls /dev/disk/by-id/ [20:41] then you can add partitions [20:41] B|ack0p, ifconfig down; ifconfig up [20:42] when its down you can try iwconfig mode managed [20:42] should i do on terminal: [20:42] ? [20:42] yes [20:43] question itc: why does the sysinfo() call return a long for the uptime? is uptime supposed to be negative in 120 years? there must be a reason [20:43] what is interface? [20:43] when i do ipconfig on terminal it says command not found [20:44] ipconfig is a windows command [20:44] so thats expected [20:44] try running 'ip a' [20:45] cool ! ip a [20:45] do you see an interface that starts with 'en' or 'wl' [20:45] I'm still running that sudo dd if=/dev/zero of=/dev/sdd command [20:45] what does this do? [20:45] 1: lo .. [20:45] its writing a bunch of zeros to the drive [20:45] 2: enp0s25 no carrıer [20:45] noproto, anything I need to consider when I want to dualboot win10 and ubuntu? just make an empty ntfs partition for windows on the first install? [20:45] 3: wls2 broadcast. multicast..etc [20:46] what purpose does these zeros have? [20:46] lenzeor, yea thats a good idea [20:46] make sure you have media for win10 and a license key [20:47] Siamaster, to erase anything that might be causing an issue reading the partition table [20:47] afterwords you can just go in and create a new partition table [20:47] @noproto and afterwards I will have some configuring to do to get GRUB to work, right? [20:47] cool! thanks! [20:48] Siamaster: Why pray tell- are you "zero'n out" the drive ? [20:48] It's a USB drive I need to create partition 0 [20:48] B|ack0p, so is wls2 your link? [20:48] so I can update my BIOS with it [20:48] Bashing-om, his partition table is fscked [20:49] and who needs cdisks when you have dd [20:49] noproto: Siamaster :) [20:49] noproto: i am not sure [20:51] B|ack0p, does wls2 say UP next to it? [20:51] noproto: it says DOWN [20:51] you probably dont care about enp0s25 though, thats your ethernet [20:51] ok bring it up [20:51] ifconfig wls2 up [20:52] !alis [20:52] 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" [20:52] 3: wls2: mtu 1500 qdisc noop state DOWN group default qlen 1000 [20:52] B|ack0p: post URL from terminal for> rfkill list | nc termbin.com 9999 [20:52] link/ether 18:3d:...... [20:52] jeremyb: it is on my other laptop and not connected to internet [20:53] lspci shows the wireless device as Intel Centrino Advanced N 6200 [20:53] but it s hard blocked [20:53] B|ack0p: I'm following along here [20:53] rfkill list is a nice command [20:53] B|ack0p: that is definitely a supported wifi device [20:53] B|ack0p: does the PC have a wired connection so you can post logs etc. ? [20:54] i mean [20:54] he said it has enp0s25 [20:54] thats an ethernet adapter [20:54] TJ-: no ethernet connection possible at the moment [20:54] router is not next to me [20:54] B|ack0p: tether to smart phone? [20:54] rfkill list shows [20:55] phy0 wireless lan soft blocked: no hard blocked: yes === LabMonkey is now known as Mechanismus [20:55] B|ack0p: OK, do this: "lspci -nnk -d ::280" tell is the vendor:device ID at the end of the first line ( [VVVV:DDDD] ) and which kernel driver is in use [20:55] B|ack0p: what make/model computer? [20:55] Does the command finish? I see I can already create a new partition with gparted [20:55] jeremyb: thinkpad x61 [20:56] Siamaster, yep [20:56] how big is the disk? [20:56] 16 GB [20:56] yea it wont take much longer [20:56] TJ-: 8086:4239 [20:56] B|ack0p: Am I correct that this same mini-PCIe wireless card works in the other mini-PCIe slot (It's currently in the WWAN slot though) [20:56] if you want to go ahead and make the partition you can though [20:56] ok ty! [20:56] just ^C and format the drive through gparted [20:56] TJ-: before i switched it was working yes [20:57] B|ack0p: if the wifi switch doesn't change the hard block, you might need to tape a pin on the wifi card [20:57] Siamaster: see ' man dd ' for directions on how to see the progress of "dd". [20:57] ok. Will do that. ty [20:57] jeremyb: as TJ- mentioned above i tested something [20:57] laptop has 2 pcie slots [20:57] Siamaster, that's kill -USR1 `pidof dd` [20:57] if you dont want to go through the manpages [20:58] wifi card was on 1st slot as default then i plugged the wifi card in 2nd pcie slot which made for wwan slot i guess [20:58] B|ack0p: I'm wondering if the RFKILL signal aren't being brought out to the WWAN slot... in theory they should be to order the cellular modem radio to be disabled [20:58] TJ-: i did sudo rfkill unblock all and didnt work [20:58] Thanks for the help! [20:58] its not soft blocked [20:58] Siamaster, np man [20:59] B|ack0p: it isn't expected to - software only controls Soft block, Hardare controls Hard block [20:59] i see [20:59] what could block it? [20:59] so either its a driver problem or you pressed the button to disable it [20:59] i didnt disable anything [20:59] B|ack0p: hard block is a signal from BIOS in most cases [20:59] you can try pressing the button again and running rfkill list [21:00] just to eliminate that possibility [21:00] hmm maybe i did something on bios [21:00] if there is someone familiar with thinkpads i installed Middleton bios before [21:01] and when i disassembled laptop i removed cmos battery for 1-2 mins [21:01] maybe it resetted something [21:02] B|ack0p: long shot but... reboot it into the BIOS Setup, see if there's an option to enable/disable the WWAN slot (often is to save on power) [21:02] TJ-: i already checked that WWAN is enabled [21:02] so anyone able to answer why uptime is allowed to be negative? [21:03] B|ack0p: quote: "On models with multiple MiniPCI (express) slots, the BIOS checks only the “WiFi-slot” for unauthorized WiFi cards. A neighboring WWAN slot is allowed to hold such a card. But there might be a catch: the WWAN slot’s “disable radio” signal could be active, so that the card will refuse from using the radio. The operating system can see this condition: on Linux it is reported as “hard [21:03] blocked” by rfkill. (This actually depends on the driver: “b43” does notice that the card refuses to switch it’s radio on and reports it via the rfkill interface.) " [21:03] B|ack0p: see http://www.thinkwiki.org/wiki/Problem_with_unauthorized_MiniPCI_network_card#Use_another_MiniPCI_.28express.29_slot [21:04] TJ-: thx [21:07] B|ack0p: see https://www.youtube.com/watch?v=yzAKcmlaH1M a piece of tape can block the rfkill [21:07] B|ack0p: also later in the "Problem with WifFi LED" section, "the MiniPCI standard leaves the implementation of the LED signals available on the MiniPCI connector to the card vendors. Therefore some newer WiFi cards use one of the signals originally meant for LEDs to implement the "radio kill" switch input." [21:07] jeremyb: usually i should get a warning before booting to OS about unauthorised network card but i didnt get any warninng. i can still boot to OS [21:09] TJ-: wifi LED is off now [21:10] B|ack0p: you can still use any supported USB wifi device [21:12] But I would try the piece of tape on the internal wifi unless you want to buy an internal card certified for use on that model [21:12] jeremyb: thx i better plug it to default pcie slot instead of wwan [21:13] B|ack0p: will it even allow you to boot then? [21:14] jeremyb: it was working before so why not [21:14] i plugged same card to different slot that s why i am having this problem i think [21:14] B|ack0p: I have a Lenovo with the BIOS whitelist on wifi, unsupported wifi card means no boot [21:14] there are 2 pcie slots [21:15] jeremyb: i can boot now just wifi doesnt work [21:15] i unblocked whitelist with Middleton BIOS [21:15] but i didnt know wwan slot wont work [21:15] jeremyb: http://www.thinkwiki.org/wiki/Middleton%27s_BIOS [21:16] if anyone else has the same Intel Firmware update problem as carpediembaby earlier: the website and docs were lying. the .iso file did not contain an ISO image, but instead a disk image with MBR+GPT and an EFI System Partition. [21:18] jeremyb: come to ##ibmthinkpad [21:19] albeit in my hex editor it looks very much like an ISO image. even stranger. [21:31] Sven_vB: so there's no El-Torito boot images? [21:35] TJ-, not sure what that is. [21:35] Sven_vB: it's the means by which an ISO-9660 image is made bootable [21:36] TJ-, that might be. or just carpe's firmware has a bug and SGD has a bug and I trusted the "file" tool too much. [21:36] Hybrid images are clever in that they map boot code into an El-torito boot image rather than duplicate it [21:36] Sven_vB: do you have a link to the file I can use? [21:38] TJ-, just the page two clicks before that, https://downloadcenter.intel.com/download/28749 [21:38] TJ-, we extracted the ESP though and carpe currently tries to boot that directly [21:39] in other news: can you help me debug my initrd so it mounts my ubuntu xenial partition from LUKS LVM? I copied some of the lvm programs onto my initramfs, so I can now see LV loki_ubuntu in VG loki_vg, from which I conclude that "cryptsetup luksOpen" had succeeded. in a live session, at this point /dev/mapper/loki_vg-loki_ubuntu would have appeared, so I can mount it on /target and chroot into it. but in the initramfs shell, the mapper [21:39] devices do not appear. any ideas? http://paste.debian.net/plainh/57605d3e [21:48] a bootable EFI CD will have a FAT disk image as the boot program. i.e. that file that would have been loaded to 0x7C00 in legacy boot is a FAT partition on EFI el torito boot [21:49] I have written a kernel with bootloader that works on disks and CD for both legacy and EFI [21:51] Sven_vB: looks like a regular hybrid ISO image to me [21:51] doug16k: Are kernel changes needed? My HDD will boot UEFI and legacy [21:52] it is kernel implementation dependent but there is no need for a special kernel in general === Platonid1s is now known as PLatonides [21:53] the bootloader should set things up roughly the same before starting the kernel. the loader needs to load enough of the kernel for it to bootstrap itself, and typically needs to load in an initial ramdisk somewhere. both legacy and efi bootloader would set those up and jump into kernel === PLatonides is now known as Platonides [21:54] Sven_vB: see http://paste.ubuntu.com/p/5v5jdYfF3w/ [21:54] It seems hard to purge sensible-utils, as that will purge half the distro. Is there a way to make sensible-editor respect $EDITOR where i used to append options? Or, can sensible-editor allow one to append options such as --color=no whene selecting emacs? [21:54] TJ-, thanks! maybe that will help debug SGD then. [21:56] oh, heh, i figured it out: let it pick emacs, then just append the options in ~/.selected-editor [22:01] see 13.3.2.1 here, it describes how EFI boot uses the boot file to hold the EFI boot partition image -> page 666 of https://uefi.org/sites/default/files/resources/UEFI_Spec_2_7.pdf [22:06] no-one any idea about my LVM? where else could I ask? [22:08] Sven_vB: ubuntuforums.org, askubuntu.com, linux.org [22:09] thanks, yeah, maybe I should consider forums as well. [22:17] Sven_vB: is loki_pv the cryptsetup DM name? [22:18] not sure what "DM" is here, I'll go read the man page [22:18] Sven_vB: in which case, assuming lvm is installed in the initrd, you need to do "lvm vgchange -ay" to active the VG and LVs within it. DM == Device-Mapper [22:19] Sven_vB: ^^^ this should usually happen automatically due to lvm's udev rules and initramfs-tools scripts copied into the initrd when the initrd is built [22:20] I gues yes, at least man cryptsetup says "sets up a mapping after successful verification of the supplied key". I'll try and find those udev rules and copy them onto my initramfs. [22:25] TJ-, anyway, activating it helped. thanks a lot! [22:33] Hello [22:33] any reason to try to move etc files off of the root partition? [22:34] yeah, if you run out of disk space there. or want to use a versioning file system for etc but not most other stuff. [22:35] or as an improvised "solution" to making your configs persist reinstalls. [22:38] those would be very specific use-cases [22:38] the kernel panic was because I forgot to mount the root device. [22:38] not something the typical person should be doing [22:39] bostonmacosx, yeah, not "any reason" is a "good reason" [22:39] Sven_vB: so how the hell do I do that? [22:39] ubuntu noob here. why does `printenv MANPATH` give no output? [22:40] hahahah, *now* systemd tries to mount the disks from crypttab… yeah. [22:41] meygerjos, probably that var is not set currently. [22:41] meygerjos, try "printenv USER" for compariosn [22:41] *comparison [22:43] Sven_vB, `printenv USER` works fine, it says the name of the user [22:44] What do you mean that var is not set? Do you mean the /var directory? [22:45] meygerjos, nope, in this case with "var" I meant "environment variable". [22:46] oh [22:46] but man works fine, how is that possible without #MANBASH? [22:46] should I umount auxiliary devices at the end of my initramfs script, albeit systemd will probably mount them later anyway? [22:47] maybe it is $MANPATH from /etc/manpath.config [22:48] meygerjos, env vars are one of many methods to configure a program. in this case, man probably has a default value that works for you. [22:48] oops i mean $MANPATH [22:48] i see [22:55] thanks OerHeks that's it! [22:56] i think you're supposed to interact with it through the manpath command [23:21] Why does `manpath` return `/usr/local/man:/usr/local/share/man:/usr/share/man [23:21] ? [23:22] The only one of these directories which is inhabited is /usr/share/man. What are the others for? [23:29] /usr/local/man Man pages associated with locally installed programs ## and /usr/share/man Manual pages go here in subdirectories according to the page sections. [23:31] then /usr/local/share/man would be 'Local application data that can be shared among different architectures of the same OS. [23:32] and that is where i often find conflicting manpages when adding an archtecture [23:32] blup