[00:00] j0h: none at all unless you've got an IPv4 address hard-code in the kernel command-line or someplace else [00:01] nope, nothing like that [00:02] it says on that article "The default kernel’s behavior is getting the IP address via dhcp (ip=dhcp). " [00:02] j0h: well this'll be your problem; if you manually do "dhclient&" to run it in the background it'll by default try IPv4, then run your script and it'll likely all work, which will prove the problem is the missing dhclient call [00:02] hey guys. Im having trouble logging in. I set the machine not to ask for password on login and now it does. And the proper password doesnt work. I can ssh in from another machine onthe local network though. [00:02] j0h: what *is* on the kernel command-line? [00:03] Ubuntu Server 18.04, DNS resolution fails after uninstalling PiHole. Manually editing /etc/resolv.conf fixes it, but it doesn't persist after reboot. Manually editing /etc/netplan/foo.yaml seems to work, in that netplan doesn't give any errors when applying, but it doesn't fix my DNS resolution problem. What is the correct way to commit changes to /etc/resolv.conf ? [00:03] I didn't put anything on the kernel command-line because it said that was default [00:03] .xsession-errors doesnt show anything and I removed .Xauthority and rebooted just for good measure. still no joy [00:03] so I skipped that step TJ- as I didn't need to assign a static ip [00:04] TJ-, this is a read only right? I'm not able to disable this script from running through the initramfs shell? [00:05] just to revert all the reverse ssh stuff and see if it does get ip without it [00:06] j0h: I'm searching the kernel source to check on the autoconfig/DHCP internal stuff [00:07] ahh ok [00:07] also, I just noticed that the ping would always fail because my external server doesn't respond to pings [00:07] -.- great >.> [00:07] I should have checked that, silly me [00:09] TJ-, that is likely what the delay is [00:09] good old azure blocking ICMP [00:09] j0h: hmmm, but is that affecting the DHCP too? [00:10] hum, I don't think that would [00:10] like, the script will reboot after 60s if it doesn't get a ping right? [00:12] j0h: kernel-wise, it has the config flag CONFIG_IP_PNP_DHCP but that isn't set in the Ubuntu builds; check with "grep -n CONFIG_IP_PNP_DHCP /boot/config*" [00:13] sorry TJ, got disconnected, I'm still trying to get into the normal boot somehow [00:13] so I can disable this script and start again -.- [00:13] what regex do i use if i want to grep for subdomains from a text file [00:14] any ideas for a login loop on 19.04 ? [00:15] j0h: so, I'd try adding "ip=dhcp" to the kernel command line [00:16] is this through grub e again? [00:17] j0h: you need to be aware that all this internal kernel network support is *only* to allow it to mount its root file-system from an NFS Server, and so when those NFS facilities aren't built in, this IP autoconfigure behaviour won't work. I'm not seeing signs of its config options in the Ubuntu kernel configs but I was pretty sure they are there somewhere! [00:18] j0h: yes, always, only way to add it at boot-time [00:18] j0h: once the system has fully booted you can always edit /etc/default/grub to add it to GRUB_CMDLINE_LINUX= and then do "update-grub" so it happens automatically [00:19] ahh ok, the only issue I see TJ- is that this script will fail because of the sleep /sbin [00:19] as that doesn't persist when I do ln -s [00:20] there must be some magic that caused it to get an IP without setting GRUB_CMDLINE_LINUX, but I'll be sure to do that when I manage to boot [00:20] how do i grep only the subdomains in this text file https://ibb.co/YLHRC70 [00:20] j0h: the full details of that network functionality is here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/filesystems/nfs/nfsroot.txt [00:22] gotcha, will read through that [00:23] What could be the reason, why I, being _root_, can not edit files in /snap/wekan ? [00:23] I seem to have insufficient permissions [00:23] the files seem to be owned by "root" [00:23] TJ- is there a way to persist the ln -s for /bin/sleep here? [00:24] so that I can try adding ip=dhcp to kernel [00:24] and see if it boots [00:24] Rojola2: snaps are stored in squashfs filesystems, which cannot be written to [00:25] thank you sarnold [00:25] sarnold, is there any workaround? [00:25] I must really edit a file [00:25] Rojola2: I don't know what problem you're trying to solve [00:25] sarnold, I try to edit a template file [00:26] /snap/wekan/550/programs/web.browser/head.html [00:26] ^ this is the file I must edit [00:26] Rojola2: the filesystem is read-only [00:27] Rojola2: if whoever packaged it has given you the sources, you can change the file and then rebuild the snap [00:27] TJ-, on /scripts/dropbear, there is configure_networking [00:27] I think this might be what brings the connection ip [00:27] can I unmount the snap, mount it in write-mode, edit it, and remount it? [00:27] I am not used to not being allowed to edit a file on linux [00:28] in the past, I also installed it via snap and I could edit this file [00:28] nah maybe that was a *.deb back then [00:28] Rojola2: probably not. you can certainly use unsquashfs to unpack the thing, edit it, then mksquashfs to repack it, but that will change the filesystem, and probably snapd will refuse to work with a corrupted filesystem image [00:29] Rojola2: it'd be significantly easier to get the source code and change it then rebuild the image [00:29] installing this without snap is difficult [00:29] snap made it so easy [00:30] ask whoever packaged it if the sources are available; it might be as easy as git clone ... ; cd ... ; vim foo/head.html ; snapcraft [00:30] j0h: that is likely; I just found the 'knob' that controls kernel networking, it's CONFIG_IP_PNP and it isn't set in the Ubuntu kernels [00:31] TJ- /debian/initramfs/dropbear-hook [00:31] that's where the dropbear hook is on the git [00:32] sarnold, thank you! [00:32] Rojola2: all sorted? :) [00:33] TJ- is there something that I can do to disable this script from running? [00:33] I actually can't see myself booting into normal [00:34] can I simply do rm link-with.server.sh? [00:34] j0h: configure_networking() is provided by initramfs-tools /usr/share/initramfs-tools/scripts/functions [00:34] the dropbear prehook calls that function [00:36] I [00:36] sarnold, no [00:37] I just want to disable this reverse ssh script now form initramfs, is there anything I can do to boot locally TJ-? [00:37] sarnold, I will probably reinstall wekan via "sandstorm" so I can edit it [00:37] still login looping. lightdm.conf reports that I should still be on auto-login. AM I going to have to reinstall here? [00:38] mwm_ did you try startx? [00:39] tonyt: startx wont work. the machine is my NAS (and other stuff ) rig so I run itheadless over the network. Only access I have right now is ssh (normally use teamviewer) [00:40] Rojola1: dang. I hoped you'd gotten it going; snap sounds really easy to use, but two minutes did seem too good to be true, haha [00:41] it just started wanting a password after the last reboot. when I put the proper password in it just loops back to the login prompt [00:42] j0h: from the host remove its executable bit: "chmod -x /etc/initramfs-tools/scripts/init-premount/link-with-server.sh" [00:43] j0h: that way when the initrd is rebuilt it won't be executed on boot [00:43] j0h: whilst you're testing that script you ought to add a flag that stops it acting [00:44] where do you add the flag TJ-? [00:44] I should just tested this in a VM first [00:45] oh and thanks TJ-, I just managed to boot into the main os [00:45] pheww! [00:46] j0h: I'd add a line before the ". /scripts/functions" with "if grep -q dbclient=no /proc/cmdline; then exit 0; fi" [00:46] j0h: with that line, to disable the script, you'd just need to add "dbclient=no" on the kernel command-line at boot-time [00:46] j0h: of course, don't forget to make the script executable again if you adopt that! [00:46] awesome, thanks TJ- [00:47] I won't keep you up any longer! [00:47] j0h: I was about tosay I have to go; got to be up in 3 hours! [00:47] gosh! [00:47] hope you managed to some sleep, sorry for keeping you up so late [00:47] you've helped me loads! appreciate it! [00:48] night night [00:48] yeah.. got a large summerhouse construction delivery to supervise and the construction crew are due to arrive around 7am [00:48] early doors :o [00:49] j0h: hope you get it sorted; might help to let the writer of that script know about the things they missed that broke it too [00:49] yea, I'll create a PR when I figure it all out === DetectiveTaco is now known as DetectiveBoobies === DetectiveBoobies is now known as DetectiveTaco [01:06] Looking for some help diagnosing/fixing: I upgraded to 19.04, now my computer wont detect my keyboard/mouse through my KVM. the boot log said something about a usb error or bad cable, however I've tried changing the cable and it also works with the other machine connected to the kvm switch. [01:08] "usb 1-9-port1: Cannot enable. Maybe the USB cable bad?" [01:10] hi, I have Ubuntu 15.04 and am trying to update my libssl to the latest security fix for CVE-2016-2107, does anyone know if theres a special apt repository for that? thx! [01:11] Delphin: 15.04 ?? [01:11] !15.04 | Delphin [01:11] Delphin: Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol and https://ubottu.com/y/vivid [01:11] oh darn [01:12] might be able to use an old debian repository, though? [01:12] no [01:12] there's an old-releases.ubuntu.com or similar that would have packages that are compatible [01:13] but there's no fixes for anything in the last three years [01:13] no problem I'm compiling it from source instead [01:16] please be careful with that machine [01:16] the apt on it is going to be vulnerable to a MITM attack, and who knows what else.. it's been a busy three years === DetectiveTaco is now known as turtlecone [01:25] Has 19.04 changed how it handles USB, or what it supports? === turtlecone is now known as DetectiveTaco [01:28] does anyone know any good free (or really cheap) web host panels for linux? [01:42] Delphin, what do you need it to do? === zbenjamin is now known as Guest74450 === zbenjamin_ is now known as zbenjamin [01:44] lordcirth_: would like SSL certificate management built in and spam stuff for email protection, and a reseller portal or a way to make seperate accounts for different users [01:47] I have just installed ubuntu server 18.04 and transmission-daemon. The default is to only allow 127.0.0.1 to connect to the website can somone help me get the config file to change? [01:48] tacomaster: first, are you really sure you want to? [01:48] tacomaster: probably dpkg -L transmission-daemon will show a config file in /etc [01:48] The server that it is installed on has no web browser so I am pretty sure :D [01:49] but do you completely trust all the other machines that can reach it? [01:49] Yes it is just two computers on this subnet my and this machine [01:50] tacomaster, this should cover it: https://help.ubuntu.com/community/TransmissionHowTo [01:50] /var/lib/ eh? good thing someone wrote some instructions :) hah [01:51] yeah, it's odd [02:18] hi all, ran into some issues trying to update some packages, probably foolishly. trying to revert them back to the prior versions yields an error of "Package is not configured yet." for everything [02:18] `apt-get -f install` just tries to remove a ton of packages [02:18] what can i do to fix these issues? thanks [02:19] Joah, what Ubuntu version, and what packages did you try to update? Do you have PPAs? [02:20] 18.04. tried updating some dependencies a newer version of a package required [02:20] no PPAs, just downloaded the .deb files [02:20] Oh, yeah manually installing .debs that conflict with existing ones is a bad idea [02:21] Joah, can you try 'apt install --reinstall ' [02:21] good idea [02:23] https://paste.ubuntu.com/p/JSrMf35Jw7/ [02:23] that's what i get D: [02:23] i don't even know where to start [02:23] Joah, did you try to install a newer libc6? [02:23] yeah [02:23] bad idea, i guess [02:24] lol [02:26] very [02:26] You might be able to find the previous .deb in the cache and install it? But honestly I'd reinstall [02:26] i have the .deb files [02:27] i'll paste what it does when i do `dpkg -i` [02:27] https://paste.ubuntu.com/p/5bMzwN999T/ [02:28] Yeah, this is beyond me, sorry. [02:29] no problem, thanks for the help! [02:29] anyone else have any ideas? [02:35] Joah: *maybe* a do-release-upgrade. Maybe you can drag the whole thing forward. maybe it won't even touch it.. [02:35] Joah: if you want to try the downgrade instead, for this most recent pastebin.. [02:36] Joah: dpkg -S /usr/share/doc/libc6/NEWS.gz to find all the packages that package that file, and make sure to change all of those packages to a version with the identical version of that file [02:37] so i would change /usr/share/doc/libc6/NEWS.gz to the older version manually? [02:39] no, you'd find all the packages that dpkg says own that file, and you'd downgrade them all at once [02:39] ah! [02:39] so sorry for the noob question, but what command would i run to downgrade them all at once? [02:39] libc6:i386, libc6:amd64: /usr/share/doc/libc6/NEWS.gz [02:39] that's what it gave me [02:40] I think apt-get install ./path/to/old/libc6... ./path/to/old/libc6.i386.deb.. [02:42] sarnold, that gives me this: https://paste.ubuntu.com/p/gNz6fWHS2x/ [02:42] it looks like libc6 is the issue. is there any way to force that specific package to reinstall, i guess? [02:43] Joah: try adding in paths for the older versions of libc-bin, libc-bin-dev, libc6-dev, libc6-dbg etc [02:45] depending upon how well your system is working, maybe just apt-get install libc6=2.27-3ubuntu1 libc-bin=2.27-3ubuntu1 libc-dev-bin=2.27-3ubuntu1 locales=2.27-3ubuntu1 libc6:i386=2.27-3ubuntu1 libc6-dbg=2.27-3ubuntu1 libc6-dev=2.27-3ubuntu1 [02:52] sarnold, that almost worked [02:52] it gave me the NEWS.gz error [02:53] Joah: where it says "which is different from other instances of package" what packages are listed there? [02:53] trying to overwrite shared '/usr/share/doc/libc6/NEWS.gz', which is different from other instances of package libc6:amd64 [02:54] try adding libc6:amd64=2.27-3ubuntu1 to the long command line [02:54] same error [02:55] should i try manually replacing NEWS.gz? [02:55] dang. no, I don't think that would move you forward [02:56] it did [02:56] trying to overwrite shared '/usr/share/doc/libc6/changelog.Debian.gz', which is different from other instances of package libc6:amd64 [02:56] woah really [02:56] yeah [02:56] alright, keep going then :D [02:56] weirdly enough [02:56] not at all what I expected [03:00] is it possible to run private internet access on a ubuntu server 18.04? [03:02] sarnold, well [03:02] i got a lot further [03:03] now i gave me this: https://paste.ubuntu.com/p/sjqjJqtk5z/ [03:03] Joah: I've *never* seen that one. wow. [03:03] however [03:03] when re-running the command you gave me [03:03] Joah: run the command again? see if it says the same thing>? [03:03] https://paste.ubuntu.com/p/srPN7fc2gF/ [03:04] YESYESYESY [03:04] Joah: awesome :D [03:04] thank you so much, man [03:04] you're a lifesaver [03:04] you're probably not quite done [03:04] try an apt-get install -f [03:04] yup [03:04] no issues [03:04] dude [03:04] well done [03:04] i'm worried that something else is broken, though [03:05] maybe debsums -sa ? [03:05] lordcirth_: find anything? [03:06] sarnold, only one issue with chrome [03:06] so i should be good, right? [03:06] Delphin, wasn't really looking, no. [03:06] Joah: yeah, sounds good to me :) [03:07] thanks again, sarnold [03:07] i'm gonna reboot [03:07] good luck, hope we're right :D [03:07] if i'm not back in a few... r.i.p. this install [03:12] :D [03:13] Fix one thing and another issue pops up... Now I get "No adapters available" - BlueTooth. What could cause that? I was using it earlier today before I did some changes to my partitions and stuff.. === [b0b] is now known as b0b [03:15] I have checked in Bios - nothing about Bluetooth there - but set it back to default - didn't help.. [03:36] hi, during a 18.04 server install, my VM had a functioning network config. but after booting for the first time, all I have is lo - is there a way to have ubuntu automatically reconfigure the network? [03:36] 'ip a' shows a second device (but no ip address) [03:38] crankharder, edit the files in /etc/netplan [03:38] doesn't sound 'automatic' [03:38] how come the intaller can set it up correctly, but the installed system can't? [03:39] crankharder, Not sure. [03:40] crankharder, you can also try just running 'netplan apply' [04:03] cpu fan at zero == bad?? [04:04] one of my sensors on the motherboard says -128C [04:04] unlikely. [04:04] i think a reboot is in order. suspend is not my friend [04:08] much better... [04:09] wish i knew more about what the smeg is happening when i press the power button to suspend. it's a motherboard option. things don't seem to wake up properly. i get strange graphics artefacts... === imsurit_ofc is now known as imsurit [04:12] Gallomimia: You can change power button actions in power options [04:18] cupcake90, i did... it seems like a handy thing to let it suspend. it's waking that seems to be doing strange things [04:18] usually i prefer not to do that, but keeping this system always online isn't great right now. heat factory [04:19] i just... still don't know what suspend really means. it doesn't save the state to disk and reboot. no swap enabled. what kind of low power mode is this?? [04:20] Gallomimia: hmm strange laptop is heating up and still fan not working, there must be fan issue or something [04:20] it's a desktop [04:20] the fan is running again. the temperature readings look normal [04:21] Gallomimia: Doesnt matter I think latest systems comes with automatic fan on smps and cpu [04:28] this board is i think 4 years old [04:28] the fan control is part of the bios/efi [04:30] Gallomimia: if the fan is not working at all you can check with alternate power supply I am no hardware expert but I had similar issue with an old board [04:30] Lucky for me that was a faulty fan [04:30] it's working now. i'm not even sure if it was simply a faulty readout on the sensors [04:31] the cpu temp was reading at 15 and 18C which is pretty much impossible too [04:31] ambient is warmer than that. there's no way it could be colder [04:32] reboot was a wise thing to do. i'm just left wondering what was up after waking from suspend/sleep [04:32] Try burn the cpu with some bench tools and see temp variations [04:33] it's not the same kind of suspend i think. it has to be some kind of hardware thing. and this motherboard is just not a friend for linux based OS [04:34] grief at every step. and to make matters worse i have a pair of EVO840's for some speediness. complete with firmware bugs. they don't have any non-windows updaters big thanks samsung. and even so i have read that the firmware updates make the issue worse, not better [04:35] i'm never giving that company another dime. i have used their full range of products and... just, puke. [04:35] tv's stereos, washing machines, ssd's. all have software that should have failed first year [04:35] dont expect enterprises quality in home products [04:36] i do expect home quality in their products. [04:36] falls short. every time [04:37] okay i'll launch a CPU taxing program to "benchmark" it. it's called.... Factorio [04:37] !offtopic | cupcake90 Gallomimia [04:37] cupcake90 Gallomimia: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [04:47] hey [04:47] welcome to ubuntu support swarajpande4 [04:47] im new to irc :( [04:48] struggling a bit [04:48] swarajpande4: for irc help you can ask in #freenode for ubuntu support questions here in #ubuntu [04:48] oh thanks man [04:48] really appreciate it [05:23] hi, did anyone knows whether 192.168.x.x are marked as localhost by ICAAN ? Can i safely assumed that all IP's starting with 192.168.x are localhost ? [05:34] johnc--: yes and no. Yes, 192.168.0.0/16 range is so called "non-routable", RFC 1918 range, so public routers _probably_ won't ever know how to route that. no, ICANN has nothing to do with "localhost" name, and public DNS services will often add a record for "localhost" if you query them directly. I doubt it'd ever go through root DNS servers. [05:38] johnc--: also "localhost" is traditionally 127.0.0.1, not 192.168.0.0/16, and some would say teh entire /24, /16 or even /8 range of that subnet, and by default set via /etc/hosts of pretty much every distro. [05:38] i c. thank you. [05:40] naut [05:40] sorry, wrong key. === imsurit_ofc is now known as imsurit [05:52] hello, A question, is squid 3.5 compiled with ssl_bump or must I rebuild the package? [05:53] nwe: doesn't `squid -v` list compile time options? [05:54] looks like I must rebuild it [05:54] grep ssl_bump didn't give me anything :/ [06:00] stupid question can I build bionic package on an xenial system? === imsurit_ofc is now known as imsurit [06:08] nwe: in general, if you build from .dsc / deb-src and it builds and runs fine with xenial's deps and libraries, then sure. [06:09] nwe: question is only how many dependencies would you need to pull down as well and whether there'd be conflict. alternatively, use containers. === Koopzington is now known as Koopz [06:17] pulseaudio : Depends: libpulse0 (= 1:11.1-1ubuntu7.2) but 1:12.2-9~bionic1 is to be installed.How to fix this? [06:18] shonhadow: are you mixing repos/PPAs? [06:18] no [06:19] when i try to install libpulse,it says it exists [06:20] libpulse0 is already the newest version (1:12.2-9~bionic1) [06:20] !info libpulse0 bionic [06:20] libpulse0 (source: pulseaudio): PulseAudio client libraries. In component main, is optional. Version 1:11.1-1ubuntu7.2 (bionic), package size 263 kB, installed size 1089 kB [06:21] I'm pretty sure you are using some PPAs there that are conflicting... [06:21] before that i tried to install pulseeffects.Now i have removed it from software sources and from system [06:22] and you ran apt update after that? [06:22] yes [06:22] what does `apt-cache policy libpulse0` say? [06:22] !pastebin [06:22] 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. [06:24] https://paste.ubuntu.com/p/rkmqxtnpPS/ [06:27] shonhadow: run `apt install --reinstall libpulse0`. if that doesn't change it to version 11.1-1ubuntu7.2, run `apt clean` and try again. [06:28] okay [06:31] https://paste.ubuntu.com/p/dR6BpRJ73X/ [06:31] didnt fix [06:32] apt clean withtout any other argument, but I suppose that worked anyway if it didn't error out. okay, try forcing the version. apt install --reinstall libpulse0-11.1-ubuntu7.2. [06:32] (without that trailing dot) [06:33] shonhadow: sorry, = instead of first - like this: apt install --reinstall libpulse0=11.1-ubuntu7.2 [06:36] blackflow: https://paste.ubuntu.com/p/GsVrqNQkWH/ [06:38] shonhadow: what ubuntu version are you on? [06:38] 18.04 [06:39] shonhadow: ah, my typo. libpulse0=1:11.1-1ubuntu7.2 I forgot to include that 1: [06:39] now this should reinstall libpulse0 and its correct dependencies, from official repos. do you have anything else installed from that PPA? [06:42] list of dependencies where like 10 to 12 [06:42] sudo apt install pulseaudio pulseeffects --install-recommends [06:42] cant remember what packages [06:45] shonhadow: you can look that up through /var/log/apt/history.log === kallesbar_ is now known as kallesbar [07:44] blackflow: reinstalling that libpulse package took me to tty session and lightdm wont load === imsurit_ofc is now known as imsurit [09:01] Hi, sombone here is using WSL? [09:01] sombody* [09:01] somebody* [09:01] typing is hard [09:01] !wsl [09:01] 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 [09:03] I do not need installation instruction, just have other question, but I will go to correct channel [09:04] nonamme: "For discussion and support, see ...." [09:05] hello. is the usb-creator-gtk thing legacy now? It doesn't let you select ISOs, so maybe there's a different way [09:05] blackflow: ? [09:06] nonamme: what bot posted is not just about installation instructions. re-read teh part that starts with "For discussion and support, ..." [09:06] blackflow: what did I write at 10:03:53 ? re-read it [09:07] what timezone? [09:07] GMT 00:00 [09:08] nonamme: great. then you know what to do ;) [09:08] blackflow: :* [09:10] LACampbell: what are you trying to create, there might be an easier way [09:11] hi EriC^^ . just a bootable usb stick. also tried downloading unetbootin but the PPA is bad. not my day today [09:11] anyway just want to know if usb-creator is still the preferred way before I spend an hour googling [09:13] Hi all how to set up permissions for ntfs file system so it will mount [09:13] LACampbell: have you considered using dd to make the bootable usb? [09:20] Hey, a quick question. When I want to uninstall mate-dictionary from the mate-utils bundle, do I have to remove the whole bundle and reinstall the packages I want? === Soni|AntiMatrix is now known as Soni [09:28] Hi folks [09:29] How can I pass an environment variable to a program that is running with sudo? [09:30] acebrianjuan: sudo program ENV_VARIABLE_NAME [09:30] I'd like to keep the nominal value of the OMP_NUM_THREADS env variable [09:30] Hello - just did an install of Lubuntu 18.04 LTS on an eeePC with LUKS. When I boot the LUKS password prompt and the Lubuntu logo behind are very dim. I can use the adjust dimness key to change this, ut I don't get why this is even then. If I do nothing and enter the password, it autmatically continues the boot process and the dimness is resolved. How can I make the default LUKS prompt brightness correct permanently? Thanks. [09:30] nonamme: that simple? [09:31] acebrianjuan: yes [09:32] acebrianjuan: but you need to add $VAR_NAME [09:32] I missed $ [09:36] nonamme: so if I do: sudo program $OMP_NUM_THREADS=1 this should do? [09:37] Would it be better to ask in #Lubuntu? [09:38] acebrianjuan: `sudo --preserve-env=OMP_NUM_THREADS {command}` or `sudo OMP_NUM_THREADS=$OMP_NUM_THREADS {command}` (the second one is rather ugly IMHO) [09:38] acebrianjuan: so if you want to pass '1' to your program just pass 1 [09:39] acebrianjuan: but if you want pass $VARIABLE just sudo program $VARIABLE [09:39] acebrianjuan: sudo program 1 [09:39] nonamme: I think they want to pass an environment variable, not a command line argument [09:40] nonamme: no, I need to preserve the env variable as ayekat said [09:40] ayekat: thank you [09:40] ayekat: thanks, missunderstand [09:41] no problem [09:44] hi all you good people.. [09:44] how can i get a snap to acces usb webcam ? [09:45] ( snapcraft - scratux for school ) [09:48] ayekat: I am getting the error '--preserve-env' doesn't allow an argument [09:49] acebrianjuan: hmm... lemme check if that was a recent addition [09:51] acebrianjuan: ah yes, it appears that --preserve-env=[…] was only added recently (according to https://manpages.debian.org/testing/sudo/sudo.8.en.html, 1.8.19 doesn't have it, but 1.8.27 does) [09:51] acebrianjuan: what version does `sudo --version` show? [09:52] ayekat: 1.8.10p3 [09:52] ayekat: I am reading the man page for sudo [09:53] well, then I guess you'll have to go with the `sudo ENV={value} {command}` syntax for now [09:53] the --preserve-env option does not require an argument indeed [09:53] it keeps all the env-variables [09:53] acebrianjuan: but... 1.8.10p3 - what version of ubuntu is that? ^^ according to https://packages.ubuntu.com/search?keywords=sudo, even 16.04 already has 1.8.16 [09:54] acebrianjuan: yes, but on more recent versions, it takes an optional parameter, where you list the envvars you want to keep [09:54] acebrianjuan: see the man page I linked above [09:54] ayekat: Ubuntu 16.04 [09:55] maybe I need to run an upgrade soon [09:55] ayekat: thanks for the help mate [09:56] you're welcome [10:24] How to resolve brightness issue at boot? [10:33] uio: I followed this https://askubuntu.com/questions/819320/screen-brightness-0-at-login-dims-at-boot [10:38] cupcake90, Thanks, I tried https://bbs.archlinux.org/viewtopic.php?id=192261 with acpi_backlight=vendor to no avail. I did update-grub. [10:40] uio, if you have just intel graphics you might have to use i915.invert_brightness=1 [10:41] uio: had the same issue i followed that same thread did not work jeremy31: I have intel too [10:42] i have intel graphics too. what is the issue? [10:43] b1ack0p: Low brightness at grub screen [10:43] ubuntu 18.04 [10:43] my screen already dim i didnt notice that [10:44] yes using 18.04 [10:44] how to increase brightness in general? [10:44] b1ack0p: No one cares thats the issue :D [10:44] i thought it s my screen. CCFL not LED unfortunately [10:45] b1ack0p: after boot it lights up but on grub menu brighness too low [10:45] hmm [10:46] :~$ ls /sys/class/backlight/ [10:46] acpi_video0 intel_backlight [10:46] b1ack0p: I have only intel_backlight [10:48] cupcake90: did u add < GRUB_CMDLINE_LINUX="acpi_osi=Linux acpi_backlight=intel_backlight" > ? [10:48] Can the FN combo be used to increase backlight in grub menu? === zizzu6 is now known as luinonskerzacosi [10:49] anyone using ThinkPad here like me? [10:49] jeremy31, Yeah, if I hit the brightness keys the problem is solved, just seems like I shouldn't have to on every reboot. [10:49] uio: did u edit grub conf ? [10:49] b1ack0p: Yes I did that on 16.04 i forgot but Its was fixed for me but never tried after upgrade [10:49] hello. with certain mkv vids the gpu temp rockets up [10:49] until the system shuts down [10:49] ok let me try [10:50] how can I diagnose the problem [10:50] ? [10:50] black0p yep === luinonskerzacosi is now known as longestnonskerza [10:50] This was not an issue for me with 16.04 [10:51] And now is in 18.04 [10:51] uio thanks for reminding me also I edited grub cannot reboot now :D [10:51] cupcake90, lol [10:51] uio: any difference after editing grub conf ? [10:52] b1ack0p, No. It didn't work. [10:52] weird [10:52] do u also have intel? [10:52] Hey guys, I am setting up a laptop for someone who shouldn't have to do any maintenance. It's running Ubuntu 18.04, with Cinnamon as the desktop manager. I would like the system to do these three things exactly: (1) to pull and install security updates on a daily basis; (2) to pull in and install other updates either rarely (once a month) or never; (3) never ask the user anything. [10:52] I put acpi_backlight=vendor. [10:53] Should I change vendor to intel? [10:53] or Asus? [10:53] or asus? [10:53] uio: do this ls /sys/class/backlight/ [10:53] and tell me what it says in return [10:53] Ubuntu's update manager is mildly confusing there. It does offer the first option all right, but the largest interval I can set for the second point is "two weeks". I have found some instructions online that require me to edit the apt configuration files, but I'm still wondering if there is a simple - preferable GUI (dconf-editor?) - way that just works(TM). [10:54] god the neverending issues with this os [10:55] sentiment, thats half the fun right there ;P [10:55] uio: vendor thing will not work [10:55] sentiment, I know. [10:55] for intel anyway [10:55] I'd hate to go back to Windows, but this is getting pretty frustrating . every other day I have to come here and go to the ubuntu support forums to ask for help [10:55] uio: do this in terminal please : ls /sys/class/backlight/ [10:55] ls /sys/class/backlight/ [10:55] in terminal not here [10:55] .p [10:56] open new terminal [10:56] intel_backlight m sure :D [10:56] eeepc-wmi psb-bl [10:56] probably [10:56] huh [10:56] never heard that [10:56] well thats new :D [10:56] i didnt expect that return [10:56] sentiment, Spend a few days in Debian and Ubuntu will look smooth! [10:56] how am I supposed to watch this hd mkv video other than rebooting into Windows? [10:56] uio: true true [10:57] sentiment: vlc working for me really well :D [10:57] vlc is the same [10:57] yes vlc is best [10:57] it's a low level decoder issue [10:57] sentiment, Arch! [10:57] lol [10:57] So, do I touch the grub file or no? [10:57] sentiment: maybe u need to install codecs? [10:58] uio: well i m not sure about that.. [10:58] no it's playable [10:58] Well, it's no big deal. Just the little things that can get rather annoying here and there. [10:59] Should just work! [10:59] but as I said, the gpu temp jumps to 60 centigrade [10:59] This isn't gentoo! [10:59] 60 is fine, no? [10:59] I can't enjoy this freakin video without coming here everytime [10:59] goddamnit [10:59] I'm at like 61 now. [10:59] no the system restarts [10:59] sentiment, You on ubuntu? [10:59] sentiment, watch your language please, keep this channel family friendly, thanks [10:59] it keeps going up though [11:00] what? freaking is a curse word? [11:00] 60 ' is not that bad, depends on the GPU [11:00] sentiment, BTW you can swear a lot more in Debian. [11:00] uio: try this in grub : GRUB_CMDLINE_LINUX="acpi_osi=Linux acpi_backlight=psb-bl" [11:00] anyways this is some leak bug or something with the gpu drivers [11:01] b1ack0p: I did same worked for me in past [11:01] how can I make vlc use software decoder? [11:01] back to 10 years ago [11:01] cupcake90: u had asus too? [11:01] uio: after u add the line in grub conf, save it and in terminal sudo update-grub [11:02] found it [11:03] b1ack0p: No dell [11:03] Okay going for a reboot. I'll be back if it doesn't work! Thanks for you help either way! [11:03] uio: waiting for result :p [11:03] by the way i am having some issues on wayland [11:03] mouse seems freezing for a second while i am moving around [11:03] b1ack0p: Am I the only one still running gnome-flashback [11:03] :D [11:04] and when i open firefox it shows black screen for a while and then getting normal [11:04] maybe drivers issue? [11:04] cupcake90: i was use to flashback in previous versions while in unity :p [11:04] not anymore.. [11:04] tweaking gnome nowadays :p [11:04] :) [11:05] this mouse issue is annoying.. [11:05] not smooth [11:05] how can i fix it? [11:05] I like gnome but why dont they add simple drag and drop icons to panel [11:05] is it because of wayland? [11:05] cupcake90: no idea.. yes that s annoying.. [11:06] also not easy to add icons on desktop.. [11:06] I cant drop icons to panel its the only reason for me [11:06] waylkand uses its own driver protocol, you could file a bugreport, it might help as wayland is still under development [11:06] hmm [11:06] One would think that the Ubuntu update manager (or at least dconf-editor) contain useful options, but nothing... [11:07] and icons on desktop, gnome-tweak-tool gives that option AFAIK [11:07] OerHeks: is there anyway to update drivers or install missing drivers in wayland? [11:08] i am just typing wayland uses its own driver protocol, so no? [11:08] ok [11:10] well you do need driver support for it. that's why nvidia proprietary doesn't work with it yet. [11:10] blackflow: what about intel drivers? [11:11] b1ack0p: I assume it's supporting it, I just don't know to what extent [11:11] No luck. [11:11] uio: :/ [11:11] anyway wayland is totally not ready for regular use. that mouse lag is the prime example. [11:11] blackflow: ok then i better get back xorg [11:11] intel gives kerneldrivers for a long time now [11:11] uio: wait, something doesn't work with lubuntu now? :))) [11:12] blackflow, That's right, but one should consider the magnitude. [11:12] brb for reboot. i wanna check my grub menu as well :p [11:13] uio: just... lol. [11:13] blackflow, Debian : zero display on laptop despite seven hours. Lubuntu a dimness at LUKS unlock that lasts 20 seconds. [11:13] blackflow, See the difference? [11:13] One works, one doesn't [11:14] blackflow, Broken Lubuntu = Broken Debian kinda deal. Anyway. Are you for help with Debian? [11:15] *Broken Lubuntu = Working Debian [11:15] back [11:15] b1ack0p, So, [11:15] ? [11:15] What did you find out? [11:15] i didnt notice any brightness issue on grub menu. looks normal i think as my old CCFL screen is already dim [11:15] b1ack0p, hmm. [11:15] yep [11:16] btw i am back to xorg, feels smooth and no mouse lag [11:16] b1ack0p, I mean, as I said, this is not really a big deal, probably not worth any time because it's just a quick password prompt and it goes away quickly. [11:16] For me anyway. [11:16] uio: also i check Fn keys to check brightness and grub menu was on the highest brightness.. [11:17] uio: maybe it is problem for some vendors.. [11:17] b1ack0p, I can increase brightness with the Fn key, I just have to do it every time. [11:17] already reported bug in launchpad [11:17] issue solved? or ubuntu crashed I missed chats [11:17] in 2013 [11:17] uio: naw, debian works too, just uses "wrong" VGA output. see the difference? ;) but neway, hope you'll take an important lesson from this: hardware support, edge cases. eeepc is notorious for that. [11:18] uio: i dont need to increase with Fn key which is already highest in grub menu.. [11:18] cupcake90: not issue for me :p [11:20] blackflow, I don't know for you, but when I have a laptop with no screen, I consider something to not be working. And I hope Debian learns to realise that when something doesn't work in Debian, it's not the hardware's issue seeing as other Linux distros get their stuff together! Anyway, I think Debian is off-topic here. See ya. [11:21] b1ack0p, Highest in grub menu? Sorry, what do you mean? [11:21] uio: i mean i dont need to increase brightness with Fn [11:22] in grub menu [11:22] it s not dim i mea [11:22] n [11:22] b1ack0p, Okay, I see. [11:22] b1ack0p, Yeah, for me it's not. [11:22] but u said u have to increase brightness with Fn key? [11:22] b1ack0p, Right, because it's too dim. [11:23] it is already at highest brightness setting for me when i check with Fn key [11:24] b1ack0p, I think I'm maybe not being very clear... When I boot, at LUKS unlock the screen is dim. If I hit the FN brighter key, it gets brighter. [11:24] so u have an issue [11:24] b1ack0p, I think so, but minor. [11:25] yes minor [11:25] b1ack0p, I'd like to solve it. I'm up for a few lines pasted into grub if they'll work. [11:26] ok === b1ack0p is now known as B|ack0p [11:34] Anyone? :) [11:39] uio: there might be a setting in the UEFI/BIOS as the brightness in grub menu won't be affected by kernel parameters [11:40] benergy: anyone what? if you wanna repeat your question every now and than (which is okay), then perhaps stick it into a pastebin. can't expect people to hunt for what you asked sometime in the distant past. [11:40] s/than/then/ [11:43] blackflow: I was asking re automatic upgrades, and I wanted to avoid repeating so as not to annoy you guys. But you're right, it's probably easier that way: [11:43] I am setting up a laptop for someone who shouldn't have to do any maintenance. It's running Ubuntu 18.04, with Cinnamon as the desktop manager. I would like the system to do these three things exactly: (1) to pull and install security updates on a daily basis; (2) to pull in and install other updates either rarely (once a month) or never; (3) never ask the user anything. [11:44] unattended updates? [11:44] I've been researching a lot, and still find the Ubuntu update manager mildly confusing. Also, I can't seem to disable "other" upgrades there - the maximum interval is "2 weeks". [11:44] there is a wiki page for that I think [11:46] Makaveli7: True, but it seems to cause problems elsewhere, like stalling shutdown and potentially leaving corrupt states. Also I was hoping for something like a tool (or a dconf-editor setting), that "just does it" without having to edit config files. Maybe that's hoping too much ^^ [11:49] benergy: there is cron-apt for this, though, i have never used that. [11:52] benergy: just try and re-ask your question every 30 minutes or so (sometimes it can take a while) [11:52] coconut: Thanks, understood! :) [11:53] benergy I don't think there is a tool for that. You need to edit config file fot that I think. But you can choose to update only security fixes and blacklist packages if you would like [11:54] Makaveli7: The other option I was considering was to write a script that updates the system on startup, and disable both "unattended-upgrades" and the Ubuntu built-in manager. [11:54] jeremy31, Hmmm, even though I didn't have this issue in Lubuntu 16.04 ? [11:55] Yet it's somewhat annoying that the Ubuntu manager won't let me choose "never" for "other" upgrades (maximum is "2 weeks"). [11:56] working well for me ubuntu flashback ;d [12:08] in case benergy returns with more patience, the interval can be freely configured in the users' dconf db at /com/ubuntu/update-notifier/regular-auto-launch-interval [12:35] Hello, does anyone know how to fix a scrolling bug on Ubuntu 18.04 LTS where if I scroll let's say on Chrome all the way to bottom, and switch to VS Code, as soon as I start scrolling on VS Code, the file scrolls to the bottom... This doesn't happen with Ubuntu 19.04, but currently I can't really use Ubuntu 18.04 LTS because it scrolls so much... [12:38] thatlizdude: https://askubuntu.com/a/966894 [12:39] that person's asking for a feature, I'm asking about a bug [12:40] you're right. Sorry, misread [12:40] I swear I had this issue and resolved it. Can't remember how though [12:41] I tried using imwheel, but that gave me weird scrolling jumps when scrolling with touchpad, also not idea... [12:41] *ideal [12:41] it doesn't happen on Wayland though, so maybe I could use that? [12:42] thatlizdude: does this happen with any software which is in ubuntu by default? have installed any gnome extensions which didn't come from ubuntu (via apt, packaged as debian packages)? [12:42] *have you ;) [12:43] I haven't installed any extensions, no, this is a clean install [12:44] and it looks like it doesn't happen with the default software, I just tried with Settings and Files [12:46] thatlizdude, not sure it's your case (https://github.com/Microsoft/vscode/issues/28795); the problem seems to be the mutter version on bionic ( a newer version fixes it) [12:47] I don't think it's a VS Code issue, as it doesn't happen in Ubuntu 19.04 and when I scroll in terminal over a Chrome window, the Chrome window will also scroll as soon as I start scrolling on it [12:47] I think it can be fixed by updating gnome-shell, but I can't really do that on a LTS release [12:49] thatlizdude, 19.04 uses another version of mutter [12:57] Hi folks [12:59] so should I just use Wayland then [13:01] is Ubuntu going to switch to Wayland eventually? [13:01] likely sometime in the future, but that's not set in stone. [13:02] !wayland | thatlizdude [13:02] thatlizdude: Wayland is a display server protocol that can be used instead of X. Ubuntu 17.10 uses Wayland by default on systems that support it. For more info, see https://wayland.freedesktop.org/ [13:02] and that's only 17.10, and it should be considered a matter of the past (it's EOL). [13:06] well on 18.04 it isn't default, so did they move away from it then? [13:20] is there any way past a login loop? I should autologin, but after the last restart I cannot get past the login screen even with the proper password. I can ssh into the machine from elsewhere on the local network though [13:20] MWM, version?? [13:21] 19.04 Budgie [13:22] https://www.youtube.com/watch?v=F57-gTlDwCc mwm [13:24] thanks. Ill work through these steps and report back === jje_ is now known as jje [13:26] thanks everyone :) [13:29] still working on following the steps. Is there a known reason for login loops like that? Im glad there is a workaround atleast [13:31] ive ruled out storage space issues and faulty drives. no xsession-erros or anything. Just wondering if this is a whoosie or a symptom of a bigger issue [13:37] still got the login loop after following the vid. Any other ideas before I nuke this install and start fresh? [13:38] I wouldn't nuke it. the fact that you can ssh in suggests a simple (though obscure) fix [13:39] hi ,I used to like encrypting /boot partition for fun and to secure kernel ,new to uefi though and following: "grub2 - Ubuntu full disk encryption with encrypted _boot - Ask Ubuntu" on ubuntu 19.04 it doens t work ,been at it for hours ,anyone has experience with this???tks === longestnonskerza is now known as zizzu6 [13:49] ‏how to install fetch tool in ubuntu [13:50] ‏i know its an putdated tool ,,, but i want to install it [13:50] ‏outdated* [13:50] fairfax112233: what is that "fetch tool"? have you got any link? [13:50] https://askubuntu.com/questions/334055/i-am-trying-to-install-package-fetch [13:51] ‏another link [13:52] its kinda same as curl or wget [13:53] ‏or maybe a away to chage the ‏user agent in curl or wget ? [13:54] fairfax112233: curl(1) describes the --user-agent option - so I'd say yes [13:54] fairfax112233: curl -A 'blah' url [13:55] fetch looks like it's abandoned [13:55] ‏why they don't just make the user agent related to the machine hostname [13:56] that's not how the user agent information works [13:56] ‏what is thec diffult user agent for curl ? [13:56] ‏the* [13:58] ‏--user-agent <--- thnx [13:58] fairfax112233: what is your goal, actually? I have a difficult time reading and understanding your messages, but some context may help [13:58] ‏i got blocked when using curl or wget ..... other than that browser works fin [13:58] ‏fine* [13:59] "blocked" how? by the website operator? [13:59] ‏by an internet provider or router [13:59] ‏not sure [13:59] vutral, pastebin the error (blocking message) you get .. and do 'wget -v ' and pastebin the results of that [14:00] ‏when i connect to diffrent wifi spot it works fine [14:01] fairfax112233: yes, but what do you mean with "blocked"? what are the symptoms you are seeing? does the website give you an error message? do you have problems resolving the host IP address? ...? [14:02] ‏ayekat .... no data coming from it .... its hang only [14:03] ‏httppie too blocked [14:03] ‏thats why i want to try fetch [14:04] what kind of things are you trying to download, though? [14:04] ‏http fetcher .... won't make install ..... got error [14:05] randomly trying out obscure tools nobody's ever heard of is not going to resolve your problem [14:05] ‏had to set up http fetch before fetch [14:05] ‏http fetcher* [14:06] ... alright, until you decide to actually explain us your goal and the exact problems you are facing, I'm going to assume you're doing some shady things, and I won't help you further - good luck! [14:06] ‏any ways will try the ‏--user-agent tomorow when i am back to that wifi spot [14:07] ‏its simply wont load in data from any web site [14:07] ‏got it ? [14:08] ‏load any* [14:08] from *any* website? [14:08] ‏now i am in diffrenty wifi spot ...every things works fine [14:10] ‏i dought its the user agent ... because all wget , curl and httppie ...got the same trouble ,,,, and the website is not blocked [14:12] that you know of, fairfax112233. Upstream from you there could be ISP-level blocking or some other type of issue with websites being unreachable unrelated to 'content filtration' or 'blocking' [14:12] so the websites are accessible through your webbrowser, but curl/wget/... hang? [14:12] what web browser are you using? [14:13] ‏chrome [14:13] ‏i would try firefox tomorow too to make sure [14:13] if it works on one wifi location but not the first one, then the issue isn't Ubuntu related most likely, it's related to that network. [14:14] just saying, but this might be an issue "beyond your control" and beyond our ability to assist with fixing [14:14] yeah, but it's weird that the web is accessible with one tool but not with another [14:14] ‏yea exactly [14:14] ‏scare shit of me [14:15] fairfax112233: have you checked with something like tcpdump or wireshark, just to see if your HTTP requests actually leave your machine? [14:16] ‏i dun know what tcpdump is [14:18] both are tools for listening to traffic going through a network interface - they can help you see what is going on network-wise [14:19] Anyone have a preferred ssh connection manager for 19.04? Recently upgraded from LTS and everything seems to use the old python-vte package [14:19] ‏it probably packge filtering from the net provider or router firewal [14:19] fairfax112233: which is why it would work on one network but not the one you're having issues with, yes. [14:20] fairfax112233: packet-level sniffing would be a good example of how they might block things, or some other type of filtration activity. Esp. if it "just works" on a different network [14:20] but you wouldn't be able to see that 'filtering' happening necessarily from your system [14:20] ‏used to work fine just few days ago ... because its a coffe shop... i am hanging there alot [14:20] ‏just today had the issue [14:21] they won't be able to do packet-level filtering for user agent information for encrypted connections, though [14:21] fairfax112233: is it the same for https websites? [14:21] ‏i tried many website ... none of working [14:21] ayekat: they could be if they're doing some type of MITM for HTTPS connections [14:21] fairfax112233: what error do you get if any? [14:22] ‏didn't tried firefox [14:22] teward: any decent browser would detect that for sites like google that use key pinning though [14:22] ‏just chrome [14:22] ‏i didn't modified any thing ... just changed the wiwspot ... and every thing back to normal [14:22] Cheez: ehhh, not really, we have MITM in line with web proxies here that between system <--> proxy it uses its own internal CA that's trusted, and between proxy <--> Google it verifies [14:22] ‏wifi spot* [14:22] Cheez: so I'm not sure it 'preloads' all the key pinning bits [14:23] teward: you'd need to install your internal CAs on the client machines to pull that off [14:23] let's stop talking about what I already *know* [14:23] what a masturbatory statement [14:23] ayekat: the reason I asked if they see an error is because if they DON'T have that CA cert [14:23] it will not function and error for them [14:23] just a thought about POSSIBLE symptoms [14:24] but as they can't test right now and can test "tomorrow" not sure what more we can get from here currently [14:24] other than theoretical statements about what COULD be the problem [14:24] teward: well yes, but essentially it would mean that that coffeeshop would make HTTPS impossible if they tried that, because no sanely configured machine (and that includes most end-user windows/macos setups) will accept foreign CA certificates just like that [14:25] I mean - we can't exclude it, you're right === Thargoid is now known as stwalkerster [14:26] ayekat: and therein lies the problem. (also see my PMs to you, they're relevant but not relevant to this channel at the moment) [14:27] ‏curl need a random header in every rquest [14:27] ‏or a new tool must be made [14:28] ‏i probably have to make it myself then re compile it .... damn [14:29] ‏we need to use shuf in every linux tool .....damn it protect us uncle linux [14:34] ‏i probably end up making my own distributor [14:35] ‏will call it shuntu [14:35] ‏;P [14:36] ‏a kali killer .... shuntu [14:41] so, anyone have a preferred ssh connection manager? [14:42] ‏gimmic , what u need in it [14:43] ‏i dun think there is an ssh connection manger out there [14:43] mostly just bookmarking all the hosts. I've used gnome-connection-manager for years [14:43] tabbed ssh, saved credentials, etc [14:43] ‏use last [14:44] ‏the > file.txt [14:44] I know I can do all that from a plain shell, but having some wrapper around it has been nice [14:44] ‏then* [14:45] ‏last ,,, grep .. sort..sed...cat or prinf ... all you need [14:45] ‏while do .... run it in background amd on start up [14:45] ‏and* [14:47] ‏make it every 5 scond and you good to go [14:47] gimmic: ~/.ssh/config (see ssh_config(5) for all the stuff you can put in) [14:47] I know all about ssh core options. Just a UI preference [14:47] `ssh`? or what do you mean with UI? [14:48] http://kuthulu.com/gcm/?module=screenshots&lang= [14:50] well yes, ssh_config does most of the (reasonable) things there just fine [14:51] ... alright, "logging" (I guess they mean session recording or something?) might be something you'd need an external tool, perhaps [15:01] gimmic: There is no "best" ssh manager, what works "best" for you is what you should consider. If you are looking for software recommendations or ideas of other applications, it is preferred that you ask in #ubuntu-offtopic. When you have difficulty in with the application of your choosing, this is the right place to ask question and get help for that application. [15:04] hello [15:05] I have added this to my sudoers file: mailto "sysadmins@mydomain.com" [15:05] mail_always on [15:05] but when saving the file, I get syntx error. [15:05] did I not enter the right syntax? [15:06] wasanzy: mailto has to be added to the Defaults entry... did you just put it on its own line or did you add it to the Defaults? [15:06] I added it on it's own line [15:07] wasanzy: up where it says "Defaults" at the top of the sudoers line, add a new line underneath it: "Defaults mailto destinationaddr" [15:07] ok thank you [15:07] you need to put " " around the address as well [15:07] see `man sudoers` and search for 'mailto' for details [15:08] can't I add same entry at that bottom? [15:08] you can, but it might be better to just keep all the "Defaults" together since they apply globally AIUI [15:08] (globally for a sudo session I mean) [15:08] ok [15:17] Defaults mailto "sysadmins@mydomain.com" [15:17] Defaults mail_always on [15:18] still giving me syntax error === saint__ is now known as saint_ [15:25] wasanzy, try with the equal sign : Defaults mailto="sysadmins@mydomain.com" [15:29] works, thank you [15:30] ok [15:33] how come there is no system-config-samba package on 19.10 [15:33] what the heck linux play station https://imgur.com/a/Yee4DY1 [15:34] sorry i mean 19.04 [15:35] fairfax112233: can we help you with something? [15:43] does Ubuntu have a screen magnifier that does not follow the mouse? I'm trying to align pixels in a layout. [15:43] Sven_vB, pretty sure I saw this tool under the accessibility options [15:45] cfhowlett, in mine (Xfce, xenial), it has a keyboard and mouse tab, but neither look like they have it [15:46] cyberpolice, try /usr/share/samba/smb.conf [15:46] BluesKaj: no gui tool? [15:46] * Sven_vB tries xzoom [15:47] oh there's also xmag [15:48] looks like xmag fits my needs perfectly. [15:48] it's another ubuntu miracle! say thank you. [15:48] cyberpolice, nautlius/network / [15:48] ? [15:49] ah no it's not live [15:49] BluesKaj: oh ok. yeah i forgot about that [15:51] anyone know how to make smplayer show the video inside the player window instead of opening another separate window to play videos? [15:51] I have tried to delete all smplayer settings and start all over and of course messed with a bunch of settings but nada [15:52] mulletman: Try this: [15:52] Launch SMPlayer and go to Option > Preferences > General > Video (tab). Then select "x11" for Output driver and click on the "Apply" button. (source: https://askubuntu.com/a/1038367) [15:53] xzoom works for me. thanks anyway! [15:55] pragmaticenigma, thank you!!!! i looked (apparently almost) everywhere and couldnt find anything. [15:55] question though, why does it say that x11 driver is slower? [15:57] mulletman: Because X11 acts like a middle man between the application and the display. The other modes are able to bypass X11. Sometimes the driver isn't written well and that is when you get an extra window [15:58] and i just learned two new things today, again thanks!!! === ShibaInu is now known as Shibe [16:06] dumb question about gnome: how do i see the workspaces overview [16:17] what's the mostly likely reason user/bin/gnome-shell goes nuts with cpu usage? in any ubuntu but ubuntu 18.04 for the matter [16:24] cyberpolice: press the super / logo key, then on the right hand side you'll see your workspaces - mouse over and the drawer will unfold. [16:25] ah ok thanks tomreyn . is there a mouse way to do that as well? === kostkon_ is now known as kostkon [16:27] gofio: Every machine and setup is different. Note the times when you encounter those issues, and check your logs files. [16:27] cyberpolice: click on activities top left for the first step [16:27] oh thank you so much!!! [16:28] yw [16:32] pragmaticenigma: I'm guessing it all comes down to being a dual core processor https://i.imgur.com/6lfeYD5.png [16:33] "funny" thing though is how it fluctuates === juboxi is now known as jubo2 === WinterNight1 is now known as WinterNight [17:05] hey, is there a simple way to test your initramfs script without having to make your system boot into it? [17:08] j0h: didnt you have ubuntu server? [17:11] yea lotuspsychje, sorry thought this questions was generic enough for ubuntu [17:11] should I still ask in the ubuntu-server? [17:12] j0h: we usually like to divide the ubuntu version into its channels, because specific volunteers can help you a better way liek this [17:12] gotcha, will continue to use that channel, thanks [17:20] what's what makes a grub crash not to happen after a few minute wait? in ubuntu 18.04. I got problems from the "journals" it seems, could that be related? [17:21] pragmaticenigma: I didn't ask for a "best". I asked for opinions on what people preferred [17:22] gimmic: opinions you can ask/share in #ubuntu-discuss please [17:22] also, what is this process doing? the one in light blue https://i.imgur.com/L6srZRc.png [17:30] maybe some twitter player triggered it [17:50] I'm looking at potentially installing a desktop environment on my server, however I'm concerned about overhead. Is it known which DE is the most lightweight/least resource-intensive? [17:51] Ecliptica, there are too many DEs to get a "most". But LXQT is a good option. [17:51] XFCE (xubuntu-desktop) and LXQT/LXDE (lubuntu-desktop) are both considered "lighter" weight alternatives to KDE and Gnome [17:52] function key + f9 does not hange brightness anymore. ubuntu 19.04 64 bits, what do I do to fix it? [17:53] Thanks for the recommendations :) [17:53] the rightness bar appears, but does not respond [17:57] if i unmount a drive, its safe to "eject" or remove the usb? [17:58] https://www.irccloud.com/pastebin/dBKhhHre/ [17:59] oops [17:59] @cyberpolice: probably, depending on how you "ejected [17:59] cyberpolice: on gnome3 you get a warning 'its now safe to unplug' [17:59] i did sudo umount /dev/sdd [18:00] oops /dev/sdd2 [18:00] cyberpolice: if it's not a journaled filesystem and there is an open I/O task, that command won't do. You should see what the mount point for your device is. Try "df -h" [18:01] its not there in df -h anymoer [18:02] @cyberpolice: and nothing shows up in "lsof | grep /dev/sdd2" [18:03] @cyberpolice: if nothing comes up when you run that, you should be good. You might need sudo [18:03] i check with sudo lsof | grep "/dev/sdd2" and nothing is there!! [18:03] i am going to remove it now. thanks :) [18:06] sudo lsof /dev/sdd2 should be enough [18:07] @deltab: thank you, yes that's the correct form [18:08] just a bit more efficient [18:10] frad: you could check for error messages in the output of dmesg (which shows log messages from the kernel) [18:10] cyberpolice: in the future, you might want to look into using "udiskctrl unmount --block-device /dev/sdd" ... this is a little safer than calling umount directly [18:11] cyberpolice: and use the same command with "mount" to mount the drive. The command will mount the drive in the /media folder and set the mount to your current user's permissions. === MassDebates_ is now known as MassDebates [18:16] deltab, i get a uefi do list error and a usb error, but no brightness ones [18:27] Hi, why does iperf3 give 5MBps bandwidth while curl a file from the same remote server only gives 1MBps? [18:28] live patch does not work, 18.04 + HWE .. [18:28] 2nd kernel today, 4.14 and now 4,18 [18:28] amosbird, you are using iperf3 in tcp mode? [18:28] rebooting [18:30] my patch is green now. It's like a traffic light [18:30] amosbird, and what is serving the file to curl? [18:30] gofio: leave the offtopic out if this channel please [18:31] lotuspsychje: why haven't you ignored me by now? plz 20:28 live patch does not work, 18.04 + HWE .. [18:31] lotuspsychje: iperf3 tcp [18:32] python2 SimpleHvt [18:32] python2 SimpleHTTP [18:32] !joke | gofio [18:32] gofio: You might think your joke is funny, but you may confuse new users who follow your advice or irritate people who attempt to answer your question. [18:33] I hope with kiwiirc is easier to ignore than with smuxi [18:33] gofio, do not highlight me, thanks [18:33] i did not highlighted you [18:33] i quoted you [18:34] oke on ignore now [18:34] gofio: why dont you go back to ##linux tell your life there? [18:38] long life kiwiirc [18:41] amosbird, what is your MTU? Is there a mismatch? [18:41] think they banned him at ##linux, and that takes some doing since they're more tolerant of offtopic chat there [18:42] if it were just offtopic that'd be better; it was also non-sense and pointless === Avionfly is now known as avionfly === daniel is now known as Guest20337 === jje_ is now known as jje [20:17] flash isn't working on chromium [20:17] dunno why [20:17] according to the check here: https://helpx.adobe.com/flash-player.html [20:17] it says it's installed by default [20:17] and should work if you explicitly allow it [20:17] which I have [20:17] but the animation doesn't work [20:19] maybe there have been changes int he browser, here that animation does not work either [20:19] that page is from feb 27, 2019 [20:20] ash_worksi: their site will recognize Chromium as Chrome and say 'it's by default' but unless you've got pepperflash installed it's not actually shipped with Chromium [20:20] Chrome has flash by default. Chromium doesn't have flash. [20:24] teward: I see... but this https://wiki.ubuntu.com/Chromium/Getting-Flash [20:24] teward: says pepper is deprecated [20:25] you'd still need to install adobe-flashplugin and enable Partners repos first [20:25] i try to just not use flash so :p [20:25] I did enable and install [20:26] (although weirdly, when I attempt to enable Partners (source code) it greys out before not just ungreying and not selecting anything [20:26] ash_worksi: you don't need the 'source' repo, you just need the binaries / nonsource repo === jstein_ is now known as jstein [20:27] well, w/e that's checked [20:27] 3 steps, sudo apt -y install pepperflashplugin-nonfree To update Pepperflash, use: sudo update-pepperflashplugin-nonfree --install After the installation of Pepper Flash Player on Ubuntu 18l04, make sure Flash is allowed to run in: chrome://settings/content/flash [20:27] OerHeks: so, ignore https://wiki.ubuntu.com/Chromium/Getting-Flash [20:27] ? [20:27] OerHeks: they may want to instead install adobe-flashplugin rather than the pepper flash [20:27] they still need to enable it of course but [20:27] pepperflash downloads chrome, i believe [20:29] I'm confused [20:29] so is there a command with adobe-flashplugin I'm supposed to run? [20:29] start with checking chromium: chrome://settings/content/flash [20:29] OerHeks: there's no default allow option [20:29] "ask" or "block" you have to allow manually per site [20:29] it's a pain because Flash dies in January [20:30] I want to access my PC from my laptop. Use VNC or ssh -X (-Y)? I want fullscreen (or a big window) for the PC control on the laptop. WiFi [20:30] OerHeks: it's marked as allowed on helpx.adobe.com and xfinity.com [20:31] teward: you can turn of "ask first" [20:31] teward: and explicitly allow on trusted sites [20:31] odd, then it would work .. [20:31] you might have to refresh the page again [20:31] but it doesn't [20:31] ash_worksi: yes, but not 'globally' you can't disable the 'ask first' unless you override specifically, i was saying there's no default 'always allow' option anymore [20:32] yeah, you can't do it globally, thats true [20:32] right [20:32] but anyway... isn't there something in chromium I need to do to get it to pick up the package I just installed? [20:32] Use VNC or ssh -X (-Y)? [20:33] i'm running ubuntu on an aarch64 devboard (dragonboard). ubuntu apparently supports it via a dedicated linux-image-snapdragon kernel, which is getting updated regularly [20:33] however after upgrades it seems to reboot with an ancient kernel [20:33] can somebody direct me to resources on how to alter that and make the board actually use the new upgraded version? [20:34] well, w/e [20:34] does it need a change to the bootloader config? [20:34] this appears to require some non-standard approach via u-boot. e.g. no grub or similar linux bootloader [20:36] deltab: probably. but /boot/uEnv.txt does not seem to get recognized, which would be my usual approach to u-boot [20:37] the kernel upgrade seems to update /boot/boot.scr properly, but that isn't getting picked up either [20:42] https://www.videolan.org/security/sa1901.html [20:42] shibboleth: can we help you with something? [20:42] you know, it *really* wouldn't hurt to do a mercy patch for the most widely used video player out there, even if it's universe [20:43] shibboleth: sudo snap install vlc [20:44] yeah, cause that's what's installed by default and 90% of ppl will be using to watch... videos, right? [20:44] and it's not like snap doesn't open up it's own can of worms [20:44] vlc is not default, nor in restricted extras [20:45] i asked a question, please don't beat around the bush [20:45] neither of us are twelve [20:45] ewrr, i told you snap gives the lates version, by the vlc team [20:45] ok, on ignore [20:47] shibboleth: if you open the "Ubuntu Software" application in Ubuntu 18.04 and search for "vlc" and install it, it installs the snap. So you answer your question, yes, that is exactly where 90% of people will install from. [20:47] shibboleth: does that answer your question? [20:48] alright, put your fingers in your ears and hum real loud. same kind of mentality that left a local/remotable root vuln in gnome on xenial for eight months, just because it wasn't default at the time? [20:48] was meant for the other guy, obviously [20:49] shibboleth: This is a support channel. Not a place to air grievances. I feel your question was answered and you concern was put to rest. [20:49] i asked a question, made a suggestion. [20:50] shibboleth: your question was answered. Your suggestion is to make a patched version of vlc easily accessible to Ubuntu users running supported versions of Ubuntu. That has happened. [20:51] yeah, we must be talking about the same thing. anyway, i said my piece, both of you would rather answer a diff question. thanks [20:52] maybe if i "sign in with facebook" i'll get an even more recent version, amirite? [20:52] technically, you didn't ask any question - you simply complained [20:52] shibboleth: feel free to not ask for help in #ubuntu-offtopic. Good luck. [20:56] ..Are all these strange entries here today come because alot of "bans" where lifted/deleted yesterday? It's kind of strange to read some of them.. [20:57] no [20:57] hi [20:57] my bet is school summer holidays [20:57] why thunderbird is sending twice my mails? [20:57] on ubuntu 18.04.2 [20:58] 18.04 and /etc/default/grub is missing! but in it's place is 3x files: "grub.merge-error" and "grub.ucf-dist" and "grub.ucf-old" [20:58] shibboleth: business as usual in #ubuntu :) [20:59] how do i get /etc/default/grub back? [20:59] blackflow, in ##windows both of us would've been kb-ed for such un-thoughts/un-opinions. silver lining, i guess [21:00] !ot | shibboleth [21:00] shibboleth: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [21:01] shibboleth: i got kb-ed in ##windows several times without reason :p [21:01] hans_: if you want to keep exactly the old version, rename "grub.ucf-old"; if you want to replace it with the new one, "grub.ucf-dist"; if you want to combine them, look at "grub.merge-error" and fix the conflicts listed [21:12] hans_: I am really new to linux and should not really give advice. But I had problems with Grub, becuase of some installes and re-partitioning etc. Don't know if that's your issue but.. I was asked to contribute here and here is a link to what helped me - very useful to me: https://askubuntu.com/questions/192621/grub-rescue-prompt-repair-grub [21:13] hopefully on-topic (fingers crossed): https://usn.ubuntu.com/3977-3/ [21:13] i checked, on haswell (more recent than sandy) still running older microcode [21:14] was the fix supposed to be => sandy or = sandy only? [21:16] shibboleth: apt-cache policy intel-microcode # what version are you running? [21:16] 3.20190618.0ubuntu0.16.04.1 [21:17] [ 0.000000] microcode: microcode updated early to revision 0x27, date = 2019-02-26 [21:17] you are up to date [21:17] "Add MDS mitigation support for Sandy Bridge server and Core-X [21:17] processor families.(LP: #1830123)" [21:17] Launchpad bug 1830123 in intel-microcode (Ubuntu) "intel-microcode 20190514 does not provide Sandy Bridge (sigs 0x000206d7 and 0x000206d6)" [Undecided,Fix released] https://launchpad.net/bugs/1830123 [21:18] ehm, my skylakes and kabys are running more recent microcode? [21:19] sandy, ivys and haswell all running microcode from before mds went public, unless specifically provided through a bios update [21:41] hans_: grub.ucf-dist should contain the default /etc/default/grub for the ubuntu release you're running now. [21:44] hans_: i.e. you can rename this file. what happened there is that the upgrader tried to apply the new configuration file (template) to your system, keeping local changes you had previously made to it (your old locally changed configuration file, based on a previous configuration file template, should be in grub.ucf-old). however, this failed, and the error was recorded in grub.merge-error and... you just got disconnected. === neunon_ is now known as neunon [22:10] i'm having a problem with sending encrypted e-mail using thunderbird and enigmail - gpg signing is OK but can't send an encrypted e-mail. the only clue in the logs is this and a web search has turned up nothing: https://pastebin.ubuntu.com/p/DRcF39V7MT/ [22:23] eelstrebor: I'm surprised that error has 'compiz' in the lines.. [22:23] eelstrebor: but the trailing end of the thing suggests maybe there's a problem executing something, perhaps gpg. [22:23] * eelstrebor found the problem [22:25] eelstrebor: oh? what was it? [22:26] a error in gpg.conf [22:26] how well would you all suspect a 4K resolution works in ubuntu on a 14-15inch laptop? [22:27] I've read some people have troubles but not sure how accurate they are for today. [22:28] eelstrebor: aha :) cool. thanks === jje_ is now known as jje === jeremy31 is now known as jeremyb [22:40] aeyxa, you can set 200% scale on the UI. A few programs may not adjust well. [22:41] Okay, I mostly just need a text editor and a browser, probably should be fine... [22:42] hi i got problem with amdgpu ...modprobe working but startx not ....xinitrc i got [22:42] i got firmware [22:42] https://omnismoriar1.wixsite.com/ghetto [22:42] MilczarskiVon: wrong url? [22:43] in France in 2014 few synagogs burning [22:43] !ot | MilczarskiVon [22:43] MilczarskiVon: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [22:43] i talk in Polen about WORLD HOLOCAUST 2019-2020 [22:44] Drone: botsnack [22:47] aeyxa: maybe related https://discourse.ubuntu.com/t/x11-hidpi-scaling-available-for-testing-on-disco/10293/3 [22:47] that date scrollbar is pretty cool [22:49] how to persistently make caps lock do home. currently it's doing it but after sleep it back to defaults. am using xmodmap for that [22:54] parak0vsky: You have to add an entry so that it will execute you xmodmap settings after sleep. See this post: https://askubuntu.com/a/92235 === jje_ is now known as jje [22:55] parak0vsky: Actually, see this posting from the same article, it will be more up-to-date with Ubuntu 18: https://askubuntu.com/a/1111710 === gabkdlly_ is now known as gabkdlly [23:03] pragmaticenigma: works. thanks [23:04] cool, you're welcome parak0vsky [23:11] What could be the reason for Blutooth stops working during a day? - - I get "No adapters available" -- It worked just fine and then stopped. I have searched and found no tips that works.. Is this a Kernel thing? What can I check? [23:14] Thr0r: syslog is typically the best place to start looking, or journalctl as well [23:15] Thr0r: It could be USB power management [23:23] jeremyb: I Don't have a separate USB power management, and in Power mangagement the settings seems ok [23:24] Thr0r: you would need to look in your log files to know for sure... very common to see power issues with USB causing those issues [23:25] pragmaticenigma: Ok - As I know this is not USB, It's some build-in thing. And how do I examine those logs if I may ask? I don't even know where they are located... [23:27] Thr0r: Bluetooth internally is often attached to the USB Bus... you can't make wild assumptions like that [23:28] Thr0r: journalctl is the primary means that Ubuntu logs system events, errors, and information. You can read up on how to use the interface here: https://www.linode.com/docs/quick-answers/linux/how-to-use-journalctl/ === gabkdlly_ is now known as gabkdlly [23:29] Thr0r: you can also look at syslog by using the command "less /var/log/syslog" or using other tools like Grep to search the file more easily [23:34] what will happen if i disconnected the usb ubuntu live usb is running from [23:35] armageddon begins [23:35] cyberpolice: if you have to ask, you probably shouldn't do it [23:36] pragmaticenigma: Ok - I will read that.. I don't understand why you peoble are so strickt with answers to me but others get replies that help them I see all the time. Maybe I have done something wrong in the past.... I will start finding out things myself. Thank you! [23:39] cyberpolice: if any of the running programs need to use code that isn't in memory, either because those pages weren't used yet, or because those pages were thrown away due to memory pressure, or if you try to do filesystem traversal operations on the removed filesystem, you'll have crashes, perhaps even kernel panics. you might get lucky once in a while but sooner or later something will go wrong.. === Wryhder is now known as Lucas_Gray [23:44] sarnold: why do you ask? === gabkdlly_ is now known as gabkdlly