=== chalcedny is now known as chalcedny` === chalcedny` is now known as chalcedny [00:49] I have a 'headless' ubuntu 18.10 server in my homelab that I am trying to install kvm+qemu on [00:50] Is it possible to install, for example, centOS server, ubuntu server 18.04, etc. on this host? [00:52] vlouvet, should be, but qemu probably is one of the rather slow approaches. [00:53] I'm just starting on the whole virtualization journey under Linux... what are the other options to use Linux as a 'headless' vm host? [00:54] https://help.ubuntu.com/community/Virtualisation [00:55] depending on your use case, a container like docker might be enough [00:56] Sven_vB: of the open source options which would *you* recommend for speed? [00:57] docker. [00:57] understood, thanks! [00:58] you're welcome. :) [01:06] How long should it take to install Mycroft on Ubuntu LTS 16. [01:06] 16.04, sorry. Did not finish that. [01:07] sudo snap install mycroft i think https://snapcraft.io/mycroft [01:09] OerHeks: I don't think they were looking on where to install from... as "install duration" [01:10] oh, i was including the search for the package [01:10] Goop: Can you be more specific about what or why you are asking? [01:10] well, depends on networkspeed, and relativity of time [01:12] So I have never installed Mycroft before, and it is taking unusually long for a piece of software that the CEO advertises can run everywhere. [01:13] I'm struggling with installing Mycroft. === mkv is now known as m4v [01:41] Goop: how are you installing it? [02:03] How does this work? [02:04] do I just ask questions? [02:06] qwebirc7745: Ask a ubuntu support question [02:09] I just upgraded to 18.04 and I'm trying to install hugin from ppa:hugin/hugin-builds. During installation, the system reports that: E: Unable to locate package panini [02:12] qwebirc7745: That then is an issue to take up with the PPA aintainer . We have no control over a PPA [02:13] maintainer* [02:13] !ppa | qwebirc7745 [02:13] qwebirc7745: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [02:14] no cosmic packages https://launchpad.net/~hugin/+archive/ubuntu/hugin-builds [02:14] qwebirc7745, and looking at https://launchpad.net/~hugin/+archive/ubuntu/hugin-builds i don't see 'bionic' (18.04) listed as one of the published packages... definitely need to check with the PPA maintainer. [02:15] none of his ppa's are updated https://launchpad.net/~hugin [02:16] virt-install seems to have no install candidate on my ubuntu 18.10 server.. any ideas why? [02:17] Hey, I'm trying to set up the most basic ftp server in the world. I need to allow uploads to one directory, that's it. what is the easiest way to accomplish this [02:18] !info virtinst 18.10 [02:18] '18.10' is not a valid distribution: artful, artful-backports, artful-proposed, bionic, bionic-backports, bionic-proposed, cosmic, cosmic-backports, cosmic-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily- [02:18] !info virtinst cosmic [02:18] vsftpd has given me nothing but problems, so I purged it. I know there are basic http servers, i need something like that for ftp [02:18] virtinst (source: virt-manager): Programs to create and clone virtual machines. In component universe, is extra. Version 1:1.5.1-0ubuntu2 (cosmic), package size 173 kB, installed size 826 kB [02:18] Ben65: FTP is not recommended as the protocol is insecure... you should consider SFTP which is already avaialble if you have openSSH installed (meaning you can SSH to the remote system) [02:19] https://help.ubuntu.com/lts/serverguide/libvirt.html.en#libvirt-virt-install [02:19] pragmatic_enigma: trust me dude i know [02:19] pragmatic_enigma: but these cameras don't have an option for anything but ftp, so i don't have an option [02:20] Ben65: The #ubuntu-server channel may have better support in helping getting vsftp or another suggestion up and running [02:20] That channel is usually dead [02:21] I'm on the latest LTS and the volume buttons on the keyboard have "mysteriously" stopped working -- they did used to work, the brightness keys still work, and there is no proprietary drivers in use (or available), anyone have an idea what's going on? [02:22] thanks Bashing-om I tried to contact the PPA maintainer through Launchpad but Canonical currently has problems with their Ubuntu One account system which prevents me from logging in to Launchpad and signaling the problem. [02:22] OerHeks: I found that my ubuntu install didn't have 'Universe' in the apt sources [02:23] I want a 'headless' virtualmachine host... installing virtinst package appears to pull in x11 and a bunch of other things.... [02:23] qwebirc7745: They be working on it at this time . try again later . [02:23] Sterist, settings - sound. Make sure the right output device is selected. [02:24] sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" [02:25] Bashing-om: thanks, it's been a few days actually... [02:25] there is only "Speakers" and "Headphones (Unplugged)" and yes, speakers is selected [02:25] or sudo add-apt-repository universe, as of 12.04 [02:26] oh, I installed the source, and went ahead with the install of virtinst [02:26] Did anybody find a solution to the display scaling problem in 18.04, currently limited to 200% etc, instead of the fractional options in 16.04 [02:27] but WTF, why do I need to install iconthemes just to run a vm hypervisor cli? seems overkill [02:27] !paste [02:27] 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. [02:28] https://paste.ubuntu.com/p/SckJmXfXzF/ [02:30] !info virtinst [02:30] virtinst (source: virt-manager): Programs to create and clone virtual machines. In component universe, is extra. Version 1:1.5.1-0ubuntu1.1 (bionic), package size 173 kB, installed size 826 kB [02:31] vlouvet: If I had to guess, the intention of the package is to be installed in a GUI environment. You might have to find out how to install it with a CLI only environment [02:33] hrmm... well I couldn't find another 'CLI only' method to create KVM images in Ubuntu (virtinst) was referred to in the official documentation ... so I just went with that [02:33] thanks for the advise, it was very helpful! [02:34] vlouvet: virtinst lists virt-manager which is GUI... I'm not sure if there is a way to get only the virt-install that you might be seeking [02:36] vlouvet: honestly, you may need to consider a different toolkit to achieve your goal. everything about virtinst appears to be geared towards a GUI environmnet for managing virtual machines [03:03] i tried installing ubuntu on my laptop [03:03] but its in a constant loop [03:03] hi [03:03] does 18.10 use uefi? [03:03] how to see via ssh what commands are run at boot/login ? [03:04] i have a script for noip2 hostname update, cant find it... [03:04] where to look for it? [03:08] not sure but i think you can choose? [03:11] if its systemd look into /etc/systemd/ and or /var/lib/systemd i think [03:13] yes, uefi is possible [03:13] !uefi [03:13] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [03:13] pi0, what do you mean by a loop? [03:15] i downloaded 18.10, created a usb disk, during the install i requested to have all partitions removed (for fresh install) and selected encrrpyt the new ubuntu installation for security [03:15] use lvm with the new ubuntu installation was automatically selected [03:15] everything during the install went fine [03:15] now i cannot boot into the OS and its an endless loop [03:17] how can i see what commands are run at startup? [03:17] pi0, so when you boot the computer, how far does it get before rebooting? [03:17] i added a program via the gui to start a program [03:17] i want to see what that command was... [03:18] from start up, it appears to be 3 lines of something are displayed for what seems to be 1 tenth of a second [03:18] not enough time to read the message [03:18] dingir_, go back to where you set it and look? [03:18] Or did you add a program from a list, rather than specifying a command? [03:18] im not home ;[ [03:19] nah probably added it manually via the gui [03:19] been a long time... only can ssh the box atm [03:19] Ah I see [03:19] dont know if i can see what commands were added to the boot commands [03:20] lordcirth: is there an issue with install home encryption by default? [03:21] grep /etc for the executable name [03:21] pi0, home encryption or full disk encryption? Still, there shouldn't be a problem with either, no. [03:21] its noip2 [03:21] can it performed after the default install? [03:21] pi0, perhaps you could try recording a video of the screen and freezeframing it? [03:21] pi0, anything can be done, but it'd be far easier to reinstall [03:22] any way to check apts background downloading status? [03:22] via laptop it would be a little hard [03:22] th_, tail -f /var/log/apt/*.log [03:22] going to try something, installing it again this time w/o encrpytion [03:22] pi0, worth a try [03:23] its an older laptop but has enough juice to make the installs like than a few minutes [03:23] like = less [03:24] lordcirth: ya thats showing logs from a week ago, i usually use apt-get but today i did regular apt command and now its downloading bunch of stuff in the background and i cant run any more apt commands until that finishes [03:24] but lordcirth i did have a question regarding 2FA [03:24] i have a yubico key that i wanted to use [03:25] so it will not log into the system if key is not present [03:25] does that seem possible? [03:25] which browsers do you use firefox or chromium? [03:26] pi0, for physical access or ssh? [03:26] physical access [03:26] certainly possible, however, if you are going to that extent, you ought to be using full disk encryption, and you could instead put the bootloader, /boot, and a keyfile on a USB. [03:26] lordcirth: well it just finished background downloading, its just annoying not knowing whats going on with apt [03:27] th_, well, now you can install nethogs, which will let you at least see how fast its downloading. Handy tool in general. [03:27] hmm still endless loop [03:28] "apt update" seemed to trigger the background updates, "apt-get update" does not [03:28] pi0, you could try changing the EFI settings to boot in Legacy mode, and installing that way? [03:28] let me do that [03:28] one sec [03:30] and i will try encryption [03:49] hello [03:49] im trying to install the package colmap [03:50] when i open the application "software" it is in the list but does not respond to me clicking " install". when i apt-cache search colmap there is nothing [03:50] if someone could help it would be greatly appreciated [03:51] when i open the application "software" it is in the list but does not respond to me clicking " install". when i apt-cache search colmap there is nothing [03:57] lordcirth: legacy was the trick! [03:57] nice [03:57] and encryption worked too [04:00] pi0, great [04:00] pi0, are you interested in requiring a key on a USB to boot? [04:01] yes yubico [04:03] pi0, looks like it's possible: https://www.howtoforge.com/ubuntu-two-factor-authentication-with-yubikey-for-harddisk-encryption-with-luks [04:03] However, a split boot on a normal USB does have the advantage of making an evil maid attack a bit harder. === capella is now known as capella|away [04:09] !info colmap bionic [04:09] colmap (source: colmap): Structure-from-Motion and Multi-View Stereo. In component universe, is optional. Version 3.4-1 (bionic), package size 2496 kB, installed size 9659 kB [04:09] let me take a look [04:09] evil maid attack? [04:10] surgy: ^^ in the universe repository. Do you have that repo enabled ? [04:10] do you have a link for a POC? [04:10] does kde plasma support fractional scanning? [04:11] when i open the application "software" it is in the list but does not respond to me clicking " install". when i apt-cache search colmap there is nothing [04:11] pi0, evil maid is when they get physical access, replace the unencrypted kernel with one that logs your password, and come back later. Or similar. [04:11] im trying to install the package colmap [04:11] when i open the application "software" it is in the list but does not respond to me clicking " install". when i apt-cache search colmap there is nothing [04:11] surgy, 18.04? [04:12] surgy: And I say again " Do you have the universe repo enabled ?" . [04:12] lordcirth: i think so how do i check? [04:12] Bashing-om: yes [04:12] surgy, cat /etc/lsb-release [04:13] 16.04 [04:13] !info colmap xenial [04:13] LTS [04:13] Package colmap does not exist in xenial [04:14] lordcirth: so i need to upgrade my distro? [04:14] Probably the best way. You'd want to at some point anyway [04:15] lordcirth: is that sudo apt-get distupgrade ? [04:15] surgy, no, that will upgrade you to 16.04.5, but you'll want to do that first [04:15] !upgrade [04:15] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [04:16] lordcirth: what is the codename for 18.04 ? [04:16] bionic [04:18] bionic beaver [04:18] 18.10 is cosmic cuddlefish correct? [04:19] yu99ie: Correct 18.10 == cosmic . === [ghost] is now known as ghostboarder === Class7_ is now known as Class7 [05:43] if i wanted to update the arduino package for ubuntu 18.04 how hard would it be ? [05:43] 1.0.5 is very old [05:53] !latest | Tecan [05:53] Tecan: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [05:54] Tecan: see also !backports and there is an arduino snap also [05:55] If anyone remembers me from last night... I have good news and bad news... good news is the install completed and I can still boot into windows just fine. The bad news is Ubuntu has installed but I have no way to boot in to it because I did the boot loader part wrong... [05:57] So now I’m kinda at a loss [05:57] !recovergrub| Kaidok5797 [05:57] Kaidok5797: Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub [05:58] Ooooo perfect! Thank you ubottu! You guys are awesome in here [06:03] Hey guys I'm not sure what I did but I ended up having php cli version on 7.3 whereas most other modules are on 7.2.12 and now some of my php related cron jobs stopped working [06:05] destinydriven: wich ubuntu version are you on? [06:05] 16.04 [06:06] destinydriven: you have errors on apt? [06:06] I don't [06:06] destinydriven: and wich way did you install other versions? [06:06] ppa? [06:06] Everything via apt [06:06] Yes ppa [06:07] let me get the exact ppa [06:07] destinydriven: we reccomend to ppapurge external ppa's back to vanilla first, to make your system clean again [06:07] !ppapurge | destinydriven [06:07] destinydriven: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [06:07] lotuspsychje, ok I will try this [06:08] destinydriven: once your external ppa's are cleared, your system should become normal again with the correct package versions [06:08] Ok great [06:08] destinydriven: after the ppapurge, sudo apt update && sudo apt full-upgrade [06:09] So this is literally reinstalled Ubuntu all over again.. [06:09] lotuspsychje, noted [06:11] Or at least its reinstalling the base system again... We will see if it makes me reinstall the whole thing === stormbard is now known as stormbard_away [06:18] !dualboot | Kaidok5797 start here [06:18] Kaidok5797 start here: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [06:18] ok so back to the installing grub part Ubottu I’m on a screen where it shows all my installed operating systems... it lists windows vista (I’m using windows 10 so I dunno where that came from) three times. I’m assuming those are the three other partitions that are pre-installed on my system. It says if that list is correct its ok to install the boot loader to the master boot record of my first har [06:18] d drive....... [06:19] so should I go ahead and installed the grub boot loader to the master boot record even though it says windows vista and I’m really using windows 10? [06:22] Hmmm that page doesn’t really answer my question though [06:22] yes [06:22] oh well I’m gonna say yes to this question and see what happens [06:23] you can rename the menus anyways [06:23] ok ok good lol because thats what I did [06:23] Ok gotcha [06:23] lotuspsychje, what about doing something like sudo update-alternatives --set php /usr/bin/php7.2 I tested that in a virtual machine and it seems to have fixed the issue for me [06:24] Beautiful! Boot loader came up and let me choose to boot into Ubuntu... now to see if it actually DOES [06:25] Hmmm It appears to not be working. I have just a black scree. [06:25] Actually the monitor appears to have turned off [06:27] Should I be seeing some signs of life at this point or is this normal upon first boot? [06:28] Well I think she’s dead Jim. [06:29] destinydriven: if apt doesnt complain, your good to go [06:30] Ok great. I will still try using pap-purge (I'm just having trouble specifying the correct ppa) [06:30] ppa* [06:30] This....is not good [06:31] lotuspsychje, I tried this: sudo ppa-purge ppa:ondrej-ubuntu-php-xenial/php7.3 [06:31] Could not find package list for PPA: ondrej-ubuntu-php-xenial php7.3 [06:32] destinydriven: check your sources.list to see whats all in the list [06:32] !sources | destinydriven [06:32] destinydriven: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [06:32] So I can get to a grub command line [06:34] lotuspsychje, It's not in sources.list. It's in a file called ondrej-ubuntu-php-xenial.list in /etc/apt/sources.list.d [06:35] destinydriven: you need to find the right ppa format again you added in the first place [06:36] lotuspsychje, yeah that's the problem. What I mentioned above is the only one I see [06:36] Can I just comment out the contents of this file ? [06:36] destinydriven: this one? https://launchpad.net/~ondrej/+archive/ubuntu/php [06:37] yes [06:37] Ahh do I don't need to specify the php version [06:37] Yea I am at a loss from here [06:39] Kaidok5797: the more info you provude to channel, the better volunteers can help you [06:39] But I only wanted to get rid of php7.3 [06:39] Kaidok5797: how did you install dualboot? how did you partition? wich ubuntu version? uefi settings right? [06:40] ok... I’m working on gathering info.. [06:40] So when it tries to boot into Ubuntu.... I get a black screen [06:40] destinydriven: sorry mate, we cant support external ppa's here i can only reccomend the official way= purge ppa's and all its related packages [06:40] Computer is still turned ON but the screen is blank as if the monitor is turned off (no backlight) [06:41] I was able to use the CD to boot into a grub command line but since I don’t know any of this yet that was un-useful to me [06:41] Now I’m back into go through the install process with detecting keyboard layout [06:42] Yea... so now it appears to be trying to install again... even though i never told it to do that. [06:43] Kaidok5797: please dont post every step you doing here, try to focus on the actual problems you cant bypass [06:43] I mean.. thats what I started with when you told me to post more info [06:43] It won’t boot. Black screen [06:43] lotuspsychje, thanks, understood. Does it equate to the same thing if I just try to use sudo apt remove php7.3-cli php7.3-common php7.3-readline etc? [06:44] destinydriven: im not sure wich php versions are all on thet ppa, but i would reccomend the whole ppa purge [06:45] destinydriven: once your system is clear to vanilla, you can work your way to official packages again [06:47] lotuspsychje, ok thanks again for all the help [06:47] destinydriven: no problem, hope it helps and feel free to hare your next steps [06:47] I'm just making note of all the php modules I already had installed [06:49] Kaidok5797: did you carefull read that !dualboot tutorial? [06:49] Yes. Thats actually what I went through last night to get to this point [06:52] I just don’t think this is going to work with my machine. [06:56] Kaidok5797: make your life easy and install ubuntu singleboot? [06:56] I wish that were a viable option [06:57] I guess ubuntu just isn’t going to work for me. [06:57] To much weirdness with my system [06:58] I think had I been able to set that partition as primary and not logical so I could set the flag to bootable it would have worked. [06:58] Kaidok5797: What does your pc do when you try to boot it to Ubuntu? [06:58] Black screen like the monitor turns off. Computer is still on though just no backlight at all. [06:59] Kaidok5797: Any HDD activity seen on the HDD LED? [06:59] None [06:59] What is the hardware like? [07:00] Its a mess lol. Its old hardware. An old HP all in one machine. [07:00] windows 10 (came with windows 7) AMD chipset [07:00] 2ghz processor. [07:00] Kaidok5797: video card? [07:01] Are you sure the CPU should be able to boot with current kernel(s)? [07:01] No, I’m not sure lol [07:02] booting back into windows.. then I’ll get you what kind of video card it has [07:02] Kaidok5797: Can you set it to boot from USB? Make a bootable USB live stick and test with it? [07:03] I’m using a CD... and I tried that. I was able to get to the grub command line but I know nothing about Linux command lines yet because this is all new to me. [07:03] Ok graphics card is AMD Radeon HD 6320 [07:07] Interesting... I was reading a thing about getting the black screen and the first step was when you get to the black screen to hit Ctrl +Alt +F1 [07:08] When I did that it now says (text. Only) Untuntu 16.04 LTS ubuntu tty1 and it asks for login [07:08] I tried the user account I made during set up but it won’t take it [07:11] EriC^^ !!!!! [07:11] hello Kaidok5797 [07:11] So I’m having issues lol. But since you know where I came from in this, maybe you can help? [07:11] what issues? [07:12] Well when I try to boot into ubuntu, i get a black screen... [07:12] But remember I was unable to set the boot flag to on [07:12] are you getting the grub screen? [07:12] I believe so [07:13] try adding nomodeset to the ubuntu entry [07:13] do you know how? [07:13] No idea [07:13] Kaidok5797: press "e" over ubuntu > go to the line that says linux /boot/vmlinuz .....quiet splash [07:13] and remove quiet splash and replace it with nomodeset then press F10 [07:14] Ok lets give this a try [07:15] ok done. So now I still get a black screen, but at least the backlight is on [07:16] try pressing ctrl+alt+f2 [07:16] ubuntu tty2 [07:16] Asks for login [07:16] The account i created upon installation does not work however [07:19] I just want to know if installation of additional desktop (e.g.KDE) will make the system unstable? [07:20] Kaidok5797: are you sure caps-lock isn't on etc? [07:21] the message I posted dimmed compared with other. Am I connected? [07:21] Yes, just double checked [07:21] sam_wong: yeah, we can see your messages [07:22] thanks [07:22] Kaidok5797: ok, go to advanced in grub then recovery [07:22] Ok [07:22] sam_wong: to answer your question, i dont think it would become unstable, but sometimes messages like the notification system and stuff can get 'mix-and-matchy' [07:23] and possibly other stuff, like kde style notifications on your other DE appearing etc [07:23] Eric^ I can press enter for maintenance or control D. To continue. It also says ERROR* No UMS support in Radeon module! [07:24] will it crash the kernel in the most severe case? [07:24] sam_wong: i dont think so [07:24] Kaidok5797: press enter for maintenance [07:25] Ok I get a root@ubuntu:~# command line [07:25] Kaidok5797: type "mount -o remount,rw /" [07:26] Ok [07:26] Still at the command line [07:26] Kaidok5797: type "passwd " [07:27] User does not exist [07:27] hmm [07:27] type "ls /home" do you see anything? [07:27] Bash: is : command not found [07:27] it's an L [07:27] Ohh [07:28] Yes [07:28] In blue letters my username appears [07:28] hmm ok [07:28] what about "grep 1000 /etc/passwd" [07:29] Just gives me another command line [07:29] Kaidok5797: type "cat /etc/passwd" what's the last line, do you see your username? [07:30] No [07:30] any 1000+ entries? [07:30] Doesn’t appear so [07:31] ok, type "adduser " [07:31] Last line is _apt:x:105:65534::/nonexistent:/bin/false [07:31] Ok [07:31] Ok prompting for. New password... entering [07:32] It DOES say though, before I continue “the home directory “/home/ already exists [07:32] np [07:33] Password updated successfully Changing the user info for enter new value or press enter for default [07:33] put the name you want, leave the rest blank [07:33] Ok back to root@unbuntu command line [07:34] ok, type "ubuntu-drivers devices" [07:34] Bash: ubuntu-drivers: command not found [07:35] ok, type "reboot" [07:35] then do the same nomodeset edit and try to login to tty2 [07:35] Ok [07:37] Ok I logged in now [07:37] At a command line with my user name [07:37] ok [07:38] Kaidok5797: do you have internet on it? [07:38] try "ping -c1 google.com" [07:39] Hey, I have a gigabyte brix pro gb-bxi7-4770r with a RTL8821AE wifi card. Running 18.10. Followed the guide on https://medium.com/@elmaxx/rtl8821ae-wifi-drivers-in-ubuntu-16-04-4c1286524afa, used the crap out of the forums, on WICD, wifi still slow as crap. What should I try next? [07:39] Yes I to [07:39] Do [07:39] Kaidok5797: type "lshw -c video | nc termbin.com 9999" [07:39] No packet loss [07:40] Bash: lshw: command not found [07:41] Is that an L or an I [07:44] an l [07:44] Kaidok5797: an L [07:44] Ok I used an L [07:44] Command not found [07:44] you seem to be missing a lot of packages for some reason [07:45] Remember I used the mini.iso install [07:45] Kaidok5797: hmm [07:46] Can’t I install needed packages from the command line? [07:47] Like the sudo apt get whatever thingy? Lol [07:47] Kaidok5797: ok, try pressing ctrl+alt+f7 or f1 to see if you get any gdm login screen, if you dont, then go back to the tty2 and press ctrl+alt+del to reboot and go into recovery mode, we forgot to give the user sudo privileges [07:47] Ahhh [07:48] Ok ctrl alt f7 displayed a list of stuff.. with the word OK next tot hem [07:48] ok, that's the boot log i guess [07:49] To them. Now its just sitting there no command prompt [07:49] Try F1 instead? [07:49] yeah [07:49] Ok back to the tty2 login screen [07:49] Going to go into recovery mode [07:50] Ok back in recovery mode [07:50] type "mount -o remount,rw /" [07:51] Still displaying the no UMS support error too btw [07:51] that's np [07:51] Ok cool [07:51] Ok new command line [07:52] type 'adduser sudo' [07:52] Done [07:53] reboot and as before [07:53] Change the nomodeset thing again? [07:53] yeah [07:55] What was the key combo after changing to nomodeset? I lost my history [07:55] f10 [07:55] Right I mean after F10 [07:55] I get black screen [07:55] ctrl+alt+f2 [07:55] Thats it... thanks. Sorry about that [07:56] Ok I’m logged in now [07:57] ok, type sudo apt-get install lshw pciutils usbutils [07:58] Ok its done and set up it says [07:58] try 'lshw -c video | nc termbin.com 9999' [07:59] Warning: You should run this program as a super-suer [07:59] np [07:59] Warning output may be incomplete or inaccurate, you should run this program as a super user http:termbin.com/d1wt [07:59] And thats it, back to command line [07:59] No prompt to go ahead [08:00] Just a command line [08:00] Kaidok5797: type sudo apt-get install ubuntu-drivers-common [08:01] Ok its downloading and installing.. [08:01] Done [08:01] Kaidok5797: type sudo ubuntu-drivers devices | nc termbin.com 9999 [08:02] Can anyone help me with a realtek wifi issue? [08:02] Doing its thing... in the background I suppose, no output yet. [08:02] alright [08:02] Ok command line again [08:02] any link? [08:02] No [08:02] No output [08:02] odd [08:02] try sudo ubuntu-drivers devices [08:03] does it list any recommended drivers [08:03] Working in the background again [08:03] And command line, no output [08:03] Kaidok5797: ok, try 'dpkg -l | grep amdgpu | nc termbin.com 9999' [08:04] Ok how do I type that character after the first -? [08:04] it's a small L [08:04] Ohhh gotcha [08:04] oh you mean the | pipe [08:05] No no I have that [08:05] I was talking about the L lol [08:06] :D [08:06] Typing that in just takes me to a new command line, no output [08:06] odd [08:07] is xterm installed? try 'dpkg -l xterm' [08:07] That seems to be par for the course on my machine lol [08:07] does it say "ii" at the start? [08:07] No [08:07] yeah at least it's consistent :D [08:07] LOL! [08:07] ok, type 'sudo apt-get install xterm' [08:09] Ok done installed [08:09] Kaidok5797: ok, try "DISPLAY=:1 startx xterm" [08:09] that's a one after the : [08:09] Ok [08:09] Startx command not found [08:10] oh for heaven's sake :D [08:10] Rofl [08:10] :D [08:10] which DE did you install during the mini iso install? [08:10] DE? [08:10] which distro? [08:10] 16.01 [08:10] yeah like gnome ubuntu lxde etc [08:10] the desktop environment [08:10] Oh [08:11] Gnome [08:11] ok, try sudo apt-get install --reinstall ubuntu-gnome-desktop [08:12] Unable to locate package ubuntu-gnome-desktop [08:12] are you sure it's 16 not 18? [08:12] try 'cat /etc/issue' [08:13] Yea [08:13] Ok [08:13] Ubuntu 16.04 LTS \n \l [08:13] !info ubuntu-gnome-desktop xenial [08:13] ubuntu-gnome-desktop (source: ubuntu-gnome-meta): The Ubuntu GNOME metapackage. In component universe, is optional. Version 0.58.3 (xenial), package size 3 kB, installed size 11 kB (Only available for i386; amd64; powerpc; armhf; arm64; ppc64el) [08:13] Kaidok5797: type 'sudo add-apt-repository universe && sudo apt-get update' [08:14] Omg [08:14] Add-apt-repository command not found [08:14] haha :D [08:15] It took like 2 hours to install... you would think all this would be installed already [08:15] Kaidok5797: type 'sudo apt-get install software-properties-common' [08:16] Kaidok5797: side note, why did you use the mini.iso instead of a full iso? [08:16] ah the cdrom [08:16] Because I only had one blank cd with only 700MB space total on it [08:16] Lol yea [08:17] Probably should have waited and just bought a USB stick [08:17] i'd get a usb [08:17] the reason being cause sometimes you'll need a live usb to troubleshoot stuff or fix stuff, it's handy to have [08:18] Gotcha ok [08:18] Ok done downloading and installing [08:19] the mini iso might give a live environment, ive never really installed using it so im just guessing [08:19] ok [08:19] It doesn’t have that option when you boot with the mini.iso [08:19] ah i see [08:20] Should I try the add-apt-repository line again? [08:20] ok, type 'sudo add-apt-repository universe && sudo apt-get update' [08:20] yeah [08:21] Ok its working this time lol [08:21] Ok done [08:21] ok, type sudo apt-get install ubuntu-gnome-desktop [08:22] Aha [08:22] Whoa [08:22] Its doing its thing [08:22] sounds good [08:22] Standing ovation from Finland! [08:23] Yes lol [08:23] Standing ovation from Indiana, USA too lol [08:23] woot! [08:24] So are we basically reinstalling this.. manually? Is this what a manual install looks like? [08:25] This is way more interesting to look at and watch than graphical install screens lol [08:25] :D [08:26] Whoop! Greetings from Germany! [08:26] Ooooo yay Germany! [08:26] I took a German in high school. German heritage here. [08:27] Took German, not A German lol [08:27] :D [08:27] So - I've just spent 30 mins tracking down what I thought was a keepalived bug - and turns out it very much isn't. Seems to be a combination of netplan and systemd, because Debian boxes with systemd have no problem. [08:28] @Kai, neat. :) Just thought about canibalism x) [08:28] =D [08:28] Essentially, the virtual IPs evaporate off the interface because, seemingly, systemd-networkd gets reloaded somewhere underneath keepalived [08:29] Yeah... once a week systemd-networkd gets reloaded... [08:29] great [08:31] on purpose? (sorry, wasnt following through. Fighting with an NginX right now :x) [08:31] E-motion it is on my bucket list to visit Germany some day. Incredibly amazing country and people. [08:31] e_motion: was that aimed at me [08:32] Nice. :) Make sure to visit some of the bigger city's like Berlin. :) [08:33] Ut oh EriC^^ black screen again [08:33] Oh for sure! [08:33] @cm13g09 uh, ok. Didn't got that x) [08:33] Kaidok5797: does ctrl+alt+f2 give a tty? [08:33] * cm13g09 is now confused - time for breakfast! [08:33] Oh wait [08:33] Lol [08:33] when I hit ctrl screen came back to life [08:34] Berlin is extremely lovable and interesting. Sorry for offtopic. :P [08:34] Its still installing. I guess Linux version of the screen going to sleep [08:34] Kaidok5797: yeah [08:34] Yea thats my fault for starting the off topic... but Germany makes me excited lol [08:34] My fav country other than my own. [08:35] Where u from, btw? [08:35] Indiana, US [08:35] ah, nice. I want to visit US at some point. :) [08:35] There is a lot to visit here, lol. I wouldn’t even know where to begin to recommend lol. [08:36] haha, i guess so :D [08:37] My brother lived in Germany for a few years ( he was in the U.S. Army) absolutely loved it. I was so jealous lol. He brought back a lot of cool German stuff though... especially food.. ohhh the food. [08:38] i wonder what high speed car chases are like there on the autobahn [08:38] Hahahaha no kidding [08:38] what are the cop cars there? carrera gt's or something? [08:39] =D [08:41] EriC^^: There are not that much chases. Why would there be? [08:42] i mean when a chase does happen, it'd be pretty interesting cause the roads are made for no top speed [08:43] German cars are a feat of engineering themselves too. [08:43] Not exactly “slow” lol [08:44] EriC^^: My impression is that the number of high speed chases is relatively low and they usually use a chopper to monitor the vehicle being chased. [08:45] That makes sense [08:47] yeah it'd still be interesting, some guy with a bugatti veyron, open autobahn at 3am [08:47] i think the bugatti has a higher topspeed than what a chopper can do anyways [08:48] it'd be an interesting chase in any case :D [08:48] Only stupid people would drive 200 km/h + at 3am in darkness... [08:49] yeah well it'd kinda relative [08:51] i remember watching some series of this guy who had cops chase him in stockholm forever on a bike, 300km/h in day time traffic [08:51] the guy was pretty nuts [08:51] of course he was popping wheelies too at 300 in his hayabusa [08:51] On a BIKE? [08:52] Ohhh wow [08:52] https://www.youtube.com/watch?v=9CrOpGtL5pM [08:54] Wow that guy is nuts lol [08:54] EriC^^ its done... back at the command line [08:55] Ctrl+alt+del and try to boot now? [08:55] Kaidok5797: ok, try sudo apt-get install gdm3 for good measure [08:55] Gotcha ok [08:55] Already newest version [08:56] ok also run dpkg -l | grep -E "radeon|amdgpu" [08:56] does it mention xserver-xorg-video-amdgpu and the radeon package? [08:56] With quotes in that last command? [08:57] yeah [08:57] Yes it lists both of those [08:58] ok cool try restarting [08:58] Cross your fingers [08:59] Black screen [08:59] Oh wait [08:59] LIFE! [08:59] Brilliant [08:59] ! [08:59] great! [08:59] I cannot thank you enough! [09:00] EriC^^: Of course there are bozos on german roads, too: https://www.youtube.com/watch?v=puyd8XwPzl0 [09:00] Kaidok5797: no problem :) [09:00] Hmm its not letting me log in though lol [09:00] No error when I try [09:00] Just keeps me at the login screen. Shows my user though [09:01] Kaidok5797: try pressing "ctrl+alt+f1" [09:01] have you tried logging in the command line? [09:01] Ok got ubuntu tty1 login [09:01] login and type "cat /var/log/Xorg.0.log | nc termbin.com 9999" [09:01] oh, yeah, do what eric says xD [09:01] sorry [09:02] “No such file or directory [09:02] i feel like something got typo'd [09:02] I’ll retype [09:03] Xorg has to be capital X and then it's zero between the . [09:03] Ok [09:03] Space between 0.log and | ? [09:03] yeah [09:03] Yea still no such file or directory [09:04] Kaidok5797: ok, try "grep /etc/passwd" [09:04] what's the number there after the : [09:04] Its :x:1000:1000: [09:05] ok, just as a sanity check see if "stat ~/.Xauthority" gives you anything back [09:05] see if the uid is 1000 and what the permissions are if it does [09:06] Ok well is not letting me input ~ [09:06] why not? [09:06] That key works though because I can input 1 [09:06] ` [09:06] Beats me [09:06] When I try to type it, nothing appears [09:06] hmm, ok use "$HOME/.Xauthority" instead [09:07] Oh wait [09:07] Once I type the next letter the ~ appears [09:07] Is that normal? [09:07] not really [09:07] it's a 'dead letter', type space after it [09:08] Ok [09:08] im a dead letter [09:08] Cannot stat “ /home//.Xauthority” No such file or directory [09:08] ok [09:08] Lol rpifan [09:09] Kaidok5797: try 'DISPLAY=:1 startx xterm" and see what it says [09:09] Its working in the background [09:10] is it logging anything? [09:10] Xauth: timeout in locking authority file /home//.Xauthority [09:11] (EE) fates server error: [09:11] Fatal [09:11] Giving up, (lol) unable to connect to x server connection refused [09:11] Timed out. [09:11] Now command line [09:12] Kaidok5797: try typing "touch $HOME/.Xauthority" [09:12] There was other output mostly non useful it seems. one line states “ cannot open log file [09:13] that's interesting [09:13] EriC^^: Kaidok5797: non-root Xorg logs to ~/.local/share/xorg/Xorg.0.log btw [09:13] Cannot touch /home//.xauthority Permission denied [09:13] Kaidok5797: try 'sudo chown $USER: -R $HOME" [09:14] Ok had me enter my password [09:14] ok [09:14] No output just back to command line [09:14] press alt+f7 and try to login again [09:15] Nope, no go [09:15] ok, back to the tty [09:15] try DISPLAY=:1 startx xterm again [09:15] Ok I’m back [09:16] Ok doing its thing without output yet [09:16] Timeout in locking authority file [09:17] Its still working [09:17] ok, seems like some permissions problem cause it can't even create the log file in the user dir [09:17] Kaidok5797: try as your user "rm $HOME/.Xauthority" again, then "touch $HOME/.Xauthority" [09:17] (EE). Cannot open log file /home/john/.local/share/sort/Xorg.1.log [09:18] Ok [09:18] Cannot remove /home//.Xauthority no such file or directory [09:19] ok try the touch command [09:19] be gentle ;) [09:19] Lol [09:19] Cannot touch, permission denied lol [09:19] what does 'ls -ld $HOME' return? [09:20] Dr-x——— 3 4096 Nov 13 02:47 /home/ [09:20] Those are - - - not a solid line [09:21] type "chmod 770 $HOME" [09:21] lol you don't have write access to your own home :) [09:22] Ok no output, new command line [09:22] press alt+f7 and try logging in again [09:22] bet it works this time :) [09:22] BINGO! [09:22] You guys are magic [09:22] Its so pretty [09:22] Kaidok5797: How did you end up removing write access from your own home directory, is the question I am wondering [09:23] Beats the heck out of me lol [09:23] xD [09:23] This is an absolutely beautiful and fluid user interface... wow [09:23] So where to begin? Is there a new to Ubuntu tutorial? [09:24] For your educational experience, that ls -ld you did = the D shows it's a directory, the first 3 characters are user access (read write execute), the second 3 are group access (read write execute) and the last 3 are everyone else (read write execute) :) [09:24] so in your home, your home was only read/execute by you [09:24] the - means no access [09:24] EriC^^, mouses, and ducasse I cannot thank you guys enough for all your help in the past 24hrs. I got frustrated a couple of times but you guys didn’t let me give up. [09:24] Ahhhhhh [09:25] Kaidok5797: Give it three months and you'll be here in channel helping others :3 [09:25] Kaidok5797: good work, enjoy now :) [09:25] I hope your right [09:25] you'll pick it up fast, it just makes sense [09:25] to be honest I think it's easier to learn how to run a ubuntu system than it is running a Windows system. [09:25] (assuming you want more than just push button get bacon) [09:25] I choose 16.04 because I didn’t think my system could handle the newest version.. but this is running a billion times faster and more responsive than windows 10 [09:26] I do want more than that [09:26] Kaidok5797: 16.04 is long term support and still a totally great choice :-) [09:26] Its so much faster wow [09:27] Kaidok5797: in the future, maybe get a 18.04 ubuntu iso (gnome is the default DE now) and install it from fresh [09:27] Kaidok5797: hahah yeah, it's not a bloated mess :-) [09:27] Plus it still like looks amazing [09:27] Ok ok [09:27] the mini iso seems kinda broke assuming you didnt fiddle around a little and not tell us [09:27] If you have not done much yet, I'd just go to 18.04 now [09:27] Personally. [09:27] I haven’t done ANYTHING yet [09:28] yeah especially since you want gnome, im sticking with 16.04 myself cause i prefer unity [09:28] My only fear with 18.04 is that I just barely meet the processor requirements [09:28] So I fear it will be sluggish [09:28] hmm does it say on the site it needs more cpu power? [09:29] I don’t recall seeing on the site where it checks your hardware for you. [09:29] cause for me ubuntu 12.04 was way slower than 14.04, seems to keep getting quicker each lts [09:29] Gosh even surfing the web is faster [09:30] Kaidok5797: with which browser? [09:30] Oh just Firefox... because its pre packaged [09:30] I prefer chrome [09:30] I’m assuming I can’t download chrome for ubuntu from their website.. [09:31] you can [09:31] Really? [09:31] Oh wow [09:31] preinstalled, prepackaged are also most other browsers [09:31] as long as your system is 64-bit [09:31] It is [09:32] So is there a script or something that will check my hardware for 18.04? [09:33] i think you should be good, what i'd recommend is get a usb, make a 18.04 live usb and test it out and if you like it then install [09:33] Gotcha ok [09:34] Awww no mIRC for Linux [09:34] i use irrssi [09:34] 18.04 just needs a 2GHz dual core, do you really have less than that? [09:34] +1 for irssi [09:34] Kaidok5797: hexchat is an alright gui irc client [09:35] kaidok57: did you update your system already? [09:35] I’m JUST at 2Ghz dual core. Some hardware detectors actually detect my hardware at 1.68 GHz for some reason [09:35] jep, irssi is a command line tool, bit difficult to handle for beginners [09:35] No, I haven’t updated [09:35] good to do! [09:36] Kaidok5797: jep, first thing you should do after login is apt-get update && upgrade in tty [09:36] I’m still being blow away about how fluid, fast, and beautiful this is [09:36] From terminal correct? [09:36] jep [09:36] * && sudo apt-get dist-upgrade [09:36] I can use the terminal within the desktop though correct? [09:37] yeah [09:37] didn't he want to stay on 16.04 for now? [09:37] dist-upgrade just does a full upgrade (kernel and whatnot too) [09:37] So I get errors lol [09:37] Permissions issues again it looks [09:38] Hold on though let me get a IRC client installed first so I don’t need to use my ipad [09:38] ah, messed up dist-upgrade and plain upgrade again xD [09:39] Kaidok5797: you need to do "sudo apt-get ..." not just "apt-get ..." [09:39] Ohhh gotcha [09:40] Ok now it works [09:42] So when downloading software from a website.... do I want to download the flatpak, snap, or Source archive? [09:44] oh, as far as i know, none of the above, you want to get stuff out of the repositories in the most cases... what do you want to install= [09:44] *? [09:44] HexChat [09:45] type "sudo apt-get install hexchat" in terminal [09:45] Ok terminal is still doing the updates [09:45] Also chrome won’t install [09:45] that way, you load the files from the offical repositories, and let your paketmanager install the program [09:46] wait for the update to complete first, it may block other installs [09:46] It downloaded the Linux version automatically and it opened it up in a thing with an install button.. the clicking the install button does nothing [09:46] Gotcha ok === e_motion is now known as e_motion_afk === Blexy is now known as blexy_afk [09:54] Oh wow... I can still access stuff from my windows partition [09:54] For some reason I can’t get empathy to connect to IRC [09:57] you could take a screen shot of the connection configuration screen and post it to imgur.com (be sure not to disclose any passwords) [10:00] Hold on I got hexchat to connect... now trying to figure out where to put my password for nickserv [10:04] Kaidok5797: it's in there somewhere :) [10:05] Oh you have to manually add that [10:05] Yea... lol lots to learn. Just learning how to get around in Ubuntu in general... this is quite fun though! [10:05] Kaidok5797: https://slackalaxy.com/2016/10/19/hexchat-auto-login/ [10:05] that should walk you through it [10:06] Kaidok5797: Gotta love that shiny new OS feel :) [10:06] Kaidok5797: since it's a new system, I'd strongly recommend opening a terminal and doing a sudo apt update [10:06] and then a sudo apt upgrade [10:06] kaidok55: maybe network freenode connect [10:06] Kaidok5797: unlike windows, all software can be updated with one single unified command :-) === blexy_afk is now known as Blexy === e_motion_afk is now known as e_motion [10:11] mouses: he already did a update, we talked him through it ^^ [10:11] Oh, wonderful :-) [10:16] Mouses... yes someone a bit ago had me do that. [10:18] Hmm mouses how can I get chrome to install? [10:18] Its listed in software with an install button next to it [10:18] Clicking install does nothing [10:20] Kaidok5797: you can install chromium-browser instead, is the open source version [10:21] Does it allow you to login with your google account as well? [10:21] I still need to figure this out though for future cases [10:21] try and see :) [10:21] Kaidok5797: it does [10:21] Kaidok5797: you can just go to www.google.com/chrome, it should detect your os and offer you to download the .deb-pakage. download it and double click it, it should open your application manager automaticly [10:22] Blexy I did that... [10:22] But it doesn’t install [10:22] Or well it says it does [10:22] But then a window pops up with an install button for it [10:22] And thats the install button that doesn’t do anything [10:25] Hi all. I have a discussion with a guy - blackflow iirc - some days ago about a problem I had with my client/server application and with my two Ubuntu instances. The issue was the "cannot allocate memory" error. At that time, that person said that it could be a full tmpfs issue, and suggested me to do a df -h to analyze the file systems. Today, I f [10:25] ound that my server was again in failing state, so I tried to go for df -h and I managed to do it. That's the result: https://paste.ubuntu.com/p/KcjGjr6kYy/. Also, I tried to enable a new systemd unit I created but I had this message: Failed to reload daemon: No buffer space available. What could it be? Thank you in advance! [10:25] puh, I'm not quite sure what exactly goes wrong, I haven't used ubuntu in a while, sorry [10:25] Actually... nothing I try to install from the software thingy actually installs [10:26] you dont actually have to use/be on ubuntu to chat here right? [10:26] nah, its IRC. You can connect from what ever platform you like [10:27] ByteShift: Nope - but this is solely an Ubuntu support channel so that's what we talk about. :) [10:28] THis is my first time ever using linux, so im just trying out some of the features you cant do on windows [10:29] oh, you can do everything on windows you can do on linux, question is if you should xD [10:30] (and if windows let's you do it or if you need to force it to xD) [10:30] How long do you guys spend every day on you terminal? I always just imagine the people that use linux are always on terminal, no matter what they are doing. [10:30] Weird... so when I go to software... and click on the installed tab... chrome is listed... with an install button next to it. When I click said install button it asks if I’m sure I want to UN-install..... but I clicked an install button [10:31] Aha... now its letting me install [10:31] That was bizarre [10:32] im gonna restart my computer(vm) and see if i cant change some settings to get it to run faster. [10:33] ByteShift: well, it depends. at work, linux is my primary os, so i only open terminals when i need to. at home, my primary os is windows (until game devs make all games for linux, too) and i use the terminal all the time i boot up linux, because i wouldn't boot linux if i wasn't about to do stuff which needs the terminal [10:33] Kaidok5797: if computers never did strange stuff like this, i would be unemployed xD [10:33] Lol good point [10:34] Gosh this is so much faster than windows 10 [10:34] kai [10:35] Yes? [10:35] Kaidok5797: it's much more lightwight, you don't need to spin up so much programs that talk to microsoft servers xD [10:35] just mixed tab with enter xD [10:36] jinzo78: come again, what servers are that? VMs? [10:36] blackflow yes, it's a VPS [10:36] jinzo78: what kind? I suspect it's not a VM at all, but a container/openvz thing maybe [10:37] blackflow OpenVZ [10:38] jinzo78: right. you should talk to your hosting company then, they have issues on the host side. while at it, I recommend you to get away from openvz and use proper virtualization. there's.... little benefit in using openvz today, if any. [10:42] blackflow I was thinking about switching from that provider to AWS or some other virtualization platform, this is not the first time we have issues for our application. With what you said, you're convincing me to do it as early as possible. So are you sure that it's not a problem of mine but it's an issue on their side? [10:43] jinzo78: migration to aws is not as easy as you may think, it will be extremly expensive as long as you don't plan to make greater chances on the code [10:44] and if you do, you will be bound to aws forever, as all the changes need to be revoked if you leave [10:44] Blexy what do you mean? [10:46] jinzo78: I'm pretty sure it is on the host side. OpenVZ is OS-level "virtualization" which is just.... namespacing in the host kernel. systemd requires certain features from the kernel and if it is too old, problems may arise. that host is probably some older centos thingy, usually they are. [10:46] jinzo78: at any rate, you have out of memory situations with no visible out of memory situation :) that really points to the host side issues, especially your latest error about systemd being out of buffer space. I'd say open FD limit reached on the (host) kernel [10:47] but even if you didn't have any issues, openvz is something I'd always recommend to migrate from. [10:47] jinzo78: if you just use e2 instanced (or else, not quite sure right now how they are called) aws is epensive as fuck. if you use aws right, it is quite cheap, but that requires to use the database services, loadbalancing services, etc, instead of large e2 instances. to use the amazon tools, your application must be specifically desinged [10:54] To both Blexy and blackflow: understood and thank you! I will contact you again if I have any other issues :D [11:00] jinzo78: Blexy: I'm not sure what Blexy is talking about, AWS can be treated as simple VPS hosting, especially their Lightsail products, ie. no need for any lock-in code changes. [11:00] blackflow: jep, it can, but that is the most expensive way to use aws. [11:01] Blexy: how do you reckon https://aws.amazon.com/lightsail/pricing/ [11:02] like i said, very, very expensive, there are many way cheaper options [11:06] also, lightsail is used for small projects, if you need to host a company-grade website you'll need ec2 instances. while lightsail is quite expensive, but still competetive, ec2 is paid per usage, and if you host a full webserver with all databases and depending services on ec2, you can also just gift your company to aws, because your first payment will be more than its value xD [11:06] Blexy: nonsense. that pricing is in line with other VPS providers, and is on the CHEAPER end of the spectrum. But eh.... offtopic for #ubuntu [11:07] jep, offtopic [11:08] blackflow: you are a developer, aren't you? [11:22] Blexy: Ubuntu dev? no. Otherwise yes [11:24] Not gonna lie... this is a lot of fun lol [11:28] If it were possible to use my iCloud Drive and Apple Music in Ubuntu among a couple other things... I’d just take the full plunge and say forget windows [11:29] There's always the option of migrating to services that work on your platform of choice [11:30] Ehhh my thing is with mobile devices, I’m all in on Apple [11:30] hateball: that usually involves a sunk cost though. [11:30] All in on iOS [11:30] I use iphone, ipad, Apple TV, and Apple Watch [11:31] Not going to find replacements for all of those that work together like all of those do in the same way. === stormbard_away is now known as stormbard === stormbard is now known as stormbard_away [12:08] blackflow: sorry, were afk. that explains it to me, many devs are quite happy with aws, while most sysadmins have mixed feelings. it just is not so easy and cheap to use in a corporate it enviroment [12:09] but still, offtopic, sorry [12:11] what is the standard location of chromedriver executable? [12:11] do i put it in /usr/bin ? [12:12] it needs to be in PATH [12:12] it is better to use /usr/local/bin and don't mess with /usr/bin [12:15] ok [12:15] chromedriver --version [12:15] ChromeDriver 2.43.600233 (523efee95e3d68b8719b3a1c83051aa63aa6b10d) [12:15] selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home [12:15] Why ? just why [12:15] its in the PATH [12:16] what does which "chromedriver" give? [12:17] so um [12:17] can I completely remove systemd from 18.04 LTS? [12:17] EriC^^, i just showed you [12:17] meowschwitz, why ? [12:18] meowschwitz, go join the gentoo people :) [12:18] meowschwitz: you can. will your system still work? no. [12:19] CoolerZ: i meant to run the command 'which chromedriver' and paste the ouput [12:19] tomreyn: so to be clear, I can't, without breaking the box [12:19] the question never is if you can, the question always is if you should xD [12:19] Mathisen: I don't want to start a debate on merits of systemd, it's causing me trouble and I dont feel like debugging it [12:20] meowschwitz, ok lets start fresh, define your troubles and/or error and so on ' [12:20] maybe we can solve that === Utilisateur__ is now known as akacer [12:21] Mathisen: I have 7 production SQL mirrors and systemd took upon itself to do something once in a while that removes the IP from one of the network interfaces on each box [12:21] meowschwitz: i haven't actually tried it, but i'd be very surprised if it would be possible to replace systemd entirely without causing major breakage. and even if you got it working with some other init system, it'd hardly be a supportable here anymore. [12:22] Mathisen: I have no first clue about how to go on figuring out what is it exactly that systemd *does* that causes it or why it does that and I am not really inclined to do so anyway [12:22] meowschwitz: checked the syslog? did it contain any useful info? [12:23] Blexy: nothing useful, it only indicates that there's some sort of timed process, beginning with "Created slice User Slice of root", reaching some targets, and then after that the IP is gone from the interface [12:23] systemd pid 1 is emitting that itself [12:24] do you have any cronjobs running that could cause the error, either direct or indirect? [12:24] nothing custom, all these boxes do is run mysql [12:26] EriC^^, there is only one [12:26] how does the interface react after it loses the ip? is it still up, does it still react to arp, or does it shut down? [12:26] EriC^^, oh thats weird [12:26] Blexy: it is still up, just the address is removed from it [12:26] which chromedriver doesn't output anything [12:27] Blexy: I have no idea how it acts, these are production boxes, I immediately restarted the interfaces without doing any tests [12:27] CoolerZ: what about "echo $PATH" [12:27] EriC^^, that will print the PATH [12:28] i put chromedriver under ~/.chromedriver/ [12:28] CoolerZ: i know what it does :D what does it actually output though? [12:28] and its in the PATH [12:28] CoolerZ: i thought you said you put it in /usr/local/bin ? [12:28] CoolerZ: ~/ isn't in $PATH by default [12:28] so, bottom line, systemd cant be removed from 18.04 without major breakage, correct? [12:28] meowschwitz: well, you'll need to find the error, so you need to take a look even on production systems. i am very sure that systemd does not cause the error, at least i never heard that systemd messes with interfaces [12:28] EriC^^, i edited .bashrc [12:29] and reopened the terminal [12:29] EriC^^, someone said don't put it in /usr/bin [12:29] Blexy: no, what I am *going* to do is clone one of the boxes and try removing systemd completely. Failing that, I will reprovision the whole thing with devuan [12:29] meowschwitz: since systemd handles all processes and is a vital part of your os, no, it cannot be removed safely [12:29] anyway i have to go [12:29] any last thoughts? [12:29] CoolerZ: they suggested /usr/local/bin , which is fine [12:29] meowschwitz: kk, cloning is a good ides [12:29] you should modify PATH in .profile and then log in again [12:29] *idea [12:30] EriC^^, well i can run the chromedriver from the terminal [12:30] so it works [12:30] you can imagine that my prejudice against systemd is not improved [12:30] and if i print PATH it shows ~/.chromedriver [12:30] so that works [12:30] gtg [12:30] Hi there - quick question - I would like to dual boot 2 linux distros alongside eachother ( i already have my 1st installed grub on the MBR ) - with the 2nd install how do i setup grup so i can boot both distros ? ( do i just not install grub again ?, if not where do i install it to ? will it reccognize the old distribution / the new one ? ) [12:31] CoolerZ: but that PATH is ONLY available in your interactive shell (and its decendants). It will not be available to other programs, such as chrome [12:31] thyriaen: i'd decide whether you want to use grub from the first install or the 2nd, and then remove grub from whichever you dont want and run sudo update-grub to pick both up [12:33] thyriaen: in most cases, you should be talked through installation and configuration of grub while installing your second system by the installer. most distros do a great job at detecting grub/other os and asking you what to do ^^ [12:33] geirha: which chromedriver isn't picking it up, possibly it needs +x on the binary? CoolerZ [12:33] it needs to go in .profile or .pam_environment, so all programs in the X session will get the PATH change [12:34] *thyriaen* you can just install the new distro it will install its grub on the disk and you'll be able to boot both the distros [12:34] i think it needs +x, cause "which chromedriver" wasn't working, my 2 cents [12:35] thanks for the answers :) [12:35] ill just try something ^^^ [12:36] EriC^^: nah, he showed that chromedriver --version worked from his interactive session [12:37] oh i see [12:37] just needs to be in chrome's environment, not just interactive bash's [12:47] okay, you all were correct and removing systemd without breaking the box is impossible [12:47] I will spend several hours trying to track down the issue [12:48] if it does affirmatively turn out to be systemd and I can not fix it within sane time I am getting rid of ubuntu permanently [12:50] i assume you're aware that you can also buy commercial support from canonical and have them support you? [12:50] it won't be systemd, i am pretty sure about that. but if it is, please report here, i would be very curious ^^ === alephnull_ is now known as alephnull [12:55] q [12:55] w? [12:56] r! [12:56] Blexy: sorry by mistake i am figuring out how to switch between rooms in weechat [13:11] lorforlinux, Blexy, e_motion: code for Germans? === stormbard_away is now known as stormbard === stormbard is now known as stormbard_away [13:14] not sure what exactly u want [13:14] Coding in german? === Blexy is now known as blexy_afk [13:17] so many hours rtfm only to discover was right on first try just "one simply does not use -A in iptables when should use -I" [13:18] devil in the details haha === blexy_afk is now known as Blexy [13:33] hi, I wanted to change the PATH environment variable by altering .bash_profile inside my home directory. After editing and saving the file, I restarted terminal and no changes took effect until I manually sourced the file. Is it normal that this happens? [13:33] Hey folks [13:34] After restarting my computer now every time PATH is correct. [13:35] lightblue: .profile is read during login [13:36] I don't know about .bash_profile though, I just use .profile, at least up to 16.04, .profile specifically gets sourced (by sh) when lightdm initiates your x session [13:36] ok, so it somehow read .bash_profile too, cool. Logging out and back in again would've sufficed though [13:37] geirha, I see, thanks [13:38] geirha, I tried .profile before .bash_profile, the same thing happened. I guess they both are sourced at login [13:40] Yes. I'd still stick with .profile though. Then you don't have to rely on bash being involved during login. If you have both .bash_profile and .profile, bash will only read .bash_profile, sh will only read .profile. [13:48] lightblue: ~/.basrc is used every time a new shell is started [13:48] Is there an easy way to find out what's creating random br- network adapters on each boot? I'm on 18.04.1 and have docker installed (I suspect this) [13:49] Reason I ask is that I have another program that relies on the mac addresses of my network adapters for whatever reason and that keeps breaking after each reboot [13:54] everytime you start bash in interactive mode at least (i.e. not read when running bash scripts) === stormbard_away is now known as stormbard === stormbard is now known as stormbard_away === e_motion is now known as e_motion_afk === capella|away is now known as capella [14:47] is there a good howto out there for generating APT repositories? [14:56] XenophonF: generating how? Mirroring? Or just having brand new signed apt repositories? [14:56] XenophonF, like, making your own ppa or internal repo? [14:56] I want to make my own repository, with blackjack, and hookers. [14:57] preferably something automated, where I can hook into a CI process [14:58] Hi, I use phpmyadmin on multiple machines. There are a lot of error in it. The main issue seems to be an out of date phpmyadmin version which is not compatible with php7.2. There are some bug reports about it. Does someone know if it will be fix ? [14:59] even more preferably, one that's GPG-signed [15:01] Inglebard, what Ubuntu version? [15:01] 18.04 === MenschZwoNull_ is now known as MenschZwoNull [15:05] Inglebard: do you have a link to the bug reports. Most of the bugs will need to be addressed by the phpMyAdmin project maintainers. This channel is helped by volunteers, we don't have insight into the decisions being made about bug fixes and when they will be released. [15:06] I think here is the main one : https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1767361 [15:06] Launchpad bug 1767361 in phpmyadmin (Ubuntu) "4.6.6deb5 not working on Bionic as PHP 7.2 is default" [Undecided,Confirmed] [15:10] Inglebard: It would appear that the development group for phpMyAdmin has released updates for 7.2 compatibility. If you can't find one, make a bug report to have the Ubuntu devs pull in the latest from the project site. Otherwise, (this is unsupported here) you could manually install the most recent and up-to-date version of phpMyAdmin [15:11] Inglebard: If you choose to manually install the latest version, make sure to uninstall the package first [15:11] do we have phpadmin as a package in Ubuntu? [15:11] @pragmaticenigma OK [15:12] yes hggdh [15:12] !info phpmyadmin [15:12] phpmyadmin (source: phpmyadmin): MySQL web administration tool. In component universe, is extra. Version 4:4.6.6-5 (bionic), package size 3770 kB, installed size 24436 kB [15:12] pragmaticenigma: yes, sorry, my bad -- search for the thing with the worng name... [15:12] s/search/&ed/ === stormbard is now known as stormbard_away [15:16] hggdh: I've had mixed luck with the package. It's often much older than the released version from the project group, and I don't see security fixes as often as I'd like to for the released version. === stormbard_away is now known as stormbard [15:33] pragmaticenigma: it is in universe, and probably synced from Debian (so it depends on the Debian maintainers) [15:34] why does this ln fail on the 2nd time? ln -sf /media/sdc di; ln -sf /media/sdc di ->ln: failed to create symbolic link 'di/sdc': Operation not permitted [15:36] CarlFK: because the link already exists [15:36] pragmaticenigma: man ln .. -f, --force remove existing destination files [15:36] keyword there... is "files" ... [15:36] CarlFK: you probably should look at info ln instead [15:37] A link is not a file. [15:37] when I 'lsblk' on ubuntu 18 lts, it shows so many 'loop' device mounted at /snap/* , what is this? and how to remove them? [15:37] @hggdh, @pragmaticenigma, if you are still talking about phpmyadmin. "it is in universe, and probably synced from Debian (so it depends on the Debian maintainers)" => yeah but debian strecth use php7.0 so they don't have the issue. So won't update right ? [15:38] When I'm attempting to update a link to point to a new destination, I inlcude the -n option, which treats a link as a file. Which then allows the -f to treat it as a file and remove it before recreating the new link [15:38] Inglebard: That's why you submit bug reports [15:38] Inglebard: it is probably in experimental, though [15:38] Ok [15:41] this works: mkdir x; ln -sf x y; ln -sf x y (no error) [15:48] CarlFK, is there a removable device (fat) on /media/sdc ? 'cause symlink does not work with fat [15:48] ioria: yes, but the link is being created in the current dir which is ext4 [15:49] ok [15:51] ioria: it is the same error.. I wonder if ln is doing surprising things :p carl@twist:/media/sdc$ mkdir x; ln -s x y => ln: failed to create symbolic link 'y': Operation not permitted [15:52] Inglebard: yes, the newest phpmyadmin is in Debian Unstable, at version 4.6.6. There does not seem to be any 4.7 already in Debian [15:52] CarlFK, try with absolute path [15:52] CarlFK, ho, sotty you are ON sdc [15:53] Anyone here know a site like https://linuxjourney.com , but then for bash? [15:53] ioria: that was just to show what it looks like trying to make the link on the fat fs [15:53] lotuspsychje, everything worked out well after running pap-purge and running full-update [15:54] CarlFK, yeah, i know .... try with ntfs [15:54] @hggdh: OK [15:55] @hggdh: something reported here : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890595 [15:55] Debian bug 890595 in phpmyadmin "phpmyadmin: warnings when running under php 7.2, apparently fixed by new upstream series 4.7.x" [Serious,Open] [15:55] ioria: that won't help - the usb stick is created by dd-ing this img http://cdn-fastly.deb.debian.org/debian/dists/testing/main/installer-amd64/current/images/hd-media/boot.img.gz [15:55] CarlFK, i see [15:55] Inglebard: yes, I looked at it already [15:57] when I paste multiple lines of text into SSH, which is connected to a screen session that has its input focus on an shell script, and the script takes several seconds after reading each line before it tries to read the next line, where's the text buffered meanwhile? can I terminate the SSH connection already w/o losing the text? what if I change the active window in screen? will the other lines arrive in the slow shell script eventually? [15:58] CarlFK, i think you need to copy all the files in another directory (maybe with an autorun) and the symlink ? [15:58] *then [15:58] ioria: or just rm the symlink before I try to create it the 2nd time [15:59] CarlFK, i lost that part,yes sure [15:59] Sven_vB: The text is likely cached on the client side, waiting for the server to request more from the buffer [16:00] pragmaticenigma, thanks! [16:01] Sven_vB: If it's a large amount of text, why not SFTP the text to the server. Then ssh into the server to have the script read from it? [16:01] or cat the file and pipe it to the script [16:02] pragmaticenigma, it was just a few lines, so I thought I'd be lazy. [16:03] I aborted and stored it now though, and ran the job again with stored input. [16:03] so I could close my SSH client [16:03] I see Sven_vB ... careful there, that's how half the internet gets redirected to china ;-) [16:04] ? [16:04] Sven_vB: reference to being lazy... lazy is how mistakes are made is what I was trying to say [16:04] ah ok :) [16:05] some day I'll learn to use a better terminal multiplexer that can buffer my inputs :) [16:06] Sven_vB: screen might work, I just don't close my sessions until things complete. But at least with screen if the connection breaks, you could restore the session and verify your theory [16:06] then again, when screen can react to keystrokes that I type after pasting my text, wouldn't that imply screen must have read (and probably buffered) all previous input? [16:07] Sven_vB: a nice one is byobu under tmux [16:07] Sven_vB: Not sure how screen exactly works with buffers. I know that it intercepts a lot between both stdin and stdout === cshep is now known as platonical [16:41] Hello! I am trying to install Lubuntu 18.10, amd_64, and while the disk utility can see my internal hdd (/dev/sda), the installer won't see it. It's the first time I see this with a GNU/Linux install.. any ideas, please? I have tried creating both GPT and MBR partition tables, but the install program does not detect the disk to continue, [16:42] vanfanel, some boards have special sata ports that are used for raid. which ports are you using? [16:43] compdoc: how can I find out? Maybe some dmesg info? [16:44] hmm, maybe. I would just look inside at the ports [16:44] hi [16:45] when I do sudo apt update && sudo apt upgrade soon after boot, i get ": Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)" [16:45] I suspect something else is automatically trying to check for updates [16:45] compdoc: This didn't happen with Lubuntu 16.x, it has started happening with 18.10 [16:45] where can I disable such automatic checking? === stormbard is now known as stormbard_away [16:45] neurre: There are automatic refreshes of apt... it's best not to disable them [16:46] vanfanel, I see. very odd. I would never use 18.10, personally [16:46] neurre: should only take a moment and you can run the commands again [16:46] pragmaticenigma, well at least the error message should be improved [16:46] compdoc: why? [16:46] only supported 9 months, or whatever it is [16:47] neurre: Feel free to submit a bug report if you feel there is an issue with the message [16:47] compdoc: you would use 18.04 instead, right? === stormbard_away is now known as stormbard [16:47] yes === stormbard is now known as stormbard_away [16:47] and I do use it [16:47] compdoc: will do so... I have no time for these issues :) Thanks for the idea [16:47] good luck! [16:47] compdoc: It's best to refrain from personal opinion here. Without knowing the use case of another person, it's really not helpful [16:48] oh please... [16:48] pragmaticenigma: we need working computers and we love GNU/Linux, so compdoc said the right thing :) [16:49] neurre, you can disable it like so: https://linuxconfig.org/disable-automatic-updates-on-ubuntu-18-04-bionic-beaver-linux , but only do so if you are willing to take charge of doing regular updates yourself [16:49] I heard that none LTS version will dispeared to make place to a rolling release, but I don't know if it still true [16:50] CarlFK, i think it's about permissions (root owned directory); ln with sudo works and it creates a dead link inside the target but no error output; idk if it helps [16:50] Ool: Unless you read a press release direct from Ubuntu or Canonical, it is rumor and should be disregarded [16:51] vanfanel, on many motherboards, sata ports 1 and 2 are the best to use and sometimes the fastest ports [16:51] or 0 and 1 [16:51] however they number it [16:51] compdoc, he's gone [16:51] pragmaticenigma: it was on a hangout with ubuntu del from canonical [16:51] dev* [16:52] Ool: again, unless it's in a press release, it's not official and only rumors. Also, this isn't the channel for that discussion [16:56] ioria: my x y example doesn't do what I thought it did. both are trying to create loopy links inside the existing dir [16:58] compdoc, yes, btw i think i misunderstood the -f flag; it does overwrite the target file [16:58] sy [16:58] CarlFK, yes, btw i think i misunderstood the -f flag; it does overwrite the target file === SimonNL is now known as SimonNL_Afk [17:05] hey all - when i use MSTSC to RDP into my ubuntu desktop box from a Windows machine, it works great. When I use RDCM (remote desktop connection manager), i only get a black screen. Any ideas? Anyone else have this problem? === stormbard_away is now known as stormbard === stormbard is now known as stormbard_away === stormbard_away is now known as stormbard === SimonNL_Afk is now known as SimonNL [18:17] Hi, question on the nautilus search behavior when trying to attach a file for email: When clicking the search icon in the top right, I can only add 1 char and then it jumps to the bottom right and continues to char input there for some reason.... Is there a way to prevent that? The problem is that the search result doesn't match anything if split into two. In contrast, when searching in nautilus by just opening the file browser out [18:18] right, the search behaves as expected and does not jump to the bottom right. [18:20] rrohde: sounds like a bug to me, not something you could fix [18:22] That's a weird bug [18:22] I had hoped that there would be some gconf magic that would prevent that second search. I believe that's the kind of "just type" search in nautilus, that doesn't require a click on the top-right magnifying class icon. [18:22] If it's a bug, it's 100% reproducible from Thunderbird > Attach File > Search for file [18:29] (forgot to mention that I am on vanilla 18.10) [18:32] rrohde: can you get it to exhibit that behavior in other applications... such as gedit or text pad with the file open/save dialogues? [18:38] yep... just tried from the save dialog in gedit. === [ghost] is now known as ghostboarder [18:39] exactly the same behavior - Click search icon > start typing > text continues to be entered in the bottom right [18:39] funnily enough, I only ever needed that search to work when attaching stuff to email, never tried it anywhere else. [18:40] so the window that's called from either application, whether it's a attachment in Thunderbird, or a save file from gedit, it's still a nautilus panel? [18:41] so the glitch is a nautilus one? [18:46] anyway to scroll down mouse wheel increments slower? Ubuntu 18.04. logitech anywhere mx mouse. it scrolls so much per notch that its useless. ideas? [18:46] rrohde: correct, it's a nautilus problem. that was why I asked if you saw the same thing in two different apps. Also, Mozilla sometimes leverages their own libraries which are built from nautilus (i.e. I see a nautilus dialogue in KDE when no nautilus is installed.) [18:46] Where you able to replicate that then as well? [18:48] rrohde: I'm on Kubuntu 18.04... and it appears Thunderbird is able to interact with Dolphin so I don't have the same bug [18:49] I swear I've seen this mouse scrolling question several times now === stormbard is now known as stormbard_away [18:50] arooni: If there isn't a setting available in the mouse control panel, then there isn't a way to change it at this time [18:52] pragmaticenigma: Should I do a desktop recording then and report a bug? [18:53] I don't think there is a way to attach a video to a bug report. It's best to describe in the best detail you can on launchpad. When the ticket is picked up , they will ask for additional information they need === stormbard_away is now known as stormbard [18:55] hmm, how do I file a bug report against nautilus? Been years since I done anything on launchpad (and IRC, for that matter) [18:59] Can anyone recommend a wifi USB 3.0 adapter that works well with 18.10? [19:06] apport-bug nautilus <<< remembered :) [19:14] andrewrs: This channel is for support questions. We can assist in supporting hardware you already have. For question regarding recommendations, please check out the #ubuntu-offtopic or search the web for linux compatibility listings for hardware devices. [19:15] !hardware | andrewrs [19:15] andrewrs: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [19:15] so, I have something new in my OS [19:16] just installed and updated 16.04 [19:16] the enable networking and enable wi-fi options are grayed out [19:16] and I am unable to select or deselect them [19:16] essentially I can't turn my wifi on or off [19:16] this just happened, out of the blue [19:17] any way to figure out what this is? [19:18] !enter | bumblefuzz [19:18] bumblefuzz: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. [19:20] bumblefuzz: rule out hardware, bear in mind that many machines these days come with either a wifi switch for on/off usually on the left or right or front sides, or by using a [FN] key combination [19:20] it isn't that [19:20] it isn't that [19:20] my wifi is on [19:20] that button turns it on/off [19:21] it doesn't prevent ubuntu from turning it on/off [19:21] it's on and the option to toggle it is grayed out [19:31] Can anyone help me with a realtek wifi issue? I have a rtl8821ae, I followed this guide and tried some other stuff and no dice: https://medium.com/@elmaxx/rtl8821ae-wifi-drivers-in-ubuntu-16-04-4c1286524afa [19:33] probably best if you describe the issue to see if people can help [19:34] I'm getting less than 1mbps and occasional wifi drops. Other devices in the same location are getting 10-30+ plus depending on location. [19:35] andrewrs: also, did you attempt to use the card as is before following a guide? that article is more than 2 years old. it's possible that it isn't accurate anymore [19:36] Yes. I started poking around because my connection was so slow. Right now I have it connected to my phone via wifi, and it works OK with the phone right next to it. [19:36] The things I tried didn't seem to make it worse, just no improvement. [19:43] I'm having trouble getting an xinput call to stick around between suspend / resume on X - I've got it in ~/.xsessionrc but that doesn't seem to do anything. Any suggestions? [19:48] Hello. [19:48] hi there [19:48] is there any way to watch Netflix on Chromium? [19:56] it should work thinky, it does on chrome [19:57] BluesKaj: it asks for html5 or silverlight installed [19:59] in archlinux there is a plugin called chromium-widevine but not for ubuntu [20:00] netflix uses html5. It should just work [20:00] thinky, look for HTML5 Supported, in more tools>extensions [20:02] hmm [20:03] it works for other video streaming websites but not netflix [20:03] i can watch youtube === capella is now known as capella|away [20:06] thinky, using an adblock? [20:07] whitelist the netflix site [20:08] BluesKaj: no it is pure chromium nothing installed [20:08] it is not about adblock [20:09] thinky, can't you use firefox ? [20:09] play button is grey and when i click on play it opens a page telling html5 or silverlight missing [20:09] ioria: well chromium is faster than firefox [20:09] really ? [20:10] Hi. I'd like my Debian to look like Ubuntu. I mean purely UI-wise. I can install the background image in my gnome desktop myself =) My I'm rather new to Gnome, so what is it I need? Icon pack? Theme? Some gnome shell extensions? [20:10] ioria: isnt it? O.o [20:10] Zta: you might try #debian. Or just install Ubuntu. [20:11] doesn't chromium have the HTML5 Supported extension in customize and control:more tools>extensions? [20:11] thinky,^ [20:11] BluesKaj: ;) [20:11] not really [20:12] then it's to=ime to switch to chrome or FF [20:12] Zta: talk to the debian guys [20:12] time [20:13] ikonia: I thought perhaps someone in here would be more qualified in knowing what makes Ubuntu look like Ubuntu and not Debian. [20:13] BluesKaj: isnt chromium softer lighter faster? [20:13] Zta: we don't support debian - so the debian guys need to work it out with you [20:13] * coz_ thinks the "to=ime" should be standard for "time" [20:13] thinky, nope [20:13] hmm [20:13] coz_, it is [20:13] :) [20:14] ikonia: Fine, you don't support Debian. [20:14] Zta: correct, this channel does not support debian [20:14] th out of curiosity, I just got here, what are you using besides firefox? [20:14] thinky, ^^ [20:15] coz_: u dont have much option. chrome chromium ff opera [20:15] u need to choose 1 of 4 :p [20:15] ikonia: Do you know what packages that are added on top of the Gnome Desktop that give it the Ubuntu theme, colors, and icons? [20:15] thinky, then FF out of that list [20:15] thinky: so why not just go with firefox or chrome? [20:15] Zta: have a look at the ubuntu-desktop meta package [20:15] ikonia: Thanks. [20:16] ubuntu-gnome-desktop and perhaps ubuntu-gnome-default-settings. [20:16] yea good idea :p [20:17] how can i uninstall chromium then? [20:17] In a range of $200 to $300, what laptop to buy for highest possible computing power? first hand and second hand options welcomed [20:17] thinky, enable DRM and install libavcodec-extra [20:17] thinky, sudo apt remove chromium? [20:17] ioria: in where? [20:17] thinky, prefewrences [20:18] ioria: there is no such option in chromium [20:18] thinky, in ff [20:19] i know ff it works i can watch there [20:19] i just wondered if it is possible in chromium [20:19] on xenial there would be a ppa iirc [20:19] thinky: chromium doesn't include the proprietary DRM modules needed by netflix to playback video [20:20] ook i better use only ff :/ [20:20] new things = new problems.. [20:20] ^^^^ [20:20] thinky, https://sites.google.com/site/installationubuntu/home/ubuntu-14-04-lts/browser-tweaks-firefox-chromium [20:21] thinky, not ifyou are on bionic or later [20:21] i am on the latest one :p [20:21] 18.04.1 [20:22] ioria: link seems interesting [20:22] checking.. [20:23] thinky, not if you installed 18.04.1 [20:23] i installed 18.04.1 [20:23] so back to ff .. ok [20:24] thinky, I've never done this, however, I am guessing you can install any or all of those browsers with ,hopefully, few issues, but, FF has rarely let me down , ubuntu 4.5 maybe as I recall [20:24] thinky, on a test machine you can try the debian pkg or copy the libwidevinecdm.so [20:24] i better keep the stable one [20:24] ^^^ [20:25] actually ff is giving problems to me on windows.. not sure on ubuntu.. [20:25] they release updates everyday too much [20:25] thinky, of course on windows! [20:25] lol [20:25] ") [20:31] goodbye chromium :p [20:33] thinky, inreality, linux can have issues specific to it's "Distribution" fedora, ubuntu etc, etc.. [20:34] yea i noticed that [20:36] * coz_ thinks all the distributions should join and call it "Hickey" what a mess that would be ! [20:36] :p [20:37] althoug, there's probably one named hickey, /me checks [20:40] I have to correct myself, 4.10 was the one I started with [20:52] good nite everybody [21:14] I'm getting 2 issues after upgrading from 16.04 to 18.04 : [21:14] * DNS requests always fail, despite a right config of network manager: I temporarily edited resolv.conf with OpenDNS IPs to get it working successfully [21:14] * systemd-udevd uses 100% of CPU at each startup till I stop it due to hid2hci exiting with code 1 http://paste.ubuntu.com/p/DfVNWGTbBw/ [21:51] hello in which channelcan i get some help with my computer? i have my laptop in dual boot ubuntu/windows, and now ubuntu works good but in windows the screen stays black as if it wasnt working, when i connect it to external screen it shows well though.. how can i fix that ? yesterday i didnt have that problem, i dont understand [21:53] borischristfr: the guys in the ##windows channel would be my first stop [21:53] ok tyank you [22:20] hi. i'm having a problem with certbot compiling.. can someone help? [22:22] up to Bionic there is a PPa https://launchpad.net/~certbot/+archive/ubuntu/certbot [22:23] Did I manage to login? [22:24] Hi all, is here ok to ask something about FFmpeg or should I just go for the FFmpeg irc? [22:25] Pdrome, ask === kallesbar_ is now known as kallesbar === Exterminador- is now known as Exterminador [22:27] Bit of a controversial question so would prefer to ask here so thanks... About 2 years ago I was doing gamedev research and found suggestive evidence that FFmpeg may exist using reverse engineered code from Rad Game Tools. Is anyone here aware of this? [22:29] Pdrome, ok i was wrong :) maybe better to ask the ffmpeg people directly [22:29] sorry correction: Leaked actual source code [22:29] Okay Mathisen and thanks I will ask there and likey get banned haha [22:29] :) [22:29] Wish me luck [22:32] Pdrome, correct, https://en.wikipedia.org/wiki/Bink_Video [22:32] nothing wrong with RE, bink2 is also available now. [22:36] so, i would turn that statement aroud: bink/bink2 still exists, because of ffmpeg [22:36] grinn [22:43] OerHeks thanks for posting - I am just paranoid that FFmpeg may use code from RAD and not sure if liability is there or not [22:46] so I downloaded this trackpad thingy [22:46] "touchpad-indicator" I installed that [22:46] and there's an option "disable touchpad when mouse is plugged in" which is what I want [22:46] but the program thinks the mouse isn't plugged in even when it is [22:47] which means I can't get the behavior I want [22:47] anyone have any idea how I could go about disabling my touchpad when my mouse is plugged in? [22:49] scwizard: write a udev rule [22:49] !udev | scwizard [22:49] thx, I might do that, i'll put it on github if i do [22:50] was hoping there would be an easier way but what can ya do [22:50] also just wanna say [22:50] oh boy [22:50] :P [22:50] cosmic cuttlefish, has been by far the best distro of desktop linux i've tried [22:50] ah awesome :D [22:50] sound worked out of the box, screen backlight, and wireless! [22:51] sensible UI, the snap thingy is really useful, very few random bugs [22:51] for instance soudnclodu would randomly crash in another distro I tried, like in firefox i mean, but haven't had any issues here [22:53] cool [22:53] it's not perfect, getting the terminal to open fullscreen by default is harder than it should be, I think I need to install some other terminal that supports select=copy anyways [22:54] i like using alt+space then x to maximize somtimes [22:54] there's a few other annoyances but nothing that seriously impacts my ability to work (like that soundclodu bug did LOL) [22:56] eww [22:56] i hit a slow mirror and now my package is installing at 33 kb/s [22:57] erm downloading at [22:59] In your guys opinion, is 18.10 worth/safe using as a daily driver? [22:59] gijoe3k: as i was just saying, I've been very happy so far [23:00] so yes [23:00] stick to LTS, if you need to ask [23:00] 16:50] cosmic cuttlefish, has been by far the best distro of desktop linux i've tried [23:00] 16:50] sound worked out of the box, screen backlight, and wireless! [23:01] and haven't run into any serious bugs [23:02] lots of other random stuff too, battery indicator displayed in the topbar by default, sound there too. Slack there once it's installed. Can install slack via snap which is mad cool. [23:03] haven't tried to print yet, so can't give info on that [23:07] another random thing, I don't get shaken down for my password every 5 seconds, which was a pain point I had with mint [23:08] hello [23:08] world [23:09] hello [23:09] can anyone pleas help me fix this when i run certbot ? [23:09] https://pastebin.com/raw/Jq40Y7Eb [23:10] derpingit: try sudo apt-get install python-crypto [23:10] derpingit: how did you install this "certbot" if it was via debian package then the package isn't correctly specifying dependencies [23:10] if you cloned it from github it should have a requirements.txt [23:11] hi scwizard . same problem [23:11] if you're using this program in production you might want to consider python virtualenv or similar [23:11] so the thing is that i alredy had it installed via apt-get .. and then i stupidly (trying to install a certbot dns plugin) ran the compiler installer [23:12] derpingit: what's your output of: pip freeze [23:12] cryptography==2.4.1 [23:12] just that? [23:12] no. need it all? one sec [23:13] use https://paste.ubuntu.com/ [23:14] https://paste.ubuntu.com/p/Wz4wKpshF2/ [23:14] derpingit: are you trying to host a web server? and are you being paid for this? [23:14] no. i'm trying to create an ssl cert to my website [23:15] derpingit: if you're being paid to maintain this website, then you want to take the more robust approach of starting over from scratch, your system could be screwed up all sorts of ways because you "i alredy had it installed via apt-get .. and then i stupidly (trying to install a certbot dns plugin) ran the compiler installer" [23:15] derpingit: which ubuntu version is this? how did you install certbotß [23:15] i'm not getting paid.. i host my own site on a linode vps [23:16] derpingit: ok since you're not being paid, tell me the output of: which pip [23:16] 16.04 / apg-get install certbot... i had it all runninng.. but then, i did the thing where i ran the python compiler and all is shit :/ [23:16] derpingit: the thing is the version of cryography you have is more recent than the latest one available on cuddlefish [23:16] ok one sec [23:16] output is /usr/local/bin/pip [23:17] oi [23:17] erm it's spell "oy!" actually [23:17] derpingit: i know this is going to sound dumb, but restart your computer lol [23:17] i have .. lol [23:17] ok [23:18] ok one sec lets dewwit one more time [23:18] btw this is a vps [23:18] wait no [23:18] before you do you need to uhh [23:18] hmm idk [23:19] i mean this is sorta a case study, for why people use configuration managment and etc when it comes to setting up webservers [23:19] what is the lightestweight DE for ubuntu [23:19] and have multiple environments [23:19] derpingit: can you still tell what you did exactly when yuo "ran the python compiler and all went..." [23:19] i want to uninstall gnome and use a lighter DE [23:20] tomreyn: he git cloned something then cded into it and typed "make" [23:20] tomreyn: so literally anything could have changed [23:20] make itself changes nothing on th system [23:20] sudo make install does [23:20] recel: it's either xubuntu or lubuntu; not muhc between them [23:20] sure, tomreyn .. so i had to install the certbot-linode dns plugin, so i git cloned the entire cerbot repo.. instead of running the python installer inside the dns folder, i ran the main certbot python installer [23:20] tomreyn: ok well he did that then [23:21] tomreyn: yeah basically he ran some arbitrary shell script he downloaded [23:22] yeo [23:22] scwizard: how do you know this? i don't see these details on your previous chat, am i missing something? [23:23] tomreyn: he said "i stupidly (trying to install a certbot dns plugin) ran the compiler installer"" [23:23] derpingit: the "history" command provides a list of the commands you ran. if you can reconstruct the exact commands you ran please pastebin them [23:23] cloned this... https://github.com/certbot/certbot/tree/master/certbot-dns-linode .. then ran the setup.py [23:23] weird graphical artifacts when minimizing windows in gnome on a fully updated 18.04.1 install [23:23] ughh [23:23] derpingit: did you run any commands with sudo? [23:23] tomreyn: well, he ran a "automagical install script" so it's more complicated than that, he'd need to look at what the script did and reverse engineer it [23:24] automagical sounds really bad lol [23:24] hi [23:24] tomreyn: since he has a /usr/local/bin/pip he most certainly did, since /usr/local/bin is only writable to root [23:24] i have a problem with my kubuntu installation [23:24] wrong chat! [23:24] my bad lmfao [23:24] wrong? [23:25] recel: as I said, this is like a case study for how not to set up a web server at work. This isn't his job though so what can ya do [23:25] scwizard: yes, but the local pip installation may have been installed another time. [23:25] is he at work right now? [23:25] im dead lol [23:25] tomreyn: maybe who knows! there's certainly a lot of room for confusion [23:25] recel: nono this is a personal website he's fine [23:26] Guest60610: you're welcome to ask kubuntu related questions here. note there is also #kubuntu [23:26] he got a linode VPS and is trying to install his personal website on it, and get it working with letsencrypt [23:26] and he did an oopsie [23:26] Linode is a good choice [23:26] my kubuntu installation is very laggy. I am running it inside my virtual box but i have eough resources to run it.. I have an i5 8250u with hyperthreading and 8GB ram, and i gave this virtual box 3 cores and 3500 MB ram [23:26] https://paste.ubuntu.com/p/FnCjVvTCDw/ [23:26] thats the relevant history [23:27] Guest60610: KDE generally wants a graphics card iirc, so you need to passthrough the graphics card or something idk [23:27] the host system uses no resources besides virtual box and my linux vm is only using vscode and under resource cap [23:27] Guest60610, install guest additions [23:27] is basically a bunch of install - i fucked up - reinstall.. try to reinstall.. try again.. [23:27] yes that too! [23:27] guest additions! [23:27] hi tomreyn all were sudo commands [23:27] i pasted the history [23:28] derpingit, for the future dont run pip as root/sudo [23:29] derpingit: well, here's a question, what's your end goal here? [23:29] got it [23:29] are you setting up a personal website to try and learn how to run webservers? [23:29] my end goal is to create my ssl certificate [23:29] or to draw clients to your law firm? [23:29] or just for fun? [23:29] nono i mean at a higher level than that [23:29] Mathisen: I already have those installed [23:30] i host a website, and a service (SCreenconnect) from this vps [23:30] derpingit: yes but WHY do you host a website? [23:30] scwizard, do you think i should try that? [23:30] or install a different flavor? [23:30] why? [23:30] derpingit: thanks for posting. i'm afraid this is more than i am currently motivated to understand. you should *NEVER* run some python scripts you downloaded somewhere with sudo, unless you know the exact results this will produce and know tihs doesn't permanently impact your system. [23:30] what ubuntu distro runs fine in a vm? [23:30] lubuntu? [23:31] derpingit: yeah why do you host a website? Like what are you reasons personally? are you trying to make money? attract clients to your law firm? Is it a favor for church? Is it just for fun? [23:31] Guest60610, switch window manager then to something more resource friendly like xfce4 [23:31] Guest60610: i only use command line vms so I can't help you sorry [23:31] derpingit: I'm asking because based on your motivations, you might want to take a radically different approach [23:32] i want to start a computer repair business .. this was to be my placeholder for directing people to my remote control service *Screenconnect) [23:32] derpingit: if you need to install python modules using pip because they or the specific versio you need it not available via apt (i recommend checking this first) i recommend you do so as a restricted user. pip can operate within this users home directory using the -u option [23:32] derpingit: have you ever worked at an MSP? [23:32] no [23:32] i want to be an msp [23:32] Mathisen, you mean on the already installed kubuntu? [23:32] how does that work? [23:33] derpingit: MSPs do what you're trying to get going but at a larger scale, and for corperations. If you're young and interested in providing technical support, then I'd suggest seeing if you can find work at an MSP, and you'll gain a lot of insight into remote management and similar that you currently lack [23:34] Guest60610, sudo apt install xfce4 [23:34] wanting to build an MSP without having seen how MSPs work on the inside, is setting yourself up for failure [23:34] Guest60610, then log out and chooce xfce4 [23:34] "xubuntu-desktop" rather [23:34] derpingit: if you're older and have some kind of background to build on, then you should just pay someone to set up the website for your buissness [23:34] thank you .. i already had the remote portion installed and operational.. i was just trying to use ssl (hence my need for certbot) .. i fucked up sowmehere along the linee. [23:35] Mathisen, ill give this a try and report back [23:35] derpingit: the point I'm trying to make, is that the approach you're taking to building an maintaining a website, is fundamentally wrong [23:35] what would be a good amount of CPU cores and memory to give this? I have 4 cores (8 threads) and 8GB ram [23:35] the host is doing nothing when i run the vm [23:35] how do I make sure I use vulkan? [23:36] what package do I need to install? [23:36] is it only used by games or also by OS? [23:36] if it is used by games - it probably is only used by some, how do I figure out if a game uses vulkan? [23:37] there are `vulkan-tools` and `vulkan-utils` packages in the repo with identical description [23:37] FreeBDSM, it's per game [23:37] Not many games use it yet. [23:37] derpingit, did you solve your certboot issue yet [23:37] noup === [ghost] is now known as ghostboarder [23:38] i'm running apt upgrade see if it helps [23:38] derpingit, well start with using your list you posted and undo your " sudo pip install foobar " with an uninstall then stay with apt [23:38] it wont [23:39] dang.. have to wait now [23:40] the only addons i did via pip were certbot and crypotography [23:40] derpingit: spoiler alert, it's not going to help [23:40] thanks lordcirth__, do you by any chance know what's in vulkan-tools and vulkan-utils? anything useful for a curious Joe? [23:40] derpingit: [23:40] "the point I'm trying to make, is that the approach you're taking to building an maintaining a website, is fundamentally wrong" [23:40] this isn't the way [23:40] to start a buissness [23:40] thank you. came here for the ubuntu troubleshooting tho [23:41] FreeBDSM, I think it's tools for developing programs with Vulkan. [23:42] hosting screenconnect on the cloud is extremely expensive, and i already have a perpetual on premise license for the software [23:42] derpingit: well you're kinda screwed. the reason people take backups is for situations like this [23:42] thanks [23:42] ok thanks [23:43] if i was in your situation like 8 years ago I would just kill the server and start setting it up from scartch again [23:44] but i don't want to give you the advice of me 8 years ago I want to give you the advice with what I know now, which is [23:44] scwizard, you know messing upp can help you in the long run.. i learnd a great deal when i made a booboo and learnd to fix it [23:44] the approach you're taking is built upon many different layers of mistaken assumption [23:45] Mathisen: yes, but you learn even more in making sure it doesn't happen again [23:46] in terms of actually fixing it [23:46] scwizard: derpingit is the issue that system-installed tools seem to have been replaced? [23:46] as i said earlier, you need to dive into the shell script sourcecode [23:46] and understand everything that it's done to your system === name is now known as Guest11616 [23:47] Mathisen, that worked, but restarting causes me to use kde again [23:47] and then make a decision on if you're going to go forward with the upstream distribution, or use the ubuntu distribution [23:48] Guest11616, what worked the install or the logout and choose xfce from login promt ? [23:49] Mathisen, the logout did [23:49] but then i restarted and it used kde again [23:49] it should remember your chooise if i remmeber right [23:49] and it also remembered my session [23:49] it opened a bunch of windows [23:49] derpingit: the technical answer, is you have two conflicting versions of certbot. You need to uninstall one of them completely, then configure the version you have to use the correct paths. [23:50] yep. thats what i'm trhing to do . [23:50] derpingit: the higher level answer, is that you're best off redoing the VM from scratch, so you can learn how to speed up the rate of which you can do that [23:50] btw,.. when i run pip without sudo i get this error while trying to uninstall the certbot pip [23:50] https://paste.ubuntu.com/p/kmFs3BByRZ/ [23:51] derpingit: higher than that, is the fact that a single ad hoc manged linode VM isn't the right approach for a company website [23:51] that will be my last option, scwizard .. i have a bunch of workstations connecting to my sc service that i must backup first :/ [23:52] derpingit, you need to uninstall with sudo also ofc [23:52] derpingit: which ubuntu release are you using? 18.04 ? [23:52] 16.04 [23:52] ofc ? [23:52] derpingit: and higher than that, is that you lack the background or the talent to run an profitable MSP, it's a competative industry [23:52] derpingit, of course [23:52] yes. thank you. i'll contact you personally when i need life advise [23:53] well forget that last bit [23:53] derpingit: OK, so the original pastebin you showed, has a locally built /usr/local/bin/certbot trying to call the system's python2.7 packages, specifically, python-cryptography [23:53] "a single ad hoc manged linode VM isn't the right approach for a company website" <- is still technical advice sorta [23:54] TJ- mkkay [23:58] derpingit: if that were the only issue, then "sudo apt install python-cryptography" might solve it. But solving that might then lead to other missing dependencies. Usually when you do a local install, instead of installing under /usr/ prefix it'll use /usr/local/ prefix, which means python libraries would be under /usr/local/lib/ rather than /usr/lib/ ... that is likely why you've hit the issue, since it is [23:58] using the system interpreter, not a python virtual environment [23:59] hi all. [23:59] anyone experienced issue with cloud-init with disk_config where despite the udevadm settle being used a second EBS volume in AWS is not available at boot time, hence disk_config fails?