/srv/irclogs.ubuntu.com/2018/10/10/#ubuntu.txt

blackflowKon-: please keep in mind it is not EFI vs MBR. you can have legacy boot with both GPT and MBR partitioning schemes, but EFI requries only GPT.  so, the correct thing to say is EFI vs legacy (BIOS) boot. The former requires an ESP (efi system partitin) and the latter requries a bios_grub partition type for GPT, or old MBR thing.00:04
blackflowKon-: unfortunately I don't know how to force the installer to go either way, if GPT is used. I use the installer very rarely.00:05
Kon-blackflow: Thanks. Re: the installer, previously when I wanted to get it to switch, I was able to do so only when a machine had two separate boot orders for EFI devices and legacy devices00:23
Kon-So that is at least a potential work-around00:23
yelowfishhi all,is this normal for a ping result 64 bytes from hkg12s09-in-f14.1e100.net (216.58.203.14): icmp_seq=383 ttl=54 time=46 ms  .. why does it have the intial part " hkg12s09-in-f14.1e100.net"00:23
yelowfishi did ping google.com00:24
blackflowKon-: that or you force the partitioning layout before the installer does it.00:26
blackflowyelowfish: because that's rdns for google's ips00:27
TJ-blackflow: just an FYI: UEFI supports both GPT and MBR, in fact the spec mandates supporting MBR too00:28
yelowfishnot having to do with a vpn?00:28
blackflowTJ-: looks like you're right and I remembered it wrong.00:29
blackflowyelowfish: 1e100.net is google's addresses.00:29
TJ-blackflow: the problem is some manufacturers don't include the MBR logic for the EFI boot path :P00:30
blackflowTJ-: seems some implementations are then blocking EFI with MBR and switching to legacy boot.00:30
blackflowTJ-: yeah.00:30
Phischievening everybody. Is there a easy fix on how to change the boot-language of a Kubuntu-LiveUSBstick?00:30
yelowfishok.does ubuntu has an issue with a browser on vpn?00:31
blackflowyelowfish: most likely not. so what's the problem you're having?00:31
Phischisnooped around the stick under Windows but couldn't find a obvious language-setting in the GRUB config00:31
yelowfishi noticed that when the vpn on a browser is on im having frequent destination host unreachable00:31
blackflowyelowfish: fun fact,  1e100 is 1^100 = googol (yes, googol, not a typo).00:32
blackflowyelowfish: you'll have to diagnose those specific cases and why they're unreachable. note that icmp packets might pass through from ping, but tcp not. you can use mtr (from mtr-tiny package) for more rigorous testing and using tcp/udp packets.00:33
TJ-Phischi: usually at boot-time - in BIOS boot mode - there's a slight delay at boot-time and at bottom of screen there is a keyboard/language indicator to allow that. For UEFI boots, that go through GRUB, I think the language choice doesn't occur until the ubiquity installer starts00:33
stack_over_flow10,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,00000:34
stack_over_flowsend me one googol bitcoins00:35
stack_over_flowkthx00:35
PhischiTJ-: no way to set it hard to one language?00:35
yelowfishblackflow, may i request a link for the mtr tools ?00:35
blackflowstack_over_flow: sent and waiting in your computer's RNG chip. you can cat them from /dev/urandom.00:36
PhischiTJ-: what else? I tried to add a persistent partition though Ubuntu never seemed to find it00:36
blackflow!info mtr-tiny | yellowfish00:36
ubottuyellowfish: mtr-tiny (source: mtr): Full screen ncurses traceroute tool. In component main, is standard. Version 0.92-1 (bionic), package size 50 kB, installed size 147 kB00:36
stack_over_flowcat /dev/urandom/all_my_btcs00:36
blackflowfor one googol BTCs, _you_ will happen.00:37
yelowfishtnx for the trivia.its legit,but it was spelled like a phishing site00:37
blackflowyelowfish: oh I know. got me confuzzled the first time I saw that. one whois later, I saw the light!00:38
yelowfishlol00:38
TJ-Phischi: It's not something I've really needed; only time I've dealt with that aspect was years ago when fixing bugs in ubiquity and the installer00:38
yelowfishgtg,tnx a ton00:38
stack_over_flowgrep 'all_the_btc' /dev/urandom00:38
stack_over_flowi haz no bitcoins, blackflow00:38
blackflowyou'll overflow teh stacks!00:39
blackflow --> #ubuntu-discuss , this has gotten out of hand! ;)00:39
stack_over_flow:)00:40
yelowfishbtw is forcefck applicable on normal boot? (not using live usb)00:42
PhischiTJ-: I see. It's just the usecase when I need to run a clean system... annoys me so much to switch langauge and keyboardsettings everytime manually :P00:42
Bashing-omyelowfish: Ome can force a file system check: https://www.freedesktop.org/software/systemd/man/systemd-fsck@.service.html .00:43
=== emcy is now known as Emcy
TJ-Phischi: I vaguely recall it might be possible via kernel command-line options, but I may be mistaken00:48
yelowfishgot dc.. what other methods do u use for system checks ?00:51
Bashing-omyelowfish: Did you see: https://www.freedesktop.org/software/systemd/man/systemd-fsck@.service.html ?00:53
Sven_vBany ideas how I can browse a webserver that uses ancient SSL? it's an embedded device and the firmware hadn't been upgraded in years. I tried having socat listen on a local plain TCP port and connect that to the web server's HTTPS, but "error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small"00:55
TJ-Phischi: yes, I was correct! Casper allows it via initramfs scripts00:55
Sven_vBsocat would accept "file with the Diffie Hellman parameters" (dhparams=), how could I find those?00:57
TJ-Phischi: this is /usr/share/initramfs-tools/scripts/casper-bottom/14locales: http://paste.ubuntu.com/p/N9bqZFJZZQ/ note lines 29-4500:57
TJ-Sven_vB: which Ubuntu release are you using? Also, have you tried using "openssl s_client -connect ..." ? See "man s_client" - although it sounds like your issue is allowing the older ciphers and key sizes01:01
Sven_vBTJ-, trusty. I could try with xenial, too. I'll try s_client, thanks!01:02
PhischiTJ-: so I have to generate the locales  in the ramdisk?01:02
Phischior does it just take the language-variable?01:03
Phischilike editing it to "echo LANG=DE.UTF-8 > /root/etc/default/locale" ?01:03
TJ-Phischi: I don't think so - the script you see is run just before the real rootfs is pivoted, so if the correct local files are there they should be used.01:03
Phischiah01:04
TJ-Phischi: the script is simply setting the variable as you can see01:04
PhischiI'm not really into programming :P01:04
TJ-Phischi: I'm not entirely sure what the collection of locales is in Live images but I guess it is pretty comprehensive since there is a language chooser in it!01:04
Phischiyup01:05
TJ-Phischi: the script appears to lookk for any of 3 ways to set language/locale from the kernel cmdline, and then set the environment variables used to control locales via the "update-locale" tool01:05
TJ-Phischi: so I presume you can add something like "locale=de_DE.UTF-8"01:07
Phischiah01:07
=== mnemonic is now known as Guest45547
Sven_vBTJ-, I managed to download the remote cert with s_client, but haven't yet found how to make dhparams from that.01:21
TJ-Sven_vB: do you need to do that? If s_client can complete the connection you can use it surely?01:28
Sven_vBTJ-, I'll read again01:29
Sven_vBTJ-, I can't find how to make it transfer actual data, instead of quitting after the handshake.01:31
TJ-Sven_vB: if s_client connects you simply type :) I've always assumed you can also pipe into its stdin01:32
=== guiver_d is now known as guiverc
=== Dreaman is now known as Blade
cim209what is the recommended/best kernel for ubuntu 16.04 server?02:14
TJ-cim209: what I said in ##linux :)02:14
cim209TJ-, seems like 4.4 and up is safe from spectre and meltdown02:16
TJ-!info linux-image-generic-hwe-16.04 bionic | cim20902:16
TJ-!info linux-image-generic-hwe-16.04-edge bionic | cim20902:17
TJ-oh, looks like our bot is on a netsplit02:17
cim209TJ-, lol02:17
TJ-CommandPrompt: yes, 4.4 is still supported although some of the patches are harder to backport to it02:17
TJ-oops!02:18
TJ-cim209:  ^^^02:18
cim209TJ-, what you said up there is the recommended kernel for 16.04 servers?02:19
TJ-any of these kernels are recommended. the HWE kernels are there to support newer hardware, but also may provide better performance (lots of things change over time)02:20
TJ-HWE == HardWare Enablement02:20
TJ-Basically it means you can, for instance, run the hwe kernel from 18.04 LTS with the userspace of 16.04 LTS02:21
cim209hmm02:22
cim209don't think i would need that02:22
cim209got the lowest tier of digitalocean lol02:22
gbear14275_Hello, has anyone reported random "network login" windows popping up during routine use?02:26
blackhazeI need to know how may I install squirrelmail in my ubuntu I need to configure an email server02:44
ducasseblackhaze: you mean reachable from the internet, that will actually send and receive mail?02:54
blackhazeyes I am looking for some tutorial that explain some errors02:55
blackhazeducasse: Have you ever configured an email service usin postfix, squirrelmail and imap?02:56
ducasseblackhaze: an email server is probably the last thing you should run if you don't know what you're doing, you will just end up hurting others02:56
blackhazeI have confiured before but I can not do it now02:57
cim209setting up MTAs are a pain02:57
ducasseand beyond what is supported here02:58
blackhazecim209: is more than a pain is just almost impossible02:58
cim209i just use mailgun for incoming/outgoing then use gmail as the inbox02:58
blackhazein my work I have to configure with squirrelmail, postfix and imap02:59
cim209that's doing too much03:00
ducasseif it's for work then it's definitely beyond the scope of this channel03:01
cim209yeah that's more for sysadmin stuff03:02
=== Blade is now known as BgLamersTeam
=== [1]MrMobius is now known as MrMobius
=== remy is now known as remy^
=== semeion is now known as mnemonic
=== fishfox__ is now known as fishfox
ylel9good morning people05:15
=== gbear14275_ is now known as gbear14275
=== kundancool is now known as anonymousK
=== anonymousK is now known as kundancool
=== kundancool is now known as anonymousK
pikiamornin'06:01
=== anonymousK is now known as kundancool
gambl0rehello?06:16
lotuspsychjegambl0re: yes?06:33
=== kundancool is now known as anonymousK
=== anonymousK is now known as kundancool
tachikomasHello community, i'm having trouble with 18.04 and a X230 Thinkpad laptop, when i close the screen i would like to suspend or hybernate the computer, but nothing happend07:09
=== jje_ is now known as jje
tachikomasI tryed to modify systemd/logind.conf and enable HandleLidSwitch=hibernate07:10
lotuspsychjetachikomas: alot of machine have acpi bugs with hibernate, perhaps take a look in your dmesg/syslog and try gnome-tweak-tool see if hibernate is enabled there07:14
tachikomasin gnome tweaks i have "suspend when lid is closed07:15
lotuspsychjetachikomas: and its enabled right?07:16
tachikomasyep07:17
lotuspsychjetachikomas: there are also some energy options in dconf-editor you could try07:17
lotuspsychjetachikomas: in the new dconf-editor you can search for settings easy07:18
lotuspsychjepower, hibernate or suspend07:18
lotuspsychjetachikomas: if those all dont help, i suggest record some errors with tail -f /var/log/syslog try the hibernate and pastebin us the errors please07:19
tachikomas"suspend" everuwhere07:19
tachikomasOk.07:19
tachikomasI'l do that07:19
KocaneHow often are the stable repositories of Ubuntu updated? For instance apache207:32
lotuspsychje!latest | Kocane07:32
ubottuKocane: 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.07:32
blackflowKocane: only with major bug, or security patches, for the duration of the Ubuntu release in question.07:34
blackflow(as often as those happen, depending on the package)07:34
lotuspsychjetachikomas: wich graphics card/driver do you have currently in use?07:34
tachikomaslotuspsychje, using generic driver i guess, on a HD400007:53
tachikomasnothing revelent in syslog07:53
lotuspsychje!bootoptions | tachikomas could try this too for no_acpi for example07:54
ubottutachikomas could try this too for no_acpi for example: For a list and explanation on some of the boot options, see https://help.ubuntu.com/community/BootOptions See also !nomodeset.07:54
lotuspsychjetachikomas: if that doesnt help, id reccomend a new !bug07:54
tachikomasOne thing wich is a bit weird i tryed to tail-f the state of the LID button07:54
tachikomasand i never hade a close. only a open. Could it be a hardware failure, or a driver problem about my laptop ?07:55
=== tomaw- is now known as tomaw
fubHi. Since I did an apt upgrade, my touchpad is broken. I cant "hold click and move" anymore.07:58
fubSometimes it works, most of the time not.07:59
fubWhen I move the mouse to something draggable, then wait a second and try to drag it, it does not work. When I move the mouse to the draggable and instanly drag it, it works.08:00
=== emerick is now known as mz`
blackflowfub: did you reboot? sometimes updating packages for programs in use, especially GUI related, can enter semi-broken states unless either full restart of xorg, or full reboot.08:12
blackflow(despite of what some would say that you need to reboot only after kernel upgrade, that is not true with modern linux systems)08:13
fubbackflow: yes I did08:27
fubthe double-click for context menu functionality is also gone, its now only available via double-finger tap08:28
lotuspsychjefub: doublechecked your settings in gnome-tweak-tool under mouse settings?08:31
fublotuspsychje: I'm not using gnome, I'm using i308:34
fublotuspsychje: okay I fixed it. Had to change some libinput settings in my xorg.conf. Seems like some default settings changed with the update I installed.08:38
lotus|NUC!yay | fub08:40
ubottufub: Glad you made it! :-)08:40
andersjhi, anyone awake?09:53
andersjI need some advice please.09:55
enzotib!ask | andersj10:00
ubottuandersj: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience10:00
andersjlibre office will no longer execute from desktop or terminal. have reinstalled in synaptic to no avail. any solution?10:03
andersjalso when trying to chmod and run a shellscript (for a different program) I get 'no file or directory' though I can see it clearly in the file manager.10:05
andersjwhy doesn't the system see it?10:06
coz_andersj,  I assume you already did sudo apt update && sudo apt dist-upgrade     yes?10:09
blackflowandersj: that message is probably for the faulty shebang line. what is it? what's the shebang of the script?10:09
andersj#!/bin/bash10:13
Triffid_Hunterandersj: have you accidentally changed permissions for the / or /bin directories? ls -ld  will tell you10:14
andersjam not sure, I don't think so.10:15
Triffid_Hunterandersj: strace may help then10:15
andersjsorry, am lost now.10:16
Captain_HaddockI'm on Kubuntu. Is it possible to have a dual monitor setup with one connected to my Nvidia 1030 and another to the onboard graphics?10:16
Captain_HaddockAlso, how do I check which monitors are connected to my system via the cli?10:18
Triffid_HunterCaptain_Haddock: xrandr should tell you which ports have something attached10:20
Triffid_HunterCaptain_Haddock: no idea about splitting stuff between two gpus though10:20
Captain_HaddockTriffid_Hunter: Cheers. xrandr doesn't appear to detect the monitor connected to the onboard HDMI port.10:21
Captain_HaddockAnyway I can probe each HDMI port?10:22
Captain_Haddocklspci and lshw don't seem to offer much.10:22
blackflowandersj: run the script with -x for bash (or set -x at the top of the script), that will trace the script as it executes and you can see exactly at which point it throws the error10:26
andersjwhen I try to run I just get file.sh: command not found10:29
gpunktry ./file.sh10:30
gpunkafter doing a chmod +x file.sh10:30
andersjyes, already did that as standard10:31
gpunkcan you do which bash ?10:32
andersji dont know how10:33
gpunktype "which bash"10:33
gpunkit will give you the path to bash10:33
andersjokay, but what next?10:34
gpunkshow us the result please10:34
andersjjonathan@ubuntu:~/Downloads/gSpeech-master$ which bash10:35
andersj/bin/bash10:35
andersjjonathan@ubuntu:~/Downloads/gSpeech-master$ gSpeech.sh10:35
andersjgSpeech.sh: command not found10:35
gpunkand ls -l gSpeech.sh ?10:35
andersj-rwxr-xr-x 1 jonathan jonathan 104 okt 10 11:27 gSpeech.sh10:36
hateballandersj: does your script start with #!/bin/bash or is it some other interpreter it expects?10:37
blackflowandersj: you did not prefix gSpeech.sh  with ./10:37
hateballoh10:37
hateballgood catch blackflow10:37
blackflowyou can't just name the script, unless it's in PATH and I doubt ~/Downlads/ is10:37
gpunkyes try "./gSpeech.sh"10:38
andersjTraceback (most recent call last):10:39
andersj  File "./gSpeech.py", line 4, in <module>10:39
andersj    import os, sys, pynotify, shutil, tempfile, ConfigParser, subprocess, multiprocessing10:39
andersjImportError: No module named pynotify10:39
gpunkvoila, you are missing python modules now10:39
gpunkDepends: python (>=2.7) python-gst0.10 (>=0.10) python-gtk2 (>=2.24) libttspico-utils (>= 1.0) python-notify (>=0.1) gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-pulseaudio10:39
blackflowfirst of all, !pastebin   . second, now that's a different problem. Not sure supporting random user scripts is part of this channel. You'll have to understand python development to fix this one. you're missing pynotify module in the python import path.10:40
gpunkthis is on https://github.com/tuxmouraille/gSpeech : installation instructions10:40
FuraiDoes Ubuntu support in any way voice recognition/voice commands?10:44
hateballI guess you could script your own stuff using tivoli or something, but for something native like Microsoft Cortana... nope10:44
hateballFurai: ^10:44
FuraiI'm not really looking into anything like Cortana/google now and stuff like that.10:45
FuraiJust accessibility things.10:45
Furai"just"10:46
gpunki think you have orca...10:46
FuraiAnyway, thanks for your answer.10:46
gpunkit s a screen reader10:46
andersjhave download python notify 1, extracted it in /download - how to I install it?10:47
Furaihttps://wiki.gnome.org/action/show/Projects/Orca10:47
FuraiThis?10:47
gpunkcheck with #python iguess10:47
FuraiStill, it's just screen reader, like you said.10:47
FuraiMaybe "simon listens"?10:49
FuraiActually, it's kind of sad that ubuntu does not support anything "out of the box".10:49
andersjbrainache10:49
emilspis there a particular reason why setting the DNS globally via NetworkManager _doesn't_ work on Ubuntu 18.04 ? It doesn'10:55
emilspThe DNS server I want doesn't show up in the output of systemd-resolve --status10:55
andersjPackage 'python-gst0.10' has no installation candidate :(11:02
andersjdo you think I would have better luck using debian rather than ubuntu?11:03
andersjfound the python-gst0.10 but status: Error: Dependency is not satifyable: libgstreamer-plugins-base0.10-0 (>=0.10.32 what does it mean?11:12
Ben64andersj: dunno what you're doing, but it seems like you're doing it wrong11:15
superherointjHello.11:23
BluesKajHi folks11:24
emilspis there a particular reason NetworkManager isn't configuring DNS with systemd-resolved on 18.04 ?11:25
blackflow!details | emilsp11:25
ubottuemilsp: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.11:25
emilspblackflow: when setting a global DNS server with DBus for NetworkManager, the output of systemd-resolve --status does not change, i.e. the DNS config doesn't change.11:27
blackflowemilsp: are there any related errors or warnings in the journal?   journalctl -p warning..crit11:28
=== jerQ is now known as g0tmilk
emilspblackflow: I've enabled super verbose logging for NM, and I see nothing. There are no log entries from the `systemd-resolved` service11:29
=== g0tmilk is now known as jerQ
blackflowI guess it just sucks then. systemd-resolved is the first thing I completely disable on any new installation.11:29
blackflowbecause of things like this.11:29
emilspif it were my machine, I'd do so. But this is an issue with an application I'm developing, where the application has to set the DNS. Fighting over /etc/resolv.conf is a massive pain.11:32
emilspBut the whole DNS situation on linux is starting to resemble https://xkcd.com/927/11:33
BluesKajafaik, resolved.conf DNS settings are bypassed by NM, It does work without NM in the mix while using ifupdown and resolved.conf DNS entries11:34
blackflowemilsp: with systemd-resolved, you must not change /etc/resolved.conf11:34
emilspwhat, but NM is capable of interfacing with systemd-resolved over DBus11:34
blackflowit's hard coded to resolved itself, which is a stub resolver (so not even a recursive one, but a totally useless cog in the machine)11:34
ledeniemilsp: try 'nm-connection-editor' in term11:35
emilsp>term11:35
blackflows/resolved\.conf/resolv.conf/11:35
emilspThere's supposed to be a systemd-resolved daemon which is accessible over DBus, and setting DNS over DBus works. However, this doesn't work when setting DNS config globally in NM, even though it should.11:36
emilspWorks just fine if we're interfacing with systemd-resolved directly. Since on other distros, systemd-resolved is not available, we usually try NetworkManager first, but this completely breaks on Ubuntu.11:40
emilspbecause of the aforementioned issue.11:40
blackflowemilsp: you can always disable it and use unbound or dmasq, or dhcpclient-define entries straight to resolv.conf11:43
ledeniemilsp: check ---->https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/how-to-configure-dns-server-on-ubuntu-18-04.html11:44
blackflowemilsp: btw, what do you mean by setting DNS config globally in NM? iirc that functionality was removed from NM, around 17.10 if I'm not mistaken11:45
blackflowthat functionality = input box for DNS settings in NM, and NM dropped that ability completely, like a good gnome component, losing important functions with each new release.11:45
=== kundanco_ is now known as anonymousK
=== anonymousK is now known as kundanco_
R13oseHi11:50
=== kundanco_ is now known as anonymousK
=== anonymousK is now known as kundanco_
=== kundanco_ is now known as anonymousK
=== anonymousK is now known as kundanco_
emilspblackflow, ledeni, I'm not looking to manually manage the DNS config, but rather why things which work in other distros over DBus don't work in 18.0412:08
blackflowemilsp: because other distros don't use systemd-resolved and sending a dbus message to NM results in a different action?12:11
emilspother distros _do_ use resolved, and NM handles it that the same way, or it should handle it the same way.12:19
=== cpaelzer_ is now known as cpaelzer
=== kundanco_ is now known as anonymousK
=== anonymousK is now known as kundanco_
=== kundanco_ is now known as anonymousK
tichunHi. How to make usb tethering work? The problem is that network manager connects to it on boot and after 5-10 seconds it is gone. Stopping it with systemctl and using sudo dhclient #interfacename (just typ 'e' and press tab) makes usb tethering work fine. But why do i have to do that? How can I make it just work?12:46
tichunI'm on bionic beaver but the same thing was happening in xenial xerus12:47
blackflowemilsp: which distros did you try? afail debian and derivatives (Except ubuntu) don't, fedora doesn't, centos doesn't.12:48
blackflow*afaik12:49
tichunOh sorry. I got it now. There are answers on the net for 16.04 but nothing for 18.04. that is why i didn't find a solution. The problem is modem manager service that needs to be disabled. I wonder why is this still prelevant in 18.0412:49
=== anonymousK is now known as kundanco_
=== kundanco_ is now known as anonymousK
=== anonymousK is now known as kundanco_
=== spiritwalker_ is now known as spiritwalker
=== capella|away is now known as capellasCorpse
=== capellasCorpse is now known as capellasZombie
=== kundanco_ is now known as anonymousK
=== andrex|off is now known as anderx
=== anonymousK is now known as kundanco_
=== kundanco_ is now known as anonymousK
=== anonymousK is now known as kundanco_
spkrlhello there, can I ask here how to configure an email server?13:18
blackflowspkrl: that's a pretty broad subject with lots of details. have you tried google?13:19
spkrlyes, but configuring postfix and dovecot it's huge, where can I aks?13:20
blackflowspkrl: there's #postfix and there's #dovecot if you have particular issues with them.13:20
ecormierspkrl: also arch/gentoo should have some pretty thorough guides13:23
d4rkt1m3scan somebody direct me to the open chat?13:24
ryuod4rkt1m3s: #ubuntu-discuss ?13:25
d4rkt1m3sI meant like an offtopic channel.13:26
ryuod4rkt1m3s: that is the offtopic channel.13:26
d4rkt1m3sok13:26
d4rkt1m3sthank you.13:26
blackflowtechnically, #ubuntu-offtopic is the offtopic chan. -discuss is still ubuntu topic, though not strictly support13:28
Sven_vBis there a mechanism like a ring buffer file? I'd like to pipe usually-boring output from a program there, but in case something interesting happens, I'd like to see the previous few KB of output, and be able to tail --follow it.13:29
ryuoSven_vB: ring buffer? that sounds more involved than what is easily done with shell.13:30
ryuoif it is what I think it is, then it loops around when it fills up.13:30
Sven_vBdoesn't have to be a real ring buffer.13:31
ryuoSven_vB: well, the closest thing to what you want is to append to a file continuously, and then tail -F the file.13:31
ryuoit'll then continue to spit out new input lines as they are written.13:31
Sven_vBI'll check what happens if I rotate that logfile then. the logrotate docs sounded like processes would still write to the old file until they reopen it by path.13:32
ryuoi believe logrotate requires the processes to cooperate for maximum benefit.13:32
ryuoeither way, that program just archives old logs and opens a new one.13:33
Sven_vBthen instead I'll try what happens when I copy the file and then truncate it.13:33
Sven_vBthe race condition might be tolerable13:33
blackflowI wonder if you can set arbitrary mesages to rrd?13:36
blackflowas rrd is the round-robin database aka "ring buffer"13:36
Sven_vBoh nice, when I use the "tee" utility with --append for writing, it detects the file has been truncated and seeks to the new end of file, so my copy and truncate works.13:38
Sven_vBwith just shell redirect, it continues writing at the old position, so the first part of the file is filled with 0x00 bytes.13:39
drblahHi. I have a question about Ubuntu server 18.04.1. I just installed it in a VM but every time I run sudo it hangs for 5-10 seconds. Any idea why this might happen?13:47
hateballdrblah: trying to resolve your local hostname with a broken configuration, perhaps13:48
hateballlike if you have changed your hostname but not /etc/hosts13:48
drblahI don't think I have changed the name since installation. But indeed if I run nslookup and type in the host name of the VM it does hang untill timeout.13:50
drblahIs it safe to add the host name to /etc/hosts or does it get autogenerated by something?13:52
drblahAnyways, thanks for the help @hateball. It was indeed a problem with the host name.13:57
hateballdrblah: :)13:57
howarthjwStill no joy with the nvidia drivers on a MacPro 2008 and a GTX 680 flashed with Mac ROM images13:57
howarthjwTried bionic, ubuntu and fedora 28 with rpmfusion's nvidia packages13:58
howarthjwAlways the same deal. The display goes dark when the greeter should appear. Almost as if the backlighting is turned off.13:58
andersjI have 2x 2gb ram cards. Bios recognises both however ubuntu only recognises one. How do I get it to use the second too?14:13
kedarapteandersj: how much ram does Ubuntu show?14:19
kedarapteandersj: if it shows 2.96 GB or little below 3 GB... check if you are using 64 bit OS. You might be using 32 bit OS and hence it is not showing 4 GB of ram14:20
=== BgLamersTeam is now known as Dreaman
=== lotuspsychje_ is now known as lotus|NUC
lotus|NUC!nomodeset | howarthjw14:44
ubottuhowarthjw: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter14:44
JanuaryHow can I add a CA to the Ubuntu Installer? cant seem to find where the .crt are stored15:26
leftyfbJanuary: the ca-certificates package includes /usr/share/doc/ca-certificates/examples/ca-certificates-local/local/Local_Root_CA.crt15:29
leftyfbJanuary: other than that, the only .crt files by default should be from firefox15:29
=== Dreaman is now known as BgLamersTeam
blackflowthey're in /etc/ssl/certs tho'15:31
=== SimonNL is now known as SimonNL_Afk
gt_trying to set up LUKS encryption on an existing ubuntu installation, I've encrypted the root partition using cryptsetup-reencrypt, and configured grub, efi, and regenerated the initramfs. Now I get a password prompt after selecting Ubuntu in grub, and after entering the correct password I get the following: https://imgur.com/a/4pICMH0 The grub config is in the image below. Any idea what I might be doing wrong? When I `cat /proc/modules` I15:39
gt_... related to luks or crypto15:39
gt_I've also tried chrooting from a liveusb and changing the grub conf generated to not use UUIDs and it tells me the thing it can't find is /dev/mapper/cryptroot (which is what I decided to call the encrypted root)15:40
blackflowgt_: what is that UUID supposed to be? the luks container or fs in it?15:41
gt_The fs in it15:41
blackflowhave you set up the crypttab correctly?15:42
gt_I believe so, I have just the one line: cryptroot UUID=uid_of_the_encrypted_partition_luks_container none luks,discard15:47
gt_blackflow: sorry, just had to reboot into the liveusb and mount everything again15:47
blackflowgt_: you'll need "initramfs" after that luks,discard. there's a bug, I lost the PR# but without it, it won't unlock properly on boot15:50
blackflowwithout it = without "initramfs" in crypttab15:50
blackflowI know that for a fact becuse just yesterday I removed it thinking it's fixed, since systemd cryptsetup generator is complaining about that "initramfs" (a warning, not an error), and of course, no soup for me on reboot.15:51
gt_so `luks,discard,initramfs`? will try that, thanks15:53
blackflowyup15:54
gt_hmm getting the same error (complaining about no /dev/mapper/cryptroot) and still takes a minute or two before it gets there after entering the password15:58
blackflowgt_: k back to square one (but leave that "initramfs" in crypttab). what's cryptsetup-reencrypt doing exactly?15:59
blackflowand btw, you did update initramfs after changing the crypttab, right?16:00
gt_so cryptsetup-reencrypt is just a tool to encrypt an existing partition with luks16:00
blackflowgt_: so it's a regular LUKS partition?16:01
gt_and i can mount the partition (/dev/sda7) with `cryptsetup open /dev/sda7 cryptroot`16:01
gt_yes16:01
gt_I ran `update-initramfs -u -k all` and it seemed to update images in root of the /boot/ folder16:02
blackflowhmm, wait, grub might be misconfiugred. you need to have the actual root mounted from /dev/mapper/cryptroot (or whatever the name) when installing/updating grub16:04
gt_when I chroot i mount the unencrypted efi partition to /boot/efi, so if initramfs is getting loaded, that must mean that the root partition is getting unencrypted in order to access those images?16:04
gt_I will show you the /etc/default/grub, give me a minute16:04
blackflownot sure, but when you chroot, / must be mounted from /dev/mapper/...16:04
gt_yes, I use `cryptsetup open /dev/sda7 cryptroot` then `mount /dev/mapper/cryptroot /mnt` and `mount /dev/sda2 /mnt/boot/efi`16:05
blackflowand then you chroot to /mnt ?16:06
blackflowdid you set up devfs, procfs and sys before chrooting?16:06
gt_yes, last command before chroot /mnt is `for i in /dev /dev/pts /proc /sys; do mount --bind $i /mnt$i; done`16:11
gt_ /etc/default/grub is this: https://paste.ubuntu.com/p/WgzqJvy78X/16:11
blackflowgt_: cryptodisk? so /boot is encrypted too?16:13
gt_yes, /boot is on the encrypted luks partition16:13
gt_it's the same partition16:13
gt_the unencrypted bit is mounted to /boot/efi16:13
blackflowand uh you have GRUB_DISABLE_UUID but you.... pass UUID to the kernel.16:13
gt_I only just quickly tried that, can reset that back16:14
blackflowyou should, you have root=UUID=...  in the kernel command line16:14
blackflowso anyway, that's encrypted /boot, and I'm not sure what's needed for this. I tried that once, two years ago, and it was a PITA to set up. I'm using unencrypted /boot, I can't think of a good reason (that's also not false sense of security) to encrypt /boot16:15
gt_the reason it's encrypted boot is because it was all one partition to begin with, how easy is it to split the boot out into a separate partition?16:17
gt_and do I need a separate EFI and boot partition?16:17
blackflowgt_: you can shrink root (offline) and put /boot at the end.16:17
blackflowI think you don't _need_ it but it's usually a good practice to separate them16:18
gt_have some space between the LUKS root and the vfat EFI partition16:18
blackflowgt_: I'd recommend at least 500MB for /boot16:19
saunaI cannot get my mic to run on ubuntu 18 -.- all the questions related to it are outdated for 14 or 16 lts releases16:21
gt_Ok, I've created a 500mb ext4 boot partition16:22
gt_mounted to /boot, and then the efi partition mounted to /boot/efi16:22
=== jstein_ is now known as jstein
gt_do I need to regenerate my fstab somehow?16:23
gt_and/or reinstall the kernel?16:23
blackflowgt_: only if you want /boot automounted16:23
blackflowgt_: well you need to populate /boot. you can reinstall the kernel _and_ grub (it's grub install that creates /boot/grub/..., and then grub-mkconfig does grub.cfg)16:24
coconutWhat is faster, a swap file or a swap partition?16:24
blackflowyou can also copy everything from the old /boot16:24
pragmaticenigmasauna: How did you come to the conclusion that the articles currently existing are out of date?16:24
saunabecause they suggest everything to do with pulseaudio, I dont even have that16:25
pragmaticenigmacoconut: They are equially efficient, it is a personal preference on how you desire to setup swap on your system. For further disucssion please continue in #ubuntu-discuss or #ubuntu-offtopic16:25
saunaI have the base 18 lts with gnome, vanilla installation16:25
pragmaticenigmasauna: Look for help with ALSA and microphone not working16:26
coconutthank you pragmaticenigma16:27
saunapragmaticenigma do I have alsa then ?16:28
saunawhat sound software do i have with ubuntu 18 ??16:29
ezzieyguywufI'm trying to follow this guide to learn how to create a deb package on ppa: http://packaging.ubuntu.com/html/getting-set-up.html16:32
ezzieyguywufhowever, my system runs gentoo not ubuntu, so I don't have access to pbuilder16:32
ezzieyguywufis there another way that I can follow this guide on my gentoo system?16:33
blackflowezzieyguywuf: chroot into a debootstrapped debian/ubuntu env?16:34
blackflowas a fellow gentooligan, that shouldn't be difficult to you ;)16:34
gt_blackflow: I've copied the old content to /boot and reinstalled grub, for generating the config, do I care about /boot/grub/grub.cfg or /boot/efi/EFI/ubuntu/grub/grub.cfg for grub-mkconfig?16:35
blackflowgt_: I'm not sure, I have very little exp on how EFI and grub interact.16:36
gt_okay I will generate both16:36
blackflowgt_: I think grub requires normal config files, so /boot/grub/grub.cfg16:36
gt_I've removed cryptodisk from the GRUB_PRELOAD_MODULES and also removed GRUB_ENABLE_CRYPTODISK=y16:37
gt_added boot to the fstab16:38
gt_regenerated the grub configs16:38
gt_and updated initramfs16:38
gt_anything i've missed?16:38
blackflowgt_: initramfs first, grub second16:38
gt_ok16:38
blackflow(because grub autodetects vmlinuz + initramfs files for the menu)16:38
gt_ok I regenerated the grub configs16:39
gt_reboot time?16:39
blackflowgt_: yeah. if you 're on that computer right now, make sure you've got liveusb or something to pop back in here16:40
gt_got two computers, don't worry16:40
blackflow(ah it's not, because you couldn't get it runnig..... ignore me :)  )16:40
ezzieyguywufblackflow: I was actually considering setting up a clean lubuntu install in a virtualbox16:41
ezzieyguywufblackflow: but your way may be easier...16:41
gt_just a plain purple screen so far...16:42
blackflowtoo much work. the chroot works fine (I have one)16:42
ezzieyguywufblackflow: are you saying that ubuntu provides something similar to the gentoo stage 3 tarball?16:42
blackflowezzieyguywuf: yes, debootstrap it's called16:42
ezzieyguywufezzieyguywuf: ah, or just take an iso and mount it...16:42
ezzieyguywufblackflow: got it, I'll do some searching16:42
blackflowezzieyguywuf: it's a tool tho', not a tarball16:42
ezzieyguywufhm, maybe the iso thing would be easier then?16:42
lolcat-007hello, is there a way to install a .deb with gdebi in kubuntu??16:42
blackflowezzieyguywuf: work like emerge --root, but you also select release (like "bionic", etc...)16:42
blackflowezzieyguywuf: emerge -va debootstrap and find some guides online on how to use it, it's a very simple tool, then chroot "the gentoo way" into it (meaning with devfs, procfs, sysfs)16:43
ezzieyguywufblackflow: ok thanks16:44
gt_blackflow: seems to just be stuck on this purple screen, tab, e, esc, and enter all do nothing16:44
gt_getting back into chroot16:44
blackflowgt_: wait16:45
blackflowgt_: from the grub menu, remove "quiet splash" keywords from the kernel command line, try again, see the actual error16:45
gt_ooh after a reboot it gets to the grub menu, selecting Ubuntu no longer asks for the password, and it sits there for a bit before "Gave up waiting for root file system device"16:46
blackflowhrm... when you go back to chroot, please pastebin grub.cfg and output of blkid16:47
blackflowgt_: you can cat /boot/grub/grub.cfg | nc termbin.com 9999     and the the same with blkid16:48
=== SimonNL_Afk is now known as SimonNL
gt_blackflow: grub.cfg http://termbin.com/jta6 and blkid http://termbin.com/znei16:51
pragmaticenigmasauna: I don't know for sure what the default is, I can't find documentation16:52
brovoogt_: Do you have a problem with booting a system?16:52
blackflowgt_: and crypttab is listing /dev/sda7 right?16:54
blackflowgt_: oh btw, the LUKS container is (un)locked with a passphrase, not a keyfile, right?16:54
pragmaticenigma!sound | sauna, this is all I can find at the moment16:55
ubottusauna, this is all I can find at the moment: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.16:55
pragmaticenigmasauna: Another location for help: https://wiki.ubuntu.com/Audio16:56
gt_blackflow: crypttab http://termbin.com/44fe16:56
gt_and yes, passphrase16:56
gt_brovoo: Yes, the system was previously booting but I encrypted the root partition in place with LUKS16:57
gt_termbin is pretty handy16:57
blackflowgt_: well I thought maybe grub was misconfigured, but it seems all correct. valid uuid for /boot, valid uuid for (plaintext) root, crypttab has valid uuid too.16:58
brovoogt_: I think a safe thing to do is chroot from a live setup, and decrypt things.16:59
blackflowgt_: so, from the beginning, if you unlock sda7 as "cryptroot" and then mount /dev/mapper/cryptroot to, say, /mnt and then put root filesystem there, mount devfs,procfs,sysfs, mount /boot to /mnt/boot, chroot into it, all you need is to install grub, install kernel, in that order, and it'll configure automagically17:00
blackflowbrovoo: you're missing the full context and not helping.17:00
gt_grub is definitely installed, is it possible to reinstall the kernel without internet access? don't seem to have it in chroot17:02
blackflowgt_: sure, sould be in apt cache.     apt install --reinstall linux-image-$(uname -r)-generic     if I'm not mistaken with the package name17:05
blackflowgt_: internet access in chroot is available, you just have to copy /etc/resolv.conf from the host17:05
blackflow(chroot is just a filesystem namespace)17:05
gt_reinstalled kernel, rebooted, same error with same UUID but doesn't ask for password17:07
gt_do i need to regenerate initramfs?17:08
blackflowgt_: installing grub and kernel from the chroot did all that17:11
blackflowso I'm not really sure now why it's not working, UNLESS it has something to do with EFI. I don't do EFI, and this procedure works for me just fine, all my machines are FDE17:11
=== Class7_ is now known as Class7
Bombohi17:20
lotus|NUCwelcome Bombo17:20
lotus|NUCBombo: what can we do for you?17:21
Bombois there a way to get a newer version of pulseaudio than 8.0-0ubuntu3.10 for xenial?17:21
lotus|NUCpulseaudio snap Bombo17:22
Bombolotus|NUC?17:22
lotus|NUC!snap | Bombo17:22
ubottuBombo: Snaps are containerised software packages similar to flatpaks or appimage. For more info, see https://snapcraft.io17:22
blackflowBombo: snap install pulseaudio       but make sure you understand what this does, first. read the above link17:23
lotus|NUCBombo: for common use, we try to advice package versions meant for your specific ubuntu version17:24
Bombosounds good17:24
lotus|NUCBombo: more expert use, you can try snaps, backports, proposed17:24
lotus|NUCBombo: it might aswell be interesting knowing why you need a higher version? perhaps volunteers can help you?17:27
Bombolotus|NUC: i can't get mono audio files to play17:27
Bombopaplay mono.wav == silence17:28
Bombowithout pulseaudio aplay mono.wav == noise17:28
Bomboso i thought it might be pa17:29
lotus|NUC!info pavucontrol | Bombo as a second test?17:30
ubottuBombo as a second test?: pavucontrol (source: pavucontrol): PulseAudio Volume Control. In component universe, is optional. Version 3.0-4 (bionic), package size 126 kB, installed size 804 kB17:30
Bombolotus|NUC: nothing helped in pavucontrol17:31
blackflowBombo: pasuspend aplay mono.wav    works?17:32
Bomboblackflow: yes17:35
Bombo$ snap refresh pulseaudio --beta17:35
Bombopulseaudio (beta) 8.0-4 from Canonical✓ refreshed17:35
blackflowthen pulseaudio it is.17:35
Bomboa bit newer lol17:35
Bombostable is 8.0-317:35
blackflowI hope you realize that newer is more likely to be buggy. so I'm not sure you're not just swapping out one buggy implementation for another, maybe buggier.17:36
Bomboon my other computer i got debian with pa 10 it works there17:37
Bomboits probably old too lol17:37
Bombo2018-07-16: PulseAudio 12.2 has been released.17:38
dilly_dillyWhy would a cron scheduled to run every minute miss some minutes?17:38
Bombo$ snap refresh --list17:39
BomboAll snaps up to date.17:39
Bombothat means there are no newer versions of pa than 8.x?17:39
lolcat-007hello, the battery widget on kubuntu disappear how can i solved that17:39
blackflowlol, edge is 11 months old.  yeah, methinks that's just another abandonware.17:39
lolcat-007?17:39
blackflowso much for snaps.17:39
tomreyndilly_dilly: cpu busy / no cycles available on a VM.17:40
Bombohmm are there backports of the bionic version of pulseaudio?17:40
dilly_dillytomreyn: so just increase resources should help my situation?17:41
Bomboi got a bionic pc too where pa does play mono.wav17:41
ovrhHey guys, how do I start Ubuntu installation with the "nomodeset" option? Where in the installer can I set those options?17:41
tomreyndilly_dilly: maybe. also time keeping issues could cause this.17:41
dilly_dillytomreyn: For example?  How would I test a time keeping issue?17:41
tomreyndilly_dilly: insppect the network time protocol clients' statistics over time.17:42
tomreyndilly_dilly: also the hardware clocks'17:43
dilly_dillytomreyn: thank you!17:43
tomreyndilly_dilly: about cpu resources / cycles, you'd do the same: keep monitoring it.17:43
Sir_AndreiHi people.17:44
tomreynobviously monitoring wont work if no process can be spawned / forked / no cpu cycles are available, but you'll see this as missing data for the report period.17:45
Bombo$ apt-get install -t xenial-backports pulseaudio17:46
Bombopulseaudio is already the newest version (1:8.0-0ubuntu3.10).17:46
Bombo;/17:46
tomreynovrh: i'm not aware of a way to configure it in the installer itself for the installation it creates, but you can manually set it on your first boot into the installed system, by editing the grub configuration at boot, then, once booted, make it permanent by adding it to /etc/default/grub17:47
tomreyn!latest | Bombo17:47
ubottuBombo: 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.17:47
ovrhtomreyn, How would I set it in the grub conf? Just "nomodeset=true"?17:48
Bombotomreyn: i need it for a bug fix17:48
Bombo!backports17:48
ubottuIf new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging17:48
Bombo!ppa17:49
ubottuA 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-purge17:49
Bombois there a ppa for pulseaudio?17:50
Bomboah https://launchpad.net/~vanvugt/+archive/ubuntu/pulseaudio17:50
Bombopa 10.x17:51
tomreynovrh: you'd hold down shift or (repeatedly) press escape to bring up the grub menu at boot, press 'e' to edit the main / default grub menu entry, then look for the line starting 'linux' and add just "nomodeset" (without the quotation marks) just before the two dashes ("--") or to the end of the line (if no dashes present)17:51
tomreyn...then press ctrl-x or F10 to boot it17:51
BomboW: The repository 'http://ppa.launchpad.net/vanvugt/pulseaudio/ubuntu xenial Release' does not have a Release file.17:53
tomreynovrh: this is for a one-time change during the current boot. if you were asking about how to make it permanent, you'd add "nomodeset" (without the quotes to the end of the string assigned to the GRUB_CMDLINE_LINUX_DEFAULT variable17:53
ovrhtomreyn, That worked! It was freezing right after putting in the password and logging in, now it actually started. Thank you so much :)17:54
ovrhCould you point me to the documentation for this nomodeset flag, to know if I actually will need it forever even after installing the drivers?17:54
tomreynBombo: if there's a bug, search whether it has already been filed and add to it if you can add any new info. if not, file a new bug report.17:54
tomreyn!bug | Bombo17:55
ubottuBombo: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.17:55
tomreynovrh: you're welcome, glad i could help.17:55
pirayehi guys!18:22
pirayeI have been using amazon free trial for linux and I have setup it, but when I try to use apt-get to install my programs there is no apt-get18:24
pirayehow can I install it18:24
pirayeanyone have any idea18:24
piraye[root@ip-172-31-22-219 ~]# which apt-get18:25
vlouvetpiraye, try 'apt' instead of apt-get18:25
vlouvetwithout quotes of course18:25
rfmpiraye, did you boot a ubuntu image?   I think the default option is Amazon's private label linux (which is a RH derivative)18:25
pirayealso there is no apt18:25
pirayeyeah18:26
vlouvetif it is not a debian derivitive, you must find out what package manager (if any) is in use18:26
=== coffeeguy is now known as coffee8086fyi
pirayei think it is not debian derivitive, I just try to setup linux tutorial18:29
pirayehttps://aws.amazon.com/getting-started/tutorials/launch-a-virtual-machine/18:29
pirayethen I chose this one Amazon Linux AMI 2018.03.0 (HVM), SSD Volume Type - ami-a0cfeed818:30
rfmpiraye, that tutorial has you select "Amazon Linux AMI" which is not ubuntu.18:30
pirayethen I can not use it18:30
rfmpiraye, hence you are not using ubuntu and can't expect much help from the #ubuntu channel...18:30
pirayehow can I try it then18:31
pirayeI see18:31
pirayeand is there any way for using ubuntu here18:32
rfmpiraye, when you launch the VM choose one of the Ubuntu images instead.18:33
Bashing-ompiraye: Make up and boot a liveUSB ? What is your use case ?18:34
pirayethen I should lanuch new one18:35
pirayeI dont understand what is  difference between linux and ubuntu18:36
lobatapiraye: try ##linux18:36
bailrocwhat...18:36
pirayeI already using linux18:36
lobataubuntu is a type of linux, linux has many distrobutions18:36
vlouvetlinux is a family of operating systems. ubuntu is a type of linux OS. the amazon linux AMI is a different type of linux OS18:36
lobatapiraye type /join ##linux and ask there18:37
blackflowlinux is a kernel. I think you mean GNU/Linux, if I may interject for a moment.18:37
lobatathat's off topic :P18:37
blackflowis it not part of Ubuntu support to describe what Ubuntu is?18:38
bailrocdid he try the yum cmmand?18:38
pirayethen apt-get not working with linux just with ubuntu18:38
bailroctype in 'yum'18:39
blackflowpiraye: apt and apt-get are package managers on debian derivatives, ubuntu included.18:39
lobatayeah it's yum which is not ubuntu18:39
bailrocdoes that get you anything?18:39
pirayebailroc why you are nervous for my questions18:40
lobatacorrect. apt-get / apt does not work with all linuxes, just ubuntu/debian/mint etc. not redhat/etc18:40
bailrocwell, I'm not nervous at all, i'm asking you type in a command to see what it gives you..18:40
bailrocI know how to run *nix, have been for the past 14 years..18:41
pirayewith yum I couldn't install very thing18:41
piraye*every,18:41
bailrocokay, so yum didn't work?18:41
pirayework but not will all programs18:41
lobatacompile from source18:41
bailrocokay, so asking for CentOS help in Ubuntu is the wrong spot18:42
bailrocAmazon is based of CentOS18:42
bailrocAmazon Linux is relatively poorly documented. Because it's somewhat based on Centos sometimes that information works, but there's a lot less information than for say Ubuntu. My prod servers run on AL but I'd use Ubuntu LTS next time. – Tim Aug 22 '16 at 20:0218:42
pirayeI will try new launch with ubuntu18:42
lobatapiraye: ubuntu is free too. try that instead18:42
lobatano "free trial". just free.18:43
bailrocAmazon product is geared towards their infrastructure, not great for anyone that is just learning.18:43
lobatathen we can help you :)18:44
bailrocbesides why the frick you want to Amazon anyways?18:44
hggdhbailroc: please keep on topic18:44
bailroc?18:45
lobatai'm guessing  he just saw free trial and clicked. and is now interested in linux. that's kind of awesome18:45
pirayeI am going to use ubuntu18:45
bailrocUbuntu is the 'friendlist' version to work with18:46
pirayeno just want it18:46
lobataah. well good. ubuntu is a fine linux distribution18:47
bailrocit's all good until he install the GUI...18:48
kinghatwhen you create a shortcut of a website to desktop in chrome, it also shows up under chrome apps. where does it get stored locally(not the desktop shortcut)?18:49
higherorderhttps://www.irccloud.com/pastebin/rfdJ9THs/18:51
higherorderhello! I got myself into a mess of nvidia drivers that I can't seem to be able to get out of. Ideally I would want to completely uninstall anything nvidia related (nvidia and) cuda and re-install, but I am getting errors such as the one in the snippet above  ^18:51
higherordercould anyone give me advice?18:52
=== leonardus is now known as leonardus_
=== leonardus_ is now known as leonardus
masterboyhi guys :) I have a problem zstd does not work with zram on ubuntu 18.04. The issue and the solution is here https://unix.stackexchange.com/questions/421347/is-zstd-for-zram-actually-available-in-linux-4-15 https://lkml.org/lkml/headers/2018/2/9/77118:56
masterboydoes anyone know if this is fixed upstream or if ubuntu is going to fix this?18:57
masterboyI don't realy want to mess with kernel recompiling...18:57
masterboyjust using the vanilla ubuntu 18.04 lts... w18:57
masterboynice it seems the channel is quite laid back :)19:04
masterboyno people shouting :)19:04
johnnyfiveHello, I have two ubuntu boxes. One pulls Translation-en when performing an 'apt update', the other doesn't. I need to reproduce this behavior. What config causes apt to download translations?19:10
flingHow to use snap without apparmor?19:12
flingI'm trying to use snap in lxd and getting apparmor errors19:13
flingcannot load apparmor profile: exit status 24319:16
linuxlovehello guys20:00
linuxlovewhen i browse some websites i get this ERR_CONNECTION_REFUSED in my browser20:00
linuxlovehow can i fix this ?20:00
ikoniathe website is refusing you20:01
linuxloveikonia, yesss20:01
linuxloveand why ?20:01
ikoniathe error message normally tells you20:01
ikoniaif the website is blocking you, you'd need to ask them20:01
linuxloveit is not about an especial website20:01
ikoniawhat website is it ?20:02
linuxlovei get this for some websites20:02
linuxlovequora.com20:03
linuxloveyoutube.com20:03
rypervenchelinuxlove: O_O long time no see20:03
ikoniaso that looks like it's behind a WAF, are you using anything like tor to try to hide your identity20:04
linuxloveim using shadowsocks20:04
ikoniayoutube - different thing20:04
ikonialinuxlove: ok, so it's possible they are blocking that20:04
ikoniasome WAF's will block known masking services20:04
linuxlovei see this Local socket: The remote host closed the connection20:04
linuxlovebut20:04
linuxloveit was okay on 16.0420:04
ikoniatalk to your socks administrator, see if he can get any better detail out of the logs20:04
linuxlovelast night i upgraded to 18.0420:05
linuxlovethis problem occured20:05
linuxloveim redirectiong whole traffic to an especial port20:05
linuxloveand im using redsocks20:06
linuxlovei dont know what is wrong in 18.0420:06
ikoniaso you're using 2 socks services20:06
ikoniadebug it then20:06
ikoniatry not using a socks service for starters to validate it's the problem20:06
ikonia(why would you need a socks serice for http browsing?)20:06
linuxlovei am using dnscrypt-proxy also20:06
ikoniasounds totally over the top20:07
linuxloveits all because i live where it is limited internally and externally20:07
ikoniasounds like you're proxying everything through multiple tools20:07
linuxloveikonia, yess20:08
linuxlovebut everything changed after upgrade20:08
ikoniadebug it then20:08
linuxlovei can access some websites20:08
ikoniastrip it back as much as posible to find the problem20:08
ikoniaview the logs to try to get debug info20:08
linuxlovei just see  Local socket: The remote host closed the connection20:08
linuxlove 20:08
linuxlovefrom shadowsocks20:09
ikoniaright, but you've already told me you're using another socks service at the same time20:09
ikoniawhich I can only assume you are chaining20:09
linuxloveyess20:09
linuxloveit is redsocks20:09
ikoniawhy are you using 2 socks servers ?20:09
linuxloveit is just a service20:09
linuxloveim using redsocks for multiple redirection to an especial port20:10
ikoniawhy ?20:10
linuxloveit is just a service20:10
ikoniayou're already running a socks service20:10
ikoniawhy are you using 220:10
linuxlovebecause shadowsocks is running on an especial port and redsocks is just a service that create a bridge for iptables20:11
ikoniaagain, why are you using 2 socks servers20:12
linuxloveredsocks is just a service20:12
linuxloveas a bridge20:12
ikoniayou keep saying that - but not answering the question20:12
linuxlovelet me show you20:13
ikoniashow me what ?20:13
ikoniaI just need you to answer the question "why are you using 2 socks services"20:13
linuxloveikonia, https://www.paste.org/9539020:15
linuxloveit is what i use for redsocks20:15
ikoniaso ?20:15
ikoniayou're still using 2 socks servers20:15
ikonia"why are you using 2 socks servers"20:15
linuxloveand shadowsocks is running on 1080 local port20:15
ikoniaright, "why are you using 2 socks servers"20:16
linuxlovei dont know exactly20:16
linuxlovebut it is working20:16
linuxloveit is just what i can say20:16
ikonianot good enough20:16
ikonia"I don't know why I'm doing this"20:16
ikoniayou set it up,20:16
linuxlovei just see it is working with iptables20:17
linuxloveit is for a long time ago20:17
linuxlovei set it up20:17
linuxloveone day i was really tired from limitations20:17
linuxlovei decided to create something survive me from that20:18
linuxloveand it was working on 16.0420:18
linuxlovebut for now20:18
linuxlovei dont know what should i do20:19
ikoniayou have no idea what you've set up or why, I"m out20:19
linuxlovei remember i searched so much for that20:19
linuxlovebut i never tried for set it up again20:19
linuxloveas it was working great20:19
linuxlovewhen power on my system i just ran 2 services and some rules in iptables and i started working20:20
linuxloveikonia,20:22
linuxloveyou are out ?20:22
ikoniayes20:22
linuxloveokay20:23
=== semeion is now known as mnemonic
kinghatanyone know where 18.10 put the samba dir?20:58
kinghatits appears its no longer /etc/samba21:00
kinghatsearching for 'samba' in the file manager isnt turning up anything21:00
kinghator my credentials file that i had their before the upgrade.21:01
Bashing-omkinghat: Might ask in #ubuntu+1 .21:02
guiverckinghat: 18.10 is off-topic here (#ubuntu+1), but have you looked at `dpkg -L samba-common` to see where files go when installed (or appropriate file; I'm guessing samba-common)21:02
Bashing-om!18.1021:03
ubottuUbuntu 18.10 (Cosmic Cuttlefish) will be the 29th release of Ubuntu.  Release annoucement at https://markshuttleworth.com/archives/152121:03
malgorathNot sure if I ask this here, but its a start, I have 18.04 installed and trying to get lxc to work and I'm having issues getting it up and running. i keep getting failed to start as the message. I am running this as non-root user as unprivileged21:16
SuntopKI have a silly question. For some reason I have 2 workspaces besides the main one and I do not know how to get rid of the extra desktops21:24
guivercmalgorath: if you don't get an answer here, you could try #ubuntu-server maybe  (I'd still wait here awhile before jumping..)21:26
guivercSuntopK: you didn't say your version of Ubuntu, but have you looked in tweaks  (I use xubuntu, so it's workspaces for me)21:27
SuntopKOh sorry 18.04.121:28
guivercI'd look in gnome-tweaks then (can't recall if it's installed by default; it may not be)21:29
SuntopKokay I saw that but I thought there was a key combo I can use to get rid of them I will install that. I rather not install more than I need. Thank  you21:30
guiverc:)   (on installing only what you need; yeah it's in universe  (community-supported); sorry if there's another way I don't know it)21:31
SuntopKOkay thank you21:35
SuntopKI got more fine control of my mouse too. :) Thank you for the help guiverc  I just fixed to static (1) and mouse to flat so it does not fly across the screen at the slowest setting.21:37
malgorathguiverc, thanks for the tip I'll ty there21:38
guivercyou're most welcome   (I like tweak tools; unity, gnome...)21:38
SuntopKThe Dark Mode is pleasant21:40
pirayehi, when I try copy file from my pc linux into server ubuntu by using this command sevilay@sevilay-linux:~$ sudo scp /home/sevilay/Normalisek/kenlm/build/wiki.txt root@34.219.40.90:/root/Normalization/kenlm/build  give me this error  'Permission denied (publickey)'.21:42
pirayeany idea please!21:42
renn0xtk9on Kubunut I have exfat-utils and exfat-fuse installed. when I do mount -t exfat /dev/sdb /media/VMStore it says ERROR eXFat file system is not found21:45
SuntopKI have to admit, the tech support for Linux Distros Expecially this one (including community on the web) is so much better, Microsoft and Apple cannot even compare at all.21:50
guivercSuntopK: GNU/Linux & Ubuntu (my preference) is a lot about community (good & bad), but I've been impressed too :)21:57
renn0xtk9well but when it comes to exfat harddrive, it is not about reliability ^^21:59
=== [1]MrMobius is now known as MrMobius
Greyztaranyone knows what cloud-init service is used for in ubuntu 18?22:14
Greyztarpurged it,system boots about a minute faster and no errors feelsgoodman22:24
Greyztaranyone know what to look for when motd mot showing?service says masked,i disabled and enabled the scripts which generates the dynamic motd and now its completely off22:25
Greyztarnot*22:25
compdochow are you trying to see it22:28
=== Tin__man is now known as Tin_man
Greyztarcompdoc: right,sshd conf i forgot check brb22:31
petroI would like to troubleshoot a computer problem.... can anyone tell me how to slow my start up message screen....sometimes, when I have to hard reset/restart, there is error messages but it runs down the screen too quickly22:39
petroI'm using Ubuntu 18.04, w. Gnome22:39
gostforesthey22:41
geirhapetro: less -r /var/log/boot.log    do you see those errors there?22:41
gostforestso firefox hasstarted crashing my computer after 30 mins or so22:41
gostforestmaybe more like an hour or 222:41
petrohold on, let me check22:43
gostforestand yes, my computer meets over min specs so nothing abt the computer itself except its old22:43
petroI don't see anything that helps22:45
guivercgostforest: I'd looked at your addons/extensions; remove all & see if it still crashes, if okay then you can add back minimum you require... suggestion/guess only23:45
leonardusIs there software like this for ubuntu? https://www.majorgeeks.com/files/details/ghost_it.html23:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!