[00:01] don't mix sources [00:02] and don't add repos to the sources.list, use the sources.list.d folder to put it in [00:02] but i guess that is useless, for an ubuntu docker vm [00:03] docker create ubuntu:18.04 [00:03] or 19.10 .. [00:05] I think I figured out what to do. [00:05] The target is 16.04 actually (I'm not targeting 19.10, forgive me) [00:06] RUN echo "deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list [00:06] I'm dealing with exactly this line right now: https://github.com/googledatalab/datalab/blob/master/containers/base/Dockerfile#L36 [00:08] And then, just a few lines later in that same file, a reference to "apt-get source .." is made [00:08] So is my problem have to do with docker [00:08] from a different source [00:08] And the docker build fails, saying some packages can't be authenticated [00:08] https://github.com/googledatalab/datalab/blob/master/containers/base/Dockerfile#L55 [00:08] That "apt-get source ..." command fails. [00:09] I'll pastebin the output somewhere.. just a sec.. [00:15] To be clear the problem I'm having with unmask -.mount [00:16] is because "systemctl start docker" can't start because -.mount is masked. [00:17] so I'm not sure if anything was related to my probelm [00:19] https://pastebin.com/ReVwxnfU [00:57] help E: Unable to locate package libfuse3-dev [01:02] disco-eoan https://packages.ubuntu.com/search?keywords=libfuse3-dev [01:03] oerheks, ty [01:13] Anyone around? [01:14] MrPockets, pong [01:15] So I'm tryena change the lock screen purple to black. Not the first login screen, but once logged in, if I lock my session, it shows the custom wallpaper, but when I press ESC and am presented with the password screen to unlock, it's purple [01:16] 18.04.3 LTS [01:18] MrPockets, referencing https://askubuntu.com/a/981619 [01:18] probably better way to explain it [01:19] also propper spelling is trying not tryena [01:19] See thats whats got me scratch'n my noodle. [01:19] MrPockets, elaborate? [01:20] i did that, and thoroughly re-read and verified [01:20] but alas, the lock screen is still purple. [01:22] Sent me the content of /etc/alternatives/gdm3.css [01:22] also assuming it being part of /etc/alternatives i guess you have to invoke `update-alternatives` [01:23] mrpockets this what i did: vi /etc/alternatives/gdm3.css [01:23] `sudo update-alternatives --config gdm3.css` [01:23] lockDialogGroup {background: #000000 [01:23] reboot [01:24] https://pastebin.com/XmJ3vzmb [01:24] yeah, logged out and bounced the workstation before asking here. [01:25] also: https://pastebin.com/gBH5Unip [01:26] `* 1 /usr/share/gnome-shell/theme/gnome-shell.css 5 manual mode` [01:26] there is your issue [01:26] i assume [01:26] What is the correct selection? [01:26] `ls -la path/to/gdm3.css` [01:27] is probably symlinked somewhere [01:27] ahh [01:27] Changing & testing (rebooting). Brb [01:28] actually, that looks correct. [01:29] https://pastebin.com/aqZDQBXV [01:29] so does anyone know what -.mount is even used for [01:34] MrPockets, i assume that you made a syntax error in said .css file -> Lint it and report back [01:36] IRCNew: for mounting file systems [01:36] well I can't stop it [01:37] I can't unmask it [01:37] which is what docker is complaining about [01:37] IRCNew: what do you mean by "stop it" [01:37] systemctl stop -- -.mount [01:37] One stupid question: how do you install GNOME (the real GNOME) with the full of its features? [01:38] sudo apt-get install gnome gnome-extras doesn't work :-( [01:38] IRCNew: why are you trying to stop it? [01:39] Is it safe to use tasksel? [01:39] My problem is when I try to "systemctl start docker" it give an error [01:39] Failed to start docker.service: Unit -.mount is masked. [01:39] for the vanilla gnome; sudo apt install gnome-session https://vitux.com/how-to-install-vanilla-gnome-desktop-on-ubuntu/ [01:39] asarch, I suspect you're asking about vanilla gnome (you didn't specify a version, but https://packages.ubuntu.com/bionic/vanilla-gnome-desktop) [01:39] but then you are on your own [01:40] Vanilla GNOME? [01:40] !info ubuntu-desktop [01:40] there is no 'real gnome' all distros do something extra. [01:40] ubuntu-desktop (source: ubuntu-meta): The Ubuntu desktop system. In component main, is optional. Version 1.440 (eoan), package size 2 kB, installed size 49 kB [01:41] Oh [01:41] Thank you! [01:41] Thank you very much! :-) [01:41] have fun! [01:42] IRCNew: one more reason to avoid docker IM(never)HO - I suspect a partitioning issue - but no idea really [01:43] docker makes it really easy to setup services [01:44] Error: GDBus.Error:org.freedesktop.systemd1.UnitMasked: Unit -.mount is masked. [01:44] hmm I tried 'apt update' [01:45] Unit -.mount is masked. what is Unit -.mount ? [01:45] o dam [01:45] well I have gpart open [01:46] that might have been my problem [01:47] IRCNew: remember I said partitions (LOL) [01:48] Well I just did not think of it till I read the error some people where getting when doing 'apt update' now I have to re install [01:48] since that is what I was trying to do [02:00] how can i get `libfuse3-dev` on bionic ubuntu? [02:04] there are no backports, build it yourself? [02:04] kreyren: why do you think you need it? [02:05] it will need some newer gcc too, i guess [02:10] leftyfb, since my project needs it and GitHub Actions are using only ubuntu-latest which translates to ubuntu bionic [02:10] ubuntu is finally really taking off & getting somewhere ;D [02:10] cloaz, no, it's pita to deal with [02:10] kreyren: bionic is not the latest [02:11] leftyfb, it is according to GitHub [02:11] kreyren: Ubuntu 19.10 is the latest [02:11] leftyfb, tell that to Microsoft then they are as always few years in history [02:11] please keep general statements out of #ubuntu kreyren cloaz [02:12] kreyren: what project exactly are you talking about? [02:12] use #ubuntu-discuss if you need to discuss a topic [02:12] lotuspsychje, i try, but i'm triggered >.> and it's using all kinds of weird 3rd party repos.. [02:12] leftyfb, https://github.com/Kreyrock/Kreyrock/runs/326724002 [02:13] notice install dependencies [02:13] and my C lang project is using `#include ` [02:14] ~~well i forked it and fixed it, it's made by someone else~~ [02:15] kreyren: your own custom distribution? [02:15] leftyfb, meta-distribution yes [02:15] beta1 [02:15] kreyren: ok, that is well beyond the scope of this support channel. [02:16] leftyfb, that's why am i asking ubuntu-specific question in getting said package on ubuntu bionic [02:16] kreyren: fuse3 is not supported on bionic [02:16] dependencies do not meet 18.04, only disco and eoan [02:16] leftyfb, i know i need some workaround for that.. [02:17] kreyren: ok, you are on your own for that. We can only support what is available in bionic (when supporting bionic) [02:17] assuming package list http://dpaste.com/3DQR2JX.txt [02:17] but it is not just fuse3-dev, there is a bunch more i think. [02:18] leftyfb, can you support a method to get said package list to update to get expected package on the list as efficient as possible assuming delay in runtime? [02:18] see https://ubuntu.pkgs.org/19.04/ubuntu-universe-amd64/fuse3_3.4.1-1_amd64.deb.html [02:19] kreyren: Sorry, but you are trying to shoe-horn us providing support for your customer distribution. Good luck [02:19] Can I make two clipboards in ubuntu? [02:19] custom* [02:19] I mean two clipboards containing different items. And using them separately? [02:20] leftyfb, How is that shoe-horn it's not doing anything with my distro it's literally ubuntu checking files.. **NOTHING** from my distribution is executed in a way that would affect ubuntu's runtime [02:20] oerheks, so i would still need to update on disco and assuming provided package list i would have to update on disco for it to work right? [02:20] excluding sandboxing binaries i.e docker [02:22] kreyren, yes, start with a 19.10 docker, i have no idea how to update that 18.04 docker instance, maybe that is impossible? === zbenjamin_ is now known as zbenjamin [02:22] oerheks, trying thanks for info [02:22] martiansoul, there is gpaste, with multiple buffers gnome-shell-extensions-gpaste > https://askubuntu.com/questions/656860/how-to-get-multiple-clipboards [02:31] Has anybody succeeded in getting new protocols registered with firefox via gconftool-2 (eg: tel://) [02:35] it could be done with about:config https://askubuntu.com/a/969806 [02:56] Cool, thanks oerheks. The other answers like that indicated that that method didn't work any more. Will try. [03:12] That's why I'm wondering if anybody's succeeded. === PowerTower_121 is now known as PowerTower_120 [04:06] Yeah, hrumph, didn't work. [04:32] What is the proper sources.list for latest ubuntu? [04:36] you mean the one currently in development, the latest release, otr the latest lts? [04:36] kreyren: https://gist.github.com/seveas/09139dc2ce7e46e37ca6647b193ac0c9 . But change the xenial instances to the target release name. [04:36] * "or", not "otr" [04:37] tomreyn, latest lts [04:37] !lts [04:37] LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Bionic (Bionic Beaver 18.04). Ubuntu !flavors may have different support durations, check their release notes for information. [04:37] so the release name there is "bionic" [04:38] edit: i need disco at least [04:38] you'll work it out [04:44] anyone know the right CLI invocation to get the default Ubuntu desktop env (I'm honestly not sure what it's called) to start from VNC (e.g. what needs to be at the end of ~/.vnc/xstartup)? [04:52] I'm updating ubuntu from bionic to disco and getting confllicts with perl-modules-5.22 (https://travis-ci.org/Kreyrock/Kreyrock/builds/618838657#L199) how should i resolve it? [04:52] using `http://dpaste.com/1GXGD8Q.txt` [04:53] not sure if using recommends is enough [04:59] !info perl-modules-5.28 disco } kreyren [04:59] perl-modules-5.28 (source: perl): Core Perl modules. In component main, is optional. Version 5.28.1-6 (disco), package size 2751 kB, installed size 18894 kB [04:59] Bashing-om, eh? [04:59] this is not travis ci support, but you should be aware that setting up apt sources and installing packages from !disco on !xenial is just going to break [05:00] kreyren: perl-modules-5.22 will not exist in disco. [05:00] Bashing-om, ah i see, thanks [05:02] tomreyn, thanks i didn't notice it using xenial [05:16] https://github.com/Kreyrock/Kreyrock/blob/master/.travis.yml#L12 isn't going to work because https://docs.travis-ci.com/user/reference/linux/ [05:19] oops, i mean to post this to #travis [06:08] greets, i have installed telnet on ubuntu18.04 vps.. but telnet command is still not found [06:08] inetd is active [06:11] juanonymous: show your output of installing and trying to run telnet [06:11] how did you install telnet [06:11] !paste | juanonymous [06:11] juanonymous: 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:13] tomreyn: https://paste.ubuntu.com/p/vYQMfD4d84/ [06:13] telnetd is a telnet server, it's not the same as telnet, a telnet client [06:14] i.e., to get the telnet client, you need to: sudo apt update && sudo apt install telnet [06:16] aw [06:16] sorry [06:16] so i need to uninstall telnetd then? [06:16] what is the proper way to uninstall it, and also delete all of its directory? [06:17] sudo apt purge telnetd [06:19] thank you tomreyn [06:20] you're welcome, juanonymous [06:32] how do I add my TV provider to the videos app? [06:33] I don't want to use chrome every time I want to watch Spectrum [06:37] sometimes people have to do things they don't want to do [06:38] including but not limited to going to work === lotuspsychje_ is now known as lotuspsychje [06:38] tatertots, I just got home [06:38] work sux [06:39] !ot | rabbitnightmare [06:39] rabbitnightmare: #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! [06:40] lotuspsychje, would you happen to know how to add a cable provider to the videos app? [06:40] pretty please [06:41] rabbitnightmare: elaborate please? [06:41] I would like to add Spectrum to videos [06:42] there is a channels button [06:44] I add watch.spectrum.net and it just says "unable to play file" [06:45] rabbitnightmare: im not familliar with that service, but you could try to open the url with vlc or clementine [06:46] https://bhtv.brighthouse.com/livetv is another url [06:47] brighthouse is the local one [06:47] it hasnt been bright house since before timewarner [06:48] ok so I know they use flash [06:48] what would I set the profile to [06:49] yeah its not letting me stream [06:49] might have to suck it up and use a browser [06:49] thats fine and all but it doesn't let me use all the channels I am subscribed to [06:50] once upon a time xbmc supported it [06:50] I think XBMC is dead now [06:53] oh well life goes on [06:58] XBMC is called Kodi now. [06:58] and it's alive and well [06:59] I shall try it and see [07:00] thank you that was what I needed [07:00] that was incredibly easy to setup [07:00] I wish other video players supported tuner streaming [07:01] y'all might want to look into either including kodi by default in the future or add it to videos [07:01] thank you SwedeMike [07:02] rabbitnightmare: it only supports the HD Homerun tuner so ...don't get too excited [07:02] tatertots, yeah no DVR or anything but I half expected it [07:03] if I wanted to be a pirate not much is stopping me, but legal methods should be widely supported and adopted in Ubuntu [07:03] !ot | rabbitnightmare [07:04] lotuspsychje, asking for legal media tuner streaming support is ot? [07:04] rabbitnightmare: you are not asking ubuntu questions, but general chatting right now [07:04] pleas keep things divided in the proper channels [07:05] if you stray too far from basic OS support someone will deem it OT so tread lightly [07:05] thats fine and I am trying to be understanding, just a feature request [07:05] with the advent of docsis 4.0 you are going to see more people like me asking about it [07:06] have a good night [07:06] most networks have their own android / iphone apps for subscribers [07:06] YMMV [07:12] * linux_dr discovered himself banned from ##linux :-( [07:14] congrats...it's a right of passage [07:14] it's because of irccloud [07:14] you're a man now [07:15] free accounts are trivial to spin up, so they ban the irccloud free accounts. if you had a paid account you'd be fine. it's not personal. [07:15] I certainly can’t claim to be a newbie. I was building and using kernel modules before devfs was in wide use. Now I know it’s been replaced by udev that integrates with systemd: that said, I can’t remember how to determine what is using a module that prevents modprobe -r from removing them. Can anyone refresh my memory? [07:19] lsmod, i guess [07:21] tomreyn: lsmod told me no other MODULES are using it, but I think either a process, or system.d’s current target is using it... [07:23] there doesn't seem to be a single / simple answer to this. https://stackoverflow.com/questions/448999/is-there-a-way-to-figure-out-what-is-using-a-linux-kernel-module [07:23] totally guessing, but maybe `lsof` can show you if it has any file descriptors open? [07:27] I’m trying to install the correct versions of the virtual box guests additions (WITHOUT a reboot)... vboxvideo is giving me trouble... but, as X11 is not even INSTALLED yet, (no less running) I’m a bit mystified by this. [07:28] I’m trying to do this with ansible-local, so a reboot would be particularly inconvenient. [07:29] why not a reboot linux_dr? [07:30] ah, just read that last comment [07:35] d0tsun7: several reasons... 1) ansible-local runs on the box being manipulated, so there’s no graceful way to resume a ansible play 2) there is a way to automate a reboot during provisioning in vagrant (which I am using), but there is no way to make this conditional on the system state, 3) a reboot simply makes several things more difficult [07:37] i follow ya [07:37] Also, as long as I’m able to shutdown X and restart it, i don’t see a reason I should NEED a reboot [07:37] noice [07:38] d0tsun7: in THEORY. :-P [07:39] right. lol [07:43] It is (for instance) possible that the kernel now uses vboxvideo for fbconsole, which is very unlikely to [07:44] Relinquish use of it [07:50] I have the download compile and install all beautifully automated... only switching out the loaded module is giving me greif [08:52] I just wanted to say that not booting system if some of the items in /etc/fstab fail to mount, it total garbage. [08:53] What if I removed a drive? Is that really a reason to stop loading absolutely fine working system? [08:56] nikolam: there's an option to not wait [08:56] ? [08:57] I know but really. It that sane for a default for a desktop system? [08:57] yep [08:58] to stop loading OS and put bunch of error messages in front of unexpecte duser, just because some additional drives died or unavailable? Nope. [08:58] makes sense to m [08:58] me [08:58] Makes sense in server, but on desktop? [08:59] especially if the drives aren't local direct attached storage [08:59] yeah, most people on desktop don't even put stuff in fstab [09:02] And there is the thing about /etc/zfs/zpool.cache . One more reason for it o stop booting.. [09:02] And it's fs shouldn't even care for system config files.. [09:02] it's Linux implementation... [09:03] you live and learn [09:04] you can make what ever customizations you need to fit your use case [09:05] Yeah, that's why it seems better not to run Linux at all, but some docker on top of lx zones on Triton and that's it. [09:15] nikolam: uh i beleive docker and containers in genreal share the kernel and sub system of the Linux OS on the bare metal....right? [09:16] so i don't believe that gets you out of anything [09:21] tatertots, nope, no Linux kernel at all, other one is translating APIs. But it's offtopic. === juboxi is now known as jubo2 === im0nde_ is now known as im0nde [11:55] hi there! does gnome disk utility make a byte per byte image of a disk? [12:09] Hi. I want to develop two separate clipboards. Is it possible in ubuntu? even programatically? [12:16] I have this bug in my recently installed gnome-shell for Ubuntu 19.04, https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1822846 . Someone has mentioned that "This bug was fixed in the package gnome-shell - 3.32.1-1ubuntu1~19.04.1". My question is how do I apply this fix, or how do I upgrade my gnome-shell to this version. My gnome-shell version is GNOME Shell 3.32.0 [12:16] Launchpad bug 1822846 in gnome-shell (Ubuntu Eoan) "Icon disappears from favorites in gnome-shell 3.32 (upstream dock, not the ubuntu-dock)" [High,Fix released] [12:29] Hey folks [12:40] I have this bug in my recently installed gnome-shell for Ubuntu 19.04, https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1822846 . Someone has mentioned that "This bug was fixed in the package gnome-shell - 3.32.1-1ubuntu1~19.04.1". My question is how do I apply this fix, or how do I upgrade my gnome-shell to this version. My gnome-shell version is GNOME Shell 3.32.0 [12:40] Launchpad bug 1822846 in gnome-shell (Ubuntu Eoan) "Icon disappears from favorites in gnome-shell 3.32 (upstream dock, not the ubuntu-dock)" [High,Fix released] [12:42] sazawal: in terminal> sudo apt-get install --reinstall gnome-shell [12:45] What's that "kworker/0:0+kacpid" that is eating 74% cpu time on 2-core 4-threads i3-2120 ? [12:45] together with 62% for irq/9-acpi ..? [12:47] hey all, I am building a PC and I want to have a troubleshooting/emergency GPU in order to not to go blind. the CPU I am planning to buy doesn't have IGPU so which is the cheapest GPU you recommend that would work with linux kernel without any installation? [12:47] I am talking about cards that are ~20$ [12:47] I see them in top as 2 processes and 2 cores are used as I see in panel monitor (xfce4 panel), and showing as system usage on 2 virt. cores in top [12:48] dionysus69, on AMD side, 7xxx series and newer, because it has GCN and is supported woth open drivers from AMD and will be supported in the future [12:49] dionysus69 You may want to take a look into some older geforce, they work with the open source nvidia driver. And theres also the amd open source driver, but I don't know how it is going [12:49] Nvidia all have great support for older cards, but driver are all proprietary. [12:49] The open source driver supports gtx 750 IIRC [12:50] I just care if you just plugin and it works, I would prefer if its AMD though [12:50] amd now plays smoothly and drivers you get are open and supported , but from GCN onwards, not for older. [12:50] nice [12:50] And Nvidia can work for older, just make sure to install proprietary drivers, if you want speed from it. [12:51] like this? https://www.amazon.com/Genuine-Graphics-01308-01-109-C33457-00-113-C3340200-105/dp/B07QSCNNHY/ref=sr_1_1?keywords=Radeon+HD+7000&qid=1575118270&s=electronics&sr=1-1 [12:55] dionysus69, well, not ecaxtly.. yopu need GCN one, this is still Terrascale.. [12:56] check also on AMD site [12:56] https://en.wikipedia.org/wiki/Radeon_HD_7000_series === SimonNL is now known as SimonNL_Afk [12:58] so it shouldn't mention terascale I guess xD [12:59] https://en.wikipedia.org/wiki/Graphics_Core_Next#Graphics_Core_Next_1 [13:02] And here is my problem, with top on i3-2120 with large CPU usage.. https://pastebin.com/8f9bKbVe [13:17] hello all. I am trying to track down a problem that Plex appears to be exposing. Since I don't know what package is causing the problem (networking is suspected), how do I go about documenting this process/getting to a bug report? [13:24] I raised the issue with Plex: https://forums.plex.tv/t/specific-client-causes-system-plex-server-to-crash/498868/6 [13:24] they believe it is related to IP multi-cast [14:11] I have a server that runs a number of services, including apache2 - from time to time apache2 is going off-line. The apache2 log says that it received a SIGTERM. I can not imagine where that is coming from - any suggestions as to how to get more info [14:41] Check the timestamps of those SIGTERMS, see if they may align with some cronjobs [14:44] hi. can I have two clipboards in Ubuntu? [14:47] martiansoul: I think there are, one will copy anything highlighted and can be pasted using middle mouse button [14:47] Hi [14:48] I want to install KDE. I did sudo tasksel install kubuntu-desktop [14:48] I got [14:48] E: Unable to correct problems, you have held broken packages. [14:48] I did sudo dpkg --configure -a [14:48] sudo apt install -f [14:48] all seems fine [14:49] I still cant do the tasksel [14:49] why? [14:49] UndefinedIsNotAF: can you pastebin the actual errors? === yeats_ is now known as yeats [14:49] yeats: https://paste.fedoraproject.org/paste/7KieFp96jFxVFDTWH0hHSA [14:50] nothing more [14:50] sudo apt --fix-broken install, did nothing [14:50] I don't remember who told me that my system was a bit too weak for ubuntu, and that was probably the reason firefox was freezing, but it works better with xubuntu now, so thanks! [14:51] Agneees: yeah Xubuntu is a good stuff [14:51] UndefinedIsNotAF: there should be more info in /var/log/dpkg.log [14:52] I got nothing new in /var/log/dpkg.log at the time i do the tasksel . (i got old messages when i did upgrade) [14:54] UndefinedIsNotAF: without more information, there's nothing to advise - one or more of the packages you've installed has errored out during the preinst or postinst script and until you know which one and what the error is, there's little help anyone can provide [14:55] yeats: what can i grep on /var/log/dpkg.log to find the guilty package ? [14:55] UndefinedIsNotAF: if you have PPAs or nonstandard APT sources installed that can cause trouble [14:55] UndefinedIsNotAF: well, you said there were no messages in the log, right? [14:55] they should be obvious [14:56] UndefinedIsNotAF: sudo apt -f install *should* show more than what you pasted [14:57] there may be a debugging mode for tasksel too [14:58] geirha: sorry it took so long to respond - since you did not include my id I did not get paged - that is a GREAT idea - sadly not the case here - this server has VERY FEW cron jobs [14:58] jeremy31: But a single copy makes for a single clipboard, right? [14:59] martiansoul: to use both you highlight and ctrl+c then you can highlight something else and then you can press middle mouse to paste the second and ctrl + v to paste the first [15:00] jeremy31: Oh. Thanks. Now I understand. [15:01] I also wanted to know - is it possible to write a script that would allow me to have maybe let's say 3 clipboards? [15:01] And in principle, if it is - how would that work [15:01] martiansoul: I have no idea but google might have something [15:01] jeremy31: okay. [15:09] martiansoul: X itself has 3 selections (PRIMARY, SECONDARY which no one uses, and CLIPBOARD) so you could write something that lets you use all three. [15:10] martiansoul: Or of course you can write a clipboard manager (like some desktops have) that uses PRIMARY and CLIPBOARD but also keeps their own records of what was in them. [15:11] Really depends on what you want to do with the three clipboards (this is probably off-topic here, though). [15:45] hello ppl.. I installed Ubuntu Server on a headless machine and I'm trying to launch GUI apps (like Pycharm) by exporting display to another UBuntu desktop [15:46] but its complaining of "libXrender.so.1: cannot open shared object file: No such file or directory" [15:46] any ideas why its expected X libs on the server when I'm exporting display [15:56] It needs the X client libraries on the machine where you're running the app. [15:56] akk my client is a Ubuntu 19.10 desktop so I'm assuming its got a full X installation [15:57] server is headless (where I'm launching PyCharm) [15:57] If you're running PyCharm on the server, that's where the libraries used by the app need to be. [15:57] aah [15:58] Though I'm surprised you were able to install PyCharm without the libraries; those should have been dependencies. [15:58] akk, even when I'm exporting the display to the client? [15:58] akk, pycharm is just a package that I untared [15:59] Oh, well, you'll definitely need X client libraries. [15:59] X can transport graphics primitives (put a rectangle here, put an 'a' there) across the net, but it still needs all the libraries that translate concepts like a button, a text input, an icon, to those primitives. [16:00] You'll find that you need quite a lot of client libraries to run most X apps even if the server is on a remote display. [16:06] makes sense [16:06] thx === akemhp_ is now known as akem [16:29] also X is in reverse [16:38] I got a prompt to upgrade from 19.04 to 19.10 and now everything is broken. Thanks a lot [16:40] https://i.imgur.com/HjynTQL.jpg [16:41] what a joke. how the hell does bullcrap like this still happen with linux? [16:43] N0Lif3, are you simply angry or is it your usual way to ask for help ? [16:43] could be anything. bad hardware, some program or driver you added [16:43] both [16:43] N0Lif3, see if you can boot in recovery, if not you need a livecd [16:44] N0Lif3, might be an out of space or the kernel hal broken [16:44] *half [16:44] hello [16:46] I am unable to execute apt-get -f install, as there are corrupt packages [16:47] https://paste.ubuntu.com/p/y7GHDvFQ2W/ [16:47] This is the error I get upon executing apt-get -f install [16:48] Also, I am getting this error: [ Error reading lock file /etc/.environment.swp: Not enough data read ] [16:48] Please help [16:51] I don't want to reinstall again, as I would lose data. So, I really need to get it right. I thought of backing up data to a cloud, but rclone is also using temporary space on the root partition. Despite changing environment variables, I can't make it use /home partition where I have free space available. [17:14] mrninenine: try removing those php packages, or at least the half-installed json, then do fix-missing and sudo dpkg –configure -a . with any luck you can then re-install. otherwise might need to purge when removing to re-do the configurations too. [17:20] [repost from earlier]: hello all. I am trying to track down a problem that Plex appears to be exposing. Since I don't know what package is causing the problem (networking is suspected), how do I go about documenting this process/getting to a bug report? [17:20] I raised the issue with Plex: https://forums.plex.tv/t/specific-client-causes-system-plex-server-to-crash/498868/6 [17:20] they believe it is related to IP multi-cast [17:25] Hello! Q wrt internet sharing: 2 PCs, one the server is connected via ethernet cable. Its second ethernet crad connects the client. To share Internet one has to follow advice 1 from here, right? https://askubuntu.com/questions/359856/share-wireless-internet-connection-through-ethernet [17:26] In my case, it doesn't work. Is it because it is not Wifiw as described on the latter internet site? [18:14] Hello everybody, i bought a new laptop and want to install ubuntu on it, but ubuntu dont detect a drive to install on [18:15] i know i have 2 ssd inside with 500gb space [18:16] qwebirc95665, check your SATA settings in bios to be set as 'ahci' and not 'raid' [18:19] i fond something in my bios named sata mode and its locked on RST Premium with Optaine [18:19] Product name is Nitro AN517-51 [18:19] if this helps [18:20] qwebirc95665, no idea; maybe you need to set a supervisor password to unlock it, but no experience about it [18:21] i cant set a supervisor password [18:21] oh i can [18:23] ok i can set a supervisor password, but still cant change the sata mode === SimonNL_Afk is now known as SimonNL [18:24] I just removed an unused HD from my system (this is an internal drive, not a usb) in order to prepare for an upgrade. I removed it's entry from fstab, shutdown, removed the drive, and booted. Now it's got a failed systemd dependency for the drive. [18:25] It's booting into emergency mode and won't continue. How can I fix this? [18:28] qwebirc95665, https://community.acer.com/en/discussion/579607/change-sata-mode-from-rst-to-ahci [18:52] uhm quick quesitron is there a place where i can see staging of official ubuntu apt packages [18:52] specifically i am wondering when they will next update the nvidia-driver-440 package [18:53] from the current .26 beta --> to the newer .36 [18:53] since it's otherwise not building on 5.4.x kernels [18:55] staging = proposed, that 440 is on next ubuntu 20.04 https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-440/440.31-0ubuntu1/+publishinghistory [18:55] so, join #ubuntu+1 for focal support please [19:01] Share wireless Internet connection through ethernet (https://askubuntu.com/questions/359856/share-wireless-internet-connection-through-ethernet). If it is not wireless but ethernet, is it same procedure or is it more complicated? [19:02] same, without the wpa-supplicant stuff [19:03] oerheks, that means? [19:03] one could use networkmanager for that, add connection; type ethernet; type ipv4; method shared to other computers [19:04] which firewall application do I use to allow only a specific application (e.g. Firefox) to connect to a specific outgoing port (e.g. 8080)? [19:04] can linux even do that? [19:04] oerheks, okay, but it does not work ... ;-( [19:05] I want to deny all outgoing communication except for applications that I specifically allow, and configure the ports that these applications are allowed to connect to [19:05] May be, I have to do the steps described here (https://medium.com/@TarunChinmai/sharing-internet-connection-from-a-linux-machine-over-ethernet-a5cbbd775a4f) for the server [19:05] I can't get an answer online on whether ufw/firewalld can do that, or if I should be looking at some other thing [19:06] Blendphys, 'on the server´ .. i would mention that in the first place [19:07] oerheks, yep, sorry, but do you agree with what is written on the latter internet page? [19:09] oxek: you might need to give more thought to what exactly you're attempting to accomplish conceptually...a web browser (firefox) when you enter a url into the address bar "sends" a request to a webserver, the webserver then fulfills this request and send the requested info or page back to the browser that requested it [19:10] i think for ubuntu 18.04 you need to use netplan for sharing networking [19:10] oxek: it's a bi directional communication by default you see [19:10] !netplan [19:10] Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/ [19:10] oxek: so sleep on it ...think about what you really want to accomplish [19:11] oxek: more importantly give some thought to "why" you'd want to do this in the first place [19:12] tatertots: what I want is use lots of windows programs in wine that communicate with homeservers, I want to block those connections while allowing those apps connect to things I want [19:12] on windows, I would install *any* firewall application, and it would allow me to do that [19:12] on linux, I am lost [19:13] oxek: if your firefox "browser" sends a request to a web server but cannot recieve the fulfilled request....you'll get a error more than likely [19:13] tatertots: errors are fine and expected, it does not crash firefox on windows [19:14] e.g. on firefox, I only allow ports 53,80,443 and all is well. This means that e.g. an extension cannot by default load advertisements from a server on port 9090. [19:14] I need an outgoing firewall because I will be using lots of untrusted software [19:15] oerheks, thanks a lot. Netplan seems to be already installed under Ubuntu ... so I will try out tomorrow ... . [19:15] Thanks, oerheks [19:15] Blendphys, have fun! [19:15] I can already do that on windows using any firewall, and on android using AFWall+ [19:17] oxek: just invest the time in the learning curve and do the same with firewall in your Linux distribution...it probably will not be as "just click here" as you're used to, so you'll be doing some homework and trial and error...if you want instant gratification...you might consider staying with what you've already had success with [19:18] tatertots: I first need confirmation whether it is even possible to block outgoing traffic on linux, since neither documentation of ufw nor firewalld mentions that [19:18] more specifically, outgoing traffic per application [19:18] I know I can do iptables/nftables and block a specific outgoing port for the whole machine [19:19] but I need more granularity than that [19:19] e.g. allow firefox outgoing port 80/tcp, block malware.exe outgoing port 80/tcp [19:19] Is there any virtualisation solution that doeasn't require a special kernel? (performance is not important) [19:21] thanks oerheks (sorry i didn't see your message earlier) [19:23] oxek: good luck in your research and subsequent "trial and error" testing [19:26] anyone able to help with a systemd dependency problem on a secondary hard drive? [19:29] oerheks, bad news: in my case both PCs use the NetworkManager renderer [19:29] :) [19:29] ... and I have Lubuntu 18.04 === Trieste is now known as Trieste_web === Trieste_web is now known as Trieste [20:18] Hello everyone ! [20:19] I'd need a little bit of support in order to solve an issue I have when resuming from standby [20:20] I hear that my laptop is running, I sometime see the prompt for login and password, sometimes not. But I am always stuck on a blackscreen. The only way to solve this is to push the power button, and so I do see the Lubuntu splashscreen that says that my computer is turning off. [20:20] I do not know where to look for this type of problem [20:22] Hello, i try to install ubuntu on my new laptop, but my oem made a raid 0 partition for windoof, gparted doesnt show the ssd's or the raid. how can i install ubuntu on this ssd? [20:23] kevin@Kevin:~$ uname -a [20:23] Linux Kevin 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [20:23] so another bug, go into software updater, click other software, click "canonical partners" and it crashes the app [20:24] "Sorry Ubuntu 19.10 has encountered an internal error" [20:24] get your garbage distro under control [20:25] #join ubuntu-offtopic [20:25] this is a massive support issue I am able to recreate no matter what I do, whether it be in vm or on metal [20:27] rabbitnightmare : I'm pretty sure this type of sentence is really helpful for developers and support, refering to a garbage distro. It's always a pleasure to support people like you [20:29] Kevin77300, well then stop releasing an unstable mess [20:30] how can i wipe a disc, that gparted cant see? [20:31] qwebirc95665: Can lsblk see it? [20:31] rabbitnightmare : That is called entropy :) [20:32] @r2dgo no [20:33] qwebirc95665: Did you make sure it is connected properly? [20:33] yes, i can boot from it [20:34] rabbitnightmare : You were talking about DOCSIS yesterday night. But there are many variants of video platforms with tons of codecs, bitrate, encapsulation, and so on. It is just impossible to support this for an amount of distro explosing over the last years. That's why it is a mess. But that the same with all information technologies, even Social Networks. How many platforms do you have to communicate with other humans ? It is just not [20:34] possible ! [20:34] boot what from it? [20:34] @r2dgo windows [20:34] @r2dgo i dont want that malware on my SSD [20:36] that is weird. gparted should be able to detect a bootable disk. [20:36] they are 2 SSD's in somethink like a raid 0 [20:36] ooh. you have a hardware raid controller? [20:37] i cant edit sata mode in bios [20:37] yes [20:37] i guess [20:37] and you want to format both of them? [20:37] i want to remove windows and have a ubuntu partition and a debian partition [20:37] each one on his own SSD [20:39] @r2dgo its less about format and more about breaking that raid [20:40] but i think a format should fix the problem [20:41] how did you create the raid? [20:41] i didnt [20:41] OEM did [20:41] i bought that thing yesterday [20:42] change to ahci, windows would probably boot, if it is not UEFI [20:42] ok so let me try to be nice about this, why is 19.10 such a buggy mess? I can't delete partitions off of thumb drives [20:42] it just says error deleting partition [20:42] it is not. [20:43] like nothing I want to accomplish for my daily workflow is working [20:43] i dont have an option in bios to change to AHCI [20:43] qwebirc95665, check the vendor for a bios update? [20:43] cfdisk [20:43] yes i just installed the newest version [20:43] oops [20:43] else, no go .. i like to know what machine does not have raid/ahci options [20:43] 1.10 => 1.23 [20:43] Acer Nitro 5 AN517-51 [20:43] oke [20:44] can you do 'lspci -vv | grep -i raid' [20:44] I am not comfy in cli [20:44] can you guys PLEASE make Ubuntu idk usable [20:44] ah, pretty new machine .. a whole topic on https://ubuntuforums.org/showthread.php?t=2426422 [20:44] error after error after error [20:45] I am trying to be very nice but I am quite irritated that the dell that I purchased with Ubuntu can't do basic tasks [20:45] rabbitnightmare, > change bios to ahci, windows would probably boot, if it is not UEFI [20:45] it didnt come with windows [20:45] it came with ubuntu friend [20:45] rabbitnightmare, and stop the rant, it makes volunteers not read you [20:46] ok so I am having the following show stopping bugs, 1) disks for some reason refuses to delete partitions from thumb drives [20:46] 00.17.0 RAID bus controller [20:46] qwebirc95665, did you read the link i posted you ? [20:46] 2) software update crashes when trying to enable extra repositoroes [20:46] intel corp. 82801 sata controller [20:47] I can get no work done [20:47] RAID mode rev 10 [20:47] qwebirc95665: so you do have a hardware raid controller [20:47] all of the servers REQUIRE me to use thumb drives [20:47] I need to image those [20:48] Ubuntu is wasting me time which is costing me money, a LOT of money [20:49] maybe yall don't care in freetard land but I am going to return this piece of shit to dell and say fuck Linux for life [20:49] fix your shit [20:49] rabbitnightmare: why are you being so vitriolic towards the *volunteers* in this channel trying to help you recitfy a mistake *you* clearly made. if you are not comfortable with linux and the CLI, why on God's green earth did you buy that machine in the first place?! [20:49] r2dgo, i read that this machine indeed does not give ahci options.. [20:50] oerheks, it's hidden [20:50] ioria yes [20:50] r2dgo i guess so [20:50] qwebirc95665, boot with F2 to get to the BIOS, and go to main menu, and press Ctrl + S. SATA field will reappear. Then change accordingly [20:50] ioria, ah, wait, set password on bios, then the option appears? [20:50] oerheks, not exactly [20:51] lol [20:52] ah nice, https://ubuntuforums.org/showthread.php?t=2429951&p=13900969#post13900969 [20:52] i pressed crtl s and it gave me a sata mode button (i never saw something in a bios, like i am in the bios, i probably want to change stuff) and are now on AHCI. so the raidcontroller is now disabled and i have 2 SSD0s? [20:53] 2 m2 in raid0, sounds plausible [20:54] qwebirc95665, disable secure boot and boot the ubuntu livecd [20:54] ok i booted ubuntu live [20:54] i opened gparted [20:54] qwebirc95665, then open gparted [20:54] and it gave me an error [20:54] qwebirc95665, what error ? [20:55] Invalid argument during seek for read on /dev/nvme1n1 [20:55] qwebirc95665, does gparted see the diskas ? [20:55] *disks [20:55] not jet, another error [20:56] the backup GPT table is corrupt, but the primary aappears ok, so that will be used [20:56] nice 2 disks [20:56] qwebirc95665, i think you're on the right track, i have to leave; good luck [20:56] thanks you [20:57] create partition table, i have many options, what should i choose? [20:57] GPT [20:58] the old mbr would give a limit of 4 primairy partitions [20:59] i could try atari or amiga, and install ubuntu on it, it seems like fun :-P === davimore_ is now known as davimore === aceghost is now known as AcEgHoSt [21:28] i'm in ubuntu 18.04 and i can't use Control-Alt-o or Control-Alt-p anywhere [21:28] is it defined as a shortcut or something and if so where? [21:29] i don't see it in any configurations or menus like Settings->Devices->Keyboard [21:33] hrm. i think clipit is at fault, nevermind [22:30] hello, i want to setup ubuntu on my new laptop currently alongside of windows. 1. What partitions should i create for ubuntu (home, boot, swap?) and can i install the bootloader on the ubuntu disk and still boot both, or do i have to make the bootloader on the windows one? === torontoyes is now known as correct [22:34] qwebirc95665: how big is your HDD? [22:35] qwebirc95665: but partitions wise, yes, it'll be home, root and swap, though, I use the root partition for $HOME, so I only have root and swap :) [22:36] qwebirc95665: You only really need 1 partition [22:37] its an M.2 500 GB [22:37] i want the lvm crypted thing [22:37] <_Sym_> the default now is a swap file not a swap partition. [22:37] oh nice [22:38] I have a script that i have placed in user-data for an ec2. Problem I'm having is enableing networking. It works intermittently. Essentially, I have a cloudformation template that will spin 20 nodes and the user-data will install and configure a few things. the networking portion of script works intermittently [22:38] wait, do i need a /boot? [22:38] since the rest should be crypted [22:39] qwebirc95665: /boot will be in the root partition [22:39] but the root partition should be encrypted [22:39] qwebirc95665: and the bootloader goes, well Grub will be in the "device" not a partition, so it'll be /dev/sda or /dev/sdc or such, but not /dev/sda3 [22:43] ok i have now a /dev/mapper/nvme1n1p1_crypt , i think thats the right place to install ubuntu. what device do i have to choose for the boot loader? the ubuntu drive or the windows drive? [22:44] qwebirc95665: haven't done LVM myself, not yet, so not sure on the mapping it goes with [22:45] without lvm, would be bootloader go to the existing windows partition, or the ubuntu one? [22:46] qwebirc95665, why not let ubuntu do it for you, then you can study the layout and do it againmanually [22:46] qwebirc95665: without LVM, it goes to a device, not a partition, so goes to /dev/sda but not /dev/sda3 [22:47] and in the case of 2 disks (2 devices) one with windows and one new that ubuntu wants to install on, on what device would it go? [22:47] qwebirc95665: now, windows may well be installed on /dev/sda1 or /dev/sda2 and ubuntu may be at say /dev/sda5, but the bootloader will reside at /dev/sda [22:48] ./dev/sda is my 3th drive, a hdd [22:50] qwebirc95665: well, without an LVM I know it'll go to a device, if say the M.2 is /dev/sdd and you install linux to /dev/sdd1, then you can just drop the bootloader at /dev/sdd, bearing in mind that the partition that boots is the "active partition" [22:51] and as you'd already know, "active" is just a flag you can set on any partition [22:56] i have : /dev/mvme0n1 as device with /dev/mvme0n1p2 for windows boot manager and /dev/mvme0n1p4 for the windows file system, on the other side /dev/mvme1n1 as device for ubuntu with /dev/mvme1n1p1 for unknown (=>lvm) for dualboot, do i use /dev/mvme0n1 or /dev/mvme1n1 ? (i'm unsure if it has to be on the existing windows partition to see winows and integrate it in the grub, or because my laptop would boot 0n1 always first [22:56] and would only boot windows every time, or can i have the bootloader on the ubuntu drive, and still have a functioning system without the windows partition) [23:07] Q: any idea why I'm getting Error while loading /etc/netplan/50-cloud-init.yaml W/O any tabs in the config ? Spaces only.... [23:08] sudo netplan try # should show you what is wrong? [23:09] shows only the error message, tho I figured out why there was an error... [23:09] a few spaces [23:10] 2 space, 4 space, 6 space .. https://askubuntu.com/a/1145356 [23:10] yeah [23:55] Hey guys, has anyone every tried to connect to fastmail's webdav/ftp file storage using nautlius?