/srv/irclogs.ubuntu.com/2018/11/12/#ubuntu.txt

UBuxuBUwhy doesnt it at least show the swap00:03
UBuxuBUanfd u know there is a small system partition in there somewhere00:03
ducasseswap not a partition anymore00:03
ducasse*is not00:04
OerHeks swapon -s # shows swapfile00:10
OerHekscd / && ls # shows your root folder with the swapfile00:10
MannyLNJCan I get helo with xbuntu in this channel?00:11
OerHeksMannyLNJ, sure, there is also #xubuntu here on #freenode00:11
MannyLNJMy problem is my audio is though a TV that is connectyed over HDMI and I am not getting any sound. Volume Control shows the output as SPDIF and it thinks it is playing sound. I haveno options to change the sound under volume control00:12
OerHeksMannyLNJ, open terminal: alsamixer # and see with F6 if you can change to hdmi00:15
MannyLNJOerHeks, I can't it only lists HD-Audio Generic with a Realtek ALC887-VD chip00:17
alnrmy icon dock disappears after a while. it comes back it on reboot. anyone know the fix for this?00:25
shutchhi all. i have a Intel NUC connected via USB-C -> DisplayPort to a KVM. It works fine through the KVM, but when I switch on the KVM, and switch back to the NUC, the NUC fails to wake up01:20
=== dingir___ is now known as dingir
ledeniMannyLNJ: install 'pavucontrol' and check -- configuration for digital stereo ( hdmi)02:42
=== capella|away is now known as capella
=== capella is now known as capella|away
=== Class7_ is now known as Class7
leonardusHow do I get one of my drives to automatically mount? It mounts when I go into File Manager, then press "Other Locations" on the left, then select "2TB"05:25
leonardusI just want it to do that automatically05:26
AndyChow888leonardus, you have to edit the file fstab. It is located in /etc/fstab05:39
leonarduswhat do I need to change in it?05:39
AndyChow888Just edit it. Use any editor, running as root05:41
AndyChow888Then you need to add a line that will mount your drive, where to mount it, the mount options, etc05:42
leonardusAndyChow888: Yeah I'm not sure what to write on that line06:06
AndyChow888leonardus, what filesystem is your drive using? ext4?06:08
leonardusNTFS I think06:08
AndyChow888If you do "lsblk" in the terminal, can you see your drive? It should say sdd or sdc or something like that.06:11
leonardus└─sdb2   8:18   0   1.8T  0 part /media/ubuntu/2TB06:11
AndyChow888So add this line: /dev/sdb2        /WIN     ntfs-3g   rw 0 006:13
AndyChow888That will add the drive to /WIN (obviously, you can change that. Say /home/leo/WIN, whatever)06:14
leonarduscould I make it /media/ubuntu/2TB?06:14
AndyChow888Yes06:14
leonardusjust so it's consistent with what it used to be06:14
AndyChow888But, humm, perhaps /media/ubuntu will have a problem with that. You can try it, see if it works.06:15
OerHeksthere is a wiki for that too, https://help.ubuntu.com/community/MountingWindowsPartitions06:15
AndyChow888Also, make sure ntfs-3g is installed. But it should be.06:15
TikityTikI cant get mu vurned dvd of ubuntu to install, it keeos going into live session06:16
TikityTikBurned06:16
leonardusAndyChow888: this good? https://i.imgur.com/McqQc85.png06:17
AndyChow888No, leonardus. Add the line after you mount /06:17
AndyChow888Add it at the end06:18
AndyChow888Otherwise, the line itself is fine.06:18
leonardusok. just curious btw, what would happen if i left it at the top?06:18
Ben64idk if it'll like being mounted in /media/ubuntu06:18
AndyChow888It might work. But when / mounts, it will squash the rest.06:19
leonardusi've rebooted, seems to be working as expected. thanks!06:20
AndyChow888You can actually mount drives that way, /home, then /home/something, and if something exists, it's overmounted by the next one. But I don't want to add confusion.06:20
AndyChow888leonardus, if ever you mount other drives, the /dev/sdb2 letter might change. The link OerHeks provided is good, as it shows how to use UUID, which is a more robust method than /dev/sdX06:21
leonardusso: UUID=D062EFCE62EFB77E   /media/ubuntu/2TB       ntfs-3g rw      0       006:23
AndyChow888Yeah, if that is the UUID that blkid gives you for /dev/sdb206:24
Kaidok5797Is it possible to dual boot install Ubuntu on a windows machine using a SD card (built in SD card reader) instead of a USB stick?06:25
=== capella|away is now known as capella
OerHeksKaidok5797, technically yes, depends on your machine, can it boot from the cardreader?06:25
Kaidok5797I'm not sure tbh. I've never tried06:26
Kaidok5797the card reader drive does show up in file explorer as its own drive06:26
leonardusAndyChow888: what is <dump> and <pass> by the way?06:27
OerHeksprepare that sd card like a regular usb drive, and let us know06:27
AndyChow888leonardus, it has something to do with running a fsck so often.06:27
Kaidok5797Or could I even use my iphone as a USB stick to boot from?06:27
Kaidok5797Ok so no harm in trying then?06:27
AndyChow888Good luck booting from an iphone.06:28
Kaidok5797I just don't have a USB stick06:28
Kaidok5797=(06:28
Kaidok5797or blank DVD media06:28
AndyChow888But yeah, an ssd card works, depending on your hardware.06:28
Kaidok5797I seen the network install option on the ubuntu website but it basically says its not for the faint of heart so I'm hesitant to try it.06:28
AndyChow888You have to try. OerHeks is correct. I have hardware that boots from ssd's, and some that don't.06:29
AndyChow888Network install, PXE, requires that you have a server to install from, which I'm sure you don't.06:29
Kaidok5797hmmm.. could I not set that up on my laptop and use that as the server for my desktop?06:30
Kaidok5797How "powerful" of a server are we talking about running?06:30
OerHeksa server with 1 client,  i386 - 256 mb would do06:32
Kaidok5797This is basically a "fun" project for me.. so I'm good with whatever happens either way. Going to try the SSD card first. I'll let you guys know06:32
Kaidok5797That would be no problem.06:32
Kaidok5797Can the client be wireless?06:32
za1b1tsuHello, how can I check if dnsmasq is running?06:42
uniquerockrzza1b1tsu: htop?06:45
Kaidok5797OerHeks So far so good, Rufus sees the CD card as a device it can work with06:45
JoshuaDxubuntu 18.04: How do I change my monitor positions in the light dm login screen? I have three monitors and the left and right monitors are backwards06:47
JoshuaDby backwards I mean their positions should be swapped06:49
uniquerockrzJoshuaD: usually there is a setting called display which allows you to change monitor positions. I am not sure if it comes installed by default in xubuntu06:49
Kaidok5797This is exciting!06:49
Kaidok5797I haven't used Ubuntu in many years06:50
JoshuaD@uniquerockrz, That works once I am logged in, but I'd like to mess w/ the login screen.06:50
JoshuaDmy monitors are fine when I am at my desktop, but at the login screen the left and right monitors are swapped06:50
Kaidok5797aight rebooting... wish me luck!06:54
Kaidok5797Hmmm looks like I’ll need to change the boot order in my BIOS07:01
uniquerockrzJoshuaD: Maybe there will be some option to chnage in lightdm config.07:02
JoshuaDI'm looking at /etc/lightdm/lightdm-gtk-greeter.conf.dpkg-dist and the other files here, there might be some magic words I can put in these files, but I don't see anything to edit07:03
JoshuaDlike, nothing about monitor positions07:03
leonardusMy monitors are out of order when I boot up the computer (so the login screen is on the right monitor), but once I log in they're set to the correct oder07:13
leonardusorder*07:13
leonardusIs there a way to set the default order when the system boots?07:13
Kaidok5797Hmmmmm07:13
Kaidok5797Are there other BIOS changes I need to change for this to work? I remember reading somewhere about AHCI or IDE07:14
Kaidok5797My emulation is set to AHCI will that work?07:14
AndyChow888Should, Kaidok579707:15
JoshuaD@leonardus, I'm working on the same question atm.07:15
Kaidok5797Dang it SD card as a USB boot device won’t work for me it doesn’t appear07:16
Kaidok5797I guess that means to Ubuntu for me07:16
AndyChow888The default boot order is set in the BIOS.07:16
Kaidok5797No07:16
Kaidok5797Yea... but my SD card reader doesn’t appear in the list07:17
AndyChow888Kaidok5797, many hardware BIOSes do not support booting from SD cards. Many do.07:17
Kaidok5797There has to be another way to do this... hmmm07:17
Kaidok5797I’m going to read to see how hard this network install is07:20
uniquerockrzUsually I assume the monitor connected to VGA is set to monitor 0. HDMI is monitor 1.07:26
uniquerockrzI havent used more monitors in my setup, so I dont have idea after that07:26
leonardusJoshuaD: fixed it07:29
leonardusi just swapped the cables07:29
leonardusexcept now grub and the bios is on the right monitor07:30
Kaidok5797So if I’m doing the NetBoot option... do I need the version with the HWE kernel?07:30
Kaidok5797So when I click the link to download the NetBoot installer, I instead get the index page of the files. Do I need to download ALL of these?07:39
Kaidok5797OMG this is crazy07:42
Kaidok5797How the heck am I supposed to download all this files from an index page?07:42
Kaidok5797Visual wget... ok ok...07:46
Kaidok5797Man I’m really going down a deep rabbit hole here07:46
ledeniKaidok5797: why not use https://help.ubuntu.com/community/Installation/MinimalCD07:50
Kaidok5797Ledeni that would require me to have a blank CD/DVD to burn it to would it not?07:51
ledeniyou can burn to sdd card07:52
uniquerockrzKaidok5797: you can make a falsh drive bootable too07:52
Kaidok5797Ledeni but I tried that with the full desktop07:52
Kaidok5797And I can’t get the SSD card to boot07:52
Kaidok5797I used Rufus to make it bootable07:53
Kaidok5797Uniquerockrz I made a bootable SSD with the ISO image but when I reboot my PC it doesn’t boot from it07:53
uniquerockrzKaidok5797: do u have access to a machine running linux?07:54
Kaidok5797No07:54
Kaidok5797I have an old windows 7 laptop07:54
Kaidok5797Hence why I was going to try the NetBoot07:54
ducasseKaidok5797: you don't have a flash drive?07:54
Kaidok5797Nah07:54
uniquerockrzKaidok5797: what are your laptop specs? Do u know what your network driver is?07:55
Kaidok5797If I can’t get this to work I’ll just get one I suppose07:55
ducasseKaidok5797: that would be way easier than messing with this07:55
Kaidok5797Yea... but I figure if I DO get this to work... I’ve learned something I didn’t know how to do before07:56
ducassethat's true :)07:56
Kaidok5797Which is really what this whole foray is about for me anyway lol07:56
=== UBuxuBU is now known as BigBananaMan
Kaidok5797uniquerockrs AMD Athelon II P340 Dual Core 2.2 GHz07:57
Kaidok579764 bit windows 707:58
za1b1tsuTo install dnsmasq I had to disable systemd-resolved. Is this bad?08:06
za1b1tsuand after restarting, dnsmasq service cannot start: https://paste.ofcode.org/Zf5rBbStFYc3MjbBW3N5bT08:08
Ben64za1b1tsu: ls -ld /etc/resolv.conf08:17
Kaidok5797OMG08:32
Kaidok5797I think I may have found a blank CD08:32
Kaidok5797Lol08:32
Kaidok5797ROFL I did!08:33
Kaidok5797So it only has 700MB though...so I should go for a mini install is that correct ledeni?08:34
ducasseKaidok5797: is the machine uefi?08:36
Kaidok5797How can I find out?08:36
ducassethere would be settings in the bios to choose between uefi and legacy/csm boot modes, and maybe secure boot settings08:37
Kaidok5797Yes. I did see both of those in my BIOS08:38
ducassethe mini iso does not support uefi boot, so if you want to use that you should use the server or lubuntu alternate images instead08:39
ducasse(at least it didn't use to)08:39
ducasseor install in legacy mode08:39
Kaidok5797It says08:40
Kaidok5797Hmmm08:40
Kaidok5797What would be issues with installing in legacy mode?08:40
EriC^^Kaidok5797: not anything, just older tech, you could always convert to uefi later after the installation is done08:41
ducasseno issues as such, unless you dual boot with an os that is installed in uefi mode already08:41
Kaidok5797So no harm no foul by using this mini installer then either way correct?08:42
EriC^^just be sure to make the partition table GPT when you partition08:42
Kaidok5797I’m running windows 10 on a PC that was originally installed with windows 708:42
Kaidok5797I’ve already partitioned08:42
Kaidok5797Hmmm08:42
TJ-^^ and leave space for an EFI System Partition if there isn't one :)08:42
Kaidok5797I partitioned 50 GB total for Ubuntu08:42
ducasseKaidok5797: if you're running win10 you might be using uefi mode08:43
EriC^^Kaidok5797: in any case it won't really matter, just set the bios to csm legacy to boot the mini installer08:43
Kaidok5797Wait wait wait... interesting08:45
Kaidok5797I don’t see my partition in the Disk Managment08:45
TJ-Any ideas for a package that maintains a catalog/index of offline storage devices? preferably via simple symlinks in its own file-system rather than a separate database08:45
Kaidok5797Ok well apparently I didn’t partition correctly the first time... so partition using GPT?08:46
ducassesee if there is an efi partition08:47
Kaidok5797I. See... NTFS08:48
Kaidok5797And FAT3208:48
Kaidok5797FAT32 is my SSD card slot so thats not it08:48
Kaidok5797System and OC c:/ are both NTFS08:48
ducasseok, the efi partition would be fat3208:48
Kaidok5797Thats the SSD card slot...08:49
ZaZaQRhello08:49
ducasseKaidok5797: then you're in legacy mode, just go ahead and install08:49
Kaidok5797Ok cool08:49
Kaidok5797Here goes nothin08:51
Kaidok5797Should I burn “like a USB flash drive” so I can save edit and delete files on the disc at anytime or “with a CD/DVD player” were files can’t be edited or removed?08:53
Kaidok5797Nevermind08:54
Kaidok5797I’m going to follow the instructions for a DVD08:54
thinkyhi08:57
thinkyhow can i add chromium repository to receive updates?08:57
giacoHello! I keep failing in recreating the effect of "sudo ip route add 192.168.43.0/24 via 172.16.20.20" in netplan. I've been trying different yml combinations: routes:, with or without on-link: true, with or without gateway4:, but after a couple of hours I haven't still found the solution.08:58
giacoThis is my current setup http://ix.io/1rBy . If I do "sudo netplan apply && sudo ip route add 192.168.43.0/24 via 172.16.20.20" with this config I end up with the desired result. How to do this in netplan only? Thank you08:58
ducassethinky: chromium receives updates in the ubuntu repos. if you want them quicker you could try the snap.08:58
TJ-giaco: g'morning; I see the missing route on A was the issue then?08:58
thinkyi installed chromium from store08:59
thinkyi think it is already snap08:59
giacoTJ-: hey TJ-! Thank you! :D08:59
giacoTJ-: yes, route missing on A plus iptable edit on B09:00
TJ-giaco: when you add a netplan 'routes' stanza, what is the result in the routing table itself?09:01
giacoTJ-: you went away yesterday, I tried to leave a thank you message, not sure if you get it09:01
TJ-giaco: yeah... I had forgotten to plug the AC into the laptop!09:02
giacoTJ-: this is original "ip route show" without any "routes:" or "ip route add" http://ix.io/1rCn . Now I am going to edit the yml. http://ix.io/1rCn09:04
giacoTJ-: this is a modified yml with the result "ip route show" after netplan apply http://ix.io/1rCq09:08
Kaidok5797Ducasse can I just have the Ubuntu installer do the partitioning for me?09:11
Kaidok5797I’m afraid I’m going to mess this part up09:11
TJ-giaco: are you reloading systemd-networkd or re-running the netplan generator when you do that?09:13
ducasseKaidok5797: i don't remember if there is an automatic partitioning option on the mini iso09:13
giacoTJ-: no, it is not required. When I do "sudo netplan apply" the "ip route show" does change09:13
Kaidok5797Ahhh ok09:13
TJ-giaco: right, that is re-running the generator09:13
TJ-giaco: check the generated systemd-network file under /run/systemd/network/ - that might give us clues09:14
TJ-giaco: we'd expect it to contain some systemd-specific route options09:15
=== cpaelzer_ is now known as cpaelzer
giacoTJ-: if you have some patience I will continue shortly. Need to spend some minutes in urgent business09:16
Kaidok5797Soo ducasse I tried partitioning and it didn’t work lol It. Didn’t make a partition at all09:18
Kaidok5797Omg so I’m going to have to move my windows recovery partition09:24
ducassewhy?09:25
Kaidok5797Something about having more than one primary partition09:25
Kaidok5797And being in legacy mode09:25
ducassejust make extended/logical partitions if there isn't room for more primaries09:27
Kaidok5797I have no clue how to do that....09:27
ZaZaQRhello09:27
ducasseKaidok5797: it should ask you what kind of partition to create, iirc09:29
tomboy644hi guys09:31
Kaidok5797I have no such option ducasse I can however make it a “Simple Volume”09:31
FaultsHey09:31
tomboy644i manually installed a bunch of packages via `apt install bla bla bla`. Now I want to deselect them, so they are not registered as "manually installed" anymore, so that autoremove clears those packages, that are not depended upon by other packages already.09:32
Kaidok5797Ok apparently making it a “simple volume” allows me to choose NTFS or exFAT09:33
ducassetomboy644: 'apt-mark auto packagename'09:33
Kaidok5797And I can choose a drive letter to assign it09:33
tomboy644much obliged, ducasse09:33
Kaidok5797I can also set an “allocation unit size” no idea what that is09:34
Kaidok5797Screw it, I’m doing it09:35
Kaidok5797Lol09:35
Kaidok5797Or not09:35
Kaidok5797Pop up box says I won’t be able to start up any installed operating systems on the volume because it will be dynamic09:36
Kaidok5797Maybe installing Ubuntu on this computer is just impossible09:36
ducasseare you doing this from windows?09:36
Kaidok5797Yes windows 1009:37
Kaidok5797That was upgraded from windows 709:37
ducassewe can't help you with that, you should be able to partition from the installer09:37
Kaidok5797I’m booting the installer now09:37
Kaidok5797Seeing what happens09:38
Kaidok5797Hmm this isn’t a good sign09:38
Kaidok5797Heyyy I have an option to “run UEFI Application”09:39
rpifanmoin09:39
Kaidok5797This is so so bizarre09:39
Kaidok5797It’s doing something anyway09:42
Kaidok5797it’s downloading additional components09:43
Kaidok5797I’m not sure where to since I never told it where the partition was or anything of the sort09:43
=== Richard is now known as Guest18454
polysicshello! anyone can think of why I am adding rules to iptables but they don't show in iptables -L, nor work?09:54
vltpolysics: How do you add them?09:55
polysicsiptables -A INPUT -p tcp --destination-port 5060 -j DROP for example09:56
polysics(I would like to block SIP traffic from the outside)09:56
polysicsthis is a Docker machine, but I was assumign blocking on eth0 would work09:56
vltpolysics: When running that command, what output do you get?09:57
polysicsvlt: absolutely nothing09:57
polysicsnot sure if I should be seeing anything, I don't remember from other times09:57
Kaidok5797This is impossible. I’m tired. I think my attempt at installing Ubuntu is now over. Sad that in 2018 they make it so hard for someone on a windows machine to also install and use a Linux Distro. It used to be so so easy. =(09:58
vltpolysics: Nothing usually is a good sign ;-)  And `iptables -L` doesn't list it then?09:58
polysicsKaidok5797: it's never been a problem for me. Do you have weird hardware?09:58
Kaidok5797I guess I dunno09:58
polysicsvlt: no, not in the list (and ofc not working)09:58
Kaidok5797The installer just doesn’t see the partition as useable09:59
Kaidok5797And I can’t make a usable partition in windows09:59
polysicsrunning with -v I get DROP  tcp opt -- in * out *  0.0.0.0/0  -> 0.0.0.0/0   tcp dpt:506009:59
Kaidok5797My only option is to just format the entire drive and use it09:59
polysicswhich is correct and would work IF IT WAS THERE :D09:59
Kaidok5797Which would get rid of windows completely.09:59
polysicsI can restart the container and un-map port 5060 but at some point I do want access from some specific machines09:59
Kaidok5797Polysics “there are no free MBR slots on this disk”10:01
mousesKaidok5797: What disk is this?  the install medium or the target system?10:02
Kaidok5797Target system10:02
mousesKaidok5797: Are you intending to like, keep windows around for dual booting purposes?10:02
polysicsfirst time I see something like this. I almost want to restart just to see if it is something weird10:02
Kaidok5797Yes, exactly mouses10:03
giacoTJ-: I'm back on the problem, I feel that the missing piece is "how to set a static route for a docker network". Because if I add the netplan routes: on br0 is wrong, I should add them for the docker interface. Now I am not sure if I should add it though netplan or though docker, what I am sure is that this ip route show is working http://ix.io/1rCD10:04
polysicsit's not like I can'twork but it is weird and annoying10:04
mousesKaidok5797: You're going to need to do some file system changes, I'm heading to bed but this guide might help (not sure if the software is free, but I bet you can find something to fix it)10:05
mouseshttps://www.partitionwizard.com/partitionmagic/no-free-mbr-slots.html#partition-wizard10:05
mousesmy windows knowledge is a decade out of date :(10:05
mousesnight night10:05
Kaidok5797Thank you mouses I appreciate it!10:05
EriC^^Kaidok5797: do you have some sort of live usb you can use?10:08
EriC^^Kaidok5797: it might be that you have stray gpt data in the disk, that usually causes the installer to not see the disk partitions, "sudo fixparts /dev/sdX"  (replacing X with the disk) should find the stray gpt if any and offer to fix it10:09
Kaidok5797I can’t sudo anything in windows lol10:12
Kaidok5797But I thin mouses thingy may have worked... we shall see10:12
Kaidok5797Think10:12
ZaZaQRKaidok5797, are you trying to make a LiveCD via USB flash drive of ubuntu?10:12
Kaidok5797No no I already have the installation media10:13
ZaZaQRok10:13
Kaidok5797It’s the making a usable partition thats the issue10:13
=== [1]MrMobius is now known as MrMobius
ZaZaQRah ic10:13
ZaZaQRyou might need partitionwizard10:14
ZaZaQRits on Windows10:14
Kaidok5797yea I have it now10:14
ZaZaQRcool10:14
EriC^^Kaidok5797: yeah, i meant if you can get any live usb to issue that fixparts command10:14
ZaZaQRcan you partition it?10:14
Kaidok5797Well the problem is I can only have 4 primary partitions10:14
Kaidok5797And I already had 410:14
Kaidok5797So I changed one to logical10:15
ZaZaQRmakes sense10:15
EriC^^Kaidok5797: does the installer see any partitions or it's just that it's not being usable?10:15
Kaidok5797It allowed me to at least assign the paritition i made a driver letter10:15
Kaidok5797It didn’t at first... seeing if it will see it now10:15
EriC^^didn't what? :D10:15
Kaidok5797Before it seen it as “unusable”10:15
EriC^^the whole disk?10:15
Kaidok5797No just the partition I made to install Ubuntu in10:16
EriC^^well, duh10:16
EriC^^you dont actually make a partition to install ubuntu, you just make unallocated space10:16
ZaZaQRcool10:16
ZaZaQRdoes ubuntu works now?10:16
EriC^^the installer takes care of the rest10:16
Kaidok5797But it wanted to format my entire drive lol10:16
ZaZaQRyeah it does that, unless you customize your partition10:17
Kaidok5797I need to keep windows10:17
EriC^^it should give the option "install alongside windows"10:17
ZaZaQRits easier to install windows first, than ubuntu10:17
Kaidok5797Windows is installed first10:17
Kaidok5797Windows was already installed... but it used up all 4 usable partitions10:18
EriC^^Kaidok5797: if you've already partitioned for ubuntu, then you need to make a ext4 formatted partition for ubuntu to use it10:18
EriC^^aha10:18
UrbanecmHi, any way how to restart Bluetooth manager in Ubuntu?10:19
UrbanecmWith no reasons, bluetooth adapter just turned off and I cannot turn it back on in settings10:19
EriC^^Urbanecm: try "rfkill list"10:20
UrbanecmI click on the toggle, it just change its color (not moving to the "on" position)10:20
UrbanecmEriC^^, https://pastebin.com/VKwSXxkv10:20
EriC^^looks good10:21
EriC^^Urbanecm: try 'sudo systemctl restart bluetooth'10:21
Kaidok5797What should I select for “How to use this partition”?10:21
Kaidok5797Ext 4?10:21
Kaidok5797Journaling?10:21
EriC^^Kaidok5797: yes, ext4 and mountpoint "/"10:22
Kaidok5797Mountpoint isn’t an option10:22
UrbanecmEriC^^, done, still cannot turn bluetooth on10:22
Kaidok5797“Ext4 journaling file system” is though10:22
EriC^^Kaidok5797: yeah, you want that10:22
Kaidok5797Oh I see10:22
Kaidok5797The mountpoint now10:22
EriC^^how much ram does your pc have?10:23
EriC^^in any case, you can always create a swapfile later, that's what 18.04 does by default anyways10:23
Kaidok5797I can’t set it as a bootable10:23
Kaidok5797I cant’ use the bootable flag10:23
Kaidok5797is that ok?10:23
EriC^^yeah i guess10:24
EriC^^windows is gonna need that bootflag10:24
Kaidok5797You guess?10:24
Kaidok5797I mean... it still sees the partition as a logical partition10:24
EriC^^Kaidok5797: yeah, linux doesnt really need a bootflag to boot10:24
Kaidok5797Wouldn’t let me change it to primary10:24
Kaidok5797Even in a dual boot scenario?10:24
EriC^^yeah, it doesnt matter10:25
EriC^^some bios however do require a bootflag on some partition to load the bootloader code10:25
EriC^^and windows needs it on its partition to boot, so no worries you're good\10:26
Kaidok5797It’s asking about swap space.10:26
Kaidok5797I can create swap space later correct?10:26
EriC^^also linux doesn't need to be on a primary partition10:26
EriC^^yeah10:26
Kaidok5797Cross fingers10:27
ZaZaQRlol10:28
Kaidok5797While its “installing base system” I’m going to grab some food real quick10:28
Kaidok5797I’ll be back10:28
Kaidok5797To cry if my windows is gone lo10:28
Kaidok5797L10:28
EriC^^comfort snacks :D10:28
UrbanecmEriC^^, any other advice? :)10:28
Katnipi need my screensaver (xscreensaver) daemon to start when i boot, how do i tell systemctl this?10:28
EriC^^Urbanecm: no idea i'm afraid :)10:29
UrbanecmEriC^^, I should note that this got fixed by rebooting the notebook10:29
Urbanecmso there must be some service that must be restarted...10:29
EriC^^Urbanecm: maybe the indicator is screwed up? it's called "/usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service"10:29
EriC^^you could stop it using "ps aux | grep bluetooth"10:30
Urbanecmls: cannot access '/usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service': No such file or directory10:30
EriC^^and kill <pid here>10:30
EriC^^aha10:30
EriC^^Urbanecm: anything in "ps aux | grep bluetooth" ?10:30
EriC^^or "dmesg | grep bluetooth" ?10:30
UrbanecmEriC^^, https://paste.ubuntu.com/p/QR7fWv7vKY/10:31
=== davor_ is now known as davor
Urbanecmdmesg | grep bluetooth is empty10:31
EriC^^Katnip: i'd add it to the startup apps10:31
EriC^^Katnip: or if you want you could make a systemd unit file for it10:32
EriC^^is it like a daemon?10:32
Kaidok579778% done10:32
Kaidok5797I’m very very thankful for IRC on my iPad Pro right now10:32
Katnipyes it's a daemon10:33
UrbanecmEriC^^, killed 2688, issued sudo service bluetooth stop, waited a few secs, then sudo service bluetooth start, tried to turn bluetooth on again.10:33
UrbanecmThe process obexd reappeared10:34
Urbanecmand nothing changed :(10:34
Kaidok5797if this works... I’m throwing a party lol10:34
EriC^^Urbanecm: does it randomly just stop or after resume from suspend/hibernation?10:34
Katnipive usually had 'sudo systemctl enable xscreensaver' but apparently i'm not remembering correctly10:35
UrbanecmNo, I was listening to Spotify via my wireless headset and suddently the headset indicated it was disconnected. I opened bluetooth settings and noticed bluetooth is dsabled10:35
Urbanecmas well my wireless mouse stopped to work10:35
EriC^^Katnip: does "systemctl list-units | grep screensaver" list anything?10:37
Katnipno10:38
Morfeus^hello10:38
ZaZaQRhi10:38
EriC^^Urbanecm: try in a terminal "bluetoothctl"10:38
EriC^^then type "power off" then "power on"10:39
UrbanecmEriC^^, power off failed with "No default controller available"10:39
Urbanecm$ bluetoothctl10:39
UrbanecmAgent registered10:39
Urbanecm[bluetooth]# power off10:39
UrbanecmNo default controller available10:39
Urbanecmmaybe I should run it as root?10:39
EriC^^yeah do that10:41
UrbanecmEriC^^, still same (error?) message10:41
EriC^^Urbanecm: does "lspci | grep -i network" show any network controller?10:41
Urbanecm$ lspci | grep -i network10:42
Urbanecm07:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)10:42
EriC^^Urbanecm: what about 'bluetoothctl10:42
EriC^^' then running "list" ?10:42
Urbanecmnothing shown10:42
Kaidok5797Ut oh10:43
SimonNLUrbanecm: hciconfig, hciconfig -a10:44
Kaidok5797What happens if the process hangs during installation?10:44
UrbanecmSimonNL, both show nothing10:44
SimonNLdoesn't proceed10:44
Urbanecmftr, didn't run it as root10:44
SimonNLno need10:45
Kaidok5797Oh wait there it goes again10:45
C0rn3jHow do I verify netplan config? netplan apply/generate return status code 0 even if the config doesn't work.10:45
C0rn3jAnd how do I bind on more than 512 IPs with netplan, it binds to none if I cross that limit. I was able to bind to 900 IPs just fine via interfaces.d on 16.04. Now on a clean 18.04 install I'm having issues migrating.10:46
EriC^^Urbanecm: what does "lspci -k -s 07:00.0" give?10:46
Urbanecm07:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)10:46
Urbanecm        Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter10:46
Urbanecm        Kernel driver in use: ath10k_pci10:46
Urbanecm        Kernel modules: ath10k_pci10:46
bumblefuzzmy mouse has recently stopped working. this occurs only for clicking, right or left, and happens with both my trackpad and my bluetooth wireless mouse. I recently wiped and reinstalled to an earlier (16.04 from 18.04) version of ubuntu and it's still happening. Where do I begin fixing this?10:47
Kaidok5797Eric^^ its asking which display manager to use... gdm3 or lightdm ?10:48
EriC^^Urbanecm: try this maybe it works "rfkill block bluetooth" "rfkill unblock bluetooth" "sudo systemctl restart bluetooth"10:48
EriC^^Kaidok5797: it's a personal preference, i guess if you'll be using gnome then install gdm310:49
giacoanybody here that knows how to setup static route in ubuntu 18.04?10:49
SimonNLUrbanecm: Bluetooth appears in dmesg with capitol b     so you should have done    dmesg|grep Bluetooth or dmesg|grep -i bluetooth10:49
Kaidok5797Is this something I can change later?10:49
EriC^^Kaidok5797: yeah, it's just the initial login screen before you get to the desktop10:49
Kaidok5797Gotcha10:49
bumblefuzzmy mouse has recently stopped working. this occurs only for clicking, right or left, and happens with both my trackpad and my bluetooth wireless mouse. I recently wiped and reinstalled to an earlier (16.04 from 18.04) version of ubuntu and it's still happening. Where do I begin fixing this?10:50
SimonNLUrbanecm: should show something like this  https://git.io/fpq6P10:50
EriC^^Urbanecm: are you using the wireless right now?10:50
EriC^^i mean wireless internet10:51
UrbanecmSimonNL, dmesg | grep -i bluetooth show http://termbin.com/1e5n10:51
UrbanecmEriC^^, no, I'm cable connected10:51
UrbanecmI have wifi here, cable is just faster :-)10:51
Kaidok5797Bumblefuzz I’m sure someone will get to you when they get the chance10:51
EriC^^Urbanecm: amen :)10:51
SimonNLUrbanecm: looks disturbing10:51
UrbanecmSimonNL, what looks disturbing?10:52
SimonNLhttp://termbin.com/1e5n <= Urbanecm10:52
Urbanecmhmm10:53
Kaidok5797This installation is taking awhile10:53
Kaidok5797I might fall asleep10:53
EriC^^SimonNL: Urbanecm seems that's more of a bug in the logging system10:53
EriC^^bug #19869910:54
ubottubug 198699 in gnome-control-center (Ubuntu) "gnome-keybinding-properties starts firefox without homepage" [Low,Invalid] https://launchpad.net/bugs/19869910:54
TJ-giaco: Just got back; Yes, I agree, the route needs to be set on (and presumably by) docker, since that is a virtual interface that will be created much later than when the br0 is created10:54
EriC^^oops, bug #174856510:54
ubottubug 1748565 in linux (Ubuntu) "Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)" [Medium,Confirmed] https://launchpad.net/bugs/174856510:54
EriC^^Urbanecm: try maybe removing the module then loading it again, sudo modprobe -r ath10k_pci , sudo modprobe ath10k_pci10:55
TJ-giaco: maybe you could use some kind of (systemd) trigger when the docker0 device/route appears, or possibly via udev10:55
Urbanecmno luck :(10:55
giacoTJ-: hey there! I'm still googling "docker static route" with no success. I have successfully created docker network interface with constant name, but still unsure about where to wait the event10:55
Kaidok579740% done10:59
Kaidok5797Wow10:59
Kaidok5797Maybe I should try to get some sleep10:59
TJ-giaco: is docker being started by a systemd unit? if so you could create a simple unit that Requires= and After= that unit, and executes the "ip route add ..."10:59
giacoTJ-: yes, it is enabled in systemd11:00
bumblefuzzmy mouse has recently stopped working. this occurs only for clicking, right or left, and happens with both my trackpad and my bluetooth wireless mouse. I recently wiped and reinstalled to an earlier (16.04 from 18.04) version of ubuntu and it's still happening. Where do I begin fixing this?11:02
giacoTJ-: I'm watching udevadm monitor to catch the line11:02
giacoTJ-: here we go: KERNEL[120587.803072] add      /devices/virtual/net/docker_vpn (net) and UDEV  [120587.837166] add      /devices/virtual/net/docker_vpn (net)11:03
bumblefuzzok, I tried restarting bluetooth11:07
bumblefuzzand it said no adapters found11:07
bumblefuzzit seems like my bluetooth adapter is just disappearing after a while11:08
bumblefuzzcan anyone help me?11:08
bumblefuzzthis just started happening11:08
TJ-giaco: this may not be entirely correct, but I think all you need is this: https://paste.ubuntu.com/p/4k4K5qVf7K/11:08
TJ-giaco: obviously correct the name of the docker.service to what your system uses11:09
bumblefuzzcan someone help me fix my bluetooth11:09
TJ-bumblefuzz: the issues you describe sound like a possibly hardware issue. I would guess the common factor is the devices are connected via USB11:10
giacoTJ-: thanks! Do you think is better to chain the event after docker start instead of docker virtual interface creation?11:11
TJ-giaco: my example does the former. I'm not sure there is a way to do it on interface creation11:12
conjowassup all im having an issue with when copying files using nautalis, the process never seems to end quickly (using usb 3.0) It begins and progresses very fast but the full circle hangs around for ever (many minutes) assuming that the full circle disappearing indicates completion of the process-any ideas or is this normal11:13
giacoTJ-: I am pretty sure the is. What udevadm monitor sees can be used as a trigger. I did that once, but I don't that such strong memory11:13
giaco*don't have11:13
bumblefuzzhttp://paste.ubuntu.com/p/4njqpqscz7/11:14
bumblefuzzthis is a pastebin of 'journalctl -xb | grep blue11:15
bumblefuzz'11:15
bumblefuzzcan anyone tell me what's going on?11:15
conjobumblefuzz i think your os had a brainfart11:17
bumblefuzzthe problem is this is affecting not just my bluetooth mouse but my trackpad mouse as well11:17
bumblefuzzI'm using my keyboard to get around11:17
bumblefuzzI have no mouse11:17
bumblefuzzthis is on a fresh install of 16.04, fully updated11:17
bumblefuzzI reinstalled just an hour ago11:17
TJ-bumblefuzz: can you show the entire log, not just the bluetooth related messages11:17
bumblefuzz1 sec11:18
bumblefuzzso, journalctl -xb11:18
bumblefuzz?11:18
TJ-bumblefuzz: forget the -x , just -b11:18
GargoyleHave I never noticed it before, or has something recently changed that causes 0.0.0.0 to act like 127.0.0.1? I'm currently seeing "dig fullstory.com" = "0.0.0.0" (which is correct, it's been pi-holed) but "ping fullstory.com" then proceeds to ping 127.0.0.1 and web browsers are trying to load 127.0.0.1 too.11:19
bumblefuzzhttp://paste.ubuntu.com/p/JzPVjCvcmh/11:19
bumblefuzzit's a lot longer11:21
bumblefuzzbut, anyway, I don't think it's just bluetooth11:21
bumblefuzzsince my trackpad won't work either11:21
bumblefuzzand on a fresh install, it's really weird11:21
bumblefuzzit totally works on reinstall11:22
giacoTJ-: with this http://ix.io/1rCG in /etc/systemd/system and a "systemctl restart docker" the file is not created :(11:22
tomreynGargoyle: fullstory.com resolves to different ipv4 and ipv6 addresses for me than the one you pointed out.11:22
bumblefuzzthe weird thing is, now, I've restarted bluetooth and it's telling me there's no adaptors11:23
TJ-bumblefuzz: first thing I see about touchpad is this, which may be a hint: "psmouse serio1: synaptics: Your touchpad (PNP: LEN2046 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you ..."11:23
bumblefuzzok...11:23
Gargoyletomreyn: Thanks for your answer, that is expected. I have a pi-hole - everything it blocks resolves to 0.0.0.0.11:23
bumblefuzzI noticed that too but don't know what it mean11:23
giacoTJ-: but "sudo systemctl start route-via-vpn" creates the file11:23
GargoyleI've just never noticed traffic for 0.0.0.0 being sent to the loopback interface before.11:24
TJ-giaco: if you add a systemd unit you have to "systemctl daemon-reload"11:24
giacoTJ-: do I have to "systemcrl enable route-via-vpn" too?11:24
TJ-giaco: creates a file? surely it should just create a route?11:24
tomreynGargoyle: ok, i wasn't familiar with this "pi-hole" software, just read up on it.11:25
TJ-giaco: "systemctl status route-via-vpn" - it ought to be enabled11:25
giacoTJ-: yes, just for testing the service I'm creating a file instead11:25
bumblefuzzany more blues?11:26
bumblefuzzclues?11:26
bumblefuzzis there a way to watch the journal live?11:27
bumblefuzzI can restart and wait for it to happen11:27
bumblefuzzthat way I have some idea of the time11:27
tomreynGargoyle: IMO the proper way to block via DNS is to return that there is no matching record (NXDOMAIN), resolving to 127.x.x.x can work, too.11:27
giacoTJ-: sadly even after "sudo systemctl daemon-reload" route-via-vpn.service is not triggered, but "sudo systemctl start route-via-vpn" keeps working11:28
bumblefuzz?11:28
tomreynGargoyle: but, yes, 0.0.0.0 should work, too.11:28
tomreynbut 0.0.0.0 is ambiguous, since it can mean 'everything'.11:31
GargoyleOnly in the context of "listening".11:31
TJ-giaco: have you tried stopping and starting the docker service ?11:32
GargoyleIt's officially designated as non-routable IIRC. I had just never noticed client apps (like ping, web browsers, etc) reverting to use 127.0.0.1 when they encounter 0.0.0.0 as a response.11:33
giacoTJ-: yes, "sudo systemctl stop docker && sudo systemctl start docker", I've also tried restart11:33
TJ-bumblefuzz: which is the bluetooth device, I'm having trouble identifying it. I thought it might be "idVendor=138a, idProduct=0097" but can't find 138a:0097 in the v4.18 kernel modaliases11:33
TJ-giaco: OK, maybe I have it wrong then. I was pretty sure that is the correct way to do it11:33
bumblefuzzok, I restarted (almost) everything is currently working11:34
TJ-bumblefuzz: which is the bluetooth device, I'm having trouble identifying it. I thought it might be "idVendor=138a, idProduct=0097" but can't find 138a:0097 in the v4.18 kernel modaliases11:34
bumblefuzzI have no idea, what command should I enter to find out?11:35
TJ-bumblefuzz: " ls -l /sys/class/bluetooth/ "11:35
giacoTJ-: maybe an [Install] section?11:36
TJ-giaco: hmmm, yes, possibly!11:36
bumblefuzzhttp://paste.ubuntu.com/p/WHvrKKPVFB/11:36
bumblefuzzcurrently, my bluetooth mouse works, my touchpad works. however, I can only click by tapping my touchpad, not with the buttons on the touchpad11:37
bumblefuzzI don't think this is as simple as bluetooth11:37
bumblefuzzit's more general, to do with pointing devices11:37
bumblefuzzalso, it's the same thing for 18.04 and 16.04 after fresh installs11:38
TJ-giaco: I'm not sure an [Install] section would help, from reading the man-page in detail11:38
bumblefuzzin a few minutes, I'll only be able to move my mouse, not click11:39
bumblefuzzand my bluetooth will disappear11:39
TJ-bumblefuzz: device 1-7 would appear to be "idVendor=8087, idProduct=0a2b"11:39
bumblefuzzok11:39
TJ-bumblefuzz: show us the output of "lsusb -v"11:40
bumblefuzzso it flashed "Couldn't open device, some information will be missing 4 times, then gave me this address: http://paste.ubuntu.com/p/h4r8hD8tfV/11:41
TJ-bumblefuzz: OK, that confirms it, "Bus 001 Device 003: ID 8087:0a2b Intel Corp." starting at line 138 is the BT device11:42
bumblefuzzok, good11:42
bumblefuzzagain, I think this is broader than just bluetooth11:42
bumblefuzzbut what are you thinking?11:42
giacoTJ-: it is not working even after adding [Install] for multi-user and "sudo systemctl enable route-via-vpn". The link is created "Created symlink /etc/systemd/system/multi-user.target.wants/route-via-vpn.service → /etc/systemd/system/route-via-vpn.service" but "sudo systemctl restart docker" is not triggering the ExecStart11:42
TJ-bumblefuzz: it uses the USB bluetooth class driver too, which was why I couldn't find it in modalias11:42
TJ-giaco: apparently I have the Wants= inverted. That should be in the 'docker.service' unit file!11:44
giacoTJ-: probably yes, the dependency should be on docker, but not really sure about this11:44
giaco"I want my custon *enabled* service to fire after docker". Why should I express that in docker.service11:45
TJ-giaco: I'm getting advice from #systemd :)11:45
giacoTJ-: oh!11:45
TJ-giaco: precisely, but apparently the Wants= is illogical and doesn't imply ordering!11:46
giacoThis is really confusing11:47
TJ-giaco: right. remove that "Wants=" line, do "sudo mkdir /etc/systemd/system/docker.service.wants" then move the route-via-vpn.service into that directory :)11:48
bumblefuzzok, so I can no longer click on anything11:50
bumblefuzzI can move my mouse around11:50
bumblefuzzbluetooth is still working11:50
giacoCool! Thank you. I think I will stop there to ask if they would go for better route or not. Btw very thanks11:50
bumblefuzzbut no clicking via touchpad, buttons, or bluetooth mouse11:51
bumblefuzzany other ideas on why just clicking would stop like this?11:52
TJ-bumblefuzz: what desktop environment are you using? is it Ubuntu/Gnome ?11:53
bumblefuzzmate11:53
TJ-bumblefuzz: so using Xorg too?11:53
bumblefuzzI think so11:53
bumblefuzzit's 16.0411:53
TJ-bumblefuzz: because it is affecting both input devices it could be sometihng to do with the input layer11:54
bumblefuzzI think the only reason hte bluetooth was crashing was because of the clicking issue11:54
bumblefuzzhow do we check the input layer?11:55
bumblefuzzalso, the reason I think it's software is that I can click on some things but not others11:56
TJ-bumblefuzz: many years ago now I experienced something similar; in that case it turned out there was some applet/application grabbing input focus11:59
bumblefuzzinteresting...11:59
TJ-bumblefuzz: so, is this happening on a virgin installation or have you added any other packages ?11:59
bumblefuzzI have added my normal packages12:00
bumblefuzzall the same ones though12:00
TJ-bumblefuzz: also, have you tried creatitng a new user account and seeing if that is affected? sometimes the regular user config can be responsible12:00
bumblefuzzI guess they could've had an update12:00
bumblefuzzbut this started between updates12:00
bumblefuzzwhich is why I didn't think it was an applicatin12:00
TJ-bumblefuzz: right now it's more a case of trying to narrow the issue down by testing and eliminating possibilities12:01
TJ-bumblefuzz: seeing as there is no obvious clues in the kernel log.12:01
TJ-bumblefuzz: you could check /var/log/Xorg.0.log and possibly $HOME/.xsession-errors12:02
BluesKajHi folks12:06
bumblefuzzhow would I actually request that in terminal?12:08
bumblefuzzmy commands aren't working12:08
TJ-bumblefuzz: I usually use 'less' as in "less path/to/file" - tap 'h' to get help on how to navigate/search12:11
TJ-bumblefuzz: good shortcuts are 'gg' to goto start, and 'G' to goto end, '/some-search-term' to search forwards, 'n' for next match, '?' to do a reverse-direction search12:12
bumblefuzzhttp://paste.ubuntu.com/p/nwrKfxwtJn/12:12
TJ-bumblefuzz: no clues there; all looks correct12:15
bumblefuzzthought so12:15
bumblefuzzanywhere else to look?12:15
bumblefuzzhttp://paste.ubuntu.com/p/whH6DqGy5g/12:16
bumblefuzzthat's xsession erros12:16
bumblefuzzthat looks ugly12:17
bumblefuzznot sure what to make of it though12:17
TJ-bumblefuzz: never a nice file; it doesn't do consistent time-stamps no process name/ids much of the time. I don't see anything there that would relate to the lost button presses.12:21
TJ-bumblefuzz: time to test with a brand new user account I think12:21
bumblefuzzhmm12:21
bumblefuzzohh12:21
bumblefuzzI've never done that12:21
bumblefuzzbrb on testuser12:22
bumblefuzzok, on brand fresh testuser account12:24
lonixgz ?12:25
bumblefuzzwhat's the plan?12:25
TJ-bumblefuzz: run it for a while, see if you can trigger the problem. maybe use application you would use in your main account12:29
TJ-bumblefuzz: you have a feeling for when it usually breaks so if you can't break it then the longer time goes on like that it points to something in the main account config12:30
NTQIs there any point where I can see why my gnome-shell process sporadically uses between 50% and 100% cpu time? And why the usage is constantly over 20%?12:45
=== alephnull_ is now known as alephnull
za1b1tsuanyone replaced system-resolved with dnsmasq?13:11
=== xvnvx is now known as alphabeta
BluesKajheh i just added my dns nameser IPs to  /etc/systemd/resolved.conf, but I don't use NM13:20
BluesKajI prefer ifupdown and the interfaces file13:21
bencchow can I reload bashrc in a makefile?13:27
=== Guest29946 is now known as Numline1
TvL2386bencc: it would only make sense to reload bashrc in bash right? From bash you can call "source ~/.bashrc"13:29
RNMor ". ~/bashrc" ?13:30
TvL2386true13:30
benccTvL2386:  https://github.com/asdf-vm/asdf/blob/master/asdf.sh13:31
benccthis is added to bashrc so 'asdf' will be a command13:31
benccI'm installing asdf in a makefile and adding it to bashrc but I can't use it in the makefile without starting a new shell13:31
zofrexhave you loaded it in your current shell?13:32
TvL2386I see... you change $PATH so your `asdf` executable is on the path13:33
benccTvL2386: I'll try it. thanks13:33
TvL2386bencc: huh? nope... I didn't tell you to do anything13:34
TvL2386bencc: lines 25-27 change your PATH variable13:34
TvL2386which is fine13:34
TvL2386bencc: better post your Makefile and tell us what the problem is13:35
TvL2386bencc: To answer your question: Yes you need to start a new shell or source your .bashrc again13:35
benccTvL2386: can I do it inside the makefile or do I need to make something, start a new shell, make other things?13:36
JackWinterhello, i'm trying to install kubuntu 18.04 on the laptop of a friend.  the laptop is partitioned with gpt and boots with uefi, it already has win10 installed13:39
herbstHello there. I have a issue, somehow Ubuntu 18.10 does not pick up my external Wifi device as actual internet device. I can connect, which it does, but it still wont use the internet and appears offline13:40
herbstI assume its because of the internal wifi (which i dont use at all) which made problems before with 16.1013:40
JackWinterthe ubiquity script never finishes, but it made an ubuntu uefi entry which just boots to a grub prompt with no kernels to chose from13:40
ottoshmidtHi all, when trying to install mysql-server doesn't prompt me a root password setup, which brings me problems for logging in13:40
TvL2386bencc: I'm inclined to say "yeah you can", but without knowing where/how you do it in your Makefile, I'd just be guessing13:41
tomreynJackWinter: is this 18.04.1?13:41
herbstI tried to disable it by adding the device to /etc/network/interfaces but it still shows up in the network manager, and it still does not work13:41
JackWinterso i ran "ubiquity -b" (don't install boot loader) which allows the ubiquity script to finish successfully.  so i guess there is some problem installing/configuring grub?13:41
Mathisenottoshmidt, run " mysql_secure_installation "13:41
ottoshmidtMathisen, "Error: Access denied for user 'root'@'localhost' (using password: NO)"13:43
JackWintertomreyn: yes it's the kubuntu 18.04.1 install image copied to a usb stick13:43
TvL2386herbst: I'm unfamiliar with ubuntu-18.10, but what do you mean with "but it still wont use the internet and appears offline"13:43
TvL2386herbst: do you mean: I connected to the wifi accesspoint successfully but internet doesn't work?13:44
benccTvL2386: https://pastebin.com/raw/qCMgD9bp13:44
benccthisis the makefile I'm trying to use13:44
benccthe erlang task can't find asdf before starting a new shell13:45
TvL2386bencc: lemme see13:46
tomreynottoshmidt: if you previously hasd the (central) 'mysql' database in place then installing  te mysql server would not change / replace the configured password.13:46
JackWinteri guess now i have 18.04.1 installed on the disk, but now i presumably will have to manually install and configure grub?13:46
Checkmatehello guys whats the command the send test mail through shell13:46
TvL2386bencc: I see what your Makefile does, but what is the problem?13:48
ottoshmidttomreyn, yea, I found this https://askubuntu.com/questions/766900/mysql-doesnt-ask-for-root-password-when-installing#766908 On how to hard reset the password13:48
herbstthats what i mean yeah TvL238613:48
TvL2386herbst: ok13:48
TvL2386herbst: is that wifi the only means to reach the internet currently?13:48
tomreynCheckmate: this utility can help you test SMTP: swaks13:48
herbstBut i had a similiar issue back in 16.10, moved to Arch for a while and everything worked fine (same external, same wifi)13:49
herbstSorrily yes it is TvL238613:49
benccTvL2386: the eralng task will fail to use asdf13:49
herbstDrivers should be ok if everything shows up rightly and even connects or?13:49
benccTvL2386: I need to create a new shell after installing asdf13:49
TvL2386herbst: ok. So you are now connected to your wifi and internet does not work. Cool. Can you paste `ip addr show ; ip route show` in a gist somewhere?13:50
tomreynottoshmidt: that's what you need to do if you actually forgot the password, yes.13:50
tomreynottoshmidt: you're aware that you need to run "mysql -p" to make mysql ask you for the password, right?13:51
TvL2386bencc: about your erlang make target13:51
JackWinterdoes ubuntu also have the rEFInd boot loader?  i'm somewhat familiar with that one, haven't used grub since back in the v1 days13:51
TvL2386bencc: why should make start bash before executing your `asdf` command?13:51
TvL2386bencc: I mean, the Makefile instructs to execute `asdf`, not `bash`13:51
benccTvL2386: sorry, I don't understand13:51
benccTvL2386: but makefile don't know where asdf is13:51
=== BigBananaMan is now known as UBuxuBU
ottoshmidttomreyn, yes, I know but I guess previous installation was done as some sort of dependency, and I didn't know the password13:51
TvL2386bencc: on line `asdf plugin-add erlang ....`13:51
TvL2386bencc: yes that's correct13:52
JackWinteror is there an up to date tutorial on how to manually install grub from 18.04.1 live media somewhere?13:52
TvL2386bencc: if you want to make use of your bashrc thing you added, you'll have to change `asdf plugin-add erlang .....` with `bash -c 'asdf plugin-add erlang ......`13:52
benccthanks13:52
za1b1tsuHello, I'm trying to use dnsmasq with NetworkManager, but now I am left without an internet connection: https://paste.ofcode.org/ScZd7SsV7KzZwxbvgwUdgf13:53
TvL2386bencc: lemme know if it works :)13:53
benccTvL2386: I've added ./asdf/bin to the PATH and it works. I'll try your fix later. thanks13:53
JackWinterhmm, actually maybe it won't work with refind.  i think the laptop will need secure boot and am not sure if that will be compatible13:53
tomreynJackWinter: is your friends' laptop a mac by chance? any other special hardware / firmware?13:53
TvL2386bencc: of course that works too :) and of course instead of relying on $PATH, you can also just have an absolute path13:54
JackWintertomreyn: nothing special i think, a relatively recent hp laptop with i5 processor (pre installed win10)13:54
tomreynJackWinter: did you check for a firmware (bios / uefi) upgrade?13:55
JackWinterthe installs that hung managed to put an ubuntu grub loader on the efi, but it's not properly configured so only gives me the grub prompt13:55
TvL2386herbst: sorry missed your remark about drivers... yeah since you said it connects, it kinda seems drivers are ok..... But first I want to know how the ip addressing/routing is configured currently and then we can continue to troubleshoot13:56
tomreynJackWinter: did you do manual partitioning?13:56
JackWintertomreyn: not sure how the bios would be relevant in as much as stopping ubiquity to finish the install?13:56
JackWintertomreyn: yes manual partitioning13:56
tomreynJackWinter: do you want to describe how you partitioned?13:57
lemkoHello, is it possible to use libvirt 4.0 with ubuntu xenial?13:57
compdocmaybe if you compiled/installed libvirt by hand13:58
pikapikaasking again14:00
pikapikaIs there a way to servicify the whisker menu14:00
pikapikaOr just somehow make it that its always loaded14:00
pikapikaInstead of creating/killing a process every time you open the menu14:00
TvL2386pikapika: servicify? whisker menu?14:01
TvL2386pikapika: xfce?14:01
pikapikaYes14:01
TvL2386pikapika: since it seems to be a plugin for xfce, they seem to have their own irc channel here on freenode: #xfce14:02
TvL2386pikapika: https://www.xfce.org/community14:03
pikapikaThey have?14:03
TvL2386according to that site :)14:03
JackWintertomreyn: i made the windows partition smaller, and added sda5 (as ext4 formatted) for root and sda6 as 4gb swap.  at the first installs i told it to install the boot loader to sda3 which is the EFI partition.  that's when ubiquity didn't finish, just ended up doing nothing and never terminating.  it did finish when i ran ubiquity -b14:03
pikapikaThanks14:03
TvL2386yw gl!14:03
JackWinterso i'm relatively sure that i have a sda5 with ubuntu on it, just need to get grub properly configured, or won't it be able to read sda5?14:04
tomreynJackWinter: hmm maybe the file system on the ESP is corrupt. but since you got grub installed + booting i guess it's indeed just about the configuration now.14:05
JackWinterfwiw, sda5 is a primary partition, so i imagine that it's a gpt partitioned disk14:05
tomreynJackWinter: i dont see why grub would not be able to read sda514:06
tomreynJackWinter: if it's a primary partition then you have an msdos partition table, since gpt doesn't have the concept of primary and extended14:06
JackWintertomreyn: i haven't partitioned disks for years now, so have forgotten most i once knew about secure boot, gpt, partitions, boot managers, uefi, etc :)14:06
JackWinterbut you can't have 5 primary partitions?14:07
JackWinterlet me check that for sure14:07
tarzeaunot with msdos partitioning14:08
tomreynJackWinter: indeed you can't have 5 primary partitions on msdos partition tables.14:08
tomreynJackWinter: i guess it'S best to boot the system from a live / installer iso (written to usb stick / cdrom / external hdd) and boot off that, then post "lsblk" and "parted /dev/sd print" to a pastebin14:09
tomreynthats "parted /dev/sda print"14:10
JackWintertomreyn: i don't know where i got the primary from.  it's a gpt partitioned disk, just checked with gparted14:11
tomreynJackWinter: so you probably just need to fix grub.cfg now.14:13
tomreynJackWinter: i.e. mount the file system where ubuntu's /boot resides on, then look at the file system it tries to boot from and check whetehr this is correct, or which one it shouild actually be.14:15
JackWintertomreyn: https://gist.github.com/jhernberg/04f1af80f86c4e31de49f3b4056f50ee14:19
solsTiCe0 hi. I have removed both my SSD and HDD to do some cleanup. They now when I boot EFI goes to to the PXE network boot then windows boot. I changed the boot order with efibootmgr to use Ubuntu/grub but it is as if this has no effect. before I reboot efibootmgr shows me the correct order I have set but upon next boot it's the defualt boot order again ?14:19
solsTiCeI have reinstalled both my SSD and HDD14:20
tomreynJackWinter: looks fine to me, so i guess you have /boot on sda5, can we see grub.cfg?14:24
JackWintertomreyn: from the efi partition?14:27
tomreynJackWinter: no. /boot/grub/grub.cfg resides either on a separate /boot file system / partition, which you dont seem to have, or on the same file system the main ubuntu installation is on, which seems to be sda514:28
JackWinterthere seems to be no grub.cfg in /boot/grub of the ubuntu partition14:28
JackWinteri only find one on the efi partition, but it looks different to the grub.cfg files i remember, and seems to point to the ubuntu / partition14:29
tomreynJackWinter: hmm i guess then you'll need to either reinstall or recover using the live dvd and chroot. or create the grub.cfg manaully, but this could take a while.14:29
JackWintertomreyn: i went to refind as i couldn't stand grub config file syntax.  is there an easy way to do this, or maybe an up to date tutorial somewhere?14:30
tomreynJackWinter: i'm not familiar with refind. generic uefi documentation is at https://help.ubuntu.com/community/UEFI14:31
coconutWhat would happen when i put an additional 802.11ax usb wifi adapter in a laptop which already has 802.11ac support on it's chip?14:31
JackWinteri can reinstall, but i've tried that 4-5 times, it always seems to never finish, and apparently it's just the boot manager step that never finishes14:31
JackWintertomreyn: no i meant documentation for grub, or even better a spoon feeding tutorial :)14:32
JackWinterlike mount, chroot, run grub-configure, reboot, or whatever it takes :)14:33
tomreynhttps://help.ubuntu.com/community/Grub2/Installing14:33
tomreynJackWinter: for the recovery steps https://help.ubuntu.com/community/LiveCdRecovery14:34
JackWintertomreyn: thanks, that'll keep me busy until i have to go and work.  many thanks for the help so far!14:35
=== [[]] is now known as mobile_c
JackWintermaybe the problem is that i didn't create a separate /boot partition?14:37
tomreynJackWinter: welcome,. you will also want to mount or mount --bind: (1) efivarfs on /sys/firmware/efi/efivars type efivarfs (2) /dev/sda3 on /boot/efi type vfat14:37
JackWinterok, that's after chrooting into what the live cd installed, right?14:38
tomreynJackWinter: i have a hunch doing so would make it work, but i also dont see why it would not work without a separate /boot14:38
JackWinteri don't either, but as i found no way to make ubiquity verbose or tell me where it went wrong it's hard to say14:38
tomreynJackWinter: if you'll mount --bind it has to be run before you chroot14:38
JackWinteri just know that if i tell it to install the boot manager it never finishes, and if i leave that out it finishes ok14:39
tomreynJackWinter: ubiquitiy probably writes a logg on the installers systems' /var/log or to /target/var/log14:39
JackWinterah, that's an idea to look at14:39
JackWintertomreyn: i might ping you later today, or tomorrow.  i have about 50 minutes left now to see if i can fix this manually.  thanks a lot for the ideas, think all i need to do is to get a proper grub.cfg into the right place14:41
tomreynJackWinter: probably. by the way: the grub.cfg on the ESP  is just a minimal one pointing the grub efi boot code to where to load the actual grub.cfg from.14:42
tomreynthe file system UUID there will need to be correct, but thats about it14:43
dunpealHi. What's a good trackpad that works with Ubuntu 18.04?14:46
JackWintertomreyn: afaict there is no grub.cfg in /boot/grub/, just the one on the EFI.  pretty sure this will be the problem14:47
tomreynright14:47
lotuspsychjedunpeal: we reccomend to test your hardware= try an uubntu liveusb ==> works well? ::>physical install14:48
dunpeallotuspsychje: I'm looking to buy, so I need to know what to order before I order :)14:49
lotuspsychjedunpeal: take a look here: https://certification.ubuntu.com/14:50
lotuspsychjedunpeal: just keep in mind that list might be not up to date, other devices might also work like charm14:51
dunpeallotuspsychje: thanks, but this seems to be entire systems (desktops and laptops)14:52
lotuspsychjedunpeal: another alternative, would be taking your laptop with ubuntu to the store, and try it out14:54
dunpealIt's for my desktop, not a laptop :)14:57
dunpealand I'm ordering from Amazon, so ideally I'd just need the name of a model that works14:58
sofia07hey guys - I have three questions about annoying changes in ubuntu 18.04  - 1 - what is this cloud.init crap ? OK, I understand if that will be in AWS but why it needs to be a default ? Second - two cloned machine with different MAC gets the same address - that is creepy - netplan has no role in this - this new /etc/machine-id is another weird unneeded complication -15:29
yosefkhi. I just performed an apt-get upgrade on my system and rebooted. After which the entire contents of my home folder was gone except for dot files. All directories also15:30
yosefkhas anyone experienced anything similar?15:31
rpifandid u do dist-upgrade15:32
rpifanthat can screw things up sometiems15:32
yosefkjust regular apt -u upgrade15:32
sofia07yosefk, never15:32
lotuspsychjeyosefk: always make a backup before upgrading15:32
sofia07regardless, you did something else beside the apt update upgrade15:33
yosefksofia07, where else besides for apt.log might something be logged?15:33
sofia07you maybe logged as root ?15:33
sofia07root has nothing at home15:34
sofia07you looked at /home/user (where your user was first?)15:34
sofia07First - what version you upgrade to what version ?15:34
sofia07I doubt very much that you lost the files15:35
yosefkit wasn't a release upgrade. Just a package upgrade15:35
sofia07of what version ?15:35
yosefkhttps://pastebin.com/dXqgAKtD15:35
yosefkkernel upgrade as well15:36
k_szeRight now apticron depends on bsd-mailx, which depends on postfix, but postfix is bound to port 25, which prevents me from running docker-mailserver.15:38
yosefksofia07: I was also trying to install a tool called openvas15:39
k_szeIf I look at `apt depends apticron`, there's a pipe character in front of some lines, e.g. "|Depends: bsd-mailx"15:39
k_szeWhat does that mean?15:39
ioriak_sze, alternatives15:44
multifractalFresh install of 16.04 is freezing on shutdown. I enabled "acpi=force" and removed "quiet splash" so that i could see logs. It's saying `BUG soft lockup CPU#3 stuck for 22s`15:45
k_szeioria: what alternative should I installed so that the e-mail related ports such as 25 and 587 are freed up, so I can use docker-mailserver?15:48
ioriak_sze, i mean the pipe '|' is a logic 'or'15:49
k_szeioria: yes, I get that now.15:49
ioriaah,ok15:49
k_szethe '|Depends' marks the preferred candidate, apparently.15:49
k_szeand the next line would be an alternative15:49
iorianope,the contrary15:50
k_szeor multiple alternatives (if it's a virtual package)15:50
ioriak_sze, the first (without the pipe) is the preferred15:50
k_szeioria: https://paste.ubuntu.com/p/dfkjcBvQ6V/15:52
ioriak_sze, indeed, apticron does not install bsd-mailx (at least on my system)15:54
k_szeI think it installed postfix initially.15:54
ioriaah15:54
k_szewait... no15:55
k_szebsd-mailx depends on postfix15:55
k_szeSo anyway, I have no idea what I'm supposed to do to free up the mail-related ports. :/15:55
k_sze(while keeping apticron)15:56
ioriak_sze, you can change the port in maste.cf on postfix (if yo don't use it)15:57
ioria*master.cf15:57
gst568923hi guys, I have a Music.m3u file and I would like sort with simple bash sort command. excluding first line that is the header #EXTM3U then each line is: #EXTINF:-1,Artist - Song and in the newline there is a http://www.youtube....16:02
gst568923It's possible?16:03
multifractalShutdown works OK if I use terminal and `sudo poweroff`, but not if I do it through the shutdown menu item at the top right of the screen. Then it just freezes with the shutdown/restart dialogue box semi-transparent (as if it froze during the fadeaway animation for the dialogue box was half way through)16:03
multifractalIt also just froze on the login screen. No response to any keyboard or mouse16:04
=== wodencafe is now known as woodencafe
compdocmultifractal, is it a VM?16:07
coconutWhat would happen when i put an additional 802.11ax usb wifi adapter in a laptop which already has 802.11ac support on it's chip?16:08
fooobarrrare we talking salt and vinegar chips?16:10
multifractalno16:10
fooobarrri love salt and vinegar chips... not sure what "802.11ac support on its chip" means16:10
coconutfooobarrr: with an it's chip i mean default support on motherboard.16:12
fooobarrris the motherboard a giant chip?16:12
fooobarrrone  big salt and vinegar chip would be great16:13
coconutfooobarrr: to me? yes.16:13
Greyztarevening,how i may limit journalctl total size? i dont need archives and such ill make due with something like last weeks happenings or so16:14
Greyztarohh also im on 18.0416:16
coconutfooobarrr: do you happen to know what happens with twice the wifi support? (in Linux but also desktop env)16:17
lordcirth_workcoconut, I've had 2 wifi cards in a linux machine before.  Worked fine16:19
limbo_How do I redirect stdout to /dev/null, and stderr through a pipe?16:20
coconutok, thnx lordcirth_work :)16:21
k_szeioria: thanks for the tip!16:23
fooobarrrcoconut the wireless module that is installed on a motherboard is most likely using PCIe for communication. It would show up as a pcie device to the host OS. If you installed an additional wireles pcie card it would also show up as a pcie device. PCI devices typically won't have conflicts with each other and will appear as independent devices16:23
fooobarrrubuntu will detect both devices as wireless adapters that can be controlled independently16:24
lordcirth_worklimbo_, thingy.sh  2>&1  > /dev/null | less16:28
SimonNLUrbanecm: any thing changed to your BT situation ?16:29
UrbanecmSimonNL, yes, my battery got discharged, so I was forced to reboot. It's working now16:29
UrbanecmNo idea why it wasn't before rebooting :(16:29
SimonNLmost important thing is it works now \o/16:30
kur1jlordcirth_work: I know you gave some suggestions on potential solutions for this bug but I've seemingly done everything, but none of the solutions work. You have any suggestions on how to actually debug it so I can fix it myself?16:30
kur1jhttps://bugs.launchpad.net/ubuntu/+source/autofs/+bug/40189/16:30
ubottuLaunchpad bug 40189 in autofs (Ubuntu Xenial) "[SRU] [xenial] [bionic] autofs needs to be restarted to pick up some shares" [Undecided,Incomplete]16:30
kur1jthis silly bug is destroying me haha16:31
lordcirth_workkur1j, did you try restarting autofs from a systemd timer like I mentioned earlier?16:31
kur1jlordcirth_work: I did, no dice16:32
UrbanecmSimonNL, that's true :)16:32
lordcirth_workWhat timer duration?16:32
kur1j60 seconds after restart16:32
limbo_lordcirth_work: Ohh, thought that just combined fd 1+2 and redirected both to /dev/null16:32
lordcirth_workHmm, yeah that ought to be plenty16:32
coconutfooobarrr: sounds great. :)  Do you also know how would i make Linux/desktop to use the added usb wifi adapter instead of the one coming with laptop?16:32
lordcirth_workI can't really help you debug autofs, I'm an IT guy, not a programmer.  This is at the point where *I* would start using something other than autofs to get the job done.  Like systemd automounts.16:32
Netwolfanyone else patch for the nginx bug?16:33
MathisenNetwolf, what bug16:33
NetwolfI use brotli and http216:33
lordcirth_worklimbo_, it's confusing, I know.  What it actually does is "redirect stderr to where stdout is *currently* going.  Then redirect stdout to /dev/null.  Then pipe the rest (which is now stderr)"16:33
NetwolfMathisen: there was a vuln in nginx affeting millions on sat16:33
kur1jI'm going to go back and retry that again as I don't remember if I stopped the original service from starting which might have been conflicting for some reason. Well I think you had that suggestion but i thinkt he result was that systemd automounts don't work with freeIPA16:34
Netwolfhttps://www.rapid7.com/db/vulnerabilities/nginx-cve-2017-752916:34
MathisenNetwolf, im sure there was/is but cant say more until you say wich one16:34
Mathisenoki16:34
NetwolfI use brotli and http216:34
Netwolfwhich are awesome so I had to recompile from source16:35
lordcirth_workkur1j, so yeah, I would ditch autofs entirely and try using systemd's automount features.  I've never needed to use them, but I'm sure they work16:35
kur1jlordcirth_work: would it work with FreeIPA though?16:36
lordcirth_workkur1j, I'm not familiar with FreeIPA.  Does it just try to read the files it needs, like any other program, or does it try to create autofs configs itself?16:37
=== beaver is now known as pipasfr
kur1jlordcirth_work: autofs pulls the autofs configs as a source from LDAP (FreeIPA) and then mounts whatever is in the freeIPA config16:38
fooobarrrcoconut: ubuntu has no idea what wifi adapter "comes with the laptop". You'll just have to turn off the old one in the OS - probably just turn on the machine without the new device and figure out what the old Wifi is called so you can just turn that one off when you add the new card.16:38
lordcirth_workkur1j, sorry, can you clarify?16:38
lordcirth_workAlso, how committed are you to FreeIPA?  Have you already set it up, or just starting now?  Because Samba4 also exists.16:39
kur1jlordcirth_work: so autofs creates the /etc/autofs.master; /etc/autofs.xxx configs on the machine and autofs reads the files and mounts what in those files by default. Autofs also has an option to read those same autofs.master configs from FreeIPA.16:40
kur1jat this point I'm pretty comitted toe FreeIPA16:40
kur1jit works really well and I've had very few problems with it (so far)16:40
lordcirth_workautofs creates it's own autofs.master?  You mean just creating the defaults, or?16:40
coconutfooobarrr: thnx!! :D. Would it be easy for me to do that you think?16:41
kur1jlordcirth_work: sorry it reads them from autofs.master16:41
stormchaser3000t16:42
lordcirth_workkur1j, so is autofs.master written by FreeIPA, or manually by you?16:42
=== TechTest_ is now known as plaaacebo
fooobarrrvery easy coconut as long as ubuntu can figure out what to do with the usb wifi adapter (it should be able to )16:43
kur1jlordcirth_work: I'm saying that autofs reads from autofs.master by default. Instead of reading autofs.master it now reads a "autofs.master" from FreeIPA16:43
=== plaaacebo is now known as placebot
kur1jlordcirth_work: basically I can make autofs read from locally, or from freeIPA, to know which drives to mount, its mounting and controlled from FreeIPA16:44
lordcirth_workkur1j, ok.  And this is something that FreeIPA documentation recommends?16:45
epizefiriHi guys, do you know where i can find the logs file for the gnome default backup tool?16:45
kur1jyup, its built into FreeIPA16:45
kur1jlordcirth_work: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/configuring-automount16:45
lordcirth_workkur1j, how many different mounts will there be?  How bad would it be to just make your own mounts?16:46
=== SimonNL is now known as SimonNL_Afk
kur1jlordcirth_work: we have about 100 machines and about 3 different main mounts. The issue is that if we need to add another mount we would have to go add that new mount manually to each one.16:47
kur1jusing FreeIPA, I just define a new mount and it does it automagically16:47
lordcirth_workkur1j, see, personally I think you should be using a configuration management tool.  FreeIPA is a user and SSO management tool, not config management16:47
lordcirth_workPersonally I would be using Saltstack.  Adding a new mount to every machine would be trivial.16:48
kur1jwell I want to eventually get some type of PXE boot setup and configuration management so I can just plug a computer up to the network and it gets configured automatically (never heard of SS but looks like its  a cloud based product which we can't use)16:50
kur1jgot suggestion for that, that can be hosted on premise for PXE, and config management? brb have meeting16:51
coconutfooobarrr: i will just ask for Linux support when i will buy one in store, and come back later when i have bought laptop+ wifi adapter. And thanks again, it's great. :D16:53
lordcirth_workkur1j, Saltstack isn't cloud-based.  We run our own salt-master (actually 3, one for each department).  I have PXE configs that automatically install salt-minion and a config so on first boot they connect.  I have LXC container hosts that listen for Salt commands to create and bootstrap new minions as containers.16:55
lordcirth_workNone of it is perfect but it's so far past what we had before, which sounds similar to what you currently have.16:55
=== sm0rux_ is now known as sm0rux
=== woodencafe is now known as wodencafe
=== placebot is now known as placebo
=== stormbard is now known as stormbard_away
=== stormbard_away is now known as stormbard
=== coffeeguy is now known as zenguy
=== SimonNL_Afk is now known as SimonNL
kur1jlordcirth_work: well they also hate paying for stuff haha17:51
lordcirth_workkur1j, it's FOSS or I wouldn't be using it17:52
kur1jdoes it use Ansible in the background?17:53
Greyztaris often so that layers upon layers of automatation software is better to avoid and rather have it simple as less possibel things can go wrong?17:53
lordcirth_workkur1j, No, Salt and Ansible are competitors.  (And Salt is much better, in my opinion)17:53
=== capella is now known as capella|away
lordcirth_workGreyztar, too many layers can be a problem, but with 100 machines, doing everything manually means that it will not get done right17:54
lordcirth_work1 layer of automation is much better than 0.17:54
Greyztarlordcirth_work: so in general we try to find the thing in the middle right?Im just trying to figure out how to "attack" things17:55
lordcirth_workGreyztar, It depends on how many machines you have, and how different they are from each other.17:55
Greyztarreason is,many times im recommended by sysadmins using this and that software,when i can use bash scripts instead,however i see that thousands of clients might be better handle by some software17:56
lordcirth_workIt's a question of the constant-factor overhead of learning a new system, vs the linear or worse overhead of building and maintaining things yourself17:57
lordcirth_workWith one machine, script it and write documentation.  With a dozen, Salt.17:58
lordcirth_workIt'17:58
lordcirth_work*It's also more portable across distros than scripts are17:59
Greyztarlordcirth_work: thanks,that makes sense! Ive tried ansible and found it nice,for now im just doing home lab automation,but eventually i recon i will be dealing with larger infrastructure17:59
lordcirth_workGreyztar, IMHO Ansible is a glorified pdsh.  I like salt much better.17:59
lordcirth_workAlso, LXC containers are your friend18:00
Greyztarlordcirth_work: yeah ive heard good things about salt aswell maybe will try it out,yeah ive been using lxc for a long time its quiet the stuff (,")18:01
ubertacoApologies for asking what's probably been asked a million times, but is there a timetable for when the openjdk-11-jdk package will actually *be* JDK 11 instead of JDK 10?18:08
ubertacoI'm running 18.04, if that makes a difference18:09
icholyI ran a script that modified /usr/lib/libreadline.so.618:17
icholyI ran sudo apt-get install libreadline6-dev --reinstall18:17
icholyThis didn't update the shared libs.18:17
icholyHow do I force apt to do this? Or do I just recomplie from source?18:18
leftyfbicholy: I don't seem to find /usr/lib/libreadline.so.6 in ubuntu18:19
kur1jlordcirth_work: does saltstack provision machines? or is it just configuration management?18:22
sofia07hello guys - is the cloud.init of anyuse if you are not using amazon ?18:22
icholyleftyfb: well then you don't have it installed18:22
icholydug18:22
sofia07I want to get rid of it - it seem I cannot even rename the /etc/host18:22
leftyfbicholy: I'm searching the repos. Not just my local install.18:22
sofia07it is wierd18:22
leftyfbaaaaaand, they're gone18:23
=== capella|away is now known as capella
leftyfbsofia07: https://nucco.org/2018/05/ubuntu-18-04-chronicles-removing-cloud-init.html   # 2nd result on google for "ubuntu remove cloud init"18:24
c06hi all i need some help in packet forwarding iptables18:24
lordcirth_workkur1j, it's config management.  It goes from an installed Linux distro to whatever you want.  However, you can pretty easily use Salt to create a PXE boot server, etc18:24
sofia07leftyb: thanks, is there an explanation of why is this useful or necessary at all ?18:25
kur1jlordcirth_work: well I figured it was "PXE Boot Server" that images machines with a base image and then SS would do the configuration management of it18:26
kur1jnot SS creating a PXE boot server18:26
lordcirth_workkur1j, right, you can certainly configure the pxe boot server manually.  But my style is to go self-hosting.18:27
kur1jlordcirth_work: self-hosting?18:28
lordcirth_workAll servers are installed from PXE.  All servers are configured from Salt, including the salt master itself18:28
kur1jlordcirth_work: ah18:28
kur1jlordcirth_work: what do you use for your PXE boot?18:28
lordcirth_workAll configuration is therefore in a single git repo, and I could recover from the campus being flattened by pulling that repo18:29
lordcirth_workI am currently using dnsmasq + pxelinux, but I've been meaning to switch to dnsmasq + iPXE when I have free time (lol)18:29
c06https://paste.linux.community/view/666ab71d -> any suggestions on iptables, unable to find the mistake18:30
kur1jlordcirth_work: reason you don't want to use MAAS? or cobbler?18:31
kur1jor the like?18:31
tamj0rd2Hey. I've had trouble with linux since upgrading to 1818:32
lordcirth_workMaaS is cool, I tried it out a few years back, but at the time it seemed a bit too opinionated to handle our ... diverse environment18:32
lordcirth_workI should probably give it another try18:33
tamj0rd2During the installation I had a problem and had to continue with the upgrade from the recovery terminal. I'm not really sure where to start with fixing this18:33
lordcirth_worktamj0rd2, could you be more specific?18:33
tamj0rd2Yep, maybe a picture will help. 1 sec18:33
kur1jlordcirth_work: well that would be a problem for us because we have CentOS systems and I don't think you can deploy them without paying for it18:33
lordcirth_workkur1j, RHEL is the one you pay for, CentOS is free18:34
kur1jreally? I could have sworn I read somewhere that you had to pay to have MaaS deploy CentOS boxes18:36
lordcirth_workOh, MaaS maybe.  Not the normal distro18:36
tamj0rd2lordcirth Here are some screenshots https://imgur.com/a/EFtqp9K18:36
lordcirth_work"Besides Ubuntu, MAAS allows users to deploy different operating systems, such as CentOS. Ubuntu Advantage customers can additionally deploy Red Hat Enterprise Linux (RHEL), OpenSUSE, SLES, Window Server and Windows HyperV."18:37
tamj0rd2The first one is a pic of my terminal. It used to be a dark colour but now it's light. And all the menu items are squashed together18:37
lordcirth_workSo yeah, you need Advantage to deploy anything that you need to pay for.18:37
tamj0rd2The text in my browser is also pretty messed up. Shown in the last 2 screenshots18:37
lordcirth_workThat's odd18:37
kur1jlordcirth_work: yeah, I saw that. I looked at it like 1.5 years ago and i ruled it out because I read somewhere it wouldn't allow CentOS images to be deployed but I guess they changed that18:38
tamj0rd2I don't really know what might have gone wrong18:38
tamj0rd2I accidentally dismissed a dialogue during the upgrade and it wouldn't come back, so I restarted my computer and carried on the upgrade through the recovery mode. This is the only problem I've noticed since then though18:38
tamj0rd2any idea what it might be related to?18:39
lordcirth_workkur1j, anyway, at the time the requirements to get everythin working just the way MaaS likes it seemed too annoying for the benefits.  I have put a re-evaluation on my TODO list.18:39
lordcirth_worktamj0rd2, restarting mid-upgrade?  Could have broken just about anything.  Did you try apt install -f?18:40
tamj0rd2ah I haven't tried that18:40
lordcirth_workI suspect you'll end up reinstalling18:40
tamj0rd2Just gave it a shot and it says 0 to upgrade/install18:40
tamj0rd2aw man :(18:40
lordcirth_workIt might be fixable, but you don't know what you broke, it could be anything, and if you fix it there might be something else broken18:41
lordcirth_workBut maybe someone else here can help better.18:41
tamj0rd2this is a really silly question, but is there any particular name for windows on ubuntu? I'm trying to do a google search but can only get results about windows dual boots ':)18:45
Balsaqwhat do you mean tamj0rd218:45
Balsaqwindows 10 is called windows 1018:46
tamj0rd2I don't mean windows as in microsoft windows18:46
tamj0rd2I mean windows in ubuntu. Like, desktop windows18:46
Balsaqpanels18:46
tamj0rd2ahh, thanks18:46
Balsaqyw18:46
Balsaqthere is also an adoo on pkg called plank18:47
Balsaqwhich i like much better than adding a panel18:47
tamj0rd2for context, I'm trying to fix a problem with the way some things are displaying. e.g https://imgur.com/a/pw73abg18:47
tamj0rd2so I'm trying to figure out what I might need to reinstall to fix it18:48
Balsaqif we saw some pics of the problems we might be able to make more suggestions18:48
tamj0rd2Did you see my imgur link?18:49
tamj0rd2I sent another link here too: https://imgur.com/a/EFtqp9K18:49
Balsaqno ill look  back18:49
tamj0rd2https://imgur.com/a/pw73abg18:49
Balsaqok that looks like ur running maybe some type of xfce dekstop environmnet?18:50
Balsaqand u dont like it that way?18:50
tamj0rd2I'm not really sure how I'd tell. I think I left my desktop environment however it was when I installed ubuntu 16 a while ago18:50
sofia07helllo guys I need to install in Ubuntu 18.04 apt install mono-webserver-hyperfastcgi18:50
tamj0rd2But menu items, for example in the terminal, didn't used to look squashed together like that before18:51
sofia07but it eslls me it depends on libevent-2.0-5 (>= 2.0.10-stable) but it is not instalable18:51
Balsaqthe is pic at imgur looks like xubuntu18:51
Balsaqwhat OS are u running18:51
sofia07but I have already libevent-2.1-6/18:52
Balsaqsofia07 you may like gnome or kde better...the way they display things18:52
Balsaqthe 1st imgur pic did not look like ubuntu 18 04 which uses unity desktop18:53
sofia07Balsaq: I am installing onlyoffice - it is halting the install because of that18:53
tamj0rd2I'm running ubuntu 18.04. I update from Ubuntu 16 something a few days ago but there was a problem during the upgrade and I had to restart my computer18:53
tamj0rd2Unity rings a bell. I think I was using that before on Ubuntu 16 too18:53
Balsaqdid u choose to update or upgrade18:53
tamj0rd2I think I upgraded18:53
tamj0rd2Maybe I can try reinstalling unity?18:54
Balsaqi prefer the normal 18 04 unity envoronment so i just do regular updates18:54
tamj0rd2umm18:54
OerHekssofia07, mono-webserver-hyperfastcgi or mono-fastcgi-server ?? and bionic gives 2.1.8 https://launchpad.net/ubuntu/+source/libevent18:54
tamj0rd2I don't think I did an update or upgrade to unity specifically18:55
tamj0rd2It was just an upgrade for linux18:55
Balsaqsofia07 did u start originally in ubuntu 18 0418:55
Balsaq16 04 looked a lot like 18 04  sofia07 so that 1st imgur pic makes me think u changed the desktop environment18:57
tamj0rd2Ah ok. I'm not really sure how I would have done that haha. I'll have a look online to see if I can change it back18:57
qwebirc41476Hi. I have a question about Landscape18:57
Balsaqyou can always change to other desktops18:58
gambl0redoes ubuntu support 150% fractional scaling?18:58
qwebirc41476I'm tryuing to use the quickstart on google cloud. Trouble is, the server defaults to usign the FAKE FQDN. How can I force the server to use a specific valid URL?18:58
tamj0rd2Is there a command to sqitch Balsaq?18:59
tamj0rd2switch*18:59
tamj0rd2that name lol.18:59
OerHeksgambl0re, gnome-tweak-tool gives that option by %18:59
sofia07Balsaq - this is a virtual machine server, it is just a requirement for onlyoffice - everything was installed on 18.04 and I am trying to install onlyoffice in an ubuntu 18.4 and followed https://www.mono-project.com/download/stable/#download-lin-ubuntu19:00
Balsaqsofia07 did you dektop originally look like this before u did that upgrade..or w/e  u did?   https://www.youtube.com/watch?v=2OTwHSa1KVc19:00
tamj0rd2Yep it looked exactly like that Balsaq19:00
tamj0rd2I might have installed a theme or something, but I remember it looking a lot like that19:01
sofia07Balsaq: I do not have gnome in the virtual machine19:01
Balsaqok then thats what happened19:01
sofia07what happened ?19:01
tamj0rd2I'm not sure if you actually mean me or sofia at this point19:02
Balsaqthe upgrade you did or w/e happened changed it...that 1st imgur looks a lot like older buntu or xubuntu19:02
tamj0rd2ohhh19:02
tamj0rd2I've tried to update unity but it already says I have the latest version19:02
Balsaqwhich one of u did not like the looks of the desktop envoronment19:02
tamj0rd2me19:03
tamj0rd2I just want it to be the default ubuntu environment19:03
bumblefuzzso, I'm testing my dns spoofability over at grc.com and, no matter how I set my DNS in networking, the same DNS (my ISP's) keeps coming up19:03
Balsaqshow me u r imgurs again then19:03
bumblefuzzI've tried googling and different methods and nothing works19:03
tamj0rd2https://imgur.com/a/pw73abg https://imgur.com/a/EFtqp9K Balsaq19:03
bumblefuzzhow can I force ubuntu to use the DNS servers I specify?19:03
Balsaqdefault is unity tamj0rd219:03
Balsaqhttps://www.youtube.com/watch?v=2OTwHSa1KVc    looks like this19:04
tamj0rd2How do I switch to it?19:04
gambl0reOerHeks, is that with ubuntu 18?19:04
OerHeksgambl0re, yes19:04
Balsaqit has been like that in 18 04 and 16 and i think before that too19:04
tamj0rd2But what you've shown in the video isn't how mine looks. I want it to look like in the video19:04
gambl0reis it only available with gnome or is fractional scaling available on other desktop environments?19:05
Balsaqok then u want ubuntu 18 0419:05
tamj0rd2I have ubuntu 18.04, that's what I'm running19:05
Balsaqthen let me see pic of desktop as it is now plz19:05
OerHeksgambl0re, not sure other DE's can do that19:06
gambl0reOerHeks, is it easy to install and configure gnome-tweak-tool?19:06
tamj0rd2I've added more screenshots to this imgur Balsaq https://imgur.com/a/pw73abg19:06
bumblefuzzany ideas?19:06
OerHeksgambl0re, sure, i thought you would have tried by now19:07
tamj0rd2I'm sure my menu items and the folder window aren't supposed to look like that19:07
Balsaqthat looks like mine which is the normal gnome 4 i think19:07
gambl0reno im still researching which linux distro supports fractional scaling but now that you mentioned ubuntu 18 does then ill try that out first. thanks19:07
OerHeksgambl0re, have fun!19:08
tamj0rd2Maybe I can try switching the desktop from the login screen. I'll brb19:08
Balsaqdo u like this one tam https://www.youtube.com/watch?v=XCm_UOqOkRk  this is the regular one19:09
tamj0rd2ahh.. that was the problem. I completely forgot that you have to switch desktops from the login screen19:10
tamj0rd2Switching back to Unity fixed it19:10
tamj0rd2It was on a setting called Ubuntu19:10
tamj0rd2I still have a problem though. All my menu items are still squashed together @Balsaq19:10
Balsaqok tamj0rd219:10
Balsaqtamj0rd2do u mean squished on that left side clear panel the launcher?19:10
bumblefuzzhow can I force ubuntu to use the DNS servers I specify?19:11
tamj0rd2https://imgur.com/sblAv9N19:11
tamj0rd2I mean like this. All the menu items for the window are squashed together and its hard to really tell which one is which19:11
bumblefuzzinstead of the ones specified by my isp?19:11
lordcirth_workbumblefuzz, on desktop?  Go to your network settings, there's a DNS tab19:12
bumblefuzzI did that19:12
bumblefuzzit's still using same ones19:12
bumblefuzzI restarted too19:13
tamj0rd2@Balsaq The menu items look like that for all of my windows. In the screenshot I've sent there are supposed to be dropdowns, but you can only see that it's a dropdown once you click on it19:13
Balsaqtamj0rd2 that last pic was your updater19:13
tamj0rd2Yeah19:13
Balsaqi did not see anything squished19:13
tamj0rd2I mean the "Ubuntu software, Other software, Software updates" etc right at the top of the window19:14
tamj0rd2They're all squashed right next to eachother19:14
bumblefuzzlordcirth_work: I did that19:14
bumblefuzzlordcirth_work: it's still using the same ones19:14
tamj0rd2Where it says "Automatically check for updates", the Daily part is supposed to be a drop down list, but it doesn't show. It just looks like text. You can only tell that it's a dropdown list once you click on it19:14
Balsaqok i see hmm i dont use that one so i dont know if it looks like that19:15
lordcirth_workbumblefuzz, how are you checking what it's actually doing?19:15
bumblefuzzgrc.com19:15
bumblefuzzdns spoofing test19:15
nekoseami've never written anything to USB sticks aside from ISOs in the terminal, now I want to store some ROM files on one. I doubt I'd use dd to write them onto it and the empty USB stick doesn't show up in gnome-files19:15
bumblefuzzI ran ti before19:15
bumblefuzzand it's still using the same ones19:15
bumblefuzzeven after a restart19:15
nekoseamhow would i go about putting them on one19:15
tamj0rd2I'm going to try to switch to Gnome to see if it's any different19:15
Balsaqi use the normal software updater in 1804 and terminal19:16
Balsaqi do sudo apt-get updates                         (not upgrades)19:16
tamj0rd2Balsaq it's exactly the same problem in Gnome19:16
tamj0rd2for me that says Invalid operation updates19:17
Balsaqsounds like u have a issue with the system in general19:17
Balsaqsomething is corrupt19:18
tamj0rd2:/ Do you know if there's a way to reinstall without losing data? I have a lot of stuff set up19:18
Balsaqis your stuff backed up to a different drive?19:18
tamj0rd2I have my documents on a different drive, but I'll lose all my software :/19:19
bumblefuzzhow would I go about reconfiguring my dns from the command line19:19
Balsaqthen dont do anything till we get a real pro in here helping you19:19
tamj0rd2alright, thanks19:19
za1b1tsuany rails dev using puma-dev?19:20
Balsaqim use ubuntu different..i keep everything backed up to my external because i have never had luck "fixing" ubuntu, so i just wipe it and reinstall19:20
lordcirth_workbumblefuzz, I would disable networkmanager, configure the network manually, and specify dns servers in /etc/network/interfaces.  But I'm a server admin, there might be a better way on desktop19:20
tamj0rd2Ah, ok :/19:20
=== caravena_ is now known as caravena
tamj0rd2I didn't really know how to back up. I thought the upgrade to 18.04 would just be easy19:20
bumblefuzzI tried the desktop method19:21
bumblefuzzit didn't work19:21
sofia07I get this error mono-webserver-hyperfastcgi : Depends: libevent-2.0-5 (>= 2.0.10-stable) but it is not installable19:21
tamj0rd2sudo apt-get update works for me. Not update Balsaq19:21
lordcirth_worktamj0rd2, replacing your OS in-place is rarely perfectly safe19:21
tamj0rd2not updates*19:21
Balsaqi know win 1thats how i update sudo apt-get update19:21
nekoseamtl;dr all i want to know is how i'm supposed to put any old file on a usb stick when it isnt showing up in gnome disks19:22
Balsaqbut i dont upgrade19:22
nekoseamgnome-files*19:22
nekoseamit shows up in gnome disks just fine19:22
lordcirth_worknekoseam, perhaps it's not formatted?19:22
tamj0rd2what's the difference between update and upgrade? Is upgrade just for going to the latest OS?19:22
nekoseami formatted it19:22
bumblefuzzlordcirth_work: I don't have anything in /etc/network/interfaces19:22
nekoseamit originally had a solus live iso on it19:22
nekoseamit was showing up then19:22
bumblefuzzauto lo19:22
nekoseambut now it doesnt :/19:22
bumblefuzziface lo inet loopback19:22
bumblefuzzthat's it19:22
lordcirth_worktamj0rd2, 'apt update' checks for updates.  'apt upgrade' installs updates, except for certain ones like kernels. 'apt full-upgrade' or dist-upgrade installs all updates.  do-release-upgrade goes to a new Ubuntu version.19:23
tamj0rd2ahh, ok. Thanks19:23
Balsaqyeah tamj0rd2 for example some folks accidentallly upgrade to the next version19:23
tamj0rd2Is upgrading the OS similar to installing it fresh then? Like, if I were to wait a while and install the next version of Ubuntu 18, do you think it might install whatever's missing?19:24
Balsaqtamj0rd2 i think the clean install of the latest LTS is the best way but thats my opinion...19:25
Greyztarhow come this isnt working trying to make function for kill screen command https://paste.ubuntu.com/p/fQNfx2zjn7/19:25
Balsaqi never upgrade to the nest new one once i have LTS i stay till the next LTS and then clean install that19:26
Balsaqbut again i have everything i want totally backed up19:26
=== stormbard is now known as stormbard_away
tamj0rd2Feeling a lot of regret right now :/19:26
lordcirth_worktamj0rd2, it's supposed to be the same but there's sometimes small differences.  However, I doubt it will fix itself, now19:27
tamj0rd2Hmm19:27
tamj0rd2So far I've only noticed this issue and it only seems to affect the built in ubuntu apps, so maybe i'll just leave it19:27
tamj0rd2Haven't had any other problems so far19:28
=== SimonNL is now known as SimonNL_Afk
tamj0rd2well, my terminal also changed colour but that's it19:29
sofia07hey guys - where are the dependencies specifiein mono-webserver-hyperfastcgi19:30
lordcirth_workIs that a package name?  I don't see it19:32
Bashing-om!info mono-webserver-hyperfastcgi bionic | sofia07 : We will need more info;19:32
ubottusofia07 : We will need more info;: Package mono-webserver-hyperfastcgi does not exist in bionic19:32
mustmodifyInteresting issue. I do ` tail -n 40000000 log/production.log > tmp/recent.log` and then `wc -l tmp/recent.log` and get 200k.19:34
mustmodifywhen the original logfile has 83M lines19:34
mustmodifyany ideas?19:34
lordcirth_workPerhaps tail has a line cap?19:34
pragmaticenigmamustmodify: what is the file size of tmp/recent.log ...19:36
=== daniel is now known as Guest29316
Nebucatnetzerhi everyone :), is someone here who has experience with nvidia and optimus?19:38
Bashing-omNebucatnetzer: There are some, state your real question :)19:38
bumblefuzzcan anyone help me change my dns servers?19:39
mustmodifypragmaticenigma:  260611482619:40
mustmodify2.5G19:40
=== stormbard_away is now known as stormbard
NebucatnetzerI've got the Dell Precision 5530 with the Nvidia Quadro P1000. I wiped the original Ubuntu 16.04 and replaced it with Ubuntu 18.04. Mainly because I wanted to have full disk encryption. The problem is now that with the propretiary drivers suspend doesn't work anymore (the machine hangs after waking up) and i3-wm looks strange with it. With the nouveau drivers i3-wm looks like it should and suspend works. But optirun gives me an19:45
Nebucatnetzer[ERROR]Cannot access secondary GPU - error: Could not enable discrete graphics card19:45
fooobarrrNebucatnetzer: i had to install the NVidia proprietary drivers to get graphics working with an NVidia Pascal gpu19:45
fooobarrridk if its arch specific19:46
fooobarrrjust go to the nvidia site download the appropriate driver, init 3, install the driver, init 5 and you should be ok then.19:46
ikoniano19:46
ikoniathat is bad info19:46
fooobarrrok19:46
ikoniathe init system is not longer the same19:46
NebucatnetzerWith the proprietary drivers suspend stops working. At least with the ones from the official repo and the ppa19:47
ikoniafooobarrr: please don't give out bad information19:47
fooobarrridk how that worked then19:47
fooobarrrikonia: that's what i did.19:47
coconutHow great are ext4 file system supported outside Linux?19:47
ikoniaon ubuntu you did init 3 and then init 519:47
ikoniacoconut: badly19:47
fooobarrrubuntu 18.0419:47
ikoniafooobarrr: systemd has different un levels19:47
fooobarrrthat is correct ikonia19:47
lordcirth_workcoconut, not too well.  If you need portability, use another fs and have Linux read it19:47
fooobarrri don't know what happened then.19:48
fooobarrrre: graphics driver though, the open sources drivers absolutely did not work.19:48
fooobarrri had to install the nvidia drivers19:48
ikoniaubuntu packages the nidia drivers for you19:48
ikoniathe package manager offers multiple versions19:48
fooobarrri tried that too19:49
fooobarrrit did not work19:49
lordcirth_workdidn't work how?19:49
fooobarrrthere was no display. I didn't bother trying to figure out why.19:49
ikonianot really the best approach19:49
ikonianot to debug the problem and just keep trying different things19:50
Nebucatnetzeron my desktop I had the same problem adding nomodeset to grub fixed that19:50
coconutlordcirth_work: no i *do* want ext4 fs under ubuntu :) I think i wil just use 50 of the drive for another fs which works under mac and win.19:50
fooobarrrof course i should have to dig through logs and other stuff because i ran an update19:50
bumblefuzz_can anyone help me set my dns servers19:50
bumblefuzz_?19:50
ikoniabumblefuzz_: they are normally set for you in dhcp19:50
lordcirth_workcoconut, yeah, I didn't mean for /19:50
coconut:)19:50
lordcirth_workHe wants to change them because his ISP DNS sucks19:50
ikoniadoesn't network manager allow you to set them ?19:51
lordcirth_workYou might to change at your router though19:51
bumblefuzz_ikonia: I want to set my own19:51
lordcirth_workI changed mine at the router19:51
bumblefuzz_ikonia: I've tried the stuff that comes up in google but, even after setting, it still uses the same one set by dhcp19:51
pragmaticenigmacoconut: ext4 is not supported by other OS's natively, and support for read/write is limited. If a drive is going to be used for data by multiple OS's choosing one of the FAT types is generally the safest route.19:51
bumblefuzz_I'm on dorm internet19:51
bumblefuzz_no access to the router19:52
ikoniabumblefuzz_: did you try setting them in network manager ?19:52
bumblefuzz_yep19:52
bumblefuzz_tried that first19:52
ikoniahow did you set it ?19:52
bumblefuzz_network connections, edit connection, ipv4: dhcp, addresses only, dns addresses comma separated19:53
NebucatnetzerI just had a look in nm. There's an option for DHCP address only. I reckon this will give you the IP and lets you customize the DNS19:53
Nebucatnetzerah nevermind then :)19:53
ikoniabumblefuzz_: how are you validating what DNS servers it's using19:54
coconutpragmaticenigma: i think i will indeed go to the fat road... seeing exfat is supported by default on win and mac and has ability for bigger files too.19:54
bumblefuzz_when I test with grc.com it still comes up with the ISP-specified DNS servers19:54
bumblefuzz_and only those19:54
coconutand thank you too pragmaticenigma. :)19:55
ikoniabumblefuzz_: explain the test please19:55
ikoniaas grc.com is a website and doesn't "list" dns servers19:55
bumblefuzz_https://www.grc.com/dns/dns.htm19:55
bumblefuzz_...yes it does19:55
bumblefuzz_?19:56
=== stormbard is now known as stormbard_away
bumblefuzz_scroll to the bottom19:56
lordcirth_workbumblefuzz_, did you read the FAQ?19:56
ikoniathat's a DNS spoof test19:56
ikonianot "what DNS server am I currently listing"19:57
ikoniausing even19:57
lordcirth_workA simpler way might be to use tcpdump to listen to your outgoing DNS19:57
coconutthank you ikonia, lordcirth_work, pragmaticenigma19:57
bumblefuzz_ok, fair enough19:57
bumblefuzz_how do I validate what DNS servers I'm using?19:57
bumblefuzz_external to my PC19:58
bumblefuzz_?19:58
ikoniabumblefuzz_: external to your PC ?19:58
ikoniawhat do you mean, all DNS servers are external to your PC19:58
ikoniaunless you self host one19:58
pragmaticenigmabumblefuzz_: You use programs designed to query DNS, and check the results against different dns providers19:58
ikoniabumblefuzz_: what is the actual problem you're trying to solve19:58
=== stormbard_away is now known as stormbard
bumblefuzz_I was just trying to verify that I set my DNS servers19:59
bumblefuzz_that's what I started with19:59
ikoniaas so far you've shown you don't even know what dns server you're using, so what is the problem you're seeing19:59
bumblefuzz_and then I was getting diferent results19:59
bumblefuzz_I just want to check19:59
ikoniayou've not getting different results19:59
ikoniaas you don't know how to get the actual fact19:59
ikoniaso what is the real problem you're trying to solve19:59
bumblefuzz_I'm trying to answer the question, "what DNS server(s) am I using?"20:00
ikoniabut why - what is the problem20:00
bumblefuzz_it's not a problem20:01
bumblefuzz_why does it have to be a problem?20:01
bumblefuzz_I just want to set my DNs servers and I can't actually tell that I've done that20:01
ikoniawell, if you want to do something - it's normally to fix a problem20:01
ikoniapeople don't change DNS servers for fun, it's normally to resolve an issue20:01
ikoniaand as you've shown you don't really understand how DNS servers work, I'm curious to what the issue is as you may be looking at it totally wrong20:01
bumblefuzz_when I download a copy of ubuntu, I want to verify that it's intact, so I check its hash20:02
bumblefuzz_I set my DNS and I want to check20:02
bumblefuzz_that's it20:02
ikoniawhy are you changing the DNS servers ?20:02
bumblefuzz_privacy20:02
bumblefuzz_my dorm internet is unsecured20:03
bumblefuzz_open wifi20:03
ikonia?20:03
bumblefuzz_not encrypted20:03
ikoniachanging DNS won't change that then will it20:03
bumblefuzz_I can't even use a vpn20:03
ikoniaas you'll just be talking to different DNS servers unencypted20:03
bumblefuzz_fine but it's a modicum of privacy20:03
JimBuntu"I can't even use a vpn" Please explain that part.20:03
bumblefuzz_this is my home20:03
ikoniait's no privacy at all20:04
bumblefuzz_I've tried to use private internet access and it's blocked20:04
ikoniait's not impacted your privacy in any way positive or negative20:04
bumblefuzz_all the way around20:04
ikoniaso what is the REAL reason you're trying to change the dns servers20:04
bumblefuzz_why is this what we're talking about?20:04
bumblefuzz_I just want to check my dns20:04
ikoniayes, but you've shown you don't really understand DNS, so we are trying to get to the real issue20:04
ikoniayou've stated privacy but your suggestion doesn't impact your privacy20:04
bumblefuzz_the real issue.......20:05
ikoniaso what's the real issue ?20:05
bumblefuzz_why don't I just use windows and not think about any of it, you mean?20:05
bumblefuzz_cause I like to tinker20:05
JimBuntubumblefuzz_, if you really want to dig deep, you can probably use wireshark to monitor your outgoing connection... confirm where DNS requests are going.20:05
bumblefuzz_I use ubuntu cause it lets me get under the hood20:05
bumblefuzz_I can learn stuff20:05
bumblefuzz_and it's all free20:06
bumblefuzz_I just want to set my dns20:06
MikeRLHello. I'm running Ubuntu 18.10 and have a mouse with a Windows button on the side of it. Currently pressing it does nothing. Is there a way to map it to open the application spread?20:06
ikoniabumblefuzz_: sorry - I don't believe you20:06
bumblefuzz_and I'm having trouble doing that20:06
ikoniayou've changed you're story multiple times20:06
ikoniaeach time getting less plausible20:06
bumblefuzz_????20:06
ikoniaothers can help they want20:06
bumblefuzz_this is the weirdest discussion I've ever had on here20:06
ikoniaif they want sorry20:06
bumblefuzz_why do you want to change your desktop background?20:07
ikoniato change the visual appearance to something I like more20:07
bumblefuzz_why do you want to search on google instead of bing?20:07
Oolbut perhaps DNS ports are blocked too as VPN ones20:08
bumblefuzz_why do you use the DNS servers your ISP specifies and not your own20:08
ikoniaI find google a better search offering than bing20:08
ikoniasee they are honest valid answers20:08
ikoniabumblefuzz_: I use the dns servers my ISP gives me as there is no reason to change them20:08
lordcirth_workbumblefuzz_, this may seem strange, but we waste a lot of time on XY problems, let alone problems that aren't actually problems, and we don't have unlimited time20:08
JimBuntubumblefuzz_, http://nil.uniza.sk/linux-howto/using-tcpdump-diagnostic-dns-debian20:08
bumblefuzz_honest valid: https://www.grc.com/dns/dns.htm20:08
ikoniabumblefuzz_: you've gone from suggesting there is a problem, to some fantasy privacy problem to I just like to tinker20:08
bumblefuzz_https://www.maketecheasier.com/changing-dns-server-why-how/20:09
ikoniaall the time proving you don't really understand DNS - so you're messing with something you know nothing about (it seems) for fantasy reasons20:09
ikoniahence why I don't believe you20:09
bumblefuzz_they even have articles about it20:09
gambl0rewill this ssd have any issues with ubuntu? https://www.amazon.ca/Blue-NAND-500GB-SSD-WDS500G2B0B/dp/B073SBX6TY/ref=sr_1_13?s=electronics&ie=UTF8&qid=1542053255&sr=1-13&keywords=ssd+500gb20:09
ikoniapeople don't just wake up thinking "I like to tingker, I'll change my DNS servers for no reason"20:09
bumblefuzz_I just want to play with it20:09
bumblefuzz_why install one program over another?20:10
bumblefuzz_it's just to tinker20:10
bumblefuzz_it's just to learn20:10
bumblefuzz_how is that unbelievable?20:10
ikoniathen why did you say it's for privacy20:10
ikoniawhy did you then pick a DNS spoof tool to test20:10
bumblefuzz_why learn anything new?20:10
lordcirth_workbumblefuzz_, tinker all you want, but if so you should probably figure things out yourself instead of asking support volunteers for help20:10
bumblefuzz_why tinker with anything?20:10
pragmaticenigmabumblefuzz_: Your topic is now off-topic... please take the conversation to #ubuntu-offtopic. Thank you20:11
pragmaticenigma!ot20:11
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!20:11
bumblefuzz_why is my question invalid?20:11
ikonia"hi, I want to learn about DNS" is very different than "I want to change my dns for privacy reason, no wait, actually I just want to tinker"20:11
ikoniaI'm taking it off topic though, so I'll leave it20:11
bumblefuzz_I want to change my DNS20:11
bumblefuzz_that's why I'm here20:11
bumblefuzz_how is that off topic?20:11
lordcirth_workgambl0re, is there a particular reason you think it might have issues?20:11
lordcirth_workI'm not aware of any reason that an SSD would have problems under Linux20:12
bumblefuzz_why does it have to have issues for me to want to change it?20:12
gambl0relordcirth_work, something to do with TRIM and some ssds not working properly with linux20:12
bumblefuzz_your desktop background works perfectly well, why change it?20:12
bumblefuzz_I just want to change it20:12
pragmaticenigma!ops | bumblefuzz_20:13
ubottubumblefuzz_: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax20:13
ikoniapragmaticenigma: it's cool20:13
ikoniabumblefuzz_: be patient then and see if someone will walk you through the process20:13
bumblefuzz_if you need reasons, this article explains and give reasons:https://www.maketecheasier.com/changing-dns-server-why-how/20:13
bumblefuzz_use those20:13
ikoniabumblefuzz_: that article is nonsense20:13
bumblefuzz_I don't really care20:13
ikoniacool, then just wait for someone to come along and help you20:13
bumblefuzz_this is the weirdest discussion I've ever had on this chat20:14
bumblefuzz_for like 4-5 years20:14
ikoniayou've said that20:14
bumblefuzz_this is the weirdest20:14
ikoniaso just wait for someone to come along and help you20:14
pragmaticenigmabumblefuzz_: You don't understand DNS... and what you have stated thus far isn't accomplished by what you are doing. DNS is not encrypted or protected. All DNS requests are sent in clear text, meaning that anyone on the network can see your DNS Requests despite being on a different server. Your university offers resources that will not be available to you if you change DNS providers. The univeristy is blocking VPN20:15
pragmaticenigmaproviders as a term in the terms of use. By that information alone, you have basically told us that you are trying to circumvent policies of the computer network you are attached to which is offtopic on this channel.20:15
bumblefuzz_this is amazing20:16
bumblefuzz_circumvent20:16
bumblefuzz_jesus20:16
Nebucatnetzertor is a great project for that btw :)20:16
fasslbut you can encrypt it, with dnscrypt for instance20:16
bumblefuzz_I'm just learning how to use ubuntu20:17
bumblefuzz_had to learn how to download, verify and install it20:17
bumblefuzz_had to learn lots of other stuff20:17
bumblefuzz_did all that here20:17
bumblefuzz_but suddenly I want to change my DNS and it's offtopi20:17
pragmaticenigmabumblefuzz_: Then start to learn DNS... this isn't the right resource for learning that though20:17
bumblefuzz_it's the resource I used to learn EVERYTHING else about ubuntu20:17
bumblefuzz_I could've use my Mac20:18
bumblefuzz_or Windows20:18
bumblefuzz_but I wanted to learn20:18
bumblefuzz_this is amazing20:18
bumblefuzz_definitely a first20:18
bumblefuzz_in several years20:18
lordcirth_workbumblefuzz_, this is a support channel for people with specific questions. If you want to learn everything - which I quite approve of - you should find guides.  You may like this: https://linuxjourney.com/20:18
bumblefuzz_no one's ever had a problem before20:19
bumblefuzz_support is learning, btw20:19
bumblefuzz_goodnight20:19
Nebucatnetzerany ideas about my nvidia problems? I'm a stuck atm.20:21
sofia07can anyone help me navigate to http://download.onlyoffice.com/repo/debian20:21
fooobarrryou could try installing the proprietary drivers Nebucatnetzer ...20:21
NebucatnetzerI tried that already, it breaks the suspend functionality20:22
fooobarrroh yeah that's true20:22
Nebucatnetzerboth the 390 and the 410 version20:22
fooobarrrI'm not at home now I'll have to check this evening if suspend is broken20:22
OerHekssofia07, why should we give support for that commercial binairy blob?20:23
Nebucatnetzerit seems to be a problem with the Precision 5530, found a guy on stackexchange who had the same problem.20:24
ryuoNebucatnetzer: tried BIOS updates yet?20:25
sofia07OerHeks, I just need to get into it, it is a opensource community versopm20:25
Nebucatnetzeryeah ubuntu did that automatically for me. was quite a magic experience to see this working on a linux device btw :)20:25
ryuoOnly because Dell went out of their way to support it.20:26
ryuoIt's not the normal case.20:26
OerHeksask their support, i think you already tried their helppages ? https://helpcenter.onlyoffice.com/desktop/documents/linux/installation-ubuntu.aspx20:26
Nebucatnetzeraye, still great to see though20:26
OerHeksor look for the snap version https://snapcraft.io/onlyoffice-desktopeditors20:28
MikeRLUh oh.20:28
MikeRLI think I went looking for a fix and stumbled across an even bigger bug.20:28
MikeRLI just went to unlock Ubuntu and the app launcher was visible from the lock screen. Could easily launch and quit apps.20:29
MikeRLBut they were not visible.20:29
MikeRLAt least there's that.20:29
NebucatnetzerThe nouveau driver seems to work quite well and I don't really mind using it (sure the proprietary one would have a better performance). But with the nouveau driver optirun doesn't work.20:29
Nebucatnetzer[ERROR]Cannot access secondary GPU - error: Could not enable discrete graphics card20:29
Greyztaronlyoffice pdf reader no good20:29
MikeRLHow should I go about reporting a lockscreen bug? ubuntu-bug and then what?20:30
Greyztarit leaves out half of graphics in most my pdfs20:30
MikeRLThat bug allows anyone to terminate your apps.20:31
ioriaNebucatnetzer, just a try; you can blacklist nouveau : nouveau.blacklist=1 in /etc/default/grub  and sudo update-grub ... easy to test20:33
NebucatnetzerI tried that, and basically everything from here:20:34
Nebucatnetzerhttps://www.dell.com/community/Inspiron/Suspend-resume-problems-on-Ubuntu-18-04/td-p/607241020:34
ioriaand ? no luck ?20:35
NebucatnetzerI know the thread begins talking about the Inspiron but one of the guys has the XPS16 9570 which is basically the little brother of the Precision20:35
Nebucatnetzerno luck, suspend is still broken20:36
ioriaNebucatnetzer, what happens when you resume ?20:36
Nebucatnetzersometimes just a black screen and sometimes it shows a the lockscreen and then dies20:37
NebucatnetzerI have to press the power button 10s to get it back to life20:37
tamj0rd2I've made a post here if anyone else is able to take a look: https://ubuntuforums.org/showthread.php?t=240587920:37
ioriaNebucatnetzer, yeah; have you tried to switch to console and back to the gui ?20:38
Nebucatnetzeraye, can't get tty to show up.20:38
fassli have similar issues, a workaround for me is to boot windows, and then linux, then it is fine20:39
ioriaNebucatnetzer, and if you switch to intel before suspend ?20:40
MikeRLThink the bug would be in gdm20:40
ioriaMikeRL, about this ?20:41
NebucatnetzerI could try that.20:41
kur1jis there an easy way to change the S0X values of a SysV service?20:41
kur1jin 16.0420:41
fasslcould it be device sleeping/resume functions in DSDT do different stuff for linux/windows and cause that issue?20:41
ioriaNebucatnetzer, common issue btw: https://askubuntu.com/questions/1090542/how-do-i-get-suspend-working-on-my-dell-precision-5530-running-ubuntu-18-10-and20:42
NebucatnetzerI answered in that post ;)20:42
iorialol20:42
MikeRLioria, Yes in gdm3. I reported it. Uncertain of how to reproduce.20:46
MikeRLioria, It just seemed to happen.20:46
ioriaMikeRL, i see20:46
ioriaNebucatnetzer, risky laternative: use lightdm instead of gdm320:46
MikeRLAnd now oddly enough something else bugged out and I have an old mouse cursor on the screen that does not move.20:46
MikeRLhttps://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/180298120:47
ubottuLaunchpad bug 1802981 in gdm3 (Ubuntu) "Lockscreen shown dash when screen was locked" [Undecided,New]20:47
Nebucatnetzerwouldn't be that risky would it?20:47
MikeRLShould it be classified as a security risk?20:47
ioriaNebucatnetzer, well,officially lightdm does not match very well with lock screen ; but i use it and it's ok (so far)20:48
lordcirth_workAnother thing I've done when a lock screen breaks is just install i3lock + xautolock20:48
lordcirth_worknot as clean, but it works20:49
NebucatnetzerI'll give it a try. See you in a sec.20:52
=== SimonNL_Afk is now known as SimonNL
MikeRLI'm going to reboot since everything is acting flaky, and then I'll be back in under 5 min.20:58
MikeRLBack.21:01
coconutthank you lordcirth_work for the url to linuxjourney.com !21:05
coconutDo you have more of these url's? :)21:05
MikeRLI marked it as a private security issue just to be safe.21:06
lordcirth_workcoconut, http://overthewire.org/wargames/bandit/21:06
coconutthnx lordcirth_work :D !21:09
bumblefuzzhi, i'm having trouble ensuring change of my DNS server settings. I've changed them in Network Manager but, when I run nslookup, server is 127.0.1.121:09
bumblefuzzcan anyone help??21:09
lordcirth_workbumblefuzz, you realize 127.* is localhost right?21:09
bumblefuzzyes21:10
bumblefuzzI am unable to change my DNS settings, as far as I'm able to tell21:10
hggdhbumblefuzz: actually, you probably have changed it. the "DNS server" listening on 127.0.0.x will forward the request to a real server21:11
bumblefuzzcan anyone help me either confirm my DNS settings are changed or help me change them?21:11
bumblefuzzit's 127.0.1.121:11
bumblefuzzis that still localhost21:11
hggdhyes21:11
hggdhthe whole 127.0.0.0/8 is reserved for localhost21:12
bumblefuzzis there an easy way to tell?21:12
Ben64bumblefuzz: nmcli dev show | grep DNS21:12
bumblefuzzbeautiful21:13
bumblefuzzthose are the ones I set21:13
bumblefuzzthank you!21:13
Ben64no problem21:13
ddoobbwhere are global environment variables stored?21:13
ddoobbSome package has set up some shortcuts for directory names in my bash, I want to see where they are stored.21:13
ddoobbThey are like $tuts_directory21:14
lordcirth_workddoobb, there are a few places it could be.  The fast way?  'grep -r "directory_name" /etc/' :P21:15
ddoobblordcirth_work: that pulls up like 50 directories all with 'permission denied'21:21
lordcirth_workddoobb, "grep -r "directory_name" /etc/ 2> /dev/null", then21:22
Nebucatnetzerso I'm back :), lightdm broke basically everything. Got a whole lot of these messages: PKCS#7 signature not signed with a trusted key. And X didn't start anymore. Changed back to GDM3 and it's working again. The error "PKCS#7 signature not signed with a trusted key" still shows up however. Funny enough suspend is working now. Who knows why. optirun still shows the same message however.21:23
lordcirth_workSomething to do with gnome-keyring, I think21:23
ddoobblordcirth_work: nothing :(21:23
lordcirth_workddoobb, try looking through your own .bashrc and so on, maybe they put it there then.21:24
lordcirth_workIt was a .deb package?21:24
lordcirth_work.deb's probably wouldn'21:24
lordcirth_work*'t make it specific to your user, actually.21:25
ddoobblordcirth_work:  what is the syntax for defining an environment variable in bashrc?21:30
NebucatnetzerAFAIK export EDITOR=vim21:30
lordcirth_workPretty much.  Look at your own ~/.bashrc for examples21:30
Nebucatnetzerwhere EDITOR would be the variable21:31
ddoobbfound it. Thanks21:32
=== daniel is now known as Guest65712
=== qwebirc76429 is now known as Nebucatnetzer
Nebucatnetzerso I give up for today. At least the intel card is working and doesn't use a ton of power. Thanks for your help @everyone :)21:57
S3xyL1nuxso there is this purpble screen that show up for split seconds when booting22:21
S3xyL1nuxany idea how to remoove it22:21
=== stormbard is now known as stormbard_away
=== stormbard_away is now known as stormbard
mattwj2002hey room, is this the appropriate channel to ask an Ubuntu issue on the Windows subsystem ?22:29
mattwj2002https://pastebin.com/uNw7nV1z22:31
ryuoNo, I don't think so. Unless it can be reproduced on a regular environment.22:31
OerHeks!wsl22:32
ubottuWindows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide22:32
popeyUnfortunately #ubuntu-on-windows is a very quiet channel22:33
balsaqthis is very interesting22:33
balsaqi would like to try this22:33
OerHeksmattwj2002, basicly, after install, run: sudo dpkg-reconfigure libdvd-pkg22:34
OerHeksthat will trigger the update setting and such22:34
balsaqpopey RU SAYING we can run linux out of a file without installing it in windows?22:34
OerHeks.. but if this works under WSL, beats me22:34
popeybalsaq: I'm not saying anything. :)22:35
popeybalsaq: Ubuntu on Windows (a.k.a. Bash on Windows, WSL) is a way to run a Linux-like environment on Windows, as detailed by the bot above22:35
balsaqso u run linux on top of windows22:35
balsaqlike kali22:36
OerHekssome tweak WSL to run a full desktop on it, but it is not intended for that AFAIK22:36
popeyKinda. But not exactly. It's not Linux.22:36
ryuoSome stuff doesn't work because it's not a true Linux environment though.22:36
mattwj2002matt@DESKTOP-J5LD3NL:~$ sudo dpkg-reconfigure libdvd-pkg22:36
mattwj2002matt@DESKTOP-J5LD3NL:~$22:36
mattwj2002oops22:36
balsaqits just a hack22:37
popeyIt's far from a hack22:37
mattwj2002It says /usr/sbin/dpkg-reconfigure: libdvd-pkg is broken or not fully installed22:37
popeyIt is a supported tool by Microsoft22:37
ryuoIt's an improvement over msys at least.22:37
balsaqwhat is the purpose of it22:37
ryuoOr cygwin.22:37
popeyThe purpose is to enable windows users to have a linux-like environment on their windows machine22:37
popey(for example if you are not allowed to wipe windows off your work computer)22:37
balsaqwell we can run linux live right22:38
popeyYou may be able to, some people aren't allowed.22:38
balsaqyeah we would not be allowed to do either22:38
balsaqhave to charge this battery...22:39
mattwj2002https://pastebin.com/dSnhs7bS22:40
mattwj2002I uninstalled the package and tried to reinstall22:40
mattwj2002should I submit a bug report ?22:40
popeyWhat's the goal of installing that library?22:41
OerHeksfailed to set securebits to 024/0x14 ..22:41
mattwj2002popey, I am working on transcoding22:42
ryuoit's trying to build it for some reason.22:42
popeythat library contains scripts that build binaries22:42
OerHekswatching dvd in wsl ..22:43
mattwj2002OerHeks, basically22:43
popeyLooks like you are not alone. https://askubuntu.com/questions/1085259/ubuntu-under-windows-10-linux-subsystem22:44
popeyThis could well just be a limitation of WSL22:44
popeyIt's not really Linux.22:44
mattwj2002should I submit a bug report?22:44
mattwj2002indeed22:44
ryuothe only obvious workaround is to either use Linux or trying finding prebuilt binary packages...22:45
popeyAre you following some kind of guide?22:45
mattwj2002popey, nope22:45
mattwj2002just doing some stuff from memory22:46
mattwj2002popey, honestly I could do Ubuntu in a VM or even on bare metal22:46
mattwj2002WSL has been pretty disappointing to be honest22:46
popeyThat will probably gain success in the short term22:46
popeyIt's great for some use cases.22:46
mattwj2002I am glad it is there but still not really Ubuntu22:47
mattwj2002oh me too22:47
mattwj2002BASH > Powershell > Command Prompt22:47
mattwj2002;)22:47
mattwj2002thanks everyone for your time!22:50
mattwj2002:)22:50
=== capella is now known as capella|away
=== capella|away is now known as capella
Greyztari got a program that runs as a daemon which occationally moves alot of data,is there anyone way to find out if the program is moving data,hte program itself has no output for it23:07
Greyztarthe*23:08
vimarHi23:13
krphopGreyztar: htop, add the IO_RATE column.23:14
qwebirc95665Hello, i have a problem with my vpn to vpnbook23:15
qwebirc95665how can i find the whats wrong23:15
qwebirc95665i cant connect, i tried the next port and could connect for ca. 10 minutes23:15
qwebirc95665now its unable to connect23:16
qwebirc95665thi s repeatet with another port23:16
Greyztarkrphop: thanks a million,spot on!23:16
qwebirc95665what can i do?23:17
krphopGreyztar: you can also use RBYTES/WBYTES to see how much data the pid has read/written23:17
Greyztarkrphop: sweet thanks!23:17
krphopthere's probably other ways to get that info, but htop makes it easy, and you can sort/filter by whichever23:17
=== Sven_vB_ is now known as Sven_vB
qwebirc95665Error: Connection activation failed: Unknown reason23:19
Sven_vBI solved my debootstrap problem from yesterday (debootstrap exiting with exit code 1 but not error message): it means "the --variant= option is required".23:20
Sven_vBnow I get a more useful error message: "I: Checking component main on file:/cdrom...¶ E: Couldn't find these debs: apt" although the path seems to be correct, at least it said "I: Checking Release signature¶ I: Valid Release signature". https://paste.debian.net/plainh/fc656f9e any ideas?23:22
=== daniel is now known as Guest14678
Greyztarwow mosh makes for very responsive ssh session already,sweet it was already in repo thanks ubuntu23:38

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