/srv/irclogs.ubuntu.com/2018/09/25/#ubuntu.txt

htafdwesHmm okay well i think i'll use kvm on my hpc server to isolate my boinc miner. And maybe virtualbox on my laptop for firefox.00:00
nacchtafdwes: if you're looking for desktop in VM, you might want to install from iso in one VM, make a snapshot, and then use that as the basis for your Ms00:01
nacc*VMs00:01
htafdwesCould stick my docker and maybe an lxc ontop of the lvm image since it'll get most of the cores.00:01
htafdwesKvm*00:02
nacchtafdwes: yes, that's true, you can do tht00:03
htafdwesNacc what version/distro would you recommend installing for the firefox vm?00:03
nacchtafdwes: dunno, it probably doesnt' matter to much, since firefox gets backported aiui00:05
htafdwesLike i want something with smallest possible footprint. Maybe just a firefox in an xinitrc?00:05
nacchtafdwes: at this point, i'd put it in an 18.04 VM00:05
naccand you can pare that down as much or as little as you like00:05
nacchtafdwes: tbh, yes, you can do that. I think it's more work than it's worth.00:06
jcduttonhtafdwes, How about docker containers?00:06
htafdwesjcdutton: for firefox?00:07
jcduttonhtafdwes, yes. instead of a whole vm00:07
htafdwesThen have to do manual reaource isolation, at which point might as well just isolate the native firefox process, but that sounds like a lot of work.00:08
nacci thougth docker had some support for this in the cli, too00:08
naccbut i might be wrong00:08
jcduttonhtafdwes, that is all docker really is, just a way to isolate a process00:09
htafdweshttps://github.com/jlesage/docker-firefox/blob/master/README.md00:10
nacchtafdwes: i mean, that goes back to my point, once you're running docker, you can use cgroups to isolate it however you want (e.g., cpu controller to restrict the scheduler, cpuset controller to restrict what cpus it runs, etc. Or docker might have APIs for it too00:11
htafdwes'Browse to http://your-host-ip:5800 to access the Firefox GUI.' Lol00:11
nacchtafdwes: you can do that for *any* process on the system, docker is just a fancy wrapper around it00:11
nacc(well, not just, but you get the idea ;)00:11
htafdwesHmmm k well i'll look into cgroups and cpuset00:13
nacchtafdwes: it's an interface that's worth understanding. There are also tools to wrap them so that you don't have to muck with echoing value manually, cgconfigparser, cgrules, cg{create,exec}00:14
nacchtafdwes: but it also helps to be sure you know what you want to achieve, which is usually more than half the battle00:14
htafdwesWell what i want to achieve is no crashing and better uptime00:15
nacchtafdwes: going back to my point earlier, afaict, even in a container, if firefox is crashing your host kernel, it doesn't really matter if it's resources are isolated (unless it's a memory leak somewhere and you are able to mitigate it by limiting it. You're still not fixing the issue you're just avoiding it.00:16
naccSimplest choice (tbh), seems to be run firefox in a VM and see why it crashes, if it does00:16
nacchtafdwes: it's very strange that your system crashes due to firefox, imo00:16
nacchtafdwes: you have swap enabled, right?00:16
nacchtafdwes: you coudl also just limit firefox's memory using the memory cgroup00:17
htafdwesi have swap enabled and 8GB ram on my laptop00:17
powerninjaHi anyone can help me with Chroot00:18
nacchtafdwes: hrm, i was going to guess a memory leak, but you'd be able to detect that with swap00:19
naccpowerninja: ask your question, not ask to ask00:19
htafdwesIt usually happens when loading a website. How would i detect it with swap?00:20
nacchtafdwes: i meant you'd see swap getting used00:21
htafdwesAh, well when it crashes can't really check anything.00:21
nacchtafdwes: right, i get it00:21
nacchtafdwes: the problem is, i'd expect your crashes will be not reproducible in the VM )00:22
naccyou could try disabling some extensions, or anything not standard00:22
texlaUbuntu 1804.1 I installed Bungie and the bootloader to sda..Ubuntu 18.04 ended up in the fourth position on the grub menu..Changed /etc/default/grub..default to 4 and ran update grub no change in grub menu00:23
htafdwesWhats a good cgroups tutorial for ubuntu?00:24
texlaShould I have made the change in Bungie00:24
htafdwesNacc hmm well i guess will see. If it doesn't crash in vm then so much the better.00:24
djapohow do i install redis with apt-get?00:26
htafdwesHmm i found this one: could try it.00:27
htafdweshttps://www.cloudsigma.com/howto-cgroups/00:27
htafdwesnacc: yeah i've tried disabling extensions, but then i end up adding them again. I just dislike that processes are allowed to crash the system like that. If there was some kind of 'process police' that would batton or jail a process that is taking more than it's fair share of resources for too long would probably be ideal.00:30
nacchtafdwes: right, the problem is it's not clear what's crashing or why00:32
Bashing-omdjapo: ' sudo apt update ; sudo apt upgrade ; sudp apt install redis ' redis is in the universe repo .00:32
Bashing-omsudp/sudo*00:33
htafdwesnacc: yeah, if cgroups doesn't work, then I'll stick it in a VM.00:43
djapoBashing-om: i can't install it .. im on a ubuntu aws instance how do i add the universe repo00:59
djapo'universe' distribution component is already enabled for all sources.01:00
Bashing-omdjapo: what release are you on ?01:01
Bashing-om!info redis bionic | djapo01:02
ubottudjapo: redis (source: redis): Persistent key-value database with network interface (metapackage). In component universe, is optional. Version 5:4.0.9-1 (bionic), package size 2 kB, installed size 70 kB01:02
djapoBashing-om: 4.4.0-1062-aws #71-Ubuntu SMP Fri Jun 15 10:07:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux01:03
Bashing-omdjapo: 4.4 kernel .. what release from ' lsb_release -a ' ?01:04
djapoBashing-om: Release:        16.0401:05
Bashing-om!info redis xenial | djapo01:06
ubottudjapo: Package redis does not exist in xenial01:06
djapohmmm :/01:06
djapoBashing-om: i found redis-server01:07
djapois that the same01:07
djapo?01:07
Bashing-omdjapo: If it is a must .. easyest and best to get redis is upgrade to biomic :)01:08
djapohmm, im going to install the server and test that first01:08
Bashing-omdjapo: do ' apt show redis redis-server ' see then what you think .01:09
djapoBashing-om: it works, its basically the same01:14
Bashing-omdjapo: :) you do good work :)01:19
htafdwesokay, that's weird, it looks like ubuntu doesn't have support for cgroup configuration01:21
htafdwesat boot *01:22
htafdwesapparently it was taken out in 13.04, and nobody bothered adding it back. there are just some workaround hacks.01:22
htafdweshttps://askubuntu.com/questions/528258/why-is-cgconfig-conf-not-being-read-on-reboot-on-14-0401:23
antonmHello01:54
htafdweshi01:58
TimeDoctorhi01:59
justekudCurious to meet 1+ ppl tonight excited by crazy rare weird software engineer kinda like zombie (handicapped big) + simultaneously superman (rare level advanced) ...02:53
=== BgLamersTeam is now known as Dreaman
=== Dreaman is now known as BgLamersTeam
=== [1]MrMobius is now known as MrMobius
htafdweshey guys, I got the perfect solution for the cgroups firefox thingy https://samthursfield.wordpress.com/2015/05/07/running-firefox-in-a-cgroup-using-systemd/03:11
htafdwescgroups are apparently supported by systemd03:11
lotuspsychjehtafdwes: discuss that in #ubuntu-discuss mate03:12
htafdwesk03:17
Lvl4SwordDid latest Ubuntu ( 18.04 ) remove *-screensaver-command from /usr/bin ? - Trying to diagnose an issue for someone03:27
lotuspsychjeLvl4Sword: could you explain what its for cause i got a screensaver bug recently on bionic03:29
Lvl4Swordlotuspsychje, Script -> https://github.com/Lvl4Sword/LockMsg/blob/master/LockMsg.py03:29
lotuspsychjeLvl4Sword: my bug is about xscreensaver overriding movieplayers and going to screensaver anyway03:30
=== BgLamersTeam is now known as Dreaman
lotuspsychjeLvl4Sword: explain whats happening on your side plz?03:31
daxLvl4Sword: gnome-screensaver-command is in the package gnome-screensaver, which isn't installed by default in 18.0403:34
Lvl4Swordlotuspsychje, Well, it's not for me it's for someone else and it's related to Linux Mint. Supposedly /usr/bin lacks any *-screensaver-command03:34
Lvl4Sworddax, Ah, what is installed by default?03:34
daxand linux mint support goes in the linux mint channels03:34
Lvl4SwordWell, seeing as latest Mint stems from 18.04, figured I'd go to the source.03:35
daxthe source's /topic is quite clear ;)03:35
daxand besides, desktop environment stuff like screensaver packages tends to vary from distro to distro03:36
daxas far as ubuntu 18.04 goes, i don't think there is a screensaver program installed by default any more, though i could be wrong03:36
Lvl4SwordHmm. I'll need to load it up on a vm it sounds like.03:37
lotuspsychjedax: correct, i have xscreensaver installed optional here, it does not interfere with gnome screensaver anymore03:37
lotuspsychjeas gnome screensaver isnt by default anymore03:37
Lvl4SwordInteresting. I'll certainly have to poke around03:38
stan7Hi friends, im trying to install older php version on my ubuntu but i cant when i do apt-get install php, in my repositories i get the 7, and i have problems with 7 version in my ubuntu, how can i install older version in my ubuntu? is there a way to add the older version in my repositories? Thanks a lot for your support04:02
htafdwesstan7: if it's for some legacy app, then use docker.04:03
=== Moyst_ is now known as Moyst
lotuspsychjestan7: we also don't advice to mix package versions on ubuntu, try to use the package version specific for your ubuntu version, or try !backports & snaps04:05
=== Dreaman is now known as BgLamersTeam
stan7thanks04:06
htafdwesstan7: basically can just usea  dockerfile image with ubuntu:trusty which has php5. though for w/e legacy app you're thinking of, unless you wrote it yourself probably already has a docker image somewhere.04:06
=== Guest91602 is now known as TimeDoctor_
glickhi04:53
glickis there any software that can manage backups to DVDs?04:54
cheateri've got a problem. i've installed a ppa, then installed a package from that ppa, and then removed the package and the ppa. and now when i try to install that package, it says it tries to install that version from the ppa again and it has unmet dependencies. it looks like this:  vim : Depends: vim-common (= 2:8.0.1453-1ubuntu1) but 2:8.1.0408-0york0~18.04 is to be installed04:58
alazywor1I have many .ogg files in nested directories that contain both vorbis and opus streams. I need to change the extension of all opus files to .opus. Can someone please put together a cli command for me?05:14
=== kundancool is now known as anonymousK
=== anonymousK is now known as kundancool
=== kundancool is now known as anonymousK
=== anonymousK is now known as kundancool
=== kundancool is now known as anonymousK
=== anonymousK is now known as kundancool
guiverccheater, if you `apt-cache policy vim-common` you should see what sources you have for that package, and where the 2:8.1 is from (or if already installed), if already installed you could remove it (you'll get warnings if it's needed); you also didn't give your Ubuntu version06:04
Lvl4SwordSo I've installed latest Ubuntu ( 18.04 ) and I can't for the life of me find out how to query the status of the screensaver with or without extra software.06:08
=== kundancool is now known as anonymousK
=== Apachez- is now known as Apachez
ducassecheater: did you run 'sudo apt update' after removing the ppa to update the package database?06:25
=== jje_ is now known as jje
empedokles78After an upgrade to 18.04 lts my unity window fabulous-theme does look off because of gnome. Where can I remove those?07:12
lotus|NUCempedokles78: try unity-tweak-tool and see wich theme its set?07:17
empedokles78@lotus|NUC, window theme: ambiance, gtk-theme: flatabulous07:20
lotus|NUCempedokles78: can you try setting another theme, then make your flat theme active again?07:21
empedokles78@lotus|NUC, do you only mean the gtk theme?07:24
lotus|NUCyes07:25
empedokles78@lotus|NUC, seems to work I see buttons again and the window close buttons are on the left hand side.07:27
lotus|NUC!yay | empedokles7807:27
ubottuempedokles78: Glad you made it! :-)07:27
empedokles78ubottu, is there a way to disable that animation for the dash-search?07:29
ubottuempedokles78: I am only a bot, please don't think I'm intelligent :)07:29
=== TimeDoctor_ is now known as TimeDoctor
empedokles78lotus|NUC, do you know how to disable this animation by opening apps?07:36
lotus|NUCempedokles78: wich animation exactly?07:39
empedokles78lotus|NUC, if you click on show apps in the sidebar there is some animation of app icons.07:40
lotus|NUCempedokles78: can you find some settings in unity-tweak-tool?07:43
lotus|NUCempedokles78: general/windows animations off is that what you mean?07:44
empedokles78lotus|NUC, it's not that setting, the apps are popping up. I don't think it's a window anim. Also: Isn't unity history with 18.04 LTS?07:46
=== mar77i_ is now known as mar77i
lotus|NUCempedokles78: unity is now a community item, i did not test myself on 18.0407:52
=== imsurit_ofc1 is now known as imsurit_ofc
empedokles78lotus|NUC, I thought 18.04 is using only gnome?07:53
lotus|NUCempedokles78: no, flavors and DE's and WM are choosable07:55
lotus|NUCempedokles78: by default 18.04 desktop uses gnome yes07:56
lotus|NUCempedokles78: but for example the 16.04 users that chosen to lts upgrade have also the unity choosable in 18.0407:56
empedokles78lotus|NUC, I see, makes sense to stick with it then.07:59
lotus|NUCempedokles78: that depends what you want, you can choose gnome from the login screen aswell if you like, canonical did their best to make it unity-like too08:02
empedokles78lotus|NUC, I guess unity will not be developed anymore in future versions?08:07
empedokles78I have some software called yEd graph editor under apps and don't see a way to remove it, it seems not to be installed via apt.08:08
lotus|NUCempedokles78: not from canonicals side, but there's an active community on both unity and unity8/ubports08:08
lotus|NUCempedokles78: how did you add this package?08:09
empedokles78lotus|NUC, actually not sure, but : https://www.yworks.com/products/yed/download#download seems a jar08:15
lotus|NUCempedokles78: looks like an installer script, not sure what it all adds08:21
lotus|NUCempedokles78: try whereis yed from a terminal08:22
empedokles78lotus|NUC, "yed:"08:25
lotus|NUCempedokles78: how about 'find yed'08:26
empedokles78lotus|NUC, says not found.08:26
lotus|NUCempedokles78: kk, try doublecheck your etc/apt/sources.list or software&sources to see if it added a ppa for yed?08:27
lotus|NUCempedokles78: https://yed.yworks.com/support/qa/7071/how-to-uninstall-yed-in-linux08:28
empedokles78lotus|NUC, is there a command for that?08:39
empedokles78with apt I don't find anything.08:42
=== cpaelzer_ is now known as cpaelzer
esomirHey guys. My usb keyboard suddenly stopped working... I havent done anything other than rebooting (which I've done many times), and now the keyboard does't work.08:56
esomirIt shows up in lsusb08:56
esomirThis is what dmesg shows: https://paste.ubuntu.com/p/zX56WQbDSF/08:57
esomirAny ideas?08:57
gpunkhow old is the keyboard08:59
gpunk?08:59
esomirgpunk: It09:01
esomirSorry, a few years old09:01
esomirIt09:01
esomirIt's a new computer09:01
esomirBut the keyboard has been working since yesterday??09:02
blackflowesomir: tried anotehr usb port?09:02
esomirblackflow: Yeah, I've tried every USB port09:02
esomirAlso the one my mouse it attached (and working) to09:02
empedokles78I have two versions of inkscape, one from ubuntu 18.04 and one installed over a snap. How can I remove only the snap one?09:03
empedokles78With the ubdate to 18.04 they have the same version number .92 309:04
gpunkesomir:  try it thru a usb hub if it doesnt wotk still, it might have died09:05
ducasseempedokles78: 'sudo snap remove inkscape'09:05
=== amosbird_ is now known as amosbird
esomirgpunk: Just tried attaching it to my Mac. that worked fine09:07
esomirSo the keyboard works09:07
gpunkgood09:07
esomirBut I just don't know why it suddenly stopped working09:09
esomirIs the driver corrupt or something?09:10
blackflowesomir: probably not, there would be entries in dmesg if the kernel found an error.09:10
gpunki'd reboot again ...09:10
blackflowesomir: I'd suspect electrical failure on the kbd. am I understanding you correctly that it stopped working mid-operation?  did it work again after re-plugging?09:10
esomirblackflow: It worked before I rebooted, then I rebooted and it didn't work there09:11
esomirIt works in the bios, btw09:11
esomirAnd works on my Mac as well09:11
esomirSo I don09:11
esomirdont think it's a failure on the keyboard09:12
esomirBut what does the "no configuration chosen from 0 choices" mean? that it cannot find a proper driver for it?09:12
blackflowesomir: hm, wait, there _is_ something in the dmesg, line #309:12
esomirblackflow: Hmm09:13
esomirI'll just try rebooting, blackflow / gpunk . BRB09:14
gpunkworking?09:21
esomirNope, not at all09:21
esomirIt works in the bios09:21
esomirI even tried booting with an older kernel09:21
esomirI'm running 16.04 btw09:21
lotus|NUCesomir: usb keyboard?09:22
blackflowesomir: I wonder if it's a DE (mis)config. Does it work under another TTY?09:22
esomirlotus|NUC: Yup09:23
lotus|NUCesomir: tail -f /var/log/syslog and plugin plz09:23
lotus|NUCsee if we can catch usefull errors09:23
esomirlotus|NUC: https://paste.ubuntu.com/p/4tzYrzXtNZ/ syslog here09:24
esomirWondering if I should reinstall the xorg-input package maybe?09:25
blackflowesomir: Does it work under another TTY?09:25
esomirblackflow: I don't know what that is / how I should try another tty09:26
lotus|NUC!tty | esomir09:27
ubottuesomir: To get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login).  To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution09:27
esomirblackflow lotus|NUC ahh okay, I got it now. Nope, that doesn't do anything. The terminal just writes the same messages as dmesg09:29
alterjsiveis fake raid 1 supported by ubuntu?09:29
lotus|NUC!raid | alterjsive09:30
ubottualterjsive: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto09:30
alterjsiveI've used fake raid 0 for a while, without problems, there used to be problems after a kernell update. but it was fixed. but recently it stopped working. after a kernel update my boot sequence is broken. if it's a supported config I will make a bugreport09:31
lotus|NUCesomir: how about on another user? does it work there?09:31
blackflowesomir: I'd reboot into text console (so no DE loading up) and see if it works there. Do you know how to _temporarily_ edit kernel command line in grub? So you add "3" at the end of it (without quotes) and boot into non-graphical env09:32
alterjsivelotus|NUC: thx, I will try it tonight. so it's not supported?09:32
alterjsivelotus|NUC: it's not out of the box, you have to do some "hacking" to get it to work09:32
esomirHmm I'mm try booting into a console09:33
esomirbrb09:33
alterjsivelotus|NUC: ok thx, i'll check it out tonight, too bad, it worked so well with fakeraid 0 for about 2 years09:34
esomir_Okay, so even if I start into recovery mode with a console, it fails with the same error "unable to read config index 0"09:37
esomir_It just doesn't make sense for me, as it has been working previously09:38
=== esomir_ is now known as esomir
alterjsive I was just wondering why fake raid stopped working after +- 1 years. Should I create a bugreport? Recently I switched from raid 0 to raid 1. But I doubt this matters.09:40
alterjsiveit worked out of the box09:41
esomirCould it be because I installed xserver-xorg-hwe-16.04 ?09:49
ledeniesomir: can you give us 'cat /sys/module/usbcore/parameters/autosuspend | nc termbin.com 9999'09:50
esomirledeni: it's just 209:52
esomirhttp://termbin.com/cgd009:52
ledeniesomir: run --> sudo sh -c "echo -1 > /sys/module/usbcore/parameters/autosuspend"09:53
esomirledeni: Done09:53
esomirledeni: Didn't change anything09:54
ledeniesomir sorry try this sudo sh -c "echo -1 > /sys/bus/usb/devices/3-1/power/autosuspend_delay_ms"09:55
esomirledeni: sh: 1: cannot create /sys/bus/usb/devices/3-1/power/autosuspend_delay_ms: Directory nonexistent09:56
esomir(I'm running 16.0409:56
esomirWith HWE09:56
alterjsivelotus|NUC: I just asked if it's supported or not, yes it is, I asked on #ubuntu-dev I will file a bugreport tonight/09:58
esomirJust rebooting. BRB09:58
empedokles78ducasse, thanks.09:59
empedokles78Is it usual that snaps don't integrate well into the system (other gui)?09:59
esomirStill no keyboard working :(10:01
esomirIt works on the live usb...10:01
esomirIn bios10:01
esomirAnd on my Mac10:01
esomirBut not in Ubuntu I have installed10:02
esomirI know it worked at least before I installed the hwe kernels, but I also think it worked while having them installed10:02
esomirShould I try removing those, to get back to the old xserver etc?10:03
ledeniesomir: try to install 'xserver-xorg-input-all'10:03
esomirledeni:  The following packages have unmet dependencies:  xserver-xorg-input-all : Depends: xserver-xorg-input-vmmouse but it is not going to be installed E: Unable to correct problems, you have held broken packages.10:04
ledeniesomir: ops10:04
esomirledeni: xserver-xorg-input-all-hwe-16.0410:04
coz_good day all10:05
orhanenginokayI have problem with audioIPC Server, It always mute when I start any web video ...10:05
esomirledeni: xserver-xorg-input-all-hwe-16.04 is already the newest version (1:7.7+16ubuntu3~16.04.1).10:05
orhanenginokayanyone help me?10:08
orhanenginokayI cant find anything on web10:08
mousesorhanenginokay: not sure anyone here can help, this is a ubuntu support channel - does said application have support?  maybe a man page?10:12
=== xamindar_ is now known as xamindar
joaocfernandesHi all for ubuntu 16.04.5  where can I get a detailed release page , I have been searching for some time. I want details regarding what is the included kernel in the installation media to know if threadripper 1/2 are supported.10:18
esomirOkay, so I got the keyboard working10:22
esomirUninstalled all hwe, and reinstalled the old packages10:22
lotus|NUCjoaocfernandes: https://wiki.ubuntu.com/XenialXerus/ReleaseNotes/ChangeSummary/16.04.510:23
esomirRunning on kernel 4.15.0-29 generic now instead of 4.15.0-3410:23
herverHello all :)10:23
esomirBut my wifi is so slow when NOT running on the hwe packages10:23
esomirIt's like ~500kb/s10:23
joaocfernandesthanks lotus|NUC10:23
esomirOn the hwe packages I got like 200MB/s10:24
herverHas anyone here ever had any issues with touchscreens on Ubuntu? I've asked my question at askubuntu but the response has been slow.10:24
empedokles78What is "Application Stack Builder"?10:24
lotus|NUCesomir: its not safe to stay on older kernels like that see !usn for more info10:28
herverlotus|NUC: Is your nick because your using an INTEL NUC? :P10:28
lotus|NUCherver: yes, feel free to discuss @ #ubuntu-discuss10:29
esomirOkay, so I unplugged the keyboard10:31
esomirAnd put it in again, and it stopped working...10:31
esomirEven after reboot10:31
esomirBut I managed to get a dmesg of it working10:33
esomirDon't know if that can help solving why it doesn't work?10:33
esomirhttps://paste.ubuntu.com/p/hkyhSRYGqx/10:33
lotus|NUCesomir: so it works on an older kernel?10:36
esomirlotus|NUC: Not anymore.. It worked when I booted into the older kernel, then I unplugged the keyboard, plugged it in again, and got the same issue where it doesn't work10:36
esomirEven after rebooting it doesn't work10:37
esomirI unplug it, reboot, log in, and then plug it in10:37
lotus|NUCesomir: how about you create a new !ug for it mate, let the devs help you on this10:37
lotus|NUC!bug10:37
ubottuIf 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.10:37
esomirlotus|NUC: Yeah I think that must be the way to go10:37
lotus|NUCesomir: after you create it, you can share buglink in channel too, volunteers might have a look and think-along10:37
empedokles78What is Landscape-Client which is appearing under apps, but is not yet installed?10:38
esomirlotus|NUC: (Y)10:38
lotus|NUC!landscape | empedokles7810:52
ubottuempedokles78: Landscape makes the management and monitoring of Ubuntu systems simple and effective by combining world-class support with easy to use online management tools. https://landscape.canonical.com/10:52
=== [1]MrMobius is now known as MrMobius
empedokles78lotus|NUC, I don't think I need it. But I can't deinstall.10:58
=== Richard is now known as Guest9728
=== kundancool is now known as anonymousK
=== anonymousK is now known as kundancool
Yaser_AmiriHi. I created a bridge and bounded aphisical interface to it (proxmox server), There is a behaverbehaver11:36
Yaser_AmiriSorry, There is behavior that I can't under stand it. I ran tcpdum on the bridg and sent some traffic from outside and I could see that, but when I ran a ping from local shell I could'nt see any thing in tcpdum11:38
Yaser_AmiriWhy?11:38
pokmohi11:47
pokmoanyone know if there's a way to make wget write the data to disk only on completion?11:47
pokmothat is, to avoid writing partial data to disk11:47
kundancoolpokmo Well you can try with resume option to complete the incomplete transfers11:52
pokmokundancool sure, but i don't think i'll resume them. i just want them not stored on disk11:53
guardianhello, what's the goal of docker.io in multiverse compared to docker-ce from docker.com?11:53
guardianI don't understand why it's here and what it's for11:53
kundancoolpokmo I assume you have a list of files you are downloading you can script it to a function which downloads file with .tmp extension and then renames when download is complete else after things11:55
kundancoolafter list ends it cleans up .tmp files11:55
pokmokundancool yeah, i guess i'll have to do it manually11:55
kundancoolwhich the best you can do for that11:55
ioriapokmo, or a   C routine + curl   to store the data in a buffer; if the buffer matches the file 's size (or other condition) ; write to disk11:57
pokmoioria sure. i just thought wget got a way to keep intermediate download in its own buffer11:58
=== kundancool is now known as anonymousK
ioriapokmo, https://unix.stackexchange.com/questions/149521/wget-internal-buffer-size  ; for Curl solution https://curl.haxx.se/libcurl/c/getinmemory.html12:00
pokmothanks12:01
ioriagl12:02
=== anonymousK is now known as kundancool
vimarHi12:14
BluesKajHowdy folks12:22
adrian_1908Hello. I've never used LVM before. If I want to start fresh with an unused drive (not for the OS itself), I just create an LVM partition on it and take care of subdiving later, right? And GPT is out of the picture if I use LVM?12:44
blackflowadrian_1908: LVM and GPT are not mutually exclusive. I suppose what oyu need here is a GPT partition you would use as a LVM "pv" (physical volume) atop of which you create volume groups and logical volumes12:52
adrian_1908blackflow: ah ok, so GPT is still needed to make the drive "visible" as ready to be used for LVM?12:55
adrian_1908I think I got confused in that one can also create a physical LVM volume on an unformatted drive. But this is said to have potential drawbacks, so I'll go with the GPT -> LVM route then.12:58
=== Richard is now known as Guest70690
blackflowadrian_1908: LVM has 3 levels: physical volume, volume group and logical volume. PVs are made of physical devices, disks. VGs are made of one or more PVs. LVs are subdivisions of VGs. as a PV you can use whole disk or a partition, or any _block_ device.13:02
blackflowadrian_1908: if you don't boot from that disk, you can use the entire drive as PV. otherwise you might need at least bios_boot and a /boot partition13:03
blackflow(though lately I hear grub can work out LVM so it doesn't need a separate /boot  -- no personal experience with that. I'd still use separate /boot tho'. it's cleaner)13:03
blackflows/bios_boot/bios_grub/13:04
adrian_1908Got it, thanks.13:05
GalactorHey, bit if a noob question... but how do I back up my lubuntu in it's current form? I've spent so much time configuring it to work correctly with my laptop and jenky hardware, that I'd hate to figure out how to do it all again if something happened13:12
GalactorIs there a way to back it up as an image with all the scripts and software I already have installed?13:13
ShabbysheikGalactor: you can create an image of it with Clonezilla13:16
BluesKajor dd13:17
ShabbysheikBluesKaj: not a good idea to use dd to do that on a live system though, hence my suggestion13:18
GalactorI'll give it a peak. Thanks Shabbysheik and BluesKaj !13:18
sebsebsebmemory lane13:18
BluesKajShabbysheik, I copied my / and /home partitions to an outboard drive without incident with dd13:19
=== Class7_ is now known as Class7
ShabbysheikBluesKaj: yes it will copy them, but anything that is modified during the copy process will be corrupted as dd works at the bit level. That is a good way to have a corrupted backup. Best practice is to boot to a proper cloning tool like Clonezilla13:23
BluesKajShabbysheik, one just has to make sure the targets are unmounted to make the system bootable13:24
BluesKajbefore coipying13:24
BluesKajI know dd's risky, and clonezilla is definitely a good option as well13:26
morphyeysHello guys, I have installed windows 10 on another partition and now the grub boot loader seems to be gone13:34
morphyeyshow can I install it13:35
leftyfbmorphyeys: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows13:36
leftyfbmorphyeys: first result on google for "ubuntu restore grub"13:37
morphyeyshehe nice13:37
morphyeysthank you very much13:37
=== kundancool is now known as anonymousK
empedokles78Why did my 18.04 LTS upgrade install remmima remote desktop?13:56
leftyfbempedokles78: because it's part of the install/release? Just remove it if you don't want it.13:56
empedokles78leftyfb, okay, I guess it's a security risk.13:57
leftyfbempedokles78: why is a remote desktop client a security risk?13:57
sebsebsebempedokles78: no it won't  just use that, I think I seen that be installed before myself too or something similar13:58
sebsebsebempedokles78: anything that s put there by default is generally fine13:58
empedokles78okay, I'll remove it.13:59
leftyfbempedokles78: what makes you believe an RDP/VPN client being installed as part of the release is a security risk? Do you believe Firefox being installed is a security risk as well?13:59
empedokles78Maybe if someone uses firefox to do evil things. But I have to live with that.14:01
leftyfbempedokles78: With that mentality, you shouldn't be installing anything on your computer if you want it that secure. Just leave it off and unplugged.14:02
empedokles78I have no need for it, so the less software the better I guess.14:05
leftyfbempedokles78: That doesn't make it a security risk14:06
=== semeion is now known as mnemonic
empedokles78If someone is using my machine as a zombie anything can become an issue.14:10
sebsebsebempedokles78: not as likely with Linux as Windows14:11
sebsebsebby far14:11
leftyfbsebsebseb: lets not14:12
sebsebsebleftyfb: no that's not Windows hate or dislike, that's the truth, most botnet zombie pc's are run by WIndows !14:13
leftyfbempedokles78: If someone is "using your machine as a zombie" any application you have installed is 100% irrelevant to what that person is capable of doing with youe machine.14:13
empedokles78sebsebseb, yes hopefully.14:13
empedokles78why irrelevant?14:14
leftyfbempedokles78: because if you've been compromised, all bets are off. You have zero control over anything and the exploiter has 100% control and can install and do anything they want. Regardless of the state of your machine.14:19
sebsebsebleftyfb: empedokles78 even Intel had some hardware security issues with the cpu recently :d he h h eh14:19
sebsebseband things like that14:19
leftyfbok, feel free to take this verymuch pointless discussion to #security or #ubuntu-offtopic14:20
empedokles78sebsebseb, I'm on intel. :)14:37
empedokles78did I ? ;)14:40
=== Richard is now known as Guest24765
Sven_vBonce again trying to install bionic amd64. mkfs fails: "partman: /dev/sda5 is apparently in use by the system; will not make a filesystem here!" but "mount | grep sda" finds nothing. any ideas?15:32
blackflowSven_vB: can you pastebin    `parted /dev/sda unit mib print`  ?15:34
dwg_for copying artifact over rsync, is it mandatory to have the -a flag?15:35
Sven_vBblackflow, I could. do you need all of it or just " 5      2.00MiB    15362MiB   15360MiB   logical   ext3"?15:35
leftyfbdwg_: artifact?15:36
blackflowSven_vB: I was interested in type and fs of sda515:36
dwg_leftyfb: yeah.. something like a .tgz file or a .rar file?15:36
Sven_vBblackflow, "mke2fs 1.44.1 (24-Mar-2018)¶/dev/sda5 contains a ext3 file system¶ last mounted on /target on Tue Sep 25 04:30:42 2018"15:37
blackflowSven_vB: are you installing multi boot or will use the entire disk for hte new installation?15:37
Sven_vBblackflow, custom partitioning ("something else")15:37
leftyfbdwg_: ok, you mean archive. As in a compressed file. -a is a whole bunch of parameters in one. You should look at the man page15:38
dwg_leftyfb: sry my bad15:38
dwg_yes15:38
blackflowSven_vB:  is sda5 the last partition on the disk (by byte offset)?15:38
Sven_vBblackflow, nope, there are at least 10 partitions15:38
blackflowSven_vB: also stupid question, did you try to umount it?15:38
leftyfbSven_vB: why do you need so many partitions?15:39
blackflowmaybe some overzealous gnome automounter process saw it and mounted it15:39
Sven_vBblackflow, not by its own name. I umounted /target recursively, but I'll try explicitly umounting sda5.15:39
Sven_vBleftyfb, it helps me keep track of how much of which kinds of litter I accumulate. :)15:40
Sven_vBblackflow, umount: /dev/sda5: not mounted.15:41
leftyfbSven_vB: sounds like you're only making more work for yourself15:41
leftyfbfor little, to no benefit15:41
blackflowSven_vB: pastebin the output of `mount` pls  (as root)15:41
Sven_vBblackflow, actually I'll debug that myself first. there's lots of unrelated disks mounted that shouldn't be.15:44
=== Apachez- is now known as Apachez
Sven_vBleftyfb, might be just nostalgia. main benefit probably is that I can postpone learning about better quota methods. :D15:47
blackflowSven_vB: I was thinking it got picked up via some uuid, label, gvfs, something and not directly grepable as "sda"15:48
Sven_vBblackflow, good call, I'll check that.15:48
leftyfbSven_vB: this day and age, people typically have storage that it well beyond what is necessary and won't come close to running out of space. Unless you do something silly like make a separate /boot with inadequate space. Or at all.15:49
Sven_vBleftyfb, the huge availability of storage is one of the reasons I impose limits on myself, otherwise I tend to collect stuff way beyond my ability to manage it.15:51
Sven_vBblackflow, there's indeed a gvfs that lsof cannot access. maybe something broke when ubiquity crashed earlier. I'll just reboot and hope that fixes it.15:57
=== SimonNL is now known as SimonNL_Afk
=== BenderRo- is now known as BenderRodriguez
javaerj #security16:02
halfbitis there a way to install spotify without snap?16:05
halfbitit seems to just constantly crash on me16:05
halfbitlike, is there just a good ole .deb somewhere16:06
nacchalfbit: not from ubuntu, and afaik, the snap is the official thing from upstream now16:07
halfbitwell it doesn't work16:07
nacchalfbit: works fine here16:07
halfbitso thats cool16:07
odin2016yeah, there is a repo for it from spotify.16:07
halfbitodin2016: I'll try that16:07
odin2016but again, nothing from ubuntu or debian16:07
nacchalfbit: if you want to debug what is going on, you should pursue the support channels in `snap info spotify`16:07
odin2016https://www.spotify.com/de/download/linux/16:07
odin2016right below the snap.16:07
odin2016never tried it, but it is evidently there.16:07
halfbitnacc: I don't really care, the deb worked fine before, don't get why its now suddenly some other odd package16:08
halfbitodin2016: cool, will try that16:08
halfbitgo figure, the deb just starts right up16:10
halfbitodin2016: thanks man16:10
Sven_vBis it expected behavior for the Bionic live session, when run from a live USB, to automatically mount all partitions found on the USB thumbdrive?16:18
Sven_vBI think xenial only did that once I clicked a drive icon.16:19
Sven_vBand actually only mounted that one dive then, not all of them.16:19
odin2016halfbit, no worries.16:21
odin2016halfbit, lemme know how it works out.16:21
halfbitis libreoffice also a snap?16:30
halfbitcause thats also crashing16:30
halfbityay... it is...16:31
nacchalfbit: you might have something else wrong in your system. You might ask in #snappy.16:31
halfbitits a fresh install of ubuntu 18.04 lts :(16:32
halfbitI'll ask16:32
odin2016libre5 is a deb you can find in default repos, 6.1 is a snap.16:36
odin2016I installed 6.1 from snap earlier adn have not had any problems.. not that i have used it a *ton* since.16:37
odin2016in all fairness,i'm actually runnin elementary, but it's a ubuntu base, so that should not matter.16:40
naccodin2016: it definitely matters but that's neither here nor there (matters less for snaps, maybe)16:42
odin2016nacc,  that's whatI meant. for snaps.16:44
Bladehow to change time16:44
Bladein ubuntu16:44
ledeniblade 18.04 ?16:48
Bladeyes16:49
Tin_mango to settings, and use the magnifying glass and type clock16:49
Blade19:4916:49
Tin_manthe set your time from the settings16:49
Bladebit is 22:4916:49
Bladeand16:49
ledenisettings -- details -- date & time16:50
Bladepjhhahhahaah16:52
Bladeok16:52
Bladewrong16:52
Bladevarna Bulgaria is 19:5316:53
Bladenot 22:5316:53
Bladesome bug16:53
blackflowBlade: you have to change locale, not time itself16:53
Tin_manif you turn off automatic date & time you can manually set your time16:53
Bladechange -1  gt16:54
blackflowyeah, don't turn off automatic date & time unless you know what you're doing16:54
Bladevarna is +3 gt16:54
Bladebu work16:55
Bladebut16:55
blackflowBlade: Settings -> Details -> Date & Time -> Time Zone16:55
Bladesofia bulgaria and16:55
Bladeis not 22:5516:55
Bladeis 19:5516:55
Blademay be my dual boot with win is problem16:56
Bashing-omBlade: Also, dual booting with Windows ? where Windows contols the Hardware Clock ?16:56
Bladeyes16:56
Tin__manyes that is the problem16:56
Bladeok16:56
Bladethanks16:57
Tin__manwindows and ubuntu keeps time differently16:57
Tin__manthere is fixes for it, but, it's been so long since I've dual booted, i'd have to look them up myself16:57
blackflowBlade: see "set-local-rtc" option of timedatectl command16:58
Bladei change16:58
Bladeno problem16:58
blackflowyou need "yes" on that, RTC in local time, as Windows keeps it in local time16:58
=== SimonNL_Afk is now known as SimonNL
Sven_vBI thought live sessions were made in order to try Ubuntu without modifying the existing disk partitions? seems Bionic is trying to help me clean up my local hard disks very early in the boot process, before it even has a hostname, least of all any UI in which I could have agreed to that: https://paste.ubuntu.com/p/5xzQxjqxrt/ -> how do I make a live USB that doesn't mount or repair anything outside the thumbdrive until explicitly17:03
Sven_vBrequested?17:03
tsgloveHello.  I compiled nginx, and I am able to run it from within  /usr/local/nginx/sbin   in there, I have to run   $./nginx       Why am I not able to run it as     $nginx    ?17:05
nacctsglove: becuse that's a totally non-standard path.17:05
nacctsglove: also why are you building nginx yourself, that seems like a bad idea17:05
tsgloveSo I can add that to the PATH ?17:05
nacctsglove: you could, but why did you pick that path? it was wrong17:05
nacctsglove: and if you did that with --prefix, e.g., you probably made it not usable potentially17:06
tsgloveAight.  Will check up.  Thanks.17:06
=== pavlushka_ is now known as pavlushka
blackflownacc: isn't /usr/local/bin basically not used by packages? I guess the place to put such stuff is under /opt ?  (notwithstanding the q about why compile at all)17:21
Barabachais there a way to put Ubuntu to sleep so I can wake it up and have all my apps and windows open the next day?17:22
Sven_vBBarabacha, suspend to disk17:22
BarabachaSven_vB: how do I do that?17:23
blackflownacc: I mean /usr/local/ has been traditionally the plce to put third party software on unix17:23
Sven_vBBarabacha, no idea. :D17:23
pragmaticenigmaBarabacha: if it is supported by your machine, it will be one of the option in the shutdown menu17:24
naccblackflow: /usr/local/nginx/sbin is what they wrote17:24
blackflowBarabacha: https://askubuntu.com/questions/967205/where-is-the-suspend-hibernate-button-in-gnome-shell17:24
naccblackflow: which is definitively wrong17:24
blackflownacc: ohhh yes. I missed that part.17:24
naccblackflow: yeah :)17:24
Barabachapragmaticenigma: I only have Shutdown and Power Off, I can put my Windows 7 to sleep tho17:24
blackflowBarabacha: hit the alt key when the menu opens, you'll see    ||   for "pause"   (aka suspend to ram, aka sleep)17:25
naccBarabacha: you have to hit alt while showing power button, iirc17:25
pragmaticenigmaBarabacha: https://askubuntu.com/a/103216617:25
pragmaticenigmaBarabacha: power options beyond reboot and shutdown are not well supported. that's why they're not shown as options by default17:26
Rojolahi17:26
Rojolahow can I allow a website restart a service?  Like, a service in /etc/init.d/...  ?17:27
Barabachablackflow: nacc yeah that worked17:27
Rojola<?php system("/etc/init.d/foo restart"); ?>  won't work  (no root access)17:27
Rojolathe server is a Ubuntu server17:27
Sven_vBRojola, you could make a sudoers rule to allow that17:27
Barabachabut to wake the system up I have to use the power up button, in Windows 7 I just hit any keyboard key17:27
RojolaSven_vB, how?17:27
naccRojola: uh, don't do that.17:28
naccRojola: it seems like a terrible idea17:28
Rojolanacc, why?17:28
RojolaI can password-protect it17:28
naccRojola: what happens when your website gets hacked?17:28
Rojolathat would be bad17:28
Rojolacan I limit it to 1 service only?17:28
naccRojola: why would you ever need to do this?17:28
ignisinitium1hello all, I have inherited a ubuntu server that is running a file share for a client. The shares are not working and I would like some assistance in trying to resolve this issue in getting the shares bark online.17:28
Rojolanacc, we use "wekan.io" (the board) to manage tasks and sometimes it crashes17:29
Rojolanacc, out of nowhere, the board is offline17:29
Rojolanacc, it's nice, if every team member can simply restart it without root access17:29
pragmaticenigmaRojola: There are better approaches and software that are built for this sort of thing. rolling your own software solution isn't recommended17:29
blackflowRojola: you need a shim with sudo. but nacc is right, you should really know what you're doing, and if you did, you wouldn't ask this question17:29
Rojolanacc, I could simply tell them: "visit this website and click restart"17:29
naccRojola: but they are being given 'root' access, for this one thing.17:30
naccRojola: why not just have them ssh into the server and restart it?17:30
blackflowRojola: at any rate, don't allow access to "service" or "systemctl", but prepare specific scripts for specific commands, and allow sudo on THOSE instead17:30
Sven_vBRojola, step 1, make a wrapper script outside the webserver that has additional checks whether it's really a good idea to restart the service. usually you probably want some time limits like don't restart if it was already (attempted to be) restarted in the previous 5 minutes. step2, search the web for how to allow a specific user to run one specific command as root, and allow to pass-though one specific env var, that you can use for an17:30
Sven_vBauth secret that only your PHP script should know.17:30
Rojolablackflow, so I would place a custom bash script in /usr/local/bin/17:30
Rojolablackflow, and this custom bash script would restart the service17:31
blackflowRojola: yes, for example, and then in sudoers allow your web application passwordless sudo against THAT script alone17:31
Rojolaok17:31
Sven_vBRojola, also it sounds like there may be better ways than an HTTP request to determine when to restart that service.17:31
blackflowRojola: but again, minding all the warnings about doing that.17:31
RojolaI need to research this online17:31
tsgloveignisinitium1, what have you tried?17:31
Rojolahum... I could set up a cronjob17:32
Sven_vBRojola, what's the reason to restart the service in the first place?17:32
Rojolathe cronjob could check if a site loads at the specified port17:32
blackflowRojola: can't systemd restart the crashed service for you?17:32
Sven_vBRojola, so you want a watchdog that restarts a service if it fails to serve TCP connections?17:32
RojolaSven_vB, because the wekan-service sometimes crashes out of nowhere17:32
RojolaSven_vB, and team members should have the option to get the board running again17:33
blackflowRojola: which Ubuntu is this?17:33
pragmaticenigmaRojola: One thing to consider is that empowering someone to reboot a service means sysadmin may never know there is a problem. If users keep restarting the service, it makes it really difficult to find the reason the service failed in the first place.17:33
Sven_vBRojola, yeah that sounds pretty much like you should use a watchdog service.17:33
orhanenginokayhey, ' fatal: your current branch 'master' does not have any commits yet ' Whats that ???17:33
Rojolablackflow, 18.0417:34
orhanenginokayI ll try to install intel gpu tool17:34
blackflowRojola: so you have systemd there. use it, it's powerful, it can restart failed service17:34
Rojolathank you for the chat - I will research watchdog service and restarting services automatically17:34
blackflowreally no need for additional software, systemd is already there.17:34
naccblackflow: good call17:34
naccorhanenginokay: it's a message from git.17:35
orhanenginokay@nacc how to fix that17:35
ignisinitium1tsglove, i have been checking the setup guide for samba to get acquainted to the process.17:36
Sven_vBRojola, indeed what nacc says. if systemd can detect the service failure, use systemd to restart it.17:36
naccorhanenginokay: there's nothing to fix. you gave no context, nor what you did to get that message.17:36
Rojolathank you Sven_vB, blackflow, nacc and pragmaticenigma17:36
ignisinitium1tsglove, i can browse to the server and see shared folders, however when I try to access them I get an error17:37
naccRojola: and it's significantly better to go that route than to expose a root-service on a website, good luck!17:37
blackflowdefinitely.17:37
orhanenginokay@nacc - in my terminal - 'ninja -C build17:37
orhanenginokayninja: Entering directory `build'17:38
orhanenginokay[1/1] Generating version.h with a custom command.17:38
orhanenginokayfatal: your current branch 'master' does not have any commits yet17:38
orhanenginokay'17:38
naccorhanenginokay: you are building something from source? You should contact the source creator for support, it's not an ubuntu issue.17:38
orhanenginokayoke thanks @nacc17:39
tsgloveignisinitium1, ok17:39
Neptuhej, quick question someone knows why tre module fuse refuses to load permanently?17:44
JTodeSo, I just installed 18.04 and did a sudo apt upgrade, and now I want to install lynx and it says it is not available, but is referred to by another package.17:47
naccNeptu: which module specificall (exact name) and version of ubuntu?17:47
nacc!info lynx bionic17:48
ubottulynx (source: lynx): classic non-graphical (text-mode) web browser. In component universe, is extra. Version 2.8.9dev16-3 (bionic), package size 629 kB, installed size 1859 kB17:48
naccJTode: do you have universe enabled?17:48
nacc!components | JTode17:48
ubottuJTode: 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.17:48
JTodeI'm assuming not.17:48
JTodeI shall read up, thank you.17:48
naccJTode: iirc, it's possibly not enabled by default any longer17:49
naccJTode: but a lot of software you might want is there :)17:49
JTodeHow would I do that in a console?17:49
naccJTode: sudo add-apt-repository universe17:49
naccJTode: then sudo apt update; sudo apt install lynx17:49
JTodeAhh, that's easy, merci beaucoup!17:50
naccJTode: yw17:50
JTodeI figured something got changed in the defaults, cause 16.04 didn't need this. :>17:50
Neptunacc: fuse module and ubuntu xenial 16.0417:51
RojolaI could not get it to run...17:57
naccJTode: right17:58
Rojola/usr/local/bin/testing   contains:17:59
Rojola#!/bin/bash17:59
Rojola/etc/init.d/wekan-oft-0 restart17:59
Rojolaand the sudoers file (edited with "visudo") contains this line:18:00
Rojolawww-data ALL=(ALL) NOPASSWD: /usr/local/bin/testing18:00
Rojolathe script works when run as root user, but fails as www-data user:18:00
Rojola[....] Restarting wekan-oft-0 (via systemctl): wekan-oft-0.serviceFailed to restart wekan-oft-0.service: Access denied18:00
Rojola failed!18:00
nisankhRojola: wekan issue could be discussed at https://chat.vanila.io/channel/wekan or IRC freenode channel #wekan .18:04
naccRojola: you need to run it under sudo. But you ignored all of our advice and went with the worst choice?18:04
naccNeptu: fuse is built in to the kernel in 18.04, is it possibly in 16..04 too?18:05
nisankhRojola: discuss your issue at https://chat.vanila.io/channel/wekan or Freenode channel #wekan18:05
mustmodifyIn 18.04 server default, if I type `service start x`18:18
mustmodifywhat controls that? It's not upstart, right?18:18
=== Blade is now known as hackbg
EriC^^it's systemd mustmodify18:19
EriC^^service is converted to a systemctl command18:19
mustmodifygreat, thanks. Am I right in thinking that at some point in the past it was upstart?18:20
mustmodifyby default?18:20
EriC^^yes18:20
EriC^^pre 15.0418:20
mustmodifyDo you know why they changed? I had installed upstart in 16.04, and it seemed much easier to configure than others.18:20
Bashing-ommustmodify: ' sudo systemctl list-unit-files ' .18:21
mustmodifyThough now that upstart is gone again, I'll probably transition to systemd, doesn't seem worth the struggle.18:21
EriC^^mustmodify: i think systemd is more advanced and stuff, like it has its own cron and other stuff18:22
EriC^^kind of like they're making wayland instead of xorg now18:22
Rojolathank you again for your help18:22
Rojolasee you soon!18:22
mustmodifyEriC^^ ok, well, thanks.18:23
EriC^^mustmodify: no problem18:23
mustmodifyI need to convert ~15 upstart scripts. I'm looking at a sample script for systemd. It looks like the [unit] section is optional. Is that right?18:27
leftyfbmustmodify: https://wiki.ubuntu.com/SystemdForUpstartUsers18:28
leftyfbmustmodify: found by googling for "ubuntu systemd unit file example"18:28
mustmodifyI'm already there.18:28
mustmodifyJust sometimes people know more than docs.18:29
Exterminadorhello guys. someone please remind me how to add a user w/o password in Ubuntu 18.0418:29
EriC^^Exterminador: without password as in he can't login?18:30
ExterminadorEriC^^: no. without the need of password to login18:30
leftyfbExterminador: you don't18:31
EriC^^Exterminador: ah, add a user as usual, then check the box that says autologin in settings > users18:31
leftyfboh, that ^18:31
ExterminadorEriC^^: thanks a lot. could you also provide me the way to do it via command line, pls?18:33
leftyfbExterminador: is this for a server or desktop?18:34
leftyfbExterminador: https://vitux.com/how-to-enable-disable-automatic-login-in-ubuntu-18-04-lts/  # found on google by searching for "ubuntu auto login command line"18:35
Exterminadoroh. I was looking for "adding user without password". thanks leftyfb18:36
leftyfbExterminador: it's not without a password. The user has a password18:36
mustmodifyIn upstart, I would usually name my services based on clientname-project-service... for instance nasa-launchctrl-http18:39
mustmodifyBut I saw some things in systemd like network.service -- are dots typical in systemd, used over dashes? Or is that just a file extension?18:40
leftyfbI would stick with keeping a .service at the end of it18:40
EriC^^mustmodify: it's an extension there's .service .target etc18:42
mustmodifyso I added a file to /lib/systemd/system/castle-http.service and did `service --status-all|grep castle` and it doesn't show up. Do I need to register it?18:43
leftyfbmustmodify: sudo systemctl reload-daemon18:44
mustmodifyWhen I start it, I get questions. So I guess it auto-registers, which is kinda nice.18:45
odin2016mustmodify,  what questions?18:47
odin2016if you didn't reload systemd, then it would tell you that it doesn't want to do anythign until you do, and at that point it will know about it.18:48
mustmodifyreload systemd. OK I'll give it a shot.18:49
odin2016always need to reload it after you and or delete a unit to the config directories.18:50
nisankhnow i am planning to remove all the availbale repositories in all my ubuntu systems and adding the digitalocean ubuntu repository ... what guys say about this18:50
joebobjoehi I am trying to open a man page in my home directory, but man fails with a permission error... what could be going on? I can access the file just fine, why wouldn't man?18:52
ubuntutrhi18:52
ubuntutrhow i can active my sendmail for anope ?18:52
=== tomaw- is now known as tomaw
Barabachais anyone using Steam here? is there a way to disable auto-updates? really annoying19:08
ChaiTRexLet me check.19:09
qwebirc95665hello, virtualbox says19:11
qwebirc95665modprobe vboxdrv19:11
qwebirc95665modprobe: ERROR: could not insert 'vboxdrv': Required key not available19:11
qwebirc95665how do i get this key?19:11
Ben64qwebirc95665: disable secure boot19:13
qwebirc95665ecan i do this oudside bios?19:13
Ben64i don't think so19:13
miller7I'm newbie and trying to install Ubuntu 18.04 and setup my network with VLAN (it's a server in a datacenter and I'm using KVM access). I cannot seem to find how to enable vlan during installation. Can someone help me? I'm on the prompt and I cannot make it work. Never done it before so please if you know, give me pointers. (I've googled it but no luck)19:14
ChaiTRexBarabacha: It looks like they stopped allowing that, though you can reduce the download speed and hours it's allowed to download to sometime when you won't be using the computer.19:14
Ben64miller7: you shouldn't have to do anything from ubuntu19:15
ChaiTRexBarabacha: For games, I think the properties for the games allow you to disable autoupdates except when launching the games.19:16
miller7Ben64: I should tag the ethernet port for vlan, right? So packets can flow19:16
Ben64no19:16
Ben64that happens on the switch19:16
miller7Ben64: the switch is expecting a vlan tag from the OS as there's many vlans on the switch port. So I must set vlan on Ubuntu19:17
leftyfbmiller7: if the port is "untagged" for a specific VLAN, then just plugging in a device will be on that VLAN. If the port is tagged or a trunk port, then you'll need to tag it on the client as well19:17
Ben64that makes no sense19:18
miller7Ben64: it does if you have multiple VLANs on the switch port and your NICs on Ubuntu are not physical but virtual (for example with HP hardware)19:18
tewardmiller7: it matters how the *Switch* is configured, but if this is a VM you would usually just put it into what Cisco would call an 'access port' which accepts untagged traffic and passes it onto that VLAN19:19
tewardbut without knowing more about the switch infra in your specific circumstances, we can't determine if you actually *need* to pass the VLAN yourself19:19
miller7teward: The network person said "I must pass VLAN tag on the ubuntu packets".19:20
Ben64https://wiki.ubuntu.com/vlan19:20
Ben64sounds like a bad network19:21
tewardmiller7: then you need to configure your interfaces for VLANS as Ben64's link provides.19:21
tewardmiller7: but you need to deconfigure the bare interface and only pass data over the VLAN19:21
tewardmiller7: it sounds like the network guy isn't setting up the network proper, but again I'm not talking to the network guy so I can't really make that assumption properly19:21
tewardsince they don't tell you jack about the network setup19:21
=== [1]MrMobius is now known as MrMobius
miller7teward: I tried those instructions (one of the many). I will try again by disabling the default network I setup through the GUI and only bring IP and interface up through console19:26
=== HalfWord is now known as Byte
=== Richard is now known as Guest51509
adrian_1908Hello. Someone wants me to help them with their Windows7 machine via remote Desktop. I'm on Xubuntu -- is there some program you would recommend to do this, something popular that most use?19:31
qwebirc95665teamviewer can do this19:32
adrian_1908qwebirc95665: does the other side have to install it too, or does a vanilla Windows installation suffice? I'd prefer something that works out of the box for the other side.19:34
ioriaadrian_1908, in this case, i'd say install rdesktop on xubuntu and activate Remote desktop on Windows19:35
adrian_1908ioria: I think that's more down my alley, thanks. Any opinion on that vs FreeRDP? They both have a good web presence.19:38
Rojolahi19:38
RojolaI am trying to create a new Laravel project.19:39
RojolaLaravel required "php-mcrypt" - which is deprecated and does not exist on Ubuntu 18.0419:39
RojolaI tried to install it via "pecl" but this did not help the issue19:39
Rojolais there really no "php-mcrypt" ?19:40
ioriaadrian_1908, nope, in case i used xrdp, but not freerdp,sy19:40
adrian_1908ok, np. either look great.19:40
adrian_1908Rojola: did installation via pecl complete without error though, aside from not solving the issue?19:41
tewardRojola: the only way to install mcrypt is via pecl; `php-mcrypt` was dropped by PHP upstream.19:41
Rojolaadrian_1908, yes19:41
tewardso no there isn't any php-mcrypt package in Ubuntu19:42
tewardsince 18.04 (and onwards)19:42
Rojolaadrian_1908, I did it like this:  https://askubuntu.com/a/103741819:42
Rojolathank you teward19:42
adrian_1908I could swear I ran into something similar with a PHP CMS, but I can't seem to find anything in my notes. I hope you find a fix. Asking in #ubuntu-server is always worth a shot too, since these questions come up there more often.19:44
Rojolathank you adrian_1908!!19:45
printthesourceWhen saving a text file, is it necessary to give it a file type? Such as .txt.19:47
=== Byte is now known as HalfWord
enzotibprintthesource: no19:48
Bashing-omprintthesource: no . not generally .19:48
tewardprintthesource: officially, no, but it usually doesn't hurt to add the extension so less-smart things like web browsers and such properly identifiy it as a text file.19:48
printthesourcethank you all19:49
SomeTnot getting the right button to auto run the mount anyone know why?: https://i.gyazo.com/fd6ca611641f0550e4c5552f7edfef6b.png19:54
okovkodo i need an mx record for a send only mail server? i don't want it to receive mail. having trouble getting spf and dkim to work20:01
tewardokovko: you don't need an MX record. SPF needs to be done by IP or other hostname then, and DKIM working requires you to configure whatever's doing the DKIM signing to work properly20:03
tewardyou don't need an MX record for those to behave properly though20:03
dilawhen recording with my microphone how do i see the current sample rate?20:04
dilahow do i list the sample rates supported by the device20:04
okovkoteward yeah i didn't think so, and i don't want to receive any mail there so there should be no mx record.. but it sounds like the spf and dkim configurations are different because of no mx record. all the guides online assume one exists20:04
okovkoteward thanks for confirming that for me20:04
dilahow do i see microphone statistics?20:10
Gazoooso I'm having issues on my home ubuntu server, I think it may be hardware related, but way too many lots in syslog to debug after a restart, are there any recommended tools for debugging failures? I lose all connectivity including SSH and have to hard reboot device.20:12
Gazoooit's running several services, mainly media focused like Plex, also some things like OpenVPN, etc. If that makes any difference.20:12
jilhello20:25
jilhow do I upgrade or get my g++ compiler to support C++17 on a linux ubuntu ?20:25
granttrecjil compile from source20:27
granttrecok google if someone has a ppa20:28
granttrecs/ok/or20:28
=== mindamp is now known as KipperedSnack
=== KipperedSnack is now known as mindamp
jilyes I'm trying to compile a lib from source and they ask for a compiler compatible with C++1720:34
jilmy g++ is not.20:34
jilgranttrec: you say what ? to compile the compiler from source ?20:41
granttrecyeah should have the latest stuff20:42
granttrecjil which compiler are you using20:43
granttrecwhoops LOL20:43
granttrecjil: clang probably has more support for c++ 1720:44
jilgcc.. ok, I'll try clang.  although it seem slower20:48
__brucethe default binaries in Ubuntu do not come with symbols (they are stripped) so sometimes stuff crashes and Icannot get a clean stack trace. Is there a clean way to just get all of the in-box ubuntu binaries with symbols w/o manually recopiling them myself? (i am talking about things like /bin/ls, /bin/cat/, ...)21:16
__bruceanswered my own question. it looks like there is a apt repo called "ddebs"21:20
granttrec_bruce also if you use gdb it will prompt for them21:22
okovkoeven when i do <domain> | v=spf1 +all, my mail comes in with spf = neutral instead of spf = pass. anyone ever encounter this? do i need to set up dkim and dmarc first before it passes? i checked my spf records using online testers and they found no problem... very strange21:29
blackflowokovko: why would oyu do that, the point of SPF is to limit to a set of valid ip addresses. should be -all or ~all  witha  valid a, mx or include21:37
okovkoblackflow for testing purposes because i was always getting spf neutral on my mail21:38
okovkoblackflow so even when i say that any server is a valid mail server it says it isn't :P21:38
blackflowokovko: I think it's saying neutral because you aren't assigning IPs. PASS is when the IP is given and matches21:39
courrierI've just installed some apt upgrade on 18.04.1, and that broke my BLueooth. Even after reboot, bluemon-manager reports bluez is not started. Even "rfkill list" does not mention my bluetooth adapter, nor "lspci" :/21:40
blackflowcourrier: what upgraded? the kernel?21:41
courrierblackflow: 4.15.0-34-generic #37-Ubuntu21:42
courrierI don't know what has actually been upgraded21:42
courrierI just accepted the upgrade blindly21:42
[Gort]I'm running 18.04. A week or so ago, I did an update using Synaptic, which upgraded my shim and shim-signed packages. Later on, I noticed that those packages were now in obsolete. I then did some Googling, discovering that both packages were soon pulled, hence why they're obsolete. Is there a safe way to go back to the "current" versions or should I just wait till a new shim package supersedes them? I'm a bit worried about messing with shim21:42
[Gort]than I would other packages.21:42
blackflowcourrier: see /var/log/apt/history.log21:42
[Gort]other than that, system works fine21:43
printthesourceUbuntu freezes after some time playing videos in fullscreen. I have tried both mpv and vlc, the same issue happens. Does anyone have a clue what causes this?21:44
miller7teward: You were right. Network guy said Ubuntu will get untagged traffic21:44
courrierblackflow: there's nothing related to bluetooth in there: http://paste.debian.net/1044406/21:45
miller7Ben64: thanks for your help on vlan. Network guy said Ubuntu will get untagged traffic21:45
=== echorelay is now known as echoRelay
blackflowcourrier: could've been the kernel but I don't see it on the list either. anything in the journal?   journalctl -p warning..crit21:47
courrierblackflow: that output is huuuge, by greping "tooth" I'm seeing that error from after the upgrade "bluetoothd[3369]: Unable to get on D-Bus"21:52
courrierBut I think this is when i manually modprobed bluetooth21:56
okovko blackflow i tried it like this too: <domain> | v=spf1 ip4:<public-ip> -all21:56
okovkoblackflow i tried of course the more common way using v=spf1 a -all and i have an A record for that public ip, neither works21:57
okovkoi am at a loss as to why the ip doesn't match..21:57
okovkoi know it propagates through dns too when i test, because i use a tester first that verifies what the spf record is21:58
blackflowcourrier: I don't know what it could be. grep the logs for any kernel messages (not by bluetoothd) for driver failures22:00
blackflowokovko: tried how exactly?   that  " <domain> | v=spf ..."   syntax is for what?22:00
okovkoblackflow the spf record on dns config22:01
blackflowwhat dns is that?22:01
blackflowaint' Bind zone syntax, that's why I'm asking22:01
blackflowor in other words, are you sure you have a valid TXT record?22:02
blackflowand/or SPF rr, whichever you're setting (should do both)22:03
okovkoblackflow yeah, i did both, i'm using cloudflare22:05
okovkoblackflow this feels so idiotic because it should be so simple... when i send myself an email to my personal email, always says spf neutral can't determine if this ip is a valid mail server22:07
blackflowokovko: use mail-tester.com22:07
blackflowokovko: it's also possible your "person email" is doing something of its own22:07
blackflow*personal22:07
blackflowokovko: also, did you check that your domain actually contains the record? you do so with dig from bind-utils22:09
okovkoblackflow you think gmail is deciding to mark the spf record as neutral for some bizarre reason?22:09
blackflowdnsutils actually22:09
okovkoblackflow i see that it contains the records on my dns admin page on cloudflare, and i've verified what my record is using google's tester22:10
blackflowI think I have no idea what the gmail devs decided to do when there's no match. it technically does NOT pass SPF becasue you're not setting any policy at all.22:10
blackflowit's "passing" only by virtue of not having a policy so it's a pass.22:10
blackflowmeanwhile, set a proper record with a, mx or include and test it that way, not with an empty policy.22:11
okovkoblackflow it was neutral with all of those, i've tried many things22:11
=== semeion is now known as mnemonic
blackflowokovko: which rr is it? TXT or SPF?22:12
blackflowor why are we playing in the dark. care to name the domain?22:12
okovkoblackflow oh my god what is going on.. the test site you told me to try says spf=None, current spf string is "v=sp1 ip4:<public-ip> -all"22:12
okovkoblackflow well i don't think it's a good idea to give out my domain or ip before i have set up all the security, why, would it help any?22:13
okovkoblackflow and i told you i'm using txt and spf records both22:13
blackflowokovko: v=sp1 or v=spf1  ?22:13
okovkotypo, spf1, i have typed it so many time snow22:13
tgm4883okovko: it would absolutely help22:14
okovkotgm4883 why's that?22:14
blackflowit would help becuse I could check it myself. but if mail-tester says so then it's a none, you don't have a valid policy. btw, you can PM me the domain name (but just that, I don't do private support unless paid :)22:14
tgm4883okovko: because then we could test it ourselves22:14
tgm4883okovko: rather that assume what you are typing is correct22:14
blackflowthat.22:14
okovkoi guess what's the worst that could happen, i'd just rent a new droplet and grab another domain for $122:14
tgm4883okovko: reading some of the backlog you don't need an MX record for it to work22:14
okovkodomain is www.olegkov.com and ip is 138.197.198.16522:15
blackflowtgm4883: if you're referring to what I said, I meant in the spf record, designate a,mx or an include22:15
okovkoi appreciate the help and attention very much, i stayed up late trying to get this to work and still can't get it to work today... it is going to be something extremely stupid i am sure -_-22:16
blackflowokovko: that looks like a valid record, so the question is are you really sending mail from that IP?22:17
tgm4883Looks ok I suppose22:17
blackflowokovko: like, are you sure you're not sending via ipv6?  I'd just use a or mx and not hardocde an ip there22:17
tgm4883yea the next thing I'd want to see are email headers22:17
okovkoblackflow mx and a were both failing same way22:17
blackflowmy bet is the mail is sent over ipv622:17
blackflowit always tries to use ipv6 first, and DO should have valid ipv6 setups out of the box afaik22:18
okovkoso when i receive the mail in my spam i open original mail and i see it sent from my droplet from that ip22:18
okovkomaybe if i make an a record for my ipv6 address and use v=spf1 a -all it could work?22:18
blackflowokovko:  are you sure? no smart host or relay? the last Received outside of gmail is from that ip?22:18
okovkoi only have an a record for ip4.. does it matter?22:18
tgm4883I'd want to see the headers before I confirmed anything22:18
blackflowokovko: but does the droplet have an ipv6 address22:19
okovkocan you view this? https://mail.google.com/mail/u/0?ik=3514a02cfc&view=om&permmsgid=msg-f%3A161261633247724729322:19
blackflowand yeah, pastebin full headers please22:19
AaaaandHi, since I upgraded to 18.04, everytime I play a video, the movie freezes from time to time, it immediatly unfreezes when I move my mouse, or if I just wait a second of 3 the movie continues. Sombody knows how I can resolve this?22:19
blackflowokovko: of course we can't :)22:19
okovkookay 1 sec, i'll paset it22:19
tgm4883lol22:19
okovkohttps://pastebin.com/g1mTw4pB22:20
AaaaandDidn't had the issue before on 17.04 (or even before that on 16.04 etc), nothing of the hardware changed22:20
blackflowokovko: your email server isn't using FQDN for its hostname. SPF is actually tested against "olegkov-droplet"22:22
blackflowokovko: and not olegkov.com22:22
tgm4883yea that's the issue22:22
okovkoblackflow /etc/hostname is set to olegkov.com, isn't that enough?22:22
tgm4883blackflow: beat me by a few seconds ;)22:22
okovkoi think olegkov-droplet is the bounceback address right22:23
blackflowokovko: what about /etc/mailname? or however your MTA is set up for its own mail name? and how are you sending test mails, with sendmail from commandline?22:23
okovkoit has mail.olegkov.com elsewhere in the mail22:23
okovkoi used postfix22:23
okovkodoes spf test against bounceback address wtf22:23
blackflowReturn-Path: <ubuntu@olegkov-droplet>   and      From: ubuntu@olegkov-droplet22:23
okovkoyeah that's return path that sounds right22:24
blackflowthose are tested, and in fact I think only From is, not Return-Path (envelope sender)22:24
okovkoBLYAT22:24
blackflowand that's wrong, should be   ubuntu@olegkov.com22:24
okovkowell i want it to be mail.olegkov.com, so i need to ocnfigure postfix, and figure out what field will change From22:24
tgm4883okovko: you're looking for "myhostname" in main.cf22:24
okovkotgm4883 i have that field set to mail.olegkov.com -_-22:25
okovkoso postfix is not entering the field correctly..?22:25
blackflowokovko: send anotehr test mail, and if that's sendmail binary,   set -f ubuntu@olegkov.com   and in teh body use From:  ubuntu@olegkov.com    to force it22:25
blackflowokovko: it is. you probably used sendmail without -f or From, and postfix appends myhostname in such cases22:26
okovkobut it is supposed to enter the myhostname, which is not ubuntu@olegkov.com... anyway, i'll give that command a try22:27
tgm4883okovko: listen to blackflow I'm thinking of a different mail issue i'm working on22:27
okovkotgm4883 blackflow thanks to you both for your help22:27
blackflowit's actually `myorigin` but that defaults to `myhostname`22:27
blackflowokovko: so your previous question, /etc/hostname is not enough, you need an entry in /etc/hosts too (which is actually needed more than /etc/hostname), unless you explicitly set names in postfix' main.cf22:30
okovkoblackflow i get this now https://www.mail-tester.com/test-310n222:30
okovkoand yes i also changed /etc/hosts22:30
okovkoit maps my public ip to mail.olegkov.com22:30
okovkothe from field is correct but spf still says None22:31
blackflowwth  "mail.olegkov.com@olegkov-droplet"   that's wrong22:31
okovkolol22:31
okovkoi used mail binary, i guess i will try sendmail? maybe it doesn't randomly append that22:32
blackflowokovko:  echo "From: ubuntu@olegkov.com\nTo: <your gmail>\nSubject: Test\n\n Yay!" | sendmail -f ubuntu@olegkov.com <your gmail>22:32
okovkoblackflow now this https://www.mail-tester.com/test-lnvx922:34
okovkowoooo spf pass22:34
okovkoman thank you blackflow, so i know for sure it is some postfix configuration bs22:34
blackflowokovko: invalid myhostname and/or myorigin. it's actually myorigin that's used unless you force From and envelope sender toa  valid fqdn address22:36
blackflowI just always explicitly set names in main.cf, myhostname.22:36
okovkowell i want those names to be mail.olegkov.com, why does setting those fields to that break spf?22:37
blackflowbtw, if I disappear, we have some power issues here and my UPC ain't infinite....22:37
okovkoyeah, i get it, thanks (:22:37
okovkoi guess ubuntu@olegkov-droplet is a fine name as any! lol22:37
blackflowokovko: the problem here is your testing. you were sending mail as local user with sendmail with no forced envelope or From, so postfix appended what it thought was myorigin22:37
granttrecanyone use sublime text from the sublime ppa? is it buggy?22:38
blackflowand postfix thinks olegkov-droplet is your fqdn22:38
ShazbotmcnastyHello, I'm on 16.04. Having issues with Unity(i think). The desktop icons are flashing and there's no launch bar. I've reinstalled unity & ubuntu-desktop to no avail. Has anyone experienced this issue?22:38
blackflowokovko: at any rate, this is beyond ubuntu so perhaps you could ask in #postfix for more help ;)22:38
okovkoblackflow yes, thanks (:22:38
blackflowokovko: btw if you're sending from mail.olegkov.com then you need SPF records for mail subdomain too22:39
blackflowbut I guess you meant you wanted the hostname to be that. you'll be using @olegkov.com to send out (so both envelope and From will be that).22:39
blackflowokovko: btw... when you install postfix it first sets up main.cf with an explicit myhostname that it detects at that moment. if you changed it _later_ then it won't pick it up. are you sure myhostname is properly set (or empty for autodetection) in main.cf?22:41
ChaiTRexDoes anyone happen to know which ANSI escape sequence prints a literal escape character to the screen?22:41
okovkoblackflow yeah i used dpkg-reconfigure postfix and then service restart postfix22:41
blackflowokovko: did you actually check in main.cf?  what does    postconf -n say, can you pastebin?22:42
blackflow`postconf -n`22:42
[Gort]After an hour, I think I can repeat my question. ;) I'm running 18.04. A week or so ago, I did an update using Synaptic, which upgraded my shim and shim-signed packages. Later on, I noticed that those packages were now in obsolete. I then did some Googling, discovering that both packages were soon pulled, hence why they're obsolete. Is there a safe way to go back to the "current" versions or should I just wait till a new shim package supersedes22:43
[Gort]them? I'm a bit hesitant about messing with shim than I would other packages. Other than that, system runs fine.22:43
blackflowChaiTRex: what literal escape character is that?22:43
ChaiTRexblackflow: I want to print the escape character to the screen without it being interpreted as an ANSI escape sequence.22:43
ChaiTRexblackflow: So \e itself.22:43
blackflowChaiTRex: yeah but which one is that? I never heard of it being a charcter unto itself22:44
okovkoblackflow myorigin=/etc/hostname and myhostname=www.olegkov.com22:44
blackflowas in, noascii code or anything like that22:44
okovkoactually myhostname=mail.olegkov.com, sorry22:44
blackflowokovko: and come again what's in /etc/hostname?22:44
daxblackflow: see e.g. decimal 27 on http://www.asciitable.com/22:45
blackflowoh how about that!   my bad.22:45
okovkoblackflow /etc/hostname: 'mail', and /etc/hosts: '<public-ip> mail.olegkov.com mail'22:46
okovkoi got those from some digital ocean guide to setting up send only postfix22:46
ChaiTRexblackflow: Basically, I want to send an escape sequence not to the terminal, but to the terminal it's contained within.22:46
ChaiTRexblackflow: If I'm running a terminal inside a terminal.22:46
ChaiTRexblackflow: So I need the inner terminal to just print an escape character and then the containing terminal catches it.22:47
blackflowokovko: well that's wrong for myorigin, as myorigin should be fqdn, not just the "hostname" part of it22:47
blackflowokovko: I'd advise to not set it (leave default = myhostname)22:47
blackflowokovko: unless you don't plan to use virtual, in which case you might wish myhostname to remain mail.olegkov.com, but set myorigin (and mydestination) to olegkov.com22:48
blackflowChaiTRex: terminal inside terminal? how, with screen? tmux?22:49
ChaiTRexblackflow: Yes.22:49
blackflowChaiTRex: yes what :) with screen or tmux?     anyway, see if this helps: https://stackoverflow.com/questions/19062315/how-do-i-find-out-what-escape-sequence-my-terminal-needs-to-send22:51
ChaiTRexblackflow: With tmux.22:53
ChaiTRexblackflow: Thanks, I'll check.22:54
Squarismupgrading to 18.04 as we speak22:58
arthur98765I daren't upgrade to 18.04. I will be out of my comfort zone ;)23:00
Squarismstill doing 14.04 lts?23:00
arthur9876516.04 LTS23:01
blackflowHow suave.23:02
bpromptarthur98765:   same here, installed 18.04, it broke about 10 things, fixed them, it broke another 15 things, so I toss it, in 16.04 everything works peachy, I had the same thing happen with 14.04, it broke too many things, whilst 12.04 was perfect, then went from 12.04 to 16.0423:03
arthur98765Yikes. No thanks. Sticking with what I have. I'm too much of a newbie to struggle.23:05
naccbprompt: please be careful about spreading FUD. Many people have installed or upgraded to 18.04 without issue.23:06
blackflowindeedy.23:07
MannyLNJHi. I need some help. I'm on 16.04 and when my system comes back from sleep my GUI is dead. I have to log into another console session and do startx to get a GUI. What can be causing it? The screen even is displaying the no signal message23:07
bpromptnacc:    meaning you didn't like my statement heh, well, I was just as arthur98765 is, speaking on our experiences, sure, not eveyone runs what I run, just because it works for what "you" use, doesn't mean it works for me, in this, it didn't, is all23:07
MannyLNJAlso how can I move my install from /sdb4 to /sda1?23:08
vimarHi23:08
uboahow do i disable anti aliasing terminal ubuntu? default everything rn23:09
naccbprompt: I don't care about your statement at all personally. It is FUD. And what you were describing was totally unrelated to arthur98765's comment, and discourage people from using ubuntu.23:09
naccbprompt: i'm done talking about it, though. have a nice day23:10
naccMannyLNJ: maybe check the X logs?23:10
bpromptnacc:  hehe, well, if you didn't care why reply to it, clearly you do, just don't take it personal, is not personal23:10
naccMannyLNJ: are the partitions identical?23:10
naccbprompt: this is the ubuntu support channel, if you want to voice opinions, please use #ubuntu-offtopic or an appropriate channel23:11
naccuboa: display settings, i think? or try the gnome tweak tool23:11
bpromptnacc:   fair :)23:11
MannyLNJnacc no partitions are not identicial /sda1 is a 120-GB Solid State Drive and /sdb5 is a part of a 2TB drive23:12
naccMannyLNJ: moving the data itself is the easy part, but then you have to update your configuration file correctly23:12
vimaruboa: you mean antialiasing of font pixels in terminal?23:12
MannyLNJnacc, Is there a guide for idiots? I would start over but I just got DNSMASQ setup properly for my needs23:14
naccMannyLNJ: I mean, you can just copy files (rsync, cp even (although slow)) between filesystems23:14
naccMannyLNJ: but it won't be dropin replacement23:14
naccMannyLNJ: e.g., /etc/fstab will refer to the old partition23:15
MannyLNJnacc so I could rsync, then edit fstab and re-run grub?23:16
naccMannyLNJ: https://askubuntu.com/questions/741723/moving-entire-linux-installation-to-another-drive23:17
naccMannyLNJ: well that was one exmaple, there are probably other files that need updating, including the grub ones23:17
jcduttonMannyLNJ, sleep, which graphics card?23:18
naccMannyLNJ: that AU answer implies only fstab needs updating, so maybe that's it :) after reinstalling grub23:18
MannyLNJjcdutton, It's integrated in the motherboard LSPCI says it's a Trinity [Radeon HD 7560D]23:19
jcduttonMannyLNJ, ok, I don't know that specific chip. But in general, failure to return properly from sleep is due to driver bugs.23:20
MannyLNJnacc, I will try that. jcdutton I have the same issue comming out of sleep as I do if the video cable is disconnected. I am using a DVI to HDMI adaper and a TV as my display23:21
jcduttonMannyLNJ, uname -a       What version of kernel are you using?23:22
uboavimar, yes please and thank you23:24
MannyLNJjcdutton, 4.15.0-34-generic23:24
jcduttonMannyLNJ, that should be new enough23:24
MannyLNJthanks for the help going to reboot now23:25
=== capella is now known as capella|away

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