[00:04] Hello. Google didn't help me on this one. I'm trying to power off an on a usb hard drive. I can power it off by using udisksctl power-off -b /dev/sdX. But can a hard drive be powered on after that without having to manually reconnect the usb cable? === daniel is now known as Guest47836 === zbenjamin is now known as Guest55676 === zbenjamin_ is now known as zbenjamin [01:46] holla, i am running Ubuntu 18.04.2 LTS for some reason after reboot everytime i will have to issue netplan apply for my box to be able to ping anything. i.e after reboot if i do ping www.google.com it will fail , but after i do sudo netplan apply and then ping it passes ! any idea what i am missing here? [01:52] Mcl0vin, I have seen this happen when netplan tries to rename interfaces - can you pastebin your netplan config? [01:56] Hello [01:58] I'm did clean install of unbuntu 16.04 server edition install some dev libraries , cuda, and nvidia drivers. For some reason something networking / ssh related cause me to get what i think are kernal panicks. If i boot with ethernet unplugged i am actually able to get to a console other the screen just goes black [02:01] C0nundrum: Graphic's driver issue ? what results booting with the 'nomodeset' boot parameter ? [02:01] actually couple mins past and i also just got a black screen. [02:01] HM i will try that and see [02:06] Bashing-om black screen [02:15] C0nundrum: Yukkie .. getting deep here then . Can you SSH in to the server ? [02:33] No it seems like its a kernal panic [02:33] ssh and and everything else goes down as soon as the screen turns off [02:36] What got me the furthest in the boot process so far is removing the nvidia card and not using hdmi on the motherboard but using vga [02:36] did the panic make it to the logs? [02:36] When it crashes text get a blue shadow and either stay like that or the screen turns off then the machine is inaccessible [02:37] And also not having ethernet plugged in === [b0b] is now known as b0b [03:32] hi is there a version of ubuntu for an Intel Atom 1.8Ghz, I want to install openbox or something like that [03:32] mini iso and then openbox [03:32] !mini [03:32] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [03:33] Thanks [03:33] else see lubuntu r mate .. [03:33] !flavors [03:33] Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [03:33] i tried too but it runs kind slow [03:36] haven't heard of ubuntu budgie [03:41] skyark: is that a 64 bit atom? [03:41] skyark: some of the early ones were 32 bit only. [03:47] ryuo: yes it is! [03:48] it is D525 [04:04] skyark, I have several Atom D525 based systems runing, ahem, Debian, and they run fine. But all of mine are headless. However "a little slow" might be a general discription of the venerable D525 which is designed for low power consumption. They all run fine however. [04:05] skyark: personally i'd suggest lubuntu or xubuntu for a low resource system, but the D525 should be able to take at least 2G [04:06] says here it can take 4G [04:06] might be worthwhile to max it out if it isn't already. [04:07] it could help with performance a bit, depending on what you're intending to do with it. [04:11] ryuo: actualy i have a zotac pc id33br whit a nvidia ion, it was for a media center whit openelec but it cant reproduce the codec h265 and i want to use it. [04:12] skyark: ah. yea... i had one of those. they're too old to support hardware acceleration of h265. [04:12] rwp: What are you doing whit your atom PC? [04:13] One of them is my main email server and web server. Another is my backup server machine. Things that need to run 24x7 but don't really need huge performance. [04:13] ryuo: i was thinking to replace it whit a raspberry 4 [04:14] skyark: well, maybe you can. just keep in mind rPI4 isn't like PC arch, so there'll be some differences. [04:15] i wonder if there's a VAAPI backend for its unique API for its hardware acceleration. [04:15] skyark: you could also try some older Intel based boards. i think all Intel GPUs since Broadwell has H.265 [04:16] rwp: backup server... How is that concept or how do you use it? [04:16] ryuo: Theres is no review on that on youtube. [04:16] yet [04:17] skyark: rPI4? [04:17] skyark: https://wiki.archlinux.org/index.php/Hardware_video_acceleration#Comparison_tables [04:17] evidently H.265 is in... [04:17] Braswell and newer or Broxton [04:18] Braswell... that's an intel atom platform. N3150 and such. [04:20] do you have an media center or something like that? [04:21] skyark: i was using an RPI3 for that before, but it requires special software to work. updates might be a bit problematic. [04:22] How can I set umask for Apache's www-data user? [04:23] ryuo: i have one too whit the libreelec OS [04:23] WebDoll: what are you trying to do exactly? [04:23] WebDoll: easiest way i can think of is to set the umask from the systemd service. [04:23] WebDoll: but maybe there's a better solution if we knew what you're trying to do. [04:24] skyark, There are many different choices. BackupPC has been working well for me for a smaller number of other systems. Good up through about a dozen before it starts to slow down on an Atom based server. [04:24] skyark: x86 solution is generally more expensive but might be easier to work with as the architecture is fairly uniform and common. [04:25] skyark: up to you. [04:25] skyark: but a recent Intel Atom or Core based board would probably have the feature you want. [04:26] The Raspberry Pis up through 3 have all been good at what they are, an inexpensive full software stack, but slow at performance. [04:26] guys, isnt the RPI talk fitting more in !arm ? [04:26] I have been a fan of the Banana Pi because it has a full speed GigE port. Full speed being 750Mbps through it. [04:27] lets focus on actual ubuntu issues please [04:27] yes officer. [04:27] * ryuo coughs. [04:28] ryou: thanks! [04:29] skyark: let's continue it #ubuntu-offtopic [04:37] I want to set umask for Apache's www-data user so that all new Drupal uploads have permissions set to 750 for directories and 640 for files, so I need umask of 027. [04:38] are you sure drupal is actually running as that user? [04:39] sounds more appropriate for your web application configuration. [04:39] For my ubuntu user, I can just umask 027 in the .bashrc file of the ubuntu user. But how do I do that for Apache's www-data user? [04:40] Drupal is just PHP. So pretend Drupal is not involved. Pretend it's a random PHP page adding the file that was uploaded. [04:40] WebDoll: if it's actually running in the context of apache, you'll need to look through apache's configuration documentation for it [04:40] but if you're running it via fastcgi or fpm or whatever those things are, youi'll need to configure it through that tool instead [04:45] WebDoll: There isn't a way for you to set the umask... you might want to consider reading up on drupal documentation here: https://www.linode.com/docs/quick-answers/linux/how-to-use-journalctl/ [04:45] oops [04:46] WebDoll: take a look at the documentation here: https://www.drupal.org/node/244924 [04:46] I think I'm going to try to do it on a per-directory basis using acl. [04:50] !display [04:50] The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution [04:51] do you know whether https://wiki.ubuntu.com/X/Config/Resolution#How_to_setup_a_dual_monitor is applicable for lubuntu 18.10? [04:52] > gnome-display-properties: command not found -- i suppose it isn't. [04:53] the link also redirects to https://01.org/linuxgraphics [04:54] that wiki appears outdated [04:56] sappheiros: gnome commands aren't the right place to start if you're running something else [04:56] sappheiros: probably xrandr can do whatever you want [04:56] sappheiros: and your desktop environment may have a nicer way to do the same thing [04:57] lordcirth: hi, i just saw your message [04:57] you still there [05:10] sarnold: thank you. i checked the manual.lubuntu.me and it turns out lxqt-config-monitor worked perfectly :D [05:11] sappheiros: nice! thanks for reporting back :) [05:11] i should update the wiki to reflect lubuntu but i should also go to bed ... [05:11] yw [05:11] https://xkcd.com/386/ :D [05:20] holla, i am running Ubuntu 18.04.2 LTS for some reason after reboot everytime i will have to issue netplan apply for my box to be able to ping anything. i.e after reboot if i do ping www.google.com it will fail , but after i do sudo netplan apply and then ping it passes ! any idea what i am missing here? [05:21] should i downgrade from 18.10 to 18.04 for the sake of security? [05:22] no [05:22] downgrading one package may work out once in a while, but the maintainer scripts aren't designed to go that direction [05:22] downgrading the whole distribution will break *something* [05:23] just be sure to move to 19.04 sometime in the next month [05:23] sarnold: i have a 32-bit computer. i meant copying my documents to external storage and reinstalling the entire OS [05:23] i recall being told 19.04 lubuntu is not compatible with 32-bit [05:24] sappheiros: aha, yeah. that's probably a good idea. [05:25] sarnold: you agree then? i.e., i am correct in understanding that 18.04 continues receiving security updates, whereas 18.10 will not because the developers have moved on to 19.04 support? [05:25] sappheiros: yes; 18.10 will reach end of life in a month; 18.04 will continue to receive standard support until 2023, and then paid support after that [05:26] is EOL always 1 month after newest release for non-LTS? [05:27] non-lts releases are EOL'd roughly nine months from their release; it should leave about three months of overlap === neunon_ is now known as neunon === im0nde- is now known as im0nde1 [08:56] hi, i need to set a "onda mt 833 up" on ubuntu 18. any help? [09:45] hello ubuntu i have an error with snap when installing wire ...https://paste.ubuntu.com/p/Sj84VHcghY/ [09:52] having this -greomni issue with firefox https://ubuntuforums.org/showthread.php?t=2249400 ¬¬ [09:52] among others. [09:54] Hey, i have an issue with an USB stick always mounting as read only with write protect on, i tried few stuff but i cannot get it back to read/write https://pastebin.com/ijRp9kas [09:55] Even on another computer it mounts it as read only :/ [09:55] hello can someone help me [09:55] akem: did you try a gparted format yet? [09:55] !patience | bryanroderyck [09:55] bryanroderyck: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [09:57] lotuspsychje, no, it's a Ubuntu 19 USB key i created with the startup disk creator, i wanted to add some files on the stick. [09:57] akem: a regular usb install or a persisent ubuntu you made? [09:58] bbl, you could try gparted akem [09:58] lotuspsychje, regular Ubuntu stick, there is no option with the startup disk creator anyway, you just provide the ISO and the device. [09:59] lotuspsychje, But if i do a gparted i'll loose what's on the disk. [09:59] Ok thanks anyway i'll tryu to check if Windows mounts it read only too. [10:05] bryanroderyck: the snap is broken, you'll have to report it to its vendor [10:08] https://askubuntu.com/questions/490317/how-can-i-find-out-what-ibus-daemon-and-ibus-ui-gtk3-are-doing [10:10] backflow : where is the vendor of snap [10:10] blackflow, [10:10] htop 36% of cpu. wtf [10:16] bryanroderyck: snap info will tell you [10:20] blackflow, its not working ..anyway thanks for your help bye [10:20] bryanroderyck: what is not working? [10:20] also, what's the snap name, "wire"? [10:27] https://askubuntu.com/questions/472562/how-to-change-keyboard-input-method-system-to-none-in-ubuntu-gnome [10:30] Hi! I'm running antergos linux alongside ubuntu on an encrypted grub partition.. how do I partition to replace antergos with ubuntu(18.04) ? [10:30] *alongside windows [10:32] wtiger: same as ubuntu [10:32] i mean same as antergos [10:35] buffer 2 [10:35] EriC^^: man I no longer want the encrypted grub partition, it's a pita [10:37] wtiger: remove all the ubuntu related partitions and luks etc and make it unallocated space, then in the ubuntu installer choose 'install alongside windows' it should go well [10:38] just to be sure not to remove the fat32 efi partition if you're using uefi [10:41] EriC^^: ok, to confirm [10:41] https://imgur.com/a/Fi9alVj [10:41] remove the luks and ext4 filesystem? [10:42] yeah delete partition 5 completely so its unallocated space [10:43] ok, thanks :) see you from ubuntu, or maybe not :P [11:31] !ping [11:31] pong! [11:32] !lol === Dragonslicer is now known as Dragnslcr [11:58] akem: any progress? [12:18] gnome-shell 81% cpu [12:18] gofio: dont just paste random things here, focus on actual ubuntu support questions [12:20] lotuspsychje: you should focus on ignoring me ;) [12:20] gofio: never [12:21] random: "ubuntu" "performance" [12:22] that's random. [12:23] gofio: if you want to discuss about howto formulate ubuntu questions, feel free to join #ubuntu-discuss, otherwise please be silent [12:24] so that way you think everything is fine. good luck with that [12:26] thanks for the channel sugestion [12:26] before freenode vanishes. === juboxi is now known as jubo2 [12:59] Hey folks [13:09] lotuspsychje, no, but i noticed the free space was not partitioned on that stick, so i created another partition and i could put some files. [13:10] can't type cyryllic even though languages installed when I switch language it's still english. displayed keyboard showing right language though [13:10] akem_: aha, good its solved [13:10] Yep. [13:25] How badly would 18.04lts freak out if the HDD with the swap partition on it wasn't present at boot? [13:27] CrazyLikeAFox: we dont really take polls or 'if' questions here, what are you trying to do? [13:28] CrazyLikeAFox: might hog on boot if a fstab mountpoint is invalid [13:29] lotuspsychje: was trying to plan how I'm setting up a desktop the hardware will be shuffled some on [13:46] hello ubuntu ..i have installed tootle on ubuntu 16 doesnt work but used to work on same distro edition.. do you know what went wrong? [13:47] !yy.mm [13:47] Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [13:48] !info tootle xenial [13:48] Package tootle does not exist in xenial [13:48] i running 16.04 [13:48] it used to work on 16.04 [13:48] what should i put for WantedBy in my service, with the goal of launching my service before sshd starts? [13:49] i installed other package like wire also it run and the app dissaear after some [13:50] bryanroderyck: there's a snap (i can't tell whether it's recommendable) https://snapcraft.io/tootle , maybe a !PPA as well [13:50] tootle is not in ubuntu, though [13:50] !info avidemux [13:50] Package avidemux does not exist in bionic [13:51] actually tootle is in !disco + !eoan [13:52] i have tried the snap and the other command to install ...it did install but run for afew sec and close after [13:52] preyalone: probably multi-user.target, but it is really Before=ssh.service what you're after there. [13:52] bryanroderyck: well, it's not in ubuntu, so you'll need to get support from its packagers / distributors / developers. [13:53] blackflow: Hmm, what's the difference between WantedBy=ssh.service vs. RequiredBy=ssh.service vs. Before=ssh.service? [13:53] tomreyn : ah ok ..the same thing happen when install "wire" [13:55] preyalone: WantedBy lists targets that will trigger the start of service, Before/After ensure order of execution. RequiredBy is a stronger dependency. the systemd.unit manpage has more info [13:55] neat! [13:56] preyalone: so here you'd need both WantedBy=multi-user.target and Before=ssh.service [13:56] or... depending on what exactly you want to achieve, some other dependency expression [13:56] hi how do you launch vmware workstation bundle ? [13:56] I see WantedBy=multi-user.target on like every tutorial but not sure why this is used [13:57] bryanroderyck: if you don't mean the "Simple Wire encoding protocol command line tool", which is packaged as "wire" in Ubuntu, but something else, such as the electron based companion app to an android chat app, then the same applies here: not in ubuntu, not supported here, contact who made it available to you. [13:57] preyalone: that's a default target, think "runlevel 3" in the old lingo, so pretty much everything is wanted by it [13:57] heh, that doesn't help me. i never learned any of the launch systems too well before systemd stamped em out! [13:58] preyalone: so check the systemd.unit manpage, it explains these relations [13:58] thants [14:00] preyalone: in short, systemd units have a complex framework of defining realtionships between them. targets are pretty much "states" one wants to achieve, so units say that they will be WantedBy certain states. like, "Teh multi-user.target, that we all agreed will be default state, will want me running, so run me". [14:01] preyalone: complex framework _available_. specific relationships needn't be complex at all. [14:02] is start, stop needed in order to setup a service for the first time, or just enable? [14:03] preyalone: not sure I understand what you're asking. Also, note ther's #systemd here on Freenode, as your questions don't seem to be ubuntu specific ;) === jje_ is now known as jje [14:36] im on 18.04. While logging in I see a stylized sun or circle (yellow) on a dark blue canvas. Is this the splash screen? === juboxi is now known as jubo2 [14:37] does sound like it [14:37] but never seen dark blue [14:38] compdoc, this screen last for not even a second and then it jumps to my wallpaper while loading [14:38] how do I get rid of it, so only my wallpaper shows? [14:38] you used some utility to change the startup screen? [14:39] i dont know, I upgraded [14:40] look for a program named tweak [14:40] frad: doesn't sound like ubuntu proper, what flavor is that? [14:41] sorry, wrong channel, ill ask in xubuntu [15:02] heyo [15:02] can anyone tell me how to get kdesudo on ubuntu? :/ [15:05] which ubuntu Yatekii ? [15:05] EriC^^: bionic [15:05] !info kdesudo bionic [15:05] Package kdesudo does not exist in bionic [15:05] EriC^^: oh ups it's actually disco already [15:05] Yatekii: deprecated i think [15:05] !info kdesudo disco [15:05] Package kdesudo does not exist in disco [15:05] Yatekii, try kdesu instead, kdesudo is depracated [15:05] !info kdesu disco [15:05] Package kdesu does not exist in disco [15:06] BluesKaj: yes, I tried that [15:06] apt-cache told me some package and I installed it [15:06] no luck [15:06] Yatekii, are you using kde/plasma DE? [15:06] Yatekii: https://www.maketecheasier.com/gksu-alternatives-ubuntu-bionic/ [15:07] https://gist.github.com/Yatekii/b58765beb2a975f611a1b789eb6b13de that's what I get [15:07] Yatekii, if so try root in the dolphin panel [15:07] BluesKaj: no I am not [15:08] I need kdesudo or kdesu because hotspot needs it. not because I ahve a choice ^^ [15:08] so I guess using alternatives wont help [15:11] Yatekii, suggest you ask in #kde chat, you may get an answer to your hotpot question there [15:11] hotspot even [15:13] Has anyone tried 19.04, what's your opinion of it? [15:15] !polls [15:16] BluesKaj: I doubt there is a hotspot related channel but k [15:16] also I doubt the kde folks know that better [15:16] mrchairman, depemds on your needs, hardware, driver requirements etc [15:16] My dog gets hotspots, I put a special cream on it [15:16] nobody in the linux community cares about distros but their own [15:16] It really helps, but I think I need to change his food [15:16] and the distros don't care about package stability at all lol [15:17] Yatekii, opinions are fine, but they aren't facts [15:17] BluesKaj: yeah. in this case they are. especially for debian based stuff. [15:18] another opinion [15:20] The network on my Ubuntu server seems to be misconfigured, I can't connect to the internet or access the server. It gives "destination host unreachable" when I try to ping. What would be the best way to diagnose what's going on? [15:21] 1. Check if you have the correct IP address. 2. Check your firewall allows incoming connections. [15:21] Yatekii, https://github.com/KDAB/hotspot/issues/173 [15:25] Thanks, I've disabled the firewall, my Netplan 01-netcfg.yaml is like this: https://paste.ubuntu.com/p/H25HQjphYd/ and the info from my host is this: https://paste.ubuntu.com/p/WhxcM9hbC8/ [15:31] gateway -> gateway4 perhaps? [15:34] hm, I've tried changing gateway4 to gateway but it throws an "unknown key: 'gateway'" error when I use netplan apply [15:35] one can have gateway4 and gateway6, yes [15:35] Anyone if it is possible to install libreoffice dictionnaries for the spellchecker with apt? [15:36] Anyone knows* [15:38] I think i found it. [15:40] hm, at the moment I only have gateway4 but it should still work no? [15:43] No it doesn't work, i tried to install the aspell-XX package but doesn't work. [15:44] Maybe myspell-XX now. [15:44] akem_, install synaptic, for easily search ? [15:44] !info synaptic [15:44] synaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.84.3ubuntu1 (bionic), package size 624 kB, installed size 3276 kB [15:49] helloanyone interested on helping me troubleshoot my ethernet and wifi device on an old ubuntu 7.04 installseems to be a missing driver issue but not sure [15:49] Guest_9: Try a supported Ubuntu version [15:50] i cant. i had a pre-setup environment on a cd that was sent with a book i purchased [15:52] I found the packages libreoffice-l10n-XX, OerHeks yeah i'll do that, but what is the builtin Ubuntu appstore command name if you know it please? [15:53] Guest_9: The servers for software downloads for Ubuntu 7.04 have been off for over a decade [15:53] Ha gnome-software, found it nm. [15:54] jeremyb ok, well thanks for the knowledge. maybe the environment was intended to work without internet [15:55] Guest_9: It would work with internet but your devices are likely newer than 2007 [16:03] Hello everyone,Current issue : Ram gets filled up upto 70% even when no apps are triggered. I checked up the system monitor and there are no heavy softwares running. Concern here is that the depleted Memory is not reflected like it should be in Processes window.Device Specs : HP ay78xTx RAM 8GB DDR4 Harddisk 1TB Ubuntu Version : 18.04 [16:04] This wasn't the case with ubuntu 16.04 which I have used previously [16:04] adiaholic: does it have rtl8723be wifi? [16:05] I don't have much knowledge about wifi hardware [16:05] but I'd love to check and let you know [16:06] jeremyb for replying and showing interest [16:06] Thanks :) [16:06] adiaholic: in terminal, run command, post URL> lspci -nnk | grep -iA3 net | nc termbin.com 9999 [16:07] jeremyb [16:07] adiaholic@adiaholic-HP-Notebook:~$ lspci -nnk | grep -iA3 net | nc termbin.com 9999https://termbin.com/lquv [16:07] is this the expected output ? [16:08] 02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller [10ec:8136] (rev 07) Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller [103c:81ec] Kernel driver in use: r8169 Kernel modules: r816903:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL872 [16:08] 3BE PCIe Wireless Network Adapter [10ec:b723] Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:81c1] Kernel driver in use: rtl8723be Kernel modules: rtl8723be [16:09] adiaholic: don't post terminal results than are more than a couple lines long in chat [16:09] jeremyb looks like you hit it right. [16:09] hello, if I installed ubuntu 18.04 on a 2017 macbook pro alongside macos, would I still be able to boot into macos if I'd want? [16:09] adiaholic: what about result for> uname -r [16:09] That's apparently the same memoryleak issue i had on my HP Pavilion with 8723. [16:10] 4.18.0-22-generic [16:10] akem_: do you have a link to tj's dkms fix? [16:10] I have the dkms, i will upload it. [16:10] adiaholic: akem_ has a copy of the fix [16:11] Yes :) [16:11] adiaholic: do you use the wifi? [16:11] Yes [16:11] I am currently using it [16:12] akem_ Please Let me know the steps to get out this memory issue. [16:12] It's crushing the performance :( [16:13] adiaholic, https://drive.google.com/file/d/17YdhCjjPTHtRgOWu6_JiHwLvsPSRaQBQ/view?usp=sharing [16:13] Yes i have the steps to install it, just a minute it's on my other computer, brb. [16:13] Thanks for your genuine efforts [16:35] adiaholic: what is result from terminal for> mokutil --sb-state [16:36] SecureBoot disabledPlatform is in Setup Mode [16:36] jeremybWhat do you think [16:36] ? [16:36] adiaholic: It might still work, see the commands at https://gist.github.com/jeremyb31/1ebfbb17d187efac980f3d6cbed9a17f [16:37] Sure :) [16:38] adiaholic: Did you go into UEFI/BIOS and delete the factory Secure Boot keys? [16:39] jeremyb No sir, I did not [16:39] These have been run successfully . [16:40] sudo dkms add ./rtlwifi-memfixsudo dkms install rtlwifi/1.0 [16:40] adiaholic: that is what normally causes the platform in setup mode. You can try a reboot, if wifi doesn't work do> cd rtlwifi-memfix && make && sudo make install then reboot again [16:43] jeremyb Looks like wifi is working fine. But I'll keep a note of these commands [16:44] adiaholic: a couple of times dkms has failed when platform was in setup mode, they may have fixed dkms since then [16:45] Seems sensible. I'll watch for other unexpected outcomes as well and be on track [16:46] adiaholic: did you set antenna parameter for rtl8723be? [16:46] Does anybody know where I can find the stock libinput config for a touchpad? My touchpad has some annoying click zones, I'm going to disable that. [16:47] jeremyb No I did not interfere with the default settings. I try to stay away from it [16:47] /usr/share/xorg.conf.d/40-libinput.conf is minimal, appears to just bind the libinput driver to the pointer (thinkpad), keyboard, touchpad, etc. [16:47] adiaholic: after you reboot, see if the commands at https://gist.github.com/jeremyb31/61ea440e55f74c42cbc85ebab79ece48 show any signal level differences for you access point [16:48] Sure [16:48] I'll let you know if the problem persists [16:48] the Gentoo and Arch wikis have some useful stuff, might just follow that... maybe the behavior I see is libinput default for the device [17:09] holla, i am running Ubuntu 18.04.2 LTS for some reason after reboot everytime i will have to issue netplan apply for my box to be able to ping anything. i.e after reboot if i do ping www.google.com it will fail , but after i do sudo netplan apply and then ping it passes ! any idea what i am missing here? [17:18] amcclure: i would reccomend, or install ubuntu single, or just keep using mac Os === SirNate is now known as SignalsOut [17:25] Jewish Baseball League! Swing Batta Batta! SWIIIING! [17:25] !ot > SignalsOut [17:25] SignalsOut, please see my private message [17:43] * SignalsOut goes wild! [17:50] Heeyy [17:50] welcome mechmaster [17:51] How are you lotuspsychje? [17:52] mechmaster: good tnx, how can we help you today? [17:53] can you answer a question about servers (ubuntu server)? [17:54] mechmaster: sure, join #ubuntu-server please [17:54] Ok [18:03] hi there, I need help with an emergency boot situation [18:04] guest_2000: whats happening? [18:05] from what I understand in the journalctl -xd output there is a problem with some keys and secure boot? [18:05] guest_2000: can you explain the actual problem first? [18:06] lotuspsychje: i can't do a proper boot. it land in an emergency root shell [18:08] lotuspsychje: journalctl -xd and then scrolling to a red entry: https://i.imgur.com/Eye2rz9.jpg [18:09] guest_2000: wich ubuntu version please, singleboot or dualboot? [18:10] lotuspsychje: kubuntu 19.04 dual boot [18:11] oh there is more red in the journal, maybe a fstab issue [18:11] lotuspsychje: https://i.imgur.com/1sBiWbd.jpg [18:12] guest_2000: what can you tell us more about your harddisk? spinner? ssd? [18:12] lotuspsychje: ssd [18:13] guest_2000: wich ssd brand? how are your uefi settings, aka fastboot & secureboot? [18:15] lotuspsychje: here is a bootinfo summary: https://paste.ubuntu.com/p/tZ7BChvK4w/ [18:16] guest_2000: did your install work before, or is this first time dualboot install try? [18:17] lotuspsychje: oh, i fixed it! [18:18] lotuspsychje: I had to comment out a partition in fstab which does not exist any more [18:18] !yay | guest_2000 [18:18] guest_2000: Glad you made it! :-) [18:18] lotuspsychje: thanks for the support :) [18:19] !cookie | guest_2000 [18:19] guest_2000: Wow! You're such a great helper, you deserve a cookie! [19:31] why do I fail to connect to my Bose QC30 bluetooth headphone? bluetooth service log : https://la.wentropy.com/P7ZJ [19:32] amosbird: have you put the headphones in pairing mode and paired to the computer? [19:33] jeremyb: yes [19:33] it's paired and trusted [19:33] amosbird: did you load module-bluetooth-discover in pactl? [19:34] Just installed Ubuntu 18.04.2 LTS yesterday. It feels pretty nice [19:34] great, welcome to the ubuntu community DanDare [19:35] jeremyb: how can I check that? [19:35] Thanks :) [19:35] DanDare: feel free to discuss in #ubuntu-discuss [19:35] ❯ pactl load-module module-bluetooth-discover [19:35] Failure: Module initialization failed [19:35] amos, in terminal> pactl load-module module-bluetooth-discover [19:35] roger [19:35] hmm, seems like something went wrong [19:36] amosbird: pactl list short | grep discover [19:36] jeremyb: https://la.wentropy.com/vkza [19:36] amosbird: it is either already loaded or the module is missing [19:36] amosbird: already loaded [19:37] ok [19:38] amosbird, try to remove the device from the Bluetooth paired list in Ubuntu and pair itagain [19:38] Nautilus is nice but I wish I could copy the actual path to the clipboard, it's possible? I cant find anything. [19:38] ioria: already tried multiple times [19:38] amosbird: see https://askubuntu.com/q/833322/300665 [19:39] DanDare: ctrl + l [19:39] Oh thanks! [19:41] jeremyb: ah, thanks [19:41] DanDare: and if you need admin rights in nautilus, you can admin:/// there [19:42] lotuspsychje, this is very useful, thank you [19:43] So ubuntu have a intermediate mode called 'administrator' or whatever, but still not root capabilities? thats how it works? [19:44] DanDare: from terminal you can use sudo, but this admin:/// kinda replaces gksudo [19:44] I see. === [1]MrMobius is now known as MrMobius [20:35] jeremyb: heh, now qc30 works fine but airpods2 doesn't [20:36] the error changes to Unable to select SEP [20:36] however the answer seems to be loading that module https://askubuntu.com/questions/671820/14-04-bluetooth-unable-to-select-sep [20:42] yeah, same issue === gabkdlly_ is now known as gabkdlly [21:43] can't install russian font somebody please help [21:44] ubuntu 18 [21:44] parak0vsky, did you change the locale in settings to russian? [21:45] !details | parak0vsky What have you done - what commands ? [21:45] parak0vsky What have you done - what commands ?: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [21:45] yes, it shows russian symbols on on-screen keyboard from input menu but it actually typing qwerty [21:48] okay seems the X server restart required, would not do it right now though === Cooler is now known as Coolfrag === Coolfrag is now known as Coolfragger [21:49] parak0vsky: :) [22:11] hows amd graphic drivers for linux nowadays? [22:12] I am thinking on buying the new radeon rx for a new build instead of nvidia [22:18] INSANU: May I suggest that you see Michael Larabel's benchmarks in phoronix.com ? [22:18] INSANU: how "new" is the chipset? [22:19] INSANU: if it's too new you may have to run a newer software stack for it to work at all. [22:19] INSANU: and may have some stability issues in the short term. that was my experience for a brand new APU back in 2010. [22:21] I see ryuo [22:22] Bashing-om: was trying to find the link [22:22] mind to point it for me? [22:22] INSANU: they were eventually resolved. [22:23] INSANU: Here is a listing: https://www.phoronix.com/scan.php?page=search&q=Radeon . [22:28] I don't understand what went wrong. I configured x11 forwarding on the remote host. When I do echo $DISPLAY I see theremotehostname:10.0 but when I run i3-config-wizard or xset q it just hangs and hangs. What did I niss? [22:28] I do see "Entering interactive session." in the output from $ ssh -vX me@230.239.119.221 [22:28] And the output of echo $DISPLAY is not empty [22:28] why isn't anything seem to be working? [22:29] this new radeon seems a bit shitty looking at the benchmarks [22:38] hi - I think I'm doing something daft. I am able to resolve an local address using nslookup but not able to without specifying the DNS server. It also works if I directly use that DNS server in /etc/resolv.conf. but it doesn't work via systemd-resolve even though systemd-resolve --status confirms that my DNS server is that same [22:38] DNS server. [22:40] hi [22:40] I'm in trouble [22:40] So, there is this one droplet (virtual server) [22:40] I ran: "apt install apache2" [22:41] now the process is stuck at line: [22:41] Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... [22:42] nothing has happened since about 10 minutes [22:42] I hit "ENTER" 3x within the past 10 minutes to see if the SSH connection still stands [22:42] the connection seems to be standing (the ENTER showed a line break) [22:43] what should I do? [22:43] Rojola: can you open a second ssh connection to the server? [22:43] that should at least let you see what processes that is running and what it might be hung on [22:43] tds, yes, I can open a second shell [22:43] tds, but please, please guide me through [22:43] I am very nervous about it [22:43] Rojola: `ps auxf`, and see what processes are running from that original apt command you ran [22:44] which line are you interested in? [22:44] can you find your original apt command in there? [22:44] anything in the processes under that in the tree [22:44] can I grep for "apt"? [22:44] ps auxf | grep "apt" [22:45] sure, ps auxf | grep -A 15 apt [22:46] tds, https://dpaste.de/Lppc/raw [22:52] tds? [22:52] sorry, got distracted by another channel! [22:53] that doesn't look like anything related to ufw, hmm [22:53] what would be the worst-case-scenario if I hit CTRL+C on the stuck apt process? [22:53] I really don't want to set up the entire server from new [22:56] tds? ^.^ [22:56] you won't believe what happened [22:56] the process just finiahed [22:56] *finished [22:57] heh [22:57] after about 27 minutes!!! [22:57] 27 minutes stuck at: [22:57] Processing triggers for ufw (0.36-0ubuntu0.18.04.1) === jeremyb is now known as jeremy31 === panorain is now known as popgreen [23:18] I'm running Ubuntu Studio 19.04 on an HP laptop, I'm currently having problems with the Wi-Fi. I know it's related to the drivers because they're proprietary. My laptop has Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter. I know there are several answers on various Ubuntu help sites on how to make it work and I have made it work [23:18] following those steps. My current go to steps are as follows:sudo apt-get install linux-headers-$(uname -r) build-essential gitgit clone https://github.com/lwfinger/rtlwifi_new.gitcd rtlwifi_new/ && git checkout origin/extended -b extendedsudo make installsudo modprobe -r rtl8723desudo modprobe rtl8723desudo modprobe -r rtl8723de && sleep 5 && sudo [23:18] modprobe rtl8723de ant_sel=2echo "options rtl8723de ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723de.confThey work fine, the connection is stable, the problem is sometimes, I can't pinpoint exactly when after I turn off and turn back on my laptop the Wi-Fi stops being recognized and I have to do the steps again. [23:19] Oh sorry, it didn't take the format. [23:19] !paste [23:19] 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. [23:20] hello, ubuntu 18.04 here and I my command is echo -e "APT::Install-Recommends \"false\";\nAPT::Get::Install-Suggests \"false\";\n" and is says Syntax error /etc/apt/apt.conf.d/99synaptic:1: Extra junk after value [23:20] I'm running Ubuntu Studio 19.04 on an HP laptop, I'm currently having problems with the Wi-Fi. I know it's related to the drivers because they're proprietary. My laptop has Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter. I know there are several answers on various Ubuntu help sites on how to make it work and I have made it work [23:20] following those steps. My current go to steps are this: https://paste.ubuntu.com/p/VzJgbvKrNp/They work fine, the connection is stable, the problem is sometimes, I can't pinpoint exactly when after I turn off and turn back on my laptop the Wi-Fi stops being recognized and I have to do the steps again. [23:21] I'm trying to make a desktop version to server, but can't the packages linux-server and linux-image-server, any help? [23:23] Diebuntu: do they stop working when you put the laptop to sleep and wake it up or only after a full reboot? [23:24] Only after full reboot, but it's not after every reboot [23:26] It seems like it just randomly does it. Last time it happened I think the laptop was on sleep mode and I pressed the power button to turn it off and next time I turned it on it wasn't working. I'm not sure if it had something to do with that. [23:27] mabe this modules should be added to /etc/modules-load.d/modules.conf [23:28] Also, I don't really mind having to do all those commands every now and then, it's not ideal, but whatever. The problem is after the third time I did it, I got this message when trying to install the driver again modprobe: ERROR: could not insert ‘rtl8723de’: Exec format error [23:29] yeah, i am thinking the same thing as cronolio: it is probably not loaded on boot. and maybe those times it did work, the laptop did not turn fully off [23:30] also compiling is bad way. dpkg-buildpackage or whatever [23:31] Honestly I don't know anything about how compiling works, I just followed the steps on this website http://ubuntuhandbook.org/index.php/2018/08/no-wifi-adapter-found-hp-laptops-ubuntu-18-04 to make my wifi work. [23:33] classic issue [23:34] Okay, how do I add that to /etc/modules-load.d/modules.conf and should I install the drivers again? [23:34] Diebuntu: you can use the following command: echo "rtl8723de" | sudo tee /etc/modules-load.d/rtl8723de.conf [23:35] this will load the module you have already installed on boot [23:35] Oh okay, I'll do that [23:35] Should I reboot after the command? [23:36] if any issues arise from it, then simply delete the file [23:36] if your wifi is currently working then there is no need [23:36] ...to reboot [23:36] Nope, it's not working, I'm using my cellphone's hotspot [23:36] Well, usb tethering [23:37] ah, before youe reboot then [23:37] does the following command output anytthing? lsmod | grep rtl8723de [23:37] I'm rebooting now, I'll be back. Thank you! [23:40] there's an updated version with DKMS at http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/ [23:42] deltab: i have to leave now, but if they come back, can you link that to Diebuntu? otherwise they'll be back after a kernel upgrade :) [23:42] cronolio: what's line 1 of /etc/apt/apt.conf.d/99synaptic ? [23:42] I'm back, it didn't work, wifi is not recognized. Only ethernet. [23:42] hi Diebuntu, how did it go? [23:43] deltab: APT::Install-Recommends "false"; [23:45] cronolio: looks okay to me, though I don't know much about it; it's consistent with the files I have [23:45] Diebuntu: there's an updated version with DKMS at http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/ [23:46] Okay, should I follow those steps right away or do I need to remove something first? [23:48] Diebuntu: I don't know much about it, sorry. DO you want to see what's wrong with what you have currently? [23:49] Actually yes, I'd like to see what's wrong, but I'm not sure if I'll understand haha. [23:49] is the driver listed in the output of lsmod? [23:50] lsmod | grep rtl8723de [23:50] Is it this line? hp_wireless 16384 0 [23:51] deltab: there is docker image. i do check the content of file and the line was -e APT::Install-Recommends "false"; but it works fine with /bin/echo -e. looks like some alias or whatever. anyway thank you [23:51] cronolio: maybe there's some invisible character there that cat -v can reveal [23:52] lsmod | grep rtl8723de returned nothing [23:53] Diebuntu: so the module's not loaded [23:53] sudo modprobe rtl8723de [23:53] modprobe: FATAL: Module rtl8723de not found in directory /lib/modules/5.0.0-17-lowlatency [23:53] It's not installed, right? [23:53] right [23:53] maybe it's installed for an older version [23:54] Oh, is it possible that last time I used it Ubuntu updated to a newer kernel? [23:55] I'm thinking it's that because according to this http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/ after a kernel update wifi will stop working. [23:55] yes, I suspect that's what's happened === popgreen is now known as panorain [23:55] Okay, should install it again? [23:55] With the new steps, I mean [23:55] try the DKMS way; if that works you may not need to do it again [23:56] Okay, let me see [23:56] Thanks!