/srv/irclogs.ubuntu.com/2018/05/24/#ubuntu.txt

kunjimattzab: I assume that pressing 'select' instead of double clicking also does nothing?00:01
mattzabkunji, thanks. My host OS is the Desktop version of Ubuntu 18.04, which I don't necessarily prefer, even with the minimal installation option selected. I much rather would start from 'scratch' with the 64mb mini.iso00:01
mattzabkunji: Yes, I've tried clicking select, I've pressed enter, I've held enter, I've double clicked, nothing does anything. On a different machine- a Chromebook running a headless Ubuntu in a Chroot with only Nemo installed, I'm able to run the program and select ISOs, but this machine isn't ideal for reauthoring discs or other heavy usage tasks like that.00:02
kunjimattzab: Well, I think I'm as stumped as you T.T00:03
mattzabKunji: I might re-install my system altogether. On that note, I've got another problem. Mind lending a hand on that too?00:04
mattzabKunji: I seem to have trouble using Unetbootin to make Live USB drives. So instead I used isoinfo to find out my bs size of my ISO, and used DD to write the ISO to my USB drive. I did that with an old Ubuntu ISO I had on hand, and now my USB drive only mounts as a CD drive. I can't write to it, can't modify it with GParted, etc. Before I realized that was caused by my dd'ing the ISO, I wasted a second USB drive the same way but this 00:06
mattzabNow I've got a final USB drive that I partitioned before DD'ing to it's second partition, and I've got one partition left thats writable. I want to put a fresh Ubuntu mini ISO on there to boot from, but, uh... I'm not hoping to waste that last partition. I'd also like to recover those USB drives back to being USB drives rather than CD drives...00:08
mattzabAnyone still there?00:18
luka_33no00:18
Two_Dogsmattzab: archwiki article 'dd to usb' says 'Dont dd to  usb partition', so the dd command would look like> dd if=some-iso-file of=/dev/sdb <-- you dont use partition00:18
matjamdon't use unetbootin00:18
mattzabmatjam: Yeah, no kidding, it never worked, so I didn't use it.00:19
mattzabmatjam: I learned the hard way not to use dd either. What do you recommend?00:19
matjamuse startup disk creator or Rufus00:19
matjamhttps://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#000:20
matjamthere's also tutorials for ubuntu and macos if you're doing it on there00:20
matjamusb-creator-gtk on ubuntu00:20
spreeuwit depends on the format of the "iso" you download00:20
mattzabmatjam: I can only find .exe files for Rufus00:21
spreeuwthe normal floppy disk stuff works00:21
mattzabI'll look into usb-creator-gtk I guess. I've made probably around a hundred bootable USBs one way or another over the years, never had trouble till now.00:21
mattzabHow do I recover the USB drives that I already tried making into Live Bootable systems?00:22
spreeuwmattzab: what project?00:22
matjamits because of uefi stuff I think. usb-creator-gtk is the supported method on ubuntu.00:22
spreeuwrecover? you mean overwrite it again00:22
spreeuwthe old data is gone00:23
mattzabspreeuw: overwrite again00:23
spreeuwas pointed out use the raw device, not a partition00:23
spreeuwso sdc and not sdc100:23
mattzabspreeuw: Any advice on how to do that?00:24
spreeuwor whatever dev you use00:24
matjammattzab: just start usb-creator-gtk, it will detect the drive and overwrite it00:24
matjammattzab: its super easy to use.00:24
mattzabI don't think it will...00:24
matjamit will00:24
spreeuwdd if=iso of=/dev/sdc00:24
mattzabI used dd to make live media, and that worked, but now they mount as CDROM drives00:24
matjamdon't do that00:24
matjamuse usb-creator-gtk, please.00:24
spreeuwif you downloaded an actual bootable iso00:24
spreeuwand not some half ass image that needs special processing00:25
spreeuwas some projects provide00:25
matjamusb-creator-gtk makes sure you're actually doing it to a usb device00:25
mattzabspreeuw: using dd is what messed things up for me. I even used isoinfo to check the bs and write the proper bs size when using dd, and that worked for creating live images that I booted from and installed fresh systems on. But now my USB drives are mounting ro00:25
matjamand again, its the supported method00:25
Two_Dogsmattzab: archwiki article 'dd to usb' says 'Dont dd to  usb partition', so the dd command would look like> dd if=some-iso-file of=/dev/sdb <-- you dont use partition00:25
spreeuwyou should select the correct target to write to obviously00:26
mattzabmatjam: that's what I'm thinking, that usb-creator-gtk won't detect it as a USB drive if it's mounting RO00:26
Two_Dogsmattzab: long while back you said you dd'ed to a usb partition00:26
spreeuwif oyu overwrite a disk, restore a backup00:26
matjammattzab: it unmounts it'00:26
matjammattzab: it knows how to handle the device correctly00:26
matjammattzab: use it00:26
matjamI'm going home.00:26
mattzabTwo_Dogs: I didn't use a partition on my first two USB drives, and both of them completely mount as CDROM drives. The last one is a 128GB drive that I partitioned, and just dd'ed the ISO to the first partition. I'm actually able to boot from that successfully, but it mounts as CD as well... eh!00:27
mattzabmatjam: I'll check it out with usb-creator-gtk. Unmounting with GParted and trying to wipe the drive didn't work...00:28
mattzabSo that's why I doubted. I apologize in advance if gtk works.00:28
spreeuwtahts because they are  floppies on iso cd / dvd filesystenms00:28
spreeuwthink its called el torito00:29
spreeuwit should mount as cdrom00:29
spreeuwro00:29
mattzabfloppies on iso cd / dvd filesystems? I don't understand...00:29
spreeuwcdrom fs iso9660 isnt writable00:29
spreeuwaside from the initial creation00:29
mattzabright, not writable. So that's why I'm stuck now with ro drives00:29
Two_Dogsusb!00:30
spreeuwyes if you had filesystems on there before00:30
spreeuwthat data is lost00:30
mattzabI don't care about the data that was on there... I care about being able to write to them again00:30
spreeuwoh just create a normal filesystem on them00:31
mattzabRO USB drives aren't any good to me, I might as well have burned the ISOs to real CDs if I wanted RO media00:31
spreeuwpartition the disk and then mkfs00:31
mattzabThat's what I'm trying to figure out how to do...00:31
spreeuwfdisk and mkfs00:31
mattzabHow do I partition the disk when it's being recognized as a CDROM?00:31
mattzabTried both of those00:31
mattzabI'll try again and maybe pastebin the output or something00:32
spreeuwor to visualize this, use a partition linux distro00:32
spreeuwgnu parted00:32
mattzabgparted didn't work00:32
mattzabIt thinks it's a CDROM drive, whether it's mounted or unmounted...00:32
spreeuwyou may have instructed it wrong00:33
spreeuwyou need to recreate a partition first, ie ext type00:33
mattzabinstructed my USB drive wrong? What does that mean I did? I definitely did something wrong...00:33
spreeuwtype 82 or whatever it is00:33
mattzabRight, I can't create partitions on a CD, because it's RO00:33
spreeuwanother possibility is that the OS you're trying to use these disks in tries to be smart00:33
mattzabUbuntu 16.04 & 18.0400:34
spreeuwtying uuid to the old fs00:34
mattzabTested it on OS X and ChromeOS as well... same thing. Mounting as CD drive.00:34
spreeuwdo fdisk -l /dev/sdx00:34
spreeuwyou must change the partition type to linux ext first00:35
spreeuwand then format that partition with ext400:35
spreeuwand then mount it00:35
spreeuwshould be rw00:36
mattzabThat's a capital "I" (i) right?00:38
mattzabor fdisk -100:38
mattzabfdisk -l00:38
mattzablowercase L00:38
=== guiver_d is now known as guiverc
naccmatjam: are you try trying to do a persistent USB?00:47
naccmatjam: the live USB and the installer USB are readonly by default (iirc)00:48
naccbh00:48
naccmattzab is who i meant, sorry matjam00:48
=== Budgii_ is now known as Budgii
=== Budgii is now known as Budgii__
=== Budgii__ is now known as Budgii___
=== Budgii___ is now known as Budgie
=== Budgie is now known as Budget
=== Budget is now known as Budgee_
luxioHow do I disable thumbnail caching?01:07
luxio(I don't want any files being created in ~/.cache/thumbnails/*)01:09
=== Budgee_ is now known as Budgii
suntek这个怎么玩的?01:15
luxio!zh | suntek01:19
ubottusuntek: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw01:19
thomas_hello01:34
=== nqnzp is now known as atomsk
Ctrl_Nullhello01:50
Ctrl_Nullseems dead tonight01:50
luxioHow do I disable thumbnail caching? I don't want any files being created in ~/.cache/thumbnails/*02:29
flybackhow do I disable the automounter in 18.0402:34
flybacknevermind I can't use 18.04 anyways they stopped supporting gnu fdisk02:36
flybackugh that memans I have to spend hrs installing a temp install just to run 1 progra02:36
i_heart_penguinsmy screen turns off when playing a game using the controller. what's a girl to do?03:03
littlepythonhow do i make httpd to run on different port03:27
littlepythoni changed Listen to 81 in /etc/conf/httpd/httpd.conf03:27
cfhowlett!ports | littlepython03:28
ubottulittlepython: For instructions on how to set up port-forwarding (for games, torrents, webservers) see http://portforward.com - also see !firewall03:28
littlepythoncfhowlett: this is not port forwarding i think03:28
=== Menzador is now known as SonikkuAmerica
=== SonikkuAmerica is now known as Menzador
=== Menzador is now known as littlebunnyfufu
=== littlebunnyfufu is now known as Menzador
haskell_noob2#haskell03:41
cfhowletthaskell_noob2, gotta put the command first i.e.  /join #haskell03:42
Flannellittlepython: After you changed your port, did you restart the server?03:43
Flannellittlepython: Actually, while that's a good question, it likely doesn't matter.  What httpd server are you running?03:44
geenomhello04:01
geenomcan anyone please help on https://askubuntu.com/questions/1039638/ubuntu-18-04-on-screen-keyboard-customization04:02
geenomthank you04:02
=== Gimpy is now known as Gimpy0215
=== Gimpy0215 is now known as Gimpy1949
=== mgedmin_ is now known as mgedmin
monkershello.  One of the drives in my LVM array has failed and now the system reboots into an emergency mode. I'm not sure why but i assume it has something to do with the LVM and NFS failing to load up.  I'd like to boot into multiuser mode without the LVM array so i can take a look04:33
lotuspsychje!lvm | monkers04:37
ubottumonkers: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto04:37
monkersty04:39
=== shann_ is now known as shannara
pragomerhow can I open-with-right-click a textfile from nautilus with nano (in terminal) ?04:50
pragomerI cannot choose a terminal program in the "open with" list04:50
Triffid_Hunterpragomer: you need to write a .desktop file for it04:58
Alfredos_hello I heb a problem with my ubuntu04:59
Alfredos_can you help me04:59
guivercAlfredos_: please outline your problem (single line please), and if someone in the room knows the answer or how to help they will (be patient please too)04:59
Time-Warp>_>05:00
Alfredos_very nice05:00
Time-Warp<_<05:00
Alfredos_my irc, it automatically leaves the room after 1 minut05:00
Ferboteni hear this is the place to be05:01
glitchdand now youre here.05:01
glitchddont listen to the sheeple, they will mislead you.05:01
feldon40Is this where I can get jerked for 10 minutes? Asking for a friend.05:02
PagliaccisCloud+105:02
glitchdfeldon40, you were just leaving.05:02
buscadodid you guys make someone upset? I am getting a lot of spam about this channel, #ubuntu seems to have a detractor05:04
parsniphey, i'm LOOKING FOR A HELP CHANNEL WHERE THE HELP DON'T KNOW SHIT BUT INSTEAD OF SAYING THEY DON'T SHIT THEY WILL SPEND 10 MINS JERKING YOUR CHAIN??05:05
Ferbotena lot of people are here for the jerking05:05
stan7some another choice to run windows software in linux ? more than wine, virtualbox or playonlinux?05:05
PagliaccisCloudwell, anyone who considers other users "the help" obviously has an... interesting perspective on things05:06
pragomerOk I now created a starter. it appears corectly in gnome dash and starts nano.05:06
pragomerbut it does not appear in "open with list"05:06
parsnipoh, i missed that bit05:06
parsnipit was followed with the overtly racist deragotory term05:06
Ferboteni barely know how to use linux and just completed my master's in computer science, is that good or bad05:06
PagliaccisCloudstan7 - docker, maybe?05:07
parsnipgood05:07
feldon40Just confirms that most degrees are just a piece of paper.05:07
feldon40a very expensive piece of paper05:07
Ferbotenmy research could be done on any platform, except linux is slightly faster05:07
monkersIs there a guide for LVM disaster recovery? i've lost one of my lvm array drives and now i am booting into emergency mode not sure what i can do05:08
parsnipthey didn't ask you how many initial commits are in the linux repo?05:08
Berghi you had a issue with some dude named hoNotInTheMood05:08
stan7 i havent hear about it, but thanks a lot i will research about it, i think best option is virtual box right?05:08
Bergfunny fish is slandering you channe;05:09
parsnipBerg: did you get a /whois?05:09
Bergnot i was too late05:09
BerghoNotInTheMoodARE YOU LOOKING FOR A HELP CHANNEL WHERE THE HELP DON'T KNOW SHIT BUT INSTEAD OF SAYING THEY DON'T SHIT THEY WILL SPEND 10 MINS JERKING YOUR CHAIN?? LOOK NO FURTHER THAN #UBUNTU A CHANNEL FULL OF DUMB NIGGERS THAT DON'T KNOW SHIT!!05:09
FerbotenRIP05:10
Berganyway i hope you catch up with him05:12
parsnipoh gud, now you don't have to PM me05:12
Bergim noit im gone like a shot out pof a gun i did give you the info have a good dasy05:13
Berg:)05:13
Bergthis was someone else gave me05:14
Berg[15:07]===hoNotInTheMood ~ufetr 2a01:4f8:c0c:3879::2 * uuigte05:14
Berg[15:07]===hoNotInTheMood: attached to moon.freenode.net “Thu May 24 04:59:01 2018”05:14
Berg[15:07]---honotinthemood End of WHOWAS05:14
Bergbye05:14
PagliaccisCloudwow this place has nonstop action lol05:14
PagliaccisCloudit's quiet over in rpmworld05:15
plaintextSomeone just dropped through my uni's irc channels to flame #ubuntu05:15
parsnipDoes someone from PEORIA have a SHORTER ATTENTION span than me?05:15
parsnipwere you guys recently dicks to someone?05:16
parsnipcan you try to be nicer maybe05:16
plaintextThe guy did not seem stable. daggeraj or something.05:17
Two_Dogsi prefer drone no drama real help05:18
=== syborg is now known as syb0rg
=== chal1 is now known as chalcedony
=== ghishadow_ is now known as ghishadow
=== buscado is now known as ilken
NoruxHi. I have kubuntu on a computer, and now I put 3 SSDs in there to make it use a RAID-5. How do I now setup the raid and copy all the data from my current hard drive? I want the RAID to be bootable06:31
lotuspsychje!raid | Norux start here06:32
ubottuNorux start here: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto06:32
Noruxlotuspsychje: but that raid won't be bootable then, right06:33
Triffid_HunterNorux: well typically you'd put a small raid1 for EFI and grub then initramfs for early userspace so the kernel can get the raid5 set up06:34
the_cuckoohi - trying to upgrade to 18.04 - running into a problem with some network routing - can anyone help me migrate: "route add -net 10.0.0.0 netmask 255.0.0.0 gw server" to ip route?06:34
the_cuckooor point me to somewhere which will help :)06:34
Triffid_Hunterthe_cuckoo: ip route add 10.0.0.0/8 via server ?06:35
=== r0Oter is now known as r00ter
the_cuckooah :) - trying - thanks06:35
lotuspsychjethe_cuckoo: wich ubuntu version are you on currently?06:36
the_cuckoo16.0406:36
jeffguorghi, need some help about network configurations. i've got a laptop running ubuntu. the problem is that i can't make nic work. the current profile is created by nmtui. i choosed static network and add 2 ip for it. but after i connect it to a switch and activate the profile, the interface is sill down, and ip addr like this: ```enp4s0f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000```06:36
jeffguorgand i cannot see any packet when i use wireshark to check this nic06:38
Triffid_Hunterjeffguorg: no carrier means it thinks it's not plugged in, check your cable and maybe have a play with mii-tool06:38
jeffguorgooops, i mean when i plug the cable it's still down06:38
jeffguorgand...interesting...my switch light up but the output is still the same...wired06:40
Dbuggeris there an app that could give me a reminder every X minutes06:42
Triffid_Hunterjeffguorg: sounds like bad cable, try another :P06:42
jeffguorgDbugger, you can try crontab and notify-send command06:43
jeffguorgTriffid_Hunter: i already tried three or more. maybe it's something about my card. there is 'device enp4s0f1 entered promiscuous mode' in dmesg06:44
NoruxTriffid_Hunter: how do I do that? I feel a bit overwhelmed :(06:45
jeffguorghuh...it's wireshark. maybe i need to gather more information...but i have no clue what is wrong06:47
jeffguorgNorux, with software raid, you can first partition your drives and create a part on each of your drives, make them a raid-1 array. and use it as a boot partition06:49
=== Guest68238 is now known as tele
teleany one here ?06:51
lotuspsychje!ask | tele06:51
ubottutele: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience06:51
Dbuggerjeffguorg, i was hoping something less technical06:52
hellyeahhow can i solve this error http://dpaste.com/3TZWF9G06:53
ejparkjoin #fubabaz06:55
hellyeahwhat06:56
jeffguorgDbugger, like this?https://askubuntu.com/questions/401807/pop-up-reminder-and-todo-app06:56
Dbuggerjeffguorg, I found that link before, but if I understood correctly that is for having post-its in the desktop. What I want is a reminder popping up exactly after X minutes06:59
telehello  i have graphic problem on my ubuntu 16.04 my graphic card is intel HD Graphics 400(Braswell) when i played video it cames with low resolution07:00
lotuspsychjehellyeah: did you add external ppa's to your system?07:01
hellyeahyes07:01
hellyeahas tutorial suggested07:01
lotuspsychjehellyeah: we dont reccomend adding external ppa's, as they can scramble your ubuntu system07:02
hellyeahthat is what i added deb http://www.rabbitmq.com/debian/ testing main07:02
lotuspsychje!ppapurge | hellyeah07:02
ubottuhellyeah: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html07:02
lotuspsychjehellyeah: we reccomend using only packages from the official repos07:03
hellyeahso no ppa anymore07:03
hellyeahokay i got it07:03
lotuspsychjehellyeah: after you clean your ppa's, sudo apt update after07:03
hellyeahlet me show you my sources.list07:04
lotuspsychjehellyeah: in a hastebin plz07:04
hellyeahsure07:04
the_cuckooTriffid_Hunter: thanks - that worked just fine :)07:04
hellyeahlotuspsychje,  anything wrong here https://hastebin.com/eyozoxohem.nginx07:05
hellyeah?07:05
Triffid_Hunterthe_cuckoo: iproute2 syntax is a bit simpler than the old route tool :)07:06
the_cuckooyeah - much cleaner :)07:07
lotuspsychjehellyeah: looks good07:07
hellyeahokay07:07
jeffguorgiproute2 and firewalld is much simpler than ifconfig and iptables07:08
jeffguorgTriffid_Hunter: starting to think there's something wrong with the switch07:09
hellyeahi still couldnt rabbitmq-server07:11
jeffguorghellyeah, would you mind use docker for a while? i think it's a good solution if you don't want your system polluted by ppa or 3rd party repositories07:12
hellyeahi dont have to use ppa07:13
hellyeahthat is fine i just need to install rabbitmq-server07:13
=== Tin__man is now known as Tin_man
hellyeahthis is what i got https://hastebin.com/ugijiwejul.vbs07:16
jeffguorgtry apt install -f first. or use apt or dpkg to remove the package first07:16
hellyeahi tried -f07:17
hellyeahnothing is installed07:18
hellyeahdont you recommend to use this wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb07:20
hellyeahhmm07:21
jeffguorgthere is two path to satisfy your need. one is you need to add a ppa, which maybe you missed when you were installing rabbitmq. another path is to follow https://docs.docker.com/install/linux/docker-ce/ubuntu/ and use docker to run a rabbitmq instance07:22
hellyeahlet me check07:22
jeffguorgif you choosed to add ppa, plz read the rabbitmq's guide again or send a email to them for help07:23
hellyeahi dont use ppa as you suggested07:26
teleexit07:29
luftraumПривет, есть кто?07:30
hellyeahdeb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable07:31
hellyeahthat give me error07:31
hellyeahsorry my mistake07:31
jlnlOdd question here: how can I give a normal user the rights to (un)mount diskettes with read-only access on an external floppy drive? (attached to machine via USB)07:37
hellyeahno one here?07:43
hellyeahpls help me to solve rabbitmq problem07:43
Triffid_Hunterjlnl: put 'user' in the options field in the fstab entry07:44
Two_Dogshellyeah: explain issue07:45
hellyeahthis is the problem https://hastebin.com/ugijiwejul.vbs07:46
hellyeahthere is dependency problem07:47
hellyeahTwo_Dogs,  do you know anything about this?07:47
Two_Dogshellyeah: you need erlang-nox07:49
Flannelhellyeah: Please pastebin `apt-cache policy rabbitmq-server erlang-nox esl-erlang init-system-helpers`07:49
hellyeahFlannel,  https://hastebin.com/eqapujovax.rb here07:50
Flannelhellyeah: So, your problem is that the package from bintray isn't compatible with the version of erlang in xenial.07:53
Flannelhellyeah: Sounds like a packaging issue on the bintray people's side.07:53
hellyeahi dont have that link in my sources.list07:53
Flannelhellyeah: You probably have it in /etc/apt/sources.list.d/*07:54
hellyeahall of them are xeinal07:54
hellyeahlet me check07:54
hellyeahyeah ,07:54
Flannelhellyeah: Yes, the bintray versions are "xenial", but the package in that bintray xenial repository isn't compatible with xenial07:54
hellyeahlet me remove those07:54
hellyeahhmm07:55
hellyeahwhat will i do?07:55
Flannelhellyeah: Once you remove them, do `sudo apt-get update && sudo apt-get install rabbitmq-server`07:55
hellyeahokey in the bianty file there is xenial repo07:55
hellyeahlet me try07:56
Flannelhellyeah: You were using the "xenial" repo in bintray already, it obviously isn't tested with xenial, because it's broken.07:56
hellyeahi removed files07:56
hellyeahtry and update repo07:56
hellyeahokay07:56
hellyeahit is now good07:56
Flannelhellyeah: Good to hear.07:57
hellyeahanyway i leanrt smt new07:57
hellyeahthanks for that : )07:57
Flannelhellyeah: Your welcome07:57
FlannelYou're, even.07:57
=== kallesbar_ is now known as kallesbar
ande_Hi all! Tell me please.08:04
ande_How i can know what is desktop environment install from my computer?08:05
auronandaceande_: show us a picture and we can tell you what desktop environment you are using08:07
ande_how i can show you picture? screnn shot?08:08
auronandaceande_: yes, take a screenshot or even use a camera, then upload it to an image sharing site and post a link here08:08
Two_Dogsande_:  copy/paste & execute via terminal> sudo apt install inxi ; inxi -Fxx ## should explain alot about your system08:09
ande_Ohhh...08:09
ande_Give me a few minutes please< Im get a translator first08:10
amosbirdhi, why does https://launchpad.net/ubuntu/+source/linux-firmware split the firmwares into three packages ?08:10
ande_Im bad speak and understand english:)08:10
wildermindhey08:14
ande_echo $XDG_CURRENT_DESKTOP08:14
ande_this is command08:14
jlnlTriffid_Hunter, thank you!08:15
auronandaceande_: what output do you get from that command?08:16
ande_what mean output?08:16
ande_terminal08:16
auronandaceande_: when you put that command in the terminal what does it say?08:16
wildermindI have a weird thing going on, I see my wifi interface but the network-manager doesn't see any networks. eth0 works fine.08:16
wildermindhere are all the details of my situation: https://pastebin.com/7MaHgKj908:17
ande_Aaaa))08:17
ande_auronandace: X-Cinnamon)08:17
auronandaceande_: there you go, you seem to be running cinnamon08:17
SimonNLlsb_release -d     for version08:18
ande_auronandace: Yes, im understand.08:18
ande_auronandace: maybe you say me. How i can know all my DE? :)08:18
auronandaceande_: do you remember installing more than one desktop environment?08:19
=== BusyLM1 is now known as BusyLM
ande_auronandace: I know i get unity, cinnamon, and kodi. But i have know emm08:20
ande_auronandace: i dont know this word, second please08:20
ande_auronandace: фмфшдфиду08:21
ande_auronandace: available08:21
auronandaceande_: available means ready to use or ready to access08:22
wildermindanyone?08:25
ande_auronandace: thank you very match!08:25
RaptorJesusprofalljf really likes you guys08:26
zetheroojust started seeing this on one of my systems:  warning: parsing file '/var/lib/dpkg/status' near line 3819 package 'semaphore'08:27
zetheroowhat does this mean?08:28
OutyHello there =)  I have a litte prob with 18.04. When I mount a network share manual in terminal it does not appear in Thunar anymore. How can this be fixed?08:29
ande_hm, compiz not work on cinnamon?08:30
OutySorry forgot to mention, I'm on Xubuntu08:30
karstenkHello! Have fresh install of Xenial, but no auto complet in shell or the informations about libarys, when using a not existing execution08:35
karstenkwhat I have to install to get this?08:35
tomreynkarstenk: install bash-completion command-not-found08:37
tomreynzetheroo: that your dpkg (debian package) database is corrupt.08:39
tomreynthough this message appears to be cut off08:40
zetherootomreyn: the whole message is: dpkg: warning: parsing file '/var/lib/dpkg/status' near line 3792 package 'semaphore':08:40
zetheroo missing maintainer08:40
areckxso just FYI there's some dude joining channels and pinging everyone spamming all caps not to go to #ubuntu08:41
tomreynzetheroo: looks like you installed some badly maintained package08:41
areckxramshadow something08:41
areckxhe just spammed #valgrind08:42
tomreynareckx: it's a botnet, the names change. there is #uubntu-ops if you'd like to report this, but i think they'll be aware by now. and let's stick to just support here.08:42
areckxprobably lol08:43
tomreynzetheroo: in an attempt to identify the improperly formatted package you have installed, you can run: egrep '^Maintainer:[[:blank:]]*$' /var/lib/dpkg/status 2>&1 | nc termbin.com 999908:46
tomreynzetheroo: in an attempt to identify the improperly formatted package you have installed, you can run: egrep -C10 '^Maintainer:[[:blank:]]*$' /var/lib/dpkg/status 2>&1 | nc termbin.com 999908:46
tomreynoh actuall yit states the package in the warning, ignore me ;-)08:47
zetherootomreyn: neither command returns anything08:47
tomreynzetheroo: to identify the third party package repository which you should reconsider using: apt-cache policy semaphore08:48
Ubu-1604well this ubuntu is very impressive ... are there other desktops I can download? .. like i want a better taskbar and folders to put icons in.08:48
tomreynzetheroo: to uninstall the package causing it and to get rid of the warning run: sudo apt purge semaphore08:48
tomreyn&& sudo apt update08:49
zetheroooutput: https://paste.ubuntu.com/p/Qh8PWJct9t/08:49
zetheroook, though I am not sure why it was installed to begin with, or what might be needing/using it08:50
tomreynzetheroo: so you don't even have an apt repository configured for this package, it's a foreign package of unknown origin08:50
zetherooit may have been pulled in from a Zabbix perl script I installed08:50
zetherooso I'll leave it for now :)08:50
tomreynzetheroo: if you'd like to identify other such packages, there's a script fooreign_packages at https://github.com/tomreyn/scripts08:51
zetheroocool!08:51
tomreynzetheroo: the package you have there will never get updates nor security patches.08:51
wildermindI have a weird thing going on, I see my wifi interface but the network-manager doesn't see any networks. eth0 works fine.08:52
wildermindhere are all the details of my situation: https://pastebin.com/7MaHgKj908:52
tomreynUbu-1604: you can install several desktops side by side on ubuntu, and switch between them at login.08:52
senaapls help https://usercontent.irccloud-cdn.com/file/pT2PjDgD/P80524-154519.jpg08:52
tomreynUbu-1604: look for the *-desktop packages08:52
Ubu-1604tomreyn: thanks for replying :) .. this is my first time here .. I usually do DOS a fair amount, but this box came with ubuntu 16.04 and I made everything upto date version wise (firefox/OS patches) .. this OS is very fast .. web browser wise .. I use it for videos and youtube video testing.08:54
tomreynIf you're used to DOS, you will *love* working with a shell in a terminal.08:55
senaahelp kernel panic not syncing : vfs https://usercontent.irccloud-cdn.com/file/l2n4F1t3/P80524-154519.jpg08:56
Ubu-1604tomreyn: several desktops? .. as in different GUI's for linus you mean? .. I like this ubuntu a fair amount .. I was just hoping maybe a hbetter taskbar had been made, the standard one just seems to hold locked icons, I can't make icons directly on the ubuntu desktop?08:56
Ubu-1604linus=linux08:56
hellyeahanyone knows anything about that problem . /usr/share/code/bin/../code: error while loading shared libraries: libXtst.so.6: cannot open shared object file: No such file or directory08:56
tomreynubuntulog: apt-cache pkgnames | grep '.*buntu.*-desktop$'08:57
tomreynUbu-1604: the above command lists different desktop variants for ubuntu. you can run "apt-cache show NAME" (replacing NAME by each of these) to get more information on them. they are different GUIs basically, yes.08:59
tomreynUbu-1604: just changing the design of the taskbar ("panel") may or may not be possible, there may be some 'tweak' utilities to enable this.09:00
tomreyn!details hellyeah09:01
tomreyn!details | hellyeah09:01
ubottuhellyeah: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.09:01
hellyeahi installed code09:01
Ubu-1604tomreyn: ok i saved that grep line ... I am not as one would say 'an expert' on unix much at all ... I did look through that 'Ubuntu Software' utility, but nothing was there for any 'desktop' enhancements .. I just like the easy 'INSTALL' button to click .. grep is a bit much for someone like me ;)09:01
hellyeahvscode i just try to open it this is what i got09:01
tomreynsenaa: the root file system (as configured in grub) cannot be found.09:02
tomreynsenaa: what did you do before this? did it ever work? if so, what changed?09:03
auronandaceUbu-1604: you may want to try synaptic as an alternative to the software centre. synptic can show you all the packages09:03
tomreynhellyeah: you will probably need to install some additional libraries which it depends on. re-read the instructions, or try to determine the packages you need to install based on the error messages you will see.09:04
tomreynhellyeah: for example, this libXtst.so.6 file will most likely be provided by the "libxtst6" package.09:05
hellyeahright09:05
tomreynUbu-1604: i'm with auronandace there, install synaptic for a graphical front-end to installing packages.09:06
senaatomreyn: in case when after upgrade ubuntu 18.04 from ubuntu 17.1009:06
senaatomreyn: my ubuntu  freeze purple screen before login09:07
tomreynUbu-1604: or just use 'apt' on a terminal if you're comfortable with it. it is simpler than it may seem at first.09:07
senaatomreyn: after that I restart my ubuntu then edit squiet splash and add acpi off09:08
tomreynsenaa: when was there the frozen purple screen? during the ubuntu 17.10 -> 18.04 upgrade, before or after it?09:08
senaatomreyn: after it09:08
senaatomreyn: after edit acpi off my ubuntu kernel panic not syncing vfs huh09:09
tomreynsenaa: and the kernel panic on your screen shot was after you rebooted again and edited grub and removed (?) "quiet splash" and added "acpi=off"?09:09
senaatomreyn: yes after reboot and remove queit splash09:12
wildermindis it possible to reinstall only the core system of ubuntu? (keeping all the installed programs and configs)09:12
tomreynsenaa: was the upgrade itself successful? did it say so?09:12
Two_Dogswildermind: if you know what packages you want reinstalled then simple09:13
wildermindhmmm, I want to purge&reinstall all the kernel modules and network related stuff09:14
senaatomreyn: after upgrade ,my ubuntu sucessfull when I restart, my ubuntu frozen purple screen before I login then i edit quiet splash after that kernel panic not syncing vsf09:14
tomreynsenaa: try to boot with just "quiet" and "splash" removed, see if it still panics09:16
Two_Dogswildermind: so you need to reinstall at least two kernel and all of packages 'net' specific09:16
auctuscan i turn off the print screen screenshot thing? I keep accidentally hitting that button and its annoying09:16
auctusbecause F12 is also the print key if i dont have f-lock toggled, stupid keyboard09:16
Two_Dogswildermind: if you dont have synaptic installed, do so09:16
wildermindTwo_Dogs: how can I know the packages names? (and how can I reinstall with the `purging` too?)09:16
tomreynwildermind: what is the issue you're trying to solve by this?09:17
=== momken_ is now known as momken
wildermindI have a weird thing going on, I see my wifi interface but the network-manager doesn't see any networks. eth0 works fine.09:17
wildermindhere are all the details of my situation: https://pastebin.com/7MaHgKj909:17
senaahow to change tom ? https://usercontent.irccloud-cdn.com/file/LzV8a9nd/irccloudcapture2109037353.jpg09:17
pythonickhello09:17
Two_Dogswildermind: is this after an upgrade?09:17
pythonickhow can i upgrade from 16.04 to 18.04 ?09:18
wildermindTwo_Dogs: no. It just happened somehow09:19
tomreynsenaa: move the cursor to the left of "quiet", then press the 'delete' key until both "quiet" and "splash" are gone, then press ctrl-x09:19
tomreynpythonick: not supported, yet, see the 18.04 release notes09:19
Two_Dogswildermind: i did not see eth0 on your pastebin09:21
tomreynpythonick: if you still want to do it, possibly breaking your system, you'll need to run "sudo update-manager -cd"09:21
pythonickhmm ok09:21
pythonicki wait09:21
pythonick:D09:21
senaalike this tomreyn ? https://usercontent.irccloud-cdn.com/file/zN7vub0X/irccloudcapture612586383.jpg09:22
wildermindTwo_Dogs: that's because there's no Etherenet connection in my laptop, i'm connected right now through a docking station. btw this is dmesg: http://paste.ubuntu.com/p/hRWSqhYCvN/09:22
Ubu-1604tomreyn: Sorry the web chat client died .. I quickly install a irc chat client (quassel) .. yes that ubuntu software install program works nice .. to bad it doesn't  link to the most current versions of programs though :\09:25
Two_Dogswildermind: what version of ubuntu?09:26
Ubu-1604tomreyn: I think it was you i was talking with earlier .. almost 3:30am here .. I'm in the midle of canada09:26
wildermind16.0409:26
Two_Dogswildermind: copy/paste & execute via terminal> aptitude upgrade -sy | nc termbin.com 9999 ## share link output here09:27
tomreynsenaa: correct09:27
Two_Dogswildermind: thats a simulation, dont add anything to it09:28
=== momken_ is now known as momken
tomreyn!latest | Ubu-160409:28
ubottuUbu-1604: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.09:28
wildermindTwo_Dogs: why use netcat and not just `patebinit`?09:28
Ubu-1604heheheeh awsome BOT ya got there tom ;)09:28
tomreynUbu-1604: yes, we were talking09:28
tomreyn!irclogs | Ubu-160409:28
ubottuUbu-1604: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/09:28
senaatomreyn: huh same error09:29
Two_Dogswildermind: i dont care what you use, as long as the dump is complete09:29
wildermindTwo_Dogs: http://termbin.com/u3pd09:30
tomreynTwo_Dogs: would you not want to 'update' beforehand (or does aptitude do it automatically? haven't used it in a while...)09:30
Two_Dogstomreyn: almost any aptitude command related to add/remove shows where there are dep issues, like his09:31
Ubu-1604tomreyn: I'm pretty 'old skool' as it were .. I was doing irc back in the days when Efnet was just geting started over my modem :) ... Anyway, yes I would like to setup a good FTP server using the ubuntu unix server as the back end .. I am not familiar with Ubuntu server end products .. I assume I can install some Ubuntu server (v18.X) freeware as it were (open source)?09:31
Ubu-1604tomreyn: Then but $ support for it as I was reading about the support programs Ubuntu/Canonical provides?09:32
tomreynTwo_Dogs / wildermind: apparently this firmware version is broken https://www.spinics.net/lists/linux-wireless/msg167767.html09:33
Two_Dogswildermind: copy/paste & execute via terminal> journalctl -b --pri=3 | nc termbin.com 9999 ## share link output here09:33
Ubu-1604tomreyn:  but=pay (sorry I look at the keyboard when I type .. so some typo's) .. meaning I would pay money for support where ever that is offered .. as I said I just started reading the products/support ubuntu/Canonical has .. looks to be a fair amount available :)))09:33
tomreynsenaa: okay, but you may have more output now, can you show it again?09:34
Ubu-1604brb ... break09:34
wildermindTwo_Dogs: http://termbin.com/1r0w309:34
tomreynsenaa: and once you did, retry with both quiet + splash removed (so like now) but also add "nomodeset", and take another screenshot.09:35
wildermindTwo_Dogs: I just saw this in /var/log/apt/history.log: https://paste.ubuntu.com/p/qxHn3T66HM/09:35
Two_Dogswildermind: copy/paste & execute via terminal> cat /var/log/dpkg* | nc termbin.com 9999 ## share link output here09:39
=== sins-_n is now known as sins-
wildermindTwo_Dogs: http://termbin.com/thlw09:40
tomreynUbu-1604: you can install ubuntu server 18.04 (or any other supported version) for free, and get community support for free as well. there are also commercial support offerings by canonical and some of their partners / licensses as well as unrelated freelancers / standaloine companies.09:41
tomreynUbu-1604: linux (ubuntu is a linux distribution) is not unix (though somewhat similar). the best ftp server is usually considered to be vsftpd, but it's not so well suited for use cases. generally, ftp servers are slowly leaving this planet since we're trying hard to phase out legacy protocols which do not support proper transport encryption.09:41
tomreynwildermind: yes this is going to be your issue09:43
tomreynyou can either downgrade the firmware or upgrade the kernel, either should work based on https://www.spinics.net/lists/linux-wireless/msg167767.html09:43
Outywhy does   gio mount //192.168.x.x/folder    not work?  syntax error here ?09:43
tomreyn"this" -> the upgrade of linux-firmware from 1.157.17 to 1.157.1809:44
Outyit gives me: volume doesn't implement mount09:44
wildermindtomreyn: so what kernel version / firmware version to install?09:44
tomreynwildermind: actually which linux version are you running?09:45
wildermindUbuntu 16.04, linux: 4.14.0-041400-generic09:46
Ubu-1604back .. reading09:47
jj15If I run "ssh web@host 'bash -s' < provision.sh" can I still use environment variables in the script on my development machine and make those values/variables available to the script on the remote host?09:47
upgreyddhello. Can someone help me with `snap` in `ubuntu` ?09:48
tomreynwildermind: i dont think this is an official package. did you build it yourself? can you show "cat /proc/version" ?09:48
auronandace!snap | upgreydd09:48
upgreydd!snap09:48
upgreydd!snapd09:49
blackflowincredibly, the bot has no factoid on snaps. only !snappy09:49
tomreyn!info linux-image-generic-hwe-16.04 xenial09:49
ubottulinux-image-generic-hwe-16.04 (source: linux-meta-hwe): Generic Linux kernel image. In component main, is optional. Version 4.13.0.43.62 (xenial), package size 2 kB, installed size 11 kB (Only available for i386; amd64; armhf; arm64; ppc64el; s390x)09:49
wildermindtomreyn: `Linux version 4.14.0-041400-generic (kernel@kathleen) (gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3)) #201711122031 SMP Sun Nov 12 20:32:29 UTC 2017`09:49
blackflow!snappy09:49
ubottuUbuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/09:49
auronandaceupgreydd: sorry, i thought there was a factoid on it09:49
upgreyddauronandace: no problem09:49
tomreynwildermind: that's dangerously old. you won't have any meltdown / spectre patches. and it's not a supported ubuntu kernel.09:50
wildermindi'm installing right now these: http://paste.ubuntu.com/p/Z54z9TYFBK/09:51
Two_Dogswildermind: the gorked state of the system seems intentional09:51
Two_Dogswildermind: no apparmor09:51
wildermindit was long ago since I installed my system but it might be intentional because of some bugs with the mouse09:52
tomreynwildermind: for ubuntu 16.04, your offical kernel image choices are provided by the packages linux-image-generic, linux-image-generic-hwe-16.04, linux-image-generic-hwe-16.04-edge09:52
tomreynso you end up with one (or more of) linux 4.4, 4.13, 4.1509:54
wildermindi'm installing 4.16 right now, and I need to go to eat, sorry. i'll be afk for a while09:55
Two_Dogswildermind: if you have to do kernel regression for mouse bugs i would suggest a new mouse09:55
wildermind(I meant touchpad)09:55
Two_Dogswildermind: get a mouse09:56
DroHello, by mistake I deleted a folder with rm -rf , is there a where to restore it ?09:57
Droway*09:57
Two_DogsDro: not a painless way no09:57
Two_DogsDro: unless you do backups?09:58
DroTwo_Dogs: I don't have a backup :(09:58
Two_DogsDro: what folder?09:59
DroTwo_Dogs: normal folder under /var/www/html/10:00
tomreynwildermind: as a result of your custom kernel, your system lacked mitigation of grave security bugs (including 'meltdown') for the past 6 months.10:02
Ubu-1604tomreyn: actually this Pure-ftpd looks to be one I'll check out .. has a GUI at least ... thanks for your help :) .. I'll join here again sometime soonish ... time for zzz10:02
bobdobbsHi. I updated from 17.10 to 18.04 a few days ago. Since then I've had constant issues with apt. Every time I do 'apt-get dist upgrade' I get errors.  I'm pretty much always getting an error related to dpkg failing to process a package10:02
bobdobbsThis is what I'm getting presently: https://hastebin.com/iwecawagis.sql10:02
=== Elimin8r is now known as Elimin8er
Two_DogsDro: good luck10:03
tomreynUbu-1604: its security track record is not awesome, but good luck + good night.10:03
Ubu-1604tomreyn: Well there seems to be a fair number of ftp servers available I can try ..I'll let ya know how it goes ... nitenite :)10:04
tomreynDro: consider it a good reminder that you need to have complete, current, and actually restorable (ideally remote/off-site) backups.10:05
Drotomreyn: Two_Dogs i'm fine now :D10:05
Drohopefully phpstorm was opened10:05
DroI recovered the whole folder with it10:05
Drobut .git folder is lost10:05
Droand maybe some other folders10:06
tomreynDro: you wont be fine until you have backups of important data.10:06
tomreyn(i'm glad to learn you got lucky this time around though)10:06
Drotomreyn: I have a backup, but not for my current work (under dev)10:06
Drobut always using git to backup my data :)10:06
tomreynso get one10:06
tomreyngit's a source code management / revision tracking system (and a whole lot of other things), but not a complete backup solution.10:07
Two_Dogsbobdobbs: was that pastebin the output of some upgrade?10:08
hanabishihello everyone10:08
bobdobbsTwo_Dogs: yes. That's the output of apt-get dist-upgrade10:09
bobdobbs 10:09
Two_Dogsbobdobbs: ok10:09
bobdobbsTwo_Dogs: I'm basically trying up update packages without these errors10:10
Two_Dogsbobdobbs: copy/paste & execute via terminal> sudo apt update ; aptitude safe-upgrade -sy | nc termbin.com 9999 ## share link output here10:10
Two_Dogsbobdobbs: as shown10:10
Two_Dogsbobdobbs: aptitude does a better resolve if there is one10:11
bobdobbsTwo_Dogs: ok...10:11
geirhahave you installed cairo from a ppa?   what's the output of   apt-cache policy cairo-dock-core cairo-dock-data10:11
tomreynTwo_Dogs: your issue is probably in mixing ubuntu packages with 3rd party packages. what does "apt-cache policy cairo-dock-core" return?10:11
Two_Dogstomreyn: not my issue10:12
tomreynsorry10:12
Two_Dogs:)10:12
tomreynbobdobbs: your issue is probably in mixing ubuntu packages with 3rd party packages. what does "apt-cache policy cairo-dock-core" return?10:12
bobdobbstomreyn, geirha will catch up with your messages soon. I'm presently following instructions from Two_Dogs10:13
geirhainclude the data package while you're at it   apt-cache policy cairo-dock-core cairo-dock-data10:13
Two_Dogsbobdobbs: the instructions you used for the dist did not mention disable ppa?10:13
tomreynbobdobbs: okay, you can ignore mine and just follow geirha's10:13
bobdobbsTwo_Dogs: I wasn't following any instructions for the dist. It's just a command I know10:13
Two_Dogsbobdobbs: ok, lets see what aptitude says10:14
=== grumblr is now known as grumble
bobdobbsTwo_Dogs: http://termbin.com/msl010:14
tomreynTwo_Dogs: i disagree about "aptitude does a better resolve [than apt / apt-get]" for ubuntu releases since 16.04.10:15
bobdobbsTwo_Dogs: does that ouutput mean that the issue was resolved?10:15
Two_Dogsbobdobbs: no, means that real run would probably fix issue, as shown on the dump10:16
geirhalooks like it intends to remove the conflicting package, so that may resolve it. The -s means it's only simulating though10:16
Two_Dogstomreyn: all i ever used on ubuntu is aptitude10:16
Two_Dogsbobdobbs: care to try the actual as per resolve sim?10:17
bobdobbsTwo_Dogs: how do I do the "real run"?10:17
Two_Dogsbobdobbs:  copy/paste & execute via terminal> sudo aptitude safe-upgrade10:17
bobdobbsk10:18
Two_Dogsbobdobbs: i assume you did do the sudo apt update10:18
bobdobbsI did one earlier10:18
Two_Dogsbobdobbs: do now if not done with the aptitude simulation10:19
bobdobbsTwo_Dogs: I'm already running 'aptitude safe-upgrade'10:19
bobdobbsah, sorry. misread your last10:19
lorrenuyIs thee some way that the genome extensions are active for all user?10:19
bobdobbswhen the upgrade is done then I'll tdo the update10:19
Two_Dogsbobdobbs: no10:20
Two_Dogsthats sort of backwards10:20
UlrarHi, I'm trying to install ubuntu server (18.04 looks like) but I cannot find the LVM tab in the installer10:20
bobdobbsthe upgrade is done. It returns the same error as before10:20
bobdobbsso I should do the update now?10:20
UlrarIs there any way to just get a shell like and set that up myself like in debian ?10:20
tomreynUlrar: that's because there is none, in the (now) default installer, sadly.10:20
Ulrar...10:20
UlrarThat's nuts.10:20
Ulrar17 should have it then ?10:21
Two_Dogsbobdobbs: do 'sudo apt update'10:21
tomreynUlrar: i concur. but there is still the old installer availabel as an alternative download.10:21
UlrarAh10:21
bobdobbsTwo_Dogs: k10:21
Ulrardo you have a link ?10:21
tomreynthe old installer mechanism, as a 18.04 installer.10:21
tomreynUlrar: the page you downloaded the iso from has a link10:21
Two_Dogsbobdobbs: is there a ppa added for cairo dock?10:21
lorrenuyIs thee some way that the genome extensions are active for all user?10:22
UlrarAh, found it10:22
Ulrarthanks10:22
bobdobbsTwo_Dogs: the update completed. I don't know if there's a ppa added for cairo dock10:23
Two_Dogsbobdobbs: ok10:24
bobdobbsTwo_Dogs: so what do I do now?10:25
Two_Dogsbobdobbs: cairo is causing dep hell, or was10:25
bobdobbsshould I uninstall it? I'm not really sure what it is10:26
Two_Dogsbobdobbs: copy/paste & execute via terminal> aptitude purge -sy ~ncairo | nc termbin.com 9999 ## share link output here10:26
Two_Dogsbobdobbs: that nifty dock that looks like an ipad10:27
bobdobbsTwo_Dogs: I'm not even sure if I have that10:27
bobdobbsmaybe I have it installed and never use it. I just use the default desktop environment10:27
Two_Dogswell, the system thinks it does10:28
Two_Dogsbob^^10:28
stevenHi, eh I was here the other day trying to figure out why my server (actual server, no vps) went offline. so far all I was able to find was the fact that the NIC's are gone10:29
stevenlike, eno1 is literally not listed anymore. so I went ahead and bought a usb to nic adapter, plugged it in, nothing10:30
stevenhttps://paste.ubuntu.com/p/9cVmCtxCgX/ the system seems to detect it tho10:30
bobdobbsTwo_Dogs: http://termbin.com/p21w10:30
bobdobbsLooks like removing it will remove a lot of other stuff10:31
bobdobbsbut it will also remove gimp? that's off10:32
bobdobbs*odd10:32
bobdobbsand it'll remove gnome-core as well? I think I need that10:32
Two_Dogsbobdobbs: yeah, looks like a bad idea10:33
senaatomreyn: hei10:33
bobdobbswell dang. I'm stuck with a broken package10:33
senaalike this tomreyn ? https://usercontent.irccloud-cdn.com/file/Tsjw8HqP/irccloudcapture934720965.jpg10:33
geirhabobdobbs: have you pastebined the apt-cache policy command from earlier?10:33
bobdobbsgeirha: which one? I've just been following directions from Two_Dogs10:34
senaatomreyn : update my error  https://usercontent.irccloud-cdn.com/file/lRtd11bq/irccloudcapture1435162369.jpg10:34
geirhabobdobbs: apt-cache policy cairo-dock-core cairo-dock-data10:34
Two_Dogsbobdobbs: the one geirha ask for earlier10:34
bobdobbshttps://hastebin.com/nopegerigi.scala10:34
geirharight, so cairo-dock-data is only available locally. It was likely installed via a ppa10:36
bobdobbsok10:36
=== andrecco1 is now known as hotnigga
bobdobbsdoes that information point to a possible solution?10:37
Two_Dogsgeirha: a ppa not presently enabled?10:37
=== hotnigga is now known as hotniggas
geirhaall ppas are disabled during upgrade10:37
tomreynsteven: unfortunate shopping: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/162232210:38
ubottuLaunchpad bug 1622322 in linux (Ubuntu) "Realtek 8153-based ethernet adapter doesn't work" [High,Confirmed]10:38
=== CChaplin1 is now known as CChaplin
geirhabobdobbs: pastebin this:   tail -n+1 /etc/apt/sources.list{,.d/*}10:39
=== chenuki is now known as Guest15941
bobdobbshttps://hastebin.com/ulorikotof.php10:40
tomreynbobdobbs: a script to identify outdated packages without installation candidate / upgrade path is available at https://github.com/tomreyn/scripts - "foreign_packages"10:40
geirhaouch, that's a lot10:40
stevenseriously. the guys in the amazon reviews said it worked out of the box with ubuntu10:40
geirhabobdobbs: would help to know which ppa that cairo package came from, but there's too many possibilities there10:42
tomreynsenaa: yes, like this. unfortunately the relevant information has scrolled off the screen on the latest screenshot which ends with  "---[ end trace" ...10:43
geirhabobdobbs: does    sudo apt remove cairo-dock-data   try to pull a lot of other packages with it?10:43
bobdobbsgeirha: I don't think i should try and remove anything to do with cairo. I might end up removing a bunch of stuff that I need, like gimp10:46
geirhapossibly, but it will ask you for confirmation first, so try and see, and answer "no" if it tries to bring down "everything"10:47
geirhanot that apt remove cairo-dock-data   is way less scary than aptitude remove ~ncairo10:48
geirha*noe10:48
geirha*note10:48
bobdobbsThis is the output: https://hastebin.com/hucomutuli.sql10:48
Two_Dogsgeirha: dont do actual scary , do -sy for simulation10:48
bobdobbsTwo_Dogs: ok10:49
Two_Dogsbobdobbs: geirha solution looks like a resolve10:50
bobdobbshm?10:50
Two_Dogsbobdobbs: wait, my bad, i am not sure how -sy works with apt or apt-get, i only use aptitude10:51
Two_Dogsgeirha: and good job, i went for purge of all 'cairo' , i dont understand how cairo is such a dep for his install, but it is10:53
pagnolhi, my /boot partition filled up with old kernel images again so I deleted some old ones to free up some space, but apt-get install -f would replace them every time10:57
pagnolthereby hitting the limit anew10:57
steventomreyn: so that means, there is still no way to figure out whether the issue is HW or SW based?10:57
wildermindtomreyn: Two_Dogs i'm back10:58
BluesKajHey folks11:00
bobdobbsSo at this point what do I do?11:02
Two_Dogsbobdobbs: do as geirha suggested11:05
bobdobbsI think geirha suggested removing cairo-dock? But if I do that then I lose a lot of other stuff11:08
Two_Dogsbobdobbs: his suggestion was removal of one specific package11:08
bobdobbscairo-dock-data?11:09
Two_Dogsyes11:09
DeathTicklehow can i switch my display manager from gdm to sddm for KDE ?11:09
Two_DogsDeathTickle: install sddm yet?11:10
bobdobbsok11:10
DeathTickleTwo_Dogs: I have it installed, since i upgraded to 18.04 GDM is starting though11:10
bobdobbsdoing 'apt-get remove cairo-dock-data' gives me the same error.11:10
Two_DogsDeathTickle: you are on plasma?11:11
stevenok, so there it is. I managed to boot arch from USB and it lists all NIC's, so as expected ubuntu is the issue, not the server11:11
bobdobbshttps://hastebin.com/ubesuqipot.sql11:12
steventomreyn: ^11:12
DeathTickleTwo_Dogs: I have both Plasma and Ubuntu desktop installed11:12
Two_DogsDeathTickle: for sure sddm is installed?11:12
BluesKajDeathTickle, sudo systemctl enable sddm && sudo systemctl start sddm11:13
DeathTicklesddm is already the newest version (0.17.0-1ubuntu7).11:13
DeathTicklewill that disable gdm as the default display manager ?11:13
BluesKajit should11:13
wildermindfor some reason installing 4.16 on Ubuntu 16.04 require me to install libssl1.1 that isn't present in Xenial11:13
wildermindwhat can I do?11:14
ducasseto choose dm, do 'dpkg-reconfigure gdm'11:14
DeathTicklemeh did dpkg-reconfigure and got the prompt11:14
DeathTickle👍11:14
OutyHello there =)  I have a litte prob with 18.04. When I mount a network share manual in terminal it does not appear in Thunar anymore. How can this be fixed?11:14
wildermindhere is the output: https://pastebin.com/YnA2FVnd11:15
bipulHi, I 'm unable to find "mount-defaults" directory inside  /etc/schroot/mount-defaults. I'm trying to create chroot environment inside Ubuntu 16.04.4. I have installed debootstrap and schroot via apt. Please help11:16
DeathTickleI had tried update-alternatives first but I didnt find the display manager in the list, any reason why it isnt there ?11:16
spinningCatis there any security leak if i use that command  ufw allow 170111:16
wildermindanyone? I can't install mainline kernel in Xenial 16.0411:18
steven  Package libssl1.1 is not installed.11:19
stevendid you try to install it?11:19
bipulI 'm following this tutorial, And i believe all the information are upto date and genuine https://help.ubuntu.com/community/DebootstrapChroot11:20
=== BlackJack|2 is now known as Dreaman`
tomreynsteven: it's possible that a newer kernel version supports your devices when an older one did not.11:21
steventomreyn: no, the server was working just fine for the last couple years.11:22
wildermindsteven: it's not present in Xenial repos11:22
stevenand monday morning when I got up all my services were down11:22
SvetaOuty: what command do you use to mount it manually?11:22
steventhen someone suggest it might be a HW failure, well its not :) so ubuntu did something11:22
tomreynsteven: it's also possible that your hardware works sometimes but not other times. and it's also possible that a regression occurred, but this is usually rare and short-lived11:23
stevennow I need to figure out what it broke and how to revert those changes, also the server uses canonicals live patch. which happened to break in the past11:23
OutySveta: sudo mount -o vers=1.0 //192.168.x.x/folder /media/user/folder11:24
OutySveta: it always looked like this in thunar: http://i.imgur.com/ndH8fA6.png11:24
OutySveta: but now the quick link on the left does'nt show up anymore11:25
stevenI am like 99% sure its an issue with ubuntu (or it live patch stuff), I ruled out the HW/ I can see it working at this very moment.11:25
wildermindcan anyone help me to download an old linux-firmware? I can't seem to find where to download linux-firmware_1.157.17_all.deb11:25
SvetaOuty: where did thunar mount it when it was working?11:25
SvetaOuty: what was the mount target?11:25
tomreynwildermind: better use the latest. why do you want an earlier one?11:26
wildermindbecause there's a problem upgrading to new kernels right now in xenial https://bugs.launchpad.net/ubuntu/+source/linux/+bug/176812111:26
ubottuLaunchpad bug 1768121 in linux (Ubuntu) "Mainline Kernel since 4.16.4 has postinstall script error" [Undecided,Confirmed]11:26
tomreynwildermind: this is about mainline kernels, not about official kernel images provided in ubuntu11:27
tomreyn!mainline11:27
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds11:27
tomreynbut dont use them unless you have to.11:27
wildermindyeah but with the official linux-firmware my wifi stopped working11:27
OutySveta: target /media/username/net11:27
tomreynwildermind: using which kernel?11:28
OutySveta: I created the net folder myself11:28
geirhabobdobbs: Hm. Odd that it is trying to upgrade another package at the same time as removing that one package11:28
wildermindan old one, but idk if it's the kernel, becuase the only thing changed is the linux-firmware11:28
SvetaOuty: that's where you're putting it - did it mount automatically before you started doing that?11:28
tomreynwildermind: if you use new firmwares on outdated kernels this can totally break things.11:28
OutySveta: no I mount it always manual as needed11:29
tomreynwildermind: and as pointed out in the follow-up post to the mailing list post i pointed you to, it did in this case.11:29
SvetaOuty: and it worked before but it stopped working now?11:29
SvetaOuty: did you change the command you are using or it has been the same?11:29
OutySveta: its just that it would automatically appear in thunar when i do a manual mount. (16.04)  now in 18.04 it dont appear on the left. now i have to navigate to the folder myself11:30
SvetaOuty: can you add it to bookmarks?11:30
=== richard is now known as Guest15868
geirhabobdobbs: what does it say if you try to remove cairo-dock-core in addition?  sudo apt remove cairo-dock-core cairo-dock-data11:31
OutySveta: Bookmarks?11:31
tomreynwildermind: generally, if there are issues with your custom built kernel, you're on your own. use either the ones packaged by ubuntu (while they are supported), which enables you to get support here and on launchpad, or mainline, which may get you support from the kernel developers.11:31
OutySveta: Like said.. the mounting is not the problem here. It's the fact that it did show up in Thunar after Mounting11:32
SvetaOuty: yes, I think you can bookmark directories in thunar11:32
bobdobbsgeirha: huh. that command completed without error11:33
geirhaTwo_Dogs: cairo-dock is one thing, but there's also a libcairo, that libgtk depends on11:33
geirhabobdobbs: great. Now you can try installing cairo-dock-core again11:34
SvetaOuty: drag the folder from the main area into the side pane to bookmark it11:34
bobdobbsgeirha: k11:34
bobdobbsgeirha: https://hastebin.com/idumiguvak.sql11:35
Two_Dogsgeirha: yes, i am a plasma user, i assumed cairo anything was associated with cairo dock only11:35
tomreynbobdobbs: i think you shouild really just identify the packages (package verisons) you have installed which are not part of the ubuntu release you now run, and dpkg --purge them, optionally replacing them by the versions provided by your current ubuntu release.11:36
geirhabobdobbs: remove libgldi3 then try again. Rince and repeat until it installs11:37
geirhabobdobbs: To avoid this in the future, run ppa-purge on all enabled PPAs before upgrading ubuntu release11:38
tomreynbobdobbs: to prevent such issues in the future, be sure to both uninstall / downgrade 3rd party packages to ubuntu package versions before you start an ubuntu release upgrade.11:38
bobdobbsgeirha: got it.11:38
bobdobbsgeirha: I hope I actually remember that when the next LTS comes out11:38
geirhait's only a couple years. I'm sure it will be fresh in your memory :p11:39
bobdobbs;)11:39
Two_Dogsbobdobbs: you have a home partition?11:39
OutySveta: will try11:39
* mgedmin wonders why ppa-purge isn't integrated into do-release-upgrade yet11:40
DeathTickleany idea why when I use a sudo command the sudo prompt takes a long time to appear ?11:40
SvetaOuty: ok, i'm heading to sleep so i'll come back later i think;good luck and please ask others for help if this does not work as nicely as you like11:40
=== fred_ is now known as Guest85818
SvetaDeathTickle: how long?11:40
raidghostnacc: Yes. Cifs mounting a host`s disk into a VM, Should that be a issue?11:40
OutySveta: Thank you =)11:41
SvetaOuty: you're welcome :-)11:41
DeathTicklelonger then my other debian/ubuntu, measured it at 5 seconds11:41
raidghostIve heard that dist upgrade can give errors and a messup system. Is that true?11:41
SvetaOuty: there's also #xfce, they might be able to help with thunar a bit further (thunar comes with xfce by default for a while)11:41
BluesKajonly if you have ppas that are no longer updated11:42
raidghostSveta: For some reason i think of fireworks when i think of your nick. Must be since in norway its named Svea without t :P11:42
BluesKajraidghost,^'11:42
Svetaraidghost: that's spectacular, perhaps it'll help me with falling asleep now :)  thanks for sharing :)11:42
raidghostSveta: Null problem (No problem) in norwegian ;)11:43
OlofLhttps://imgur.com/a/MuTPB7f why are my print font so weird?!11:47
=== CyberHacker_ is now known as CyberHacker
OutySveta: will look there for answers too - thx =)11:49
blackflowOlofL: you probably don't have that font installed and the PDF (is it?) then probably doesn't embed them.11:49
SvetaOuty: :)11:49
OlofLblackflow: its a pdf yes. the printed font is weird, not the viewed font :)11:50
=== momken_ is now known as momken
blackflowOlofL: sounds like the print driver is not sending proper ps data to it then11:54
elichai2hey, is there a table of Ubuntu releases and which kernel version/series it's using?12:03
janat08likely widipedia holds that, elichai212:04
mancman3elichai2: check the ubuntu wiki12:04
janat08how does my scroll speed remains unchanged on KDE after having been changed in settings12:05
geirhaelichai2: https://packages.ubuntu.com/search?keywords=linux-image-generic&searchon=names&exact=1&suite=all&section=all12:05
toad_poloerSo my Ubuntu 16.04 is becoming increasingly unstable, so in a last ditch effort to avoid a full re-install, I've been trying to turn it into a rolling release (a la converting Debian to use sid)12:06
tomreynelichai2: also https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=linux-image-generic-hwe&searchon=names12:06
=== momken_ is now known as momoken
toad_poloerI changed all my sources to use devel but now I'm getting a bunch of package dependency conflicts, apt install -f doen't help, dist upgrade doesn't help, autoremove and autoclean don't help.12:07
toad_poloerapt install -f is choking because python3-lib2to3 and python3-distutils are both trying to provide files also provided by libpython3.6-stdlib12:07
geirhawait, you switched your sources.list to go from ubuntu's to debian's?12:08
tomreyntoad_poloer: this is not a supported configuration really12:08
toad_poloergeirha: No.12:08
mgedminwhat is "devel"?  there's no ubuntu or debian release with that codename12:08
toad_poloerI switched them from using xenial to devel.12:08
mgedmin... is there?12:08
toad_poloerYes, I think it's a symlink to cosmic.12:08
=== momoken is now known as momken
mgedmininteresting12:09
tomreynmgedmin: what made oyu think this might be a good idea to do?12:09
toad_poloertomreyn: Yeah, I more or less know, but I'd really like to unravel this so that my computer is less broken for a few days while I prepare to clear everything off and install arch or something.12:09
tomreynmgedmin: sorry, not you12:09
geirhaIn that case, support channel is #ubuntu+112:09
mgedminit would've been a bit safer to do-release-upgrade -d to bionic before jumping into cosmic12:10
toad_poloertomreyn: Assuming that's for me, I've found that rolling releases tend to have fewer problems, particularly if you use third party ppas.12:10
tomreyn#ubuntu+1 won't be able to help with whats left after an unsupported release upgrade eiuther, i would think12:10
OlofLblackflow: how can I validate driver? It was a hp color laserjet mfp 775 printer added automatically.12:10
toad_poloerIn the Debian world it's reasonably common to just run an unstable rolling release.12:10
tomreyntoad_poloer: right. but this is not debian.12:11
mgedminbecause Debian makes releases approximately never ;)12:11
toad_poloerI did a google search and found this article: https://www.howtoforge.com/tutorial/ubuntu-rolling-release/12:11
* toad_poloer shrugs.12:11
onioI am having problem trying to install boost library on Ubuntu 16.04 getting unmet dependencies. See https://paste.ubuntu.com/p/vh8JRXQJvr/12:11
toad_poloerSure, it's not debian but development repos do exist.12:11
toad_poloerThe OS was pretty broken to start with.12:11
mgedmintoad_poloer: can you temporarily try to dpkg --remove python3-lib2to3 and python3-distutils, to see if apt will let you install libpython3.6-stdlib then?12:12
blackflowOlofL: I don't know, but look into the printer settings and see if it perhaps mentions "PostScript" or fonts12:12
OlofLblackflow: when I used the chrome print dialog (instead of system print dialog) there was an option to "print as image". Then it managed to print better12:12
toad_poloermgedmin: I can try, but a bunch of stuff depends on those libraries, including libpython3.6-stdlib.12:12
mgedmindpkg --remove doesn't care about dependencies, unlike apt remove12:12
toad_poloerYeah but the reinstall will have the same problem, won't it?12:13
toad_poloerI'm not sure these packages are even installed in the first place.12:13
mgedminah, but if the problem is that old lib2to3 conflicts with new -stdlib, then when apt installs new lib2to3 and new -stdlib, the conflict should be gone?12:13
mgedminthese kinds of things tend to happen when a file moves from one package to another, and the package metadata is supposed to have Conflicts: and Replaces: headers to help apt figure a safe upgrade path12:14
stevendo the "ubuntu-16.04.4-server-amd64.iso" not contain a vmlinuz image?12:14
toad_poloerPossibly, though sudo apt-cache showpkg python3-lib2to3 seems to be coming from /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_cosmic_main*12:14
mgedminbut nobody tests direct apt upgrades that skip five intermediate releases!12:14
toad_poloerSame with libpython3.612:14
tomreyntoad_poloer: this tuorial is ... bad advice. what depends on libpython3.6-stdlib?12:15
toad_poloertomreyn: At the very least python3.6, which then pulls in a ton of other dependencies.12:15
mgedminx -> y -> z -> a -> b -> c in one go, expect problems12:15
mgedminit's fine if you've a broken system you want to break further and see if you can manage to repair, it's a nice technical exercise12:15
mgedminit might not be fun though12:15
toad_poloerI'll dpkg --remove a few of these things and see if apt-get will re-install them.12:16
toad_poloerI don't think anything really important uses this stuff anyway,.12:16
mgedminanother approach would be to try aptitude instead of apt12:16
mgedminaptitude has this fancy solver with interactive prompts that I never liked, but it may work for other people12:16
tomreyntoad_poloer: libpython3.6-stdlib (and python 3.6 in general) is not available in ubuntu 16.04, it is available in ubuntu 17.10 and 18.0412:16
tomreyn(and currently in cosmic, which 'devel' will be pointing to)12:17
toad_poloerYeah, that's why I'm guessing nothing important depends on it.12:17
AnthaasHow can I get the most recent stable version of libclang?12:17
toad_poloerThough I may have installed it myself for whatever reason with a ppa12:17
toad_poloerI do a lot of python development.12:17
toad_poloerdpkg --remove isn't letting me remove these packages because they have dependencies.12:18
tomreyntoad_poloer: if you want a working ubuntu now, install 18.04 or restore your 16.04 backup, and remove some of the 3rd party packages and customizations which break it.12:18
toad_poloerCan you install 18.04 directly on top of 16.04?12:19
toad_poloerI think I can do that if it's not going to wipe out my current configuration. I have a backup but I'm not super confident that restoring it would be very helpful.12:19
tomreyntoad_poloer: not supported yet, see 18.04 release notes. you could still do it using do-release-upgrade -d12:20
mgedminI'm like 60% confident that installing directly on top will not wipe your data in /home, at least12:20
mgedminbackups highly recommended12:20
toad_poloerYeah I backed up /home /etc /var, a few other things.12:20
toad_poloerUsing borg, though, which I have found to be finnicky and slow, but with no good replacements.12:20
mgedminI remember a recent discussion about removing support for upgrades from the installer, because this is an option rarely used and not very well tested12:21
toad_poloerI was planning on grabbing a hard drive and just using `dd` to do a bare metal backup.12:21
mgedminbut what this says is that the option wasn't removed yet, so it still has a chance of working :)12:21
tomreyntoad_poloer: you always need to remove any 3rd party packages before staring a release upgrade. you can use ppa-purge for this.12:21
mgedminI think what breaks is the part where it's supposed to find a list of installed apps and reinstall them after the upgrade12:21
toad_poloertomreyn: ppa-purge wasn't showing up in apt back when apt was working.12:22
tomreyntoad_poloer: are oyu saying it was not a package that was available to install?12:22
toad_poloerYes12:22
toad_poloerI have no idea why.12:22
toad_poloerIt actually still doesn't show up.12:23
tomreynit's in universe, maybe you didnt have that enabled12:23
toad_poloer"sudo apt install ppa-purge" -> Unable to locate ppa-purge12:23
toad_poloerOhh yeah, Universe is like Ubuntu's AUR?12:23
tomreyn!info ppa-purge xenial12:23
ubottuppa-purge (source: ppa-purge): disables a PPA and reverts to official packages. In component universe, is optional. Version 0.2.8+bzr63 (xenial), package size 6 kB, installed size 24 kB12:23
onioI am having problem trying to install boost library on Ubuntu 16.04 getting unmet dependencies. See https://paste.ubuntu.com/p/vh8JRXQJvr/12:23
tomreyn!universe | toad_poloer12:24
ubottutoad_poloer: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.12:24
tomreynonio: did you "sudo apt-get update" beforehand?12:25
onio tomreyn: Yes I did12:25
toad_poloerIs there a way to force installation of ppa-purge while my current DPKG installation list is a mess of conflicts?12:26
toad_poloerAnything that installs or uninstalls something seems to fail unless all dependency problems are resolved.12:26
tomreynonio: can you show the output of "lsb_release -ds", "cat /proc/version", "appt-get update", "apt-get -f install" and "apt-cache policy"?12:26
tomreyn!pastebin | onio12:27
ubottuonio: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.12:27
mgedminppa-purge is a preventative measure, not really useful to get out of a mess :/12:27
toad_poloerWell if I'm going to try this 18.04 in-place upgrade, I'd like to ppa-purge first.12:27
DirkosSomehow my ubuntu 18 machine is not resolving my DNS server on the network but im a bit lost why12:28
toad_poloerThough I'm using cinnamon as a window manager, that might be coming from a PPA.12:28
mgedminthe in-place upgrade from the installer basically rm -rf's everything except /home and then copies the files over from the LiveUSB12:28
DirkosIt keeps ending up on 127.0.0.53 even though the DNs is set to 172.20.220.2012:28
mgedminAFAIU12:28
tomreyntoad_poloer: apt is an integral part of ubuntu. it is based on python, which is why it is strictly required to have a stable python environment. you don't seem to have that at this time.12:28
mgedminapt is written in C++, but there are tools like ubuntu's update-manager that are written in Python12:28
toad_poloerYeah, apt is pretty clearly a binary.12:29
mgedminppa-purge is, IIRC, written in Python12:29
mgedminanother reason why it might not work in your current situation12:29
toad_poloerWell, I actually do have a stable Python environment.12:29
tomreynokay, i was imprecise. much of the tooling around apt is in python12:29
toad_poloerTons of them, actually.12:29
toad_poloerAll this stuff is breaking as part of the upgrade for dependency reasons.12:30
toad_poloerChances are that even if they went through it would work anyway because there are two packages providing the exact same file.12:30
tomreyntoad_poloer: anyways, the only way you can recvoer now is either restoring a full backup or, probably better, since basedon what you say your old installation was also broken by customizsations and third party packages, a full installation.12:31
toad_poloerYeah, I think most likely scenario is I'll go grab a blank HDD and `dd` my current partition onto it.12:31
toad_poloerWipe everything away and do a fresh installation of Arch, then a la carte restoration of various things.12:32
toad_poloerI really only ever have these problems with staged release distros.12:33
mgedminrolling release = small frequent upgrades = small breakage12:33
mgedminyou now did a huge upgrade that skipped multiple years of changes in one go12:33
mgedminif rolling distros can handle me leaving a system for five years and then doing an upgrade, without any breakage, then I'd like to know how they manage it!12:34
toad_poloerYeah, but I did it because of the accumulation of a bunch of small problems that happened due to the fact that the old "stable" packages were buggy.12:34
toad_poloerWhat ends up happening is that some of the packages that get backports and stuff start picking up subtle incompatibilities with the old releases, which accumulate over time.12:35
toad_poloerThis whole "switch Ubuntu to rolling release" thing was a gambit that didn't really pay off, but eh.12:35
toad_poloerThe big problem that caused me to say enough was that every time the screen goes into sleep mode, it's not possible to wake it up again, I have to hard reboot.12:36
mgedminouch, that is something ...12:36
toad_poloerAnd when I tried to modify the display preferences to make the screen just not go into sleep mode, I get segfaults.12:37
toad_poloerAnd manually modifying the power preferences with dconf doesn't seem to work.12:37
toad_poloerSo yeah it's just this side of unusable.12:37
tomreynupgrading to a newer release would have been a much better approach thanswitching from xenial to carmic in one go.12:38
oniotomreyn: as requested please find output of listed commands https://paste.ubuntu.com/p/BRtJHVv3Zp/12:38
tomreyn*cosmic12:38
toad_poloerUpgrading to a newer release sounds like it is roughly the same process as installing a new distro.12:38
toad_poloerSo I dunno that it makes much difference.12:38
toad_poloerI was mainly trying to see if there were an in-place way to accomplish what I wanted, but eh, now nothing remains but to go ahead with the distro switch.12:39
tomreynonio: you have several apt sources configured which (based ontheir names only, have not tried to learn more) may be incompatible with ubuntu xenial. have you verified that they are indeed compatible?12:41
toad_poloerOh gparted is seg-faulting now :(12:41
toad_poloerIs there no way for me to switch back to xenial and force a reset on the dependency graph?12:42
oniotomreyn: I have a code that is using this library that worked 2 weeks ago and from yesterday I just can build any longer12:42
MonkeyDustDirkos  in a terminal, to change your DNS, type   resolvconf -u && dig | grep \#12:42
MonkeyDust(just returned to my desk)12:43
mgedminapt does not support downgrades; going back to xenial might be harder than resolving whatever's blocking you from upgrading to cosmic12:44
tomreynonio: i assume you mean that for 2 weeks you canNOT build any longer. please also answer my question.12:44
stevenis there *any* support other than IRC that one is able to contact for ubuntu related problems? seems like my issue is out of scope of this support channel?12:45
DirkosMonkeyDust: i now create the symlink to /etc/resolv.conf and then it works12:46
Dirkosresolv.conf resolving to 127.0.0.53 is not doing anything12:46
toad_poloersteven: I got the impression that Canonical's business model was providing support for Ubuntu, but that's just a half-remembered thing.12:46
DirkosBut the symlink is purged after reboot12:46
toad_poloerAnd presumably you pay them for that.12:46
mgedminsteven: there's askubuntu.com, and, for non-free options, you can pay $$$ to Canonical to get a support contract12:46
DirkosSO means that /run/systemd/resolve/resolv.conf has the right DNs settings12:47
Dirkosbut /etc/resolv.conf points to that local address which is then not working?12:47
stevenhm, so I guess re-installing the OS  is the easiest .. fix to this12:47
stevenbu,,er12:47
stevenbummer*12:47
MonkeyDustDirkos  in a terminal, type    sudo -e /etc/resolvconf/resolv.conf.d/head ... enter: nameserver x.x.x.x ... save ... sudo resolvconf -u12:47
BluesKajsteven, perhaps you could restate your issue one last time12:48
DirkosMonkeyDust: sec12:48
MonkeyDust(-u means update)12:48
DirkosMonkeyDust: but the nameserver is setup already correctly in the global config?12:48
DirkosBecause i want to retrieve it from dhcp12:49
stevensure BluesKaj, ubuntu stopped recognizing my NIC. the server is completely offline, I managed to jump into busybox and it shows two NIC's, I booted archlinux from usb, shows all NIC's, boot back the actual ubuntu 16.04. no network interfaces. at first someone in here suggested it might be failing HW but this is ruled out (also bought a usb nic adapter, doesnt work on ubuntu either)12:50
MonkeyDustDirkos  not sure.. you can always undo it12:50
Dirkosyeah now my network is fully gone and the resolv.conf is not created anymore haha12:50
stevenso the only thing that I can imagine is canonicals live patch, which is enabled on that very server. and thats the only thing I can think of breaking that way.12:50
Dirkosor atleast its empty12:50
bipulIs it possible to assign a different IP address inside chroot ?12:50
mgedminDirkos: in normal operation /etc/resolv.conf tells apps to use 127.0.0.53 always, which is a local systemd-resolved instance, which is a caching layer that forwards queries to the real DNS server12:50
=== momken_ is now known as momoken
mgedminthere are dhcp hook scripts that tell systemd-resolved what the upstream DNS server is12:51
stevenoh and I just  booted a ubuntu 12.04  img via usb and configured the network, works as well. BluesKaj12:51
MonkeyDustDirkos  did yoy create the ...head file?12:51
[itchyjunk]hey, i am getting a 'boot only has 32mb space remaining warning'. what was the apt commands i could run to fix and remove broken packages? :S12:51
Dirkosthere is a head file12:51
MonkeyDustDirkos  what's in it?12:51
DirkosNothing12:51
Dirkoscomments that i should not change it12:51
MonkeyDustDirkos  ok, enter manually ... nameserver x.x.x.x (your server)12:52
=== momoken is now known as momken
mgedminDirkos: you can run systemd-resolve --status to see what systemd-resolved is using as the upstream DNS server12:52
DirkosBut i dont want it manually, i want it to be read from my adapter config12:52
Dirkosmgedmin: yeah that gives me an error12:52
Dirkosfailed to get global data: unit dbus-org.freedesktop.resolve 1.service not found12:52
MonkeyDustDirkos  i did it manually myself, it works12:52
tomreynbipul: (just) chroot has no concept of networking. you'd need to use lxc/lxd or actual virtualization.12:52
mgedminDirkos: ah, so systemd-resolved is not running?  service systemd-resolved status, and then maybe service systemd-resolved restart?12:53
bipultomreyn, are you sure?12:53
tomreynbipul: pretty much.12:54
blackflowbipul: ip netns maybe, before switching to the chroot12:54
blackflowbut really, if you need that, just go with a container or VM12:54
BluesKajsteven, there's an odd bug,  but /etc/resolv.conf changed the nameserver to nameserver 127.0.0.53 ..have you checked it?12:54
Dirkosand then it suddenly works12:54
Dirkosalso the full DNS, no idea what fchanged though12:54
stevenBluesKaj: it doesn't see the interface, its not just not resolving12:55
stevenifconfig/ip link show dont list it12:55
BluesKajsteven, what about ip add12:56
bipulThank you tomreyn and blackflow12:56
OlofLHow do I type emojis in ubuntu 18?12:56
Dirkosmgedmin: the only problem now is that after reboot the systemd-resolved starts up "dead"12:56
mgedmindoes the log show a reason why?12:57
Dirkosyeah checking, when starting it crashes my OS completely12:58
DirkosAnd now my DNS is not resolving anymore hahaha12:59
janat08ok how do I actually make scroll speed change work12:59
blackflowDirkos: see this kind of thing is why I always completely disable systemd-resolved on any new systemd based OS installation13:00
Dirkosis it hard to "remove" it?13:01
Dirkosgives me a DBus error, unit not found13:01
MonkeyDustDirkos  what's the output of   dig | grep \#13:01
blackflowDirkos: no, just "systemctl disable systemd-resolved". then unlink /etc/resolv.conf and make it a proper file. If you use NM, configure it with dns=none13:01
Dirkosblackflow: but can i then also let it populate from the network itself the DNS?13:02
blackflowDirkos: uh sorry, I mean systemctl mask systemd-resolved" as just disabling does nothing13:02
stevenBluesKaj: I don't have ip add?13:02
blackflowDirkos: yeah, dhclient can manage resolv.conf13:02
toad_poloerI reverted all my /etc/apt/sources to use xenial and did sudo apt -f autoremove, which seems to have allowed me to do sudo apt upgrade.13:03
BluesKajsteven, which ubuntu release is this?13:04
steven1604 lts13:04
Dirkosblackflow: how does it handle that with dhclient?13:04
DirkosSince its an hardcoded file now? (which works though)13:04
blackflowDirkos: should be automatic13:06
blackflowDirkos: if not, check NetworkManager.conf if dhcp is set to anything else than dhclient. I'm not too familiar with "internal" setting and how that relates to resolv.conf13:07
BluesKajsteven, ip add in the terminal should show what ifcconfig does on 16.0413:07
BluesKajerr ifconfig13:07
stevenwell ifconfig doesn't list the NIC's13:07
BluesKajwhat about lspci?13:09
spinningCatlspci show hardware13:11
spinningCathardwares13:11
BluesKajsteven, something like Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)13:13
Dirkosblackflow: dns feels a bit slow now though13:13
BluesKajor more if you have multiple NICs13:13
blackflowDirkos: how are you testing it?13:13
Dirkosyeah my browser but nvm, probably just a hick13:14
blackflowDirkos: or the resolver used just has to cache the results, if it's seeing them for the first time.13:14
Dirkosyeah, now only docker left since it is not stable on 18 it seems whehe13:15
talexbI'm running UBUNTU 16.04 LTS, and had a strange lockup situation recently.13:22
talexbI was in a session, but I'd locked my workstatino. Step-son logged into a guest session to print something.13:22
spinningCatmy program send sms13:23
spinningCatand work in ubuntu13:23
spinningCatis there any package i need to download13:23
talexbI got back to the computer, and used the menu to get back to my session, leaving the guest session as it was.13:23
spinningCatprogram  works in windos but not in ubuntu13:23
spinningCatit is .net core13:23
talexbI entered my password, then both screens went dark.13:23
guestspinningCat: you may be able to run it using Wine13:23
stevenBluesKaj: sorry, sure broadcom corporation NetXtreme BCM 5720 ghigabit ethernet PCIe13:23
guestspinningCat: but it's not guarenteed13:23
spinningCatwine that?13:24
guest!wine13:24
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu13:24
talexbCtrl Alt F1 didn't work, Ctrl Alt Del didn't work -- there was no response.13:24
spinningCat.net core works in linux13:24
guestDoes the program load up at all?13:24
spinningCatyes13:24
talexbIf this happens again, I'll try to ssh in and have a look around to see what's going on .. but I'm not sure what I should be looking for.13:25
spinningCatdamn it13:26
spinningCat why it doesnt work13:26
DeathTickleI'm still getting 5-6 seconds of lag time before the sudo prompt on ubuntu 18. It seems it could be something about hostname/dns. Anyone have ideas ?13:29
BluesKajDeathTickle, check your prompt against /etc/hosts and /etc/hostname13:31
DeathTickleBluesKaj: what do you mean "against" ?13:31
BluesKajmake sure they're the same13:31
BluesKajall13:32
DeathTickleso like '127.0.0.1localhost my-hostname ' in /etc/hosts ?13:32
BluesKajmy-hostname yes13:34
DeathTickleshould I do this for the ipv6 address such as '::1' ?13:34
BluesKajno13:35
BluesKajcheck /etc/hostname as well13:36
BluesKajDeathTickle,^13:36
DeathTickleyeah I copied 'my-hostname' from /etc/hostname13:37
DeathTicklelooks like it worked even with the hostname added to both ipv4 and ipv6 addresses ! Great13:37
BluesKajright, you have to either reboot or relogin ...I've forgotten13:37
DeathTickleI rebooted13:38
BluesKajok13:38
DeathTickleso is that issue because sudo checks for my own machine hostname ?13:38
BluesKajnow try running a sudo command13:38
DeathTickleBluesKaj: the sudo prompt is instant now, thanks13:39
BluesKajDeathTickle, ok, good13:39
DeathTicklefunny that on my debian computer I don't have that mod to the hosts file but the prompt is still instant13:40
DbuggerI have installed GitKraken using snap (snap install gitkraken) but I cant seem to push code. Could it be that a snap package cant use my ssh keys? I tried to load them manually and it said that it did not have access to my ".ssh" folder13:40
BluesKajDeathTickle, that's because sudo is user permissions on debian, not both root and user like ubuntu (mostly)13:41
BluesKaj!root | DeathTickle13:42
ubottuDeathTickle: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo13:42
raubStupid question: why $DISPLAY would be empty while I am in a terminal window in the graphics (local) console?13:51
mgedminwhat is a graphics (local) console?13:52
raubI do not know how to describe the physical console using proper terms13:52
BluesKajprobly a VT13:52
BluesKajor terminal13:53
raubI mean like the monitor attached to the computer13:53
mgedminthere's no $DISPLAY in a framebuffer console because there's no running X server there13:53
raubI am running X right now. I am typing on it13:53
mgedminso you're saying that you open an xterm and echo $DISPLAY is blank?13:54
raubYep13:54
mgedminthat is indeed very strange13:54
raubYep. For me to run rdesktop I need to do "DISPLAY=:0.0 rdesktop"13:55
* maschool umh ... i'm afraid that we broke our packages system, as long as any attempt to 'apt update... upgrade ' is leading to system reboot 13:57
navalhello13:58
navali need help13:58
maschoolfirst we suffered from ' E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?  '13:59
leftyfb!ask | naval13:59
ubottunaval: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:59
navalMy Gnome evolution is showing an error13:59
navalthis error( The reported error was “Failed to authenticate: The name :1.6 was not provided by any .service files”.)14:00
maschool^^... then , we 'sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock14:00
maschool'14:00
maschoolas per https://askubuntu.com/questions/15433/unable-to-lock-the-administration-directory-var-lib-dpkg-is-another-process/15436#1543614:00
maschoolnow, any attempt to update packages ( 'apt ... ' ) is leading to system reboot . What are we missing ? :-/14:01
navalFailed to connect “my email”14:01
leftyfbmaschool: what version of ubuntu?14:01
navalxubuntu 18.0314:01
navalsry 8.0414:01
naval18.0414:01
leftyfbnaval: sounds like you don't have whatever "email" account setup properly14:01
navalit was perfectlly working before14:02
leftyfbnaval: before what?14:02
navalbefore 30 minutes and before installed Mail watcher plugin ,mail notification14:03
maschoolletfyb : we are using Ub 16.04 at Maschool14:03
leftyfbmaschool: so you run "sudo apt-get update" and the machine reboots?14:04
maschoolsure14:04
leftyfbnaval: so this was working 30 minutes ago?14:04
navalyup14:05
leftyfbmaschool: sure? Sure or yes. ?14:05
maschoolYes, yes14:05
leftyfbnaval: what changed from 30 minutes ago? Are you 100% it was working or you just didn't get an error?14:05
maschoolthat's it.14:05
nikolamanyone have any experience with OpenCL? I installed Nvidia binary driver from inside Ubuntu repositories and I managed to compile an test for OpenCL, but it says "Failed to load kernel". Also "OpenCL" turning on in Libre Office does not work (is disabled after restarting LO)14:05
leftyfbmaschool: type: dmesg. Do you see any SATA or I/O or sense key errors?14:05
navalleftyfb: it was perfectly working14:06
leftyfbnaval: try logging into the account by another means using the same credentials14:06
maschool' dmesg | grep SATA' is not showing any suspicious message14:06
navalok14:06
leftyfbmaschool: I didn't tell you to grep for anything14:07
leftyfbsorry, I means to say ATA, not SATA. But do not use grep14:07
leftyfbmaschool: basically, you're looking for drive/hardware issues14:07
maschoolleftyfb  dmesg is not showing any suspicious  ATA or  I/0 error messages14:08
leftyfbmaschool: just to confirm, if you type: "sudo apt-get update" right now, it will reboot? Will you see the repo's get updated on the screen? Any errors?14:09
maschoolYEs, it will ... so i'm not gonna try again ... and loose our chat :-D14:10
* maschool we did it 3 times before14:10
leftyfbmaschool: without error messages or troubleshooting, we cannot help you14:10
maschoolsure14:10
leftyfbmaschool: It would be helpful if you could capture what is going on14:11
maschool"sudo apt-get update" right now, will reboot the system, as it did for several times before ...14:11
leftyfbmaschool: cd ; sudo apt-get update >> apt-update.log14:11
Llama_hey everyone, im having trouble with my graphics card on Ubuntu 16.04, the graphics in my games arent working properly14:12
leftyfbmaschool: if you run that, it'll hopefully record what's going on14:12
maschoolso we can check apt log ?14:12
maschoolwithout crashing the system again ?14:12
Llama_think there might be a problem with my drivers?14:12
leftyfbmaschool: apt by itself should never reboot anything. So it'll unlikely it would record what's going on14:12
maschoolok ... let's crash14:12
mgedmina crash will likely leave the apt log in the disk cache on RAM rather than on disk14:13
leftyfbmgedmin: got a better idea?14:14
* mgedmin is thinking14:16
* maschool R.I.P.14:16
leftyfba reboot doesn't take long14:16
mgedminsyslog over the network is a pain (and requires a handy second machine)14:16
maschoolfalse alert14:17
maschoolwe didn't crashed the system14:17
maschoolmay we show you the log ...14:17
leftyfbmaschool: paste.ubuntuc.om14:17
leftyfber14:17
leftyfbmaschool: paste.ubuntu.com14:17
leftyfbmaschool: try the same line, this time with: sudo apt-get install pastebinit14:21
leftyfbmaschool: sudo apt-get install pastebinit >> apt-install.log14:21
maschoolok14:22
maschooldone14:22
leftyfbmaschool: sounds like there's no issue so far14:23
maschoolmay we try apt upgrade again ?14:23
maschoolumh..14:23
leftyfbmaschool: sudo apt-get upgrade # without the log part14:23
maschoolit works now14:25
navalleftyfb: I tried another email ,i didn't work and i also deleted it completely with synaptic redownloaded it , it didn't work.14:25
leftyfbnaval: It sounds like your issue is just related to the proper credentials/settings of the account your setting up14:26
navaland when it was reinstalled it reagained it previous data means it was in previous state14:26
leftyfbnaval: btw, uninstalling a package doesn't necessarily remove the settings/accounts14:26
leftyfbmaschool: you're welcome :/14:27
navalleftyfb: i Choosed complete uninstallation and also deleted its cached data from ~/.cache folder14:30
leftyfbnaval: settings don't get saved in ~/.cache14:31
leftyfbnaval: I would look around in ~/.config or ~/.local (do not delete the entire directories unless you don't care about the settings for the majority of applications on your desktop)14:31
maschoolleftyfb:thanks!14:31
navalok14:32
leftyfbmaschool: you're welcome :)14:32
simulanthey i thought it may be worth asking here as well as in the Kubuntu channel just in case someone knows anything about graphics drivers etc. but since upgrading from 17.10 to 18.04 my intel integrated gpu isn't working and the screen is just black with an underscore cursor in the top left corner. my other monitor on nvidia works fine though... any help appreciated to get it working again.14:34
simulantlspci shows Intel Corporation Device 3e9114:34
leftyfbsimulant: so you're trying to run dual screens on the same machine?14:34
leftyfbsimulant: on the monitor you can see, can you bring up the display settings and make sure both video cards are detected and that you've got extended screen set?14:35
simulantleftyfb: yeah I've got 2 screens but only my nvidia one shows in display settings14:35
simulantleftyfb: when I try xrandr only nvidia shows there too...14:35
leftyfbsimulant: is it possible the onboard is disabled when your external video card is in use? I'm not sure where that gets set in the latest ubuntu14:36
leftyfbor if it's even a thing.14:36
leftyfbalso14:37
leftyfbsimulant: echo $XDG_SESSION_TYPE14:37
simulantleftyfb: well they're both enabled still in the bios and were working in 17.10, but since the upgrade intel gpu isn't working14:37
leftyfbsimulant: Are you using the nvidia drivers or open source drivers?14:39
maschoolleftyfb: we upgraded completely the system! Thanks!14:41
maschoolgoodbye!14:44
=== Vashy is now known as psTzv2
IntelCore Hi :)15:11
kaffienis glxgears still a good way to measure linux  graphics card performance?15:12
IntelCoreIs Restricted extras for vlc from apt get, or from vlc site?15:12
kaffienI'm running  nvidia drivers from their website with version 390.59,   on an nvidia 1070ti and glxgears reports 60 fps ...  looking up results i see card that are  6 years old getting 1000's15:14
mgedmin"still" is a funny way of putting it15:15
IntelCore60 fps is in HD15:15
mgedminit was never a good way to measure performance15:15
kaffienah15:16
kaffienwhat's a good way to measure graphical perf in linux?15:16
mgedminhttp://wiki.cchtml.com/index.php/Glxgears_is_not_a_Benchmark15:16
tgm4883!info phoronix-test-suite | kaffien15:17
ubottukaffien: phoronix-test-suite (source: phoronix-test-suite): comprehensive testing and benchmarking platform. In component universe, is extra. Version 5.2.1-1ubuntu2 (bionic), package size 381 kB, installed size 2634 kB15:17
kaffienThanks, I'll check that out.15:17
IntelCoreI just don't think I have the restricted-extras for ffmpg15:19
leftyfbIntelCore: restricted-extras has nothing to do with vlc. It's a bunch of audio and video codecs15:19
IntelCoreright - and vlc can't read this disk, but it plays in windows15:19
leftyfbdisk?15:19
leftyfbDVD?15:20
IntelCoreye, dvd, a movie15:20
leftyfbIntelCore: https://itsfoss.com/play-dvd-ubuntu-1310/15:20
leftyfbIntelCore: 2nd result on google for "ubuntu play dvd"15:20
IntelCorethks15:20
wethree_bla bla bla15:24
leftyfbwethree_: can we help you with something?15:25
kaffienI must be missing something. I run the phoronix test suite, follow the prompts, choose 1 to run a test and then it does .. nothing?15:25
wethree_leftyfb_: Are you a wizard?15:26
=== Peetz0r is now known as peterHazenberg
leftyfb!support | wethree_15:27
ubottuwethree_: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com15:27
IntelCorewow, lots to do15:28
IntelCoregdebi15:28
wethree_leftyfb_:Much obliged!15:28
=== peterHazenberg is now known as Peetz0r
janat08how does VM workstation pro 14 compares to dedicated opensource implementations? Is vm created by workstation compatible with dedicated configuration of VM?15:30
janat08with i7 6 cored, and 10 RAM it lags when spotify changes track15:30
IntelCoreok, where gdebi? it install. so now i use it for libdvd deb file15:31
IntelCorejust terminal it?15:31
tgm4883IntelCore: why wouldn't you just use apt15:32
alumnogive15:33
geniiIntelCore: Usually for the things required to read DVDs, etc, you would install ubuntu-restricted-extras ( substitute lubuntu, xubuntu, or kubuntu if you're using one of those instead )15:33
alumnoipconfig15:33
alumnoec15:33
IntelCoreyes, so it is15:34
janat08oh well windows had hyper-v turned off15:34
IntelCoregenii - I have a later version of libdvdcss215:34
IntelCoreso good15:34
IntelCorelibdvdread 4 and libdvdnav4 are good15:36
IntelCorei mean up to date15:36
IntelCoreyea, so I asked about restricted-extras when I got here genii15:37
IntelCorethe VLC said error - can't read all the disk.  Then another error was can't find codec15:37
Xat`hi guys15:38
IntelCoreso ?15:38
Xat`I'm trying to install Ubuntu server 18.0415:38
Xat`I get an error during installation : "Unable to install busybox-initramfs"15:39
IntelCoregood?15:39
genii!info ubuntu-restricted-extras15:39
ubottuubuntu-restricted-extras (source: ubuntu-restricted-extras): Commonly used media codecs and fonts for Ubuntu. In component multiverse, is optional. Version 66 (bionic), package size 3 kB, installed size 14 kB15:39
geniiIntelCore: Did you enable the multiverse repository?15:40
IntelCorethks genii15:40
IntelCoreyes is enable15:40
IntelCorean i have synaptic too15:40
techridezhi i am using ubuntu 1815:43
techrideznow i cant login15:43
techridezwhen i login it will go back to login screen15:43
techridezwhat to do15:43
genii!info libavcodec-extra15:44
ubottulibavcodec-extra (source: ffmpeg): FFmpeg library with extra codecs (metapackage). In component universe, is extra. Version 7:3.4.2-2 (bionic), package size 13 kB, installed size 61 kB15:44
genii!info libavcodec-extra5715:44
ubottulibavcodec-extra57 (source: ffmpeg): FFmpeg library with additional de/encoders for audio/video codecs. In component universe, is extra. Version 7:3.4.2-2 (bionic), package size 4453 kB, installed size 13589 kB15:44
geniiIntelCore: Most likely whatever missing coddec is in one of those two above packages15:44
DeathTickleI have some free time and I would like to start helping development of Ubuntu and the Linux ecosystem. Any place where I could help out the ubuntu community ?15:46
IntelCoreffmpeg 7.2.8.1415:50
IntelCorenothing to do with me, but i see four xenial updates for nvidia15:51
=== CChaplin1 is now known as CChaplin
wethree_what's a good search engine anyone?15:52
rcm888cannot switch kb layout in xrdp session!15:52
nacc!contribute | DeathTickle15:53
ubottuDeathTickle: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu15:53
naccwethree_: not a topic for this channel.15:53
wethree_what be a good topic then?15:53
naccwethree_: this is the ubuntu support channel, for ubuntu support questions15:53
DeathTicklenacc: will check that out15:54
stationneed hel with starting arduino (arduino-mhall119 snap because I need a specific version of Arduino) as sudo arduino15:57
stationfrom the GUI I can start it as usual but need sudo to access all ...15:57
DeathTicklewhy do you need sudo access for arduino ?15:58
wethree_nacc_:Thank you. how about this: is there a way to speed lightdm ?15:58
naccstation: if you are using a snap, you should contact the snap owner for support15:59
naccwethree_: I'm sure there is, but it's just the login manager and not sure I've experienced it being slow.16:00
wethree_nacc_: Meant the display manager.16:01
IntelCorefound xrdp switch keyboard - you want it nacc?16:02
naccIntelCore: please don't randomly ping users.16:02
IntelCorenot16:02
naccIntelCore: you literally just did. I have no interest in a 'xrdp switch keyboard' and was not talking to you.16:03
naccwethree_: do you just mean your desktop feels slow? what version of Ubuntu?16:03
IntelCoreI did not manually ping anyone, this is vanila hexchat16:03
naccIntelCore: please stop being dense, you used my nick in a chat. That is called a 'ping'.16:04
naccIntelCore: at this point, since I asked for similar yesterday, I'm going to put you in my ignore. Have a nice day.16:05
IntelCoreOh?  ok. well, a person got ignored, so.. i found the url to answer about the xrdp session16:05
Xat`I get an error during installation : "Unable to install busybox-initramfs"16:05
Xat`for ubuntu server 18.0416:06
IntelCorercm888 - found switch in session16:06
wethree_nacc_:16.04 and using the nouveau driver, nvidia no longer support my graphic card.16:06
cr1mson_kinghow rude16:07
naccwethree_: hrm, are you sure it's not just a consequence of the nouveau driver?16:07
naccwethree_: I honestly don't know, sorry. If you have an underpowered graphics system, you may consider lubuntu or xubuntu to see if it's any better for you.16:08
wethree_nacc_:pretty sure there's a hack for it.16:09
rcm888IntelCore: I need ru_RU.UTF-816:10
rcm888IntelCore: keyboard layout "ru"16:10
IntelCoreOn the other machine?16:10
wethree_nacc_:Thank you anyway.16:10
rcm888IntelCore: I dont know. I just need it work16:11
ioriaXat`, possibly, a bad install media,unless you did some fancy disk partitioning16:11
rcm888IntelCore: I'm connecting from windows machine to linux, windows has "ru"16:11
IntelCore": genkeymap and restart the service xrdp, rcm88816:11
leftyfbrcm888: https://websiteforstudents.com/change-ubuntu-17-10-keyboard-layout-to-your-native-language/16:12
IntelCoreNeed to be locally16:12
IntelCorepaste a url msg window to rcm88816:13
leftyfbIntelCore: huh?16:13
IntelCoresent a msg with the url to user: rcm88816:14
leftyfbIntelCore: why? I posted it to them here16:14
rimacc16:14
lotuspsychje!fr | rima16:15
ubotturima: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.16:15
rcm888ok Im on it16:15
rimajoin #ubuntu-fr16:15
rimajoin #ubuntu-fr16:15
lotuspsychjerima: avec /join16:15
rimajoin #ubuntu-fr16:16
rimajoin #ubuntu-fr16:16
rimajoin #ubuntu-fr16:16
rimajoin #ubuntu-fr16:16
rimajoin #ubuntu-fr16:16
lotuspsychjelol16:16
NemeXislol16:16
DeathTicklewe lost him16:16
NemeXis:)))))16:16
DeathTicklewhat client uses /join ?16:16
NemeXis"the command did not work"16:16
IntelCoreoff to fix my video playah. cas 'quiet splash' fixed my boot problem.16:16
NemeXishappens to all of us16:16
jatt😸16:16
NemeXis@DeathTickle for example "CIRC" from chrome extensions16:16
NemeXisthe one I'm using16:17
rcm888IntelCore: it didnt work16:20
Guest62I'm using Ubuntu 14.04.5 LTS. Problem: screen is blank after resuming from auto-suspend. Any help is appreciated.16:23
wethree_does anybody know a hack for nouveau?16:23
leftyfbwethree_: your issue is beyond the scope of this channel16:24
leftyfbwethree_: If you have a desktop, it's going to be easier for you to buy a new video card then it is to rewrite the drivers to support your unsupported card16:24
wethree_leftyfb: It's a support question!16:24
leftyfbwethree_: Rewriting drivers is beyond the scope of this support channel. It's also not specific to ubuntu and pertains to open source drivers. Not ubuntu.16:25
wethree_leftyfb: a hack means adjusting the system parameters, dear.16:26
DeathTicklesounds like there is a miscommunication, what do you want to achieve wethree_ ?16:27
wethree_DeathTickle: speed up the driver.16:27
DeathTicklewethree_: sounds like your graphics setup might be borked, are you using any special kernel parameters ?16:28
DeathTicklewethree_: try cat /proc/cmdline16:30
oerheksno, there is no tweak tool for nouveau driver16:31
wethree_DeathTickle: Now you're talking over my head. all programs have a configuration paramaters and nouveau should not be an exception.16:31
leftyfbwethree_: a driver is not a program. And no, not all programs have a "configuration parameters".16:32
oerheksit looks like it is, an exeption16:32
wethree_leftyfb: do too.16:32
oerheksthere are menu's to tweak, with gnome-tweak-tool, but not the driver itself16:33
blackfloweh, first of all, drivers ARE programs. and second, nouveau DOES have params.   https://nouveau.freedesktop.org/wiki/KernelModuleParameters/16:33
DeathTicklenouveau is not a standard program and it is harder to configure16:33
wethree_DeathTickle: agreed. But it's surely working under specs.16:34
DeathTickleif you have any of 'nomodeset' 'vga' or 'nouveau.modeset' in the output of 'cat /proc/cmdline' you may have a definite problem16:34
wethree_DeathTickle: So then you wouldn't know where nouveau hide its settings.16:45
Guest62I'm using Ubuntu 14.04.5 LTS. Problem: screen is blank after resuming from auto-suspend. Anybody know how to solve this issue? It happens every time I resume my laptop nowadays.16:46
DeathTicklewethree_: as nouveau is a kernel driver it receives its parameters from the kernel command line as I said. The possible parameters are listed here https://nouveau.freedesktop.org/wiki/KernelModuleParameters/16:50
wethree_DeathTickle: Much obliged my friend. Now for the real work... there is this performance level parameter. Should i mess with it?16:53
oerheksweltall, that nouveau.perflvl_wr setting can specify the level on boot,... but "warning is not stable yet, may crash you system or burn your card so try at your own risk!!"16:57
oerheksso we made no tool or setting to tweak this16:58
oerheks( in a gui)16:58
wethree_what be the command to list alll current settings for the graphic driver?17:01
matjamwethree_: https://nouveau.freedesktop.org/wiki/KernelModuleParameters/17:03
naccwethree_: if you mean their current values, /sys/module/nouveau/parameters/ iirc17:05
naccwethree_: `modinfo nouveau` should also show you what is supported by the module actually on your system (which may differ from the above page)17:05
jj15When I run: ssh -tt dev 'bash -s' < scripts/provision.sh it logs in and echos the contents of the script into the terminal. What am i doing wrong?17:06
naccjj15: what are you trying to do?17:07
DeathTicklegood pointers nacc17:07
jj15nacc execute a script from local on remote.17:07
jj15-tt because sudo.17:08
oerheksweltall, and what GPU are you talking about?17:08
naccjj15: what is the contents of scripts/provision.sh?17:08
matjamyargh17:08
rcm888copmpiles xrdp from git, after logon into xfce4 - empty screen17:09
jj15nacc https://gist.github.com/JamesTheHacker/7c89bc60f7dc94026777526dd6c6c01117:09
tgm4883curl ~ | sudo bash :(17:11
jj15Strange though because it works if I run it on my digital ocean box, but not in vagrant. Not quite sure what is happening.17:11
jj15tgm4883 its a trusted source.17:11
jj15A few people have commented on that. I don't get what the big deal is in this instance. Node recommends installing this way: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions17:13
DeathTickleI hope jj15 has his package.json setup right with that 'npm install'17:15
jj15The install is ran from an unprivileged user.17:15
jj15as it doesn't require sudo17:15
wethree_nacc: Yes naac. the page is too old.17:15
naccjj15: can you pastebin the exact command and output you get?17:16
DeathTickleIt was more about the fact that you are installing your dependencies using npm when the npm repo has had (malware) packages pulled/replaced from it and versions need to be hard locked jj1517:16
jj15npm now gives you warnings and during development I address and security warnings way before deployment :)17:17
wethree_oerheks: Gforce 550017:18
DeathTicklegood on you 👍jj1517:18
jj15nacc, it appears to log in via SSH, dump the contents of the file all over the terminal. I'll paste.17:20
ioriawethree_, and you want to run gnome-shell with that card ?17:22
jj15nacc here's the output: https://gist.github.com/JamesTheHacker/7041ad978ba9c5018ebda1f1ec9988e817:22
naccjj15: those last few lines, was that you doing it manually, or did it actually start running the script?17:23
jj15I didn't do anything manually. This is what's strange its dumping it straight into the terminal.17:24
naccjj15: and if you type the sudo password at the prompt at line 73, does it continue?17:24
jj15nacc it just hangs.17:25
wethree_ioria: waste not!17:25
DeathTicklewethree_ that is some pretty ancient graphics card17:25
naccjj15: does it hang or it is it working? (you can ssh into the machine and see if maybe it's running the setup-10.x script)17:26
wethree_DeathTickle: 256 mega byte memory!17:26
lotuspsychjewethree_: lubuntu to the rescue :p17:26
lisacum.. received some spam mentioning this channel17:26
lisac"<vunkihy> ARE YOU LOOKING FOR A HELP CHANNEL WHERE THE HELP DON'T KNOW SHIT BUT INSTEAD OF SAYING THEY DON'T SHIT THEY WILL SPEND 10 MINS JERKING YOUR CHAIN?? LOOK NO FURTHER THAN #UBUNTU A CHANNEL FULL OF DUMB NIGGERS THAT DON'T KNOW SHIT!!"17:26
ioriawethree_, ^ lotuspsychje17:26
ioriawethree_, and 16.04 (not 18.04), because 304 is dead on bionic17:27
jj15nacc could this have something to do with it being a fresh ubuntu server install on virtualbox? I only ask because it works fine if I run the ssh command on my digital ocean machine.17:28
=== r is now known as Guest40288
tgm4883jj15: I would SSH into the ubuntu server install and run the commands there. Verify they work in a default install before troubleshooting deployment via SSH17:29
jj15Ok will try that now.17:30
DeathTicklethe provision script looks pretty benign though17:30
DeathTickleI'm new to the -tt dev option to ssh17:31
Xat`ioria: I'm using the same preseed file than for Ubuntu 16.0417:32
bipulHello, Do anyone here has experienced installing PostgreSQL inside chroot. ? I have tried installing inside chroot via "apt-get install postgresql postgresql-contrib" but still unable to found postgres account inside it17:32
Xat`for 18.04. The 16.04 works well, not the 18.04 one17:32
wethree_ok, i just dump my "ancient system", get me a new computer, and come chat with you folks about my new problems. oh and i guess running ubuntu on a 486 is out of the question.17:32
lotuspsychjewethree_: lubuntu17:32
jj15It runs fine if I rsync the file over and then run it.17:34
DeathTicklemaybe remove a 't' in the options ?17:35
wethree_ok y'all. lubuntu then.17:35
jj15DeathTickle I tried that previously. I had to use -tt because I was getting "sudo: no tty present and no askpass program specified"17:36
DeathTicklehave you tried without ssh asking you a password ? with key auth or something17:37
tgm4883jj15: Does it work if you run the script that you copied to the remote machine over ssh? (Not copying the script during the SSH session)17:37
tgm4883eg. ssh user@server-address "./foo"17:38
jj15Trying now17:38
jj15tgm4883 yes it does17:39
Xat`why is the preseed file for 16.04 not working for 18.04 ?17:39
tgm4883hmm17:39
Xat`I'm using the same file and I get error during installation "Unable to install busybox-*initramfs"17:40
hays_I am manually installing a service and I have an init.d script. How do I install this in ubuntu18?17:40
hays_it seems a lot of the internet advice is out of date17:40
ioriaXat`, using LVM ?17:42
Xat`ioria: yes17:42
=== patriciadomin_ is now known as patriciadomin
ioriaXat`, something changed in 18.04 for LVM ,iirc17:42
Xat`ioria: /boot is in a dedicated partition, but other mounts use lvm17:43
hays_this returns nothing update-rc.d celeryd defaults17:43
ioriaXat`, i got that17:44
Xat`what do you mean by "iirc" ?17:44
ioriaXat`, if i remember correctly17:45
Xat`oh alright17:45
ioriaXat`, https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Server    but i  don't know if relevant for your actual issue17:46
Xat`I gonna check that ty17:46
=== steven is now known as sstutz
ioriaXat`, btw, how did you create the installer media ?17:49
Xat`ioria: I'm using cobbler to do that job17:53
ioriacobbler ...17:53
naccioria: netboot tool17:53
Xat`I'm sure the appropriated seed file is selected17:54
Gnjurachi where is android-sdk installed if used from repo17:54
iorianacc, ok, tx17:54
=== dhill is now known as Guest96125
Gnjuracanyone?17:54
ioriaXat`,  no experience with that, sorry17:55
Xat`ioria: btw, the installation starts and stops with error with "Unable to install busybox-initramfs"17:55
lotuspsychjeGnjurac: try the whereis command17:55
naccGnjurac: /usr/lib/android-sdk/17:55
naccGnjurac: `apt-file` is your friend :)17:55
Gnjuracdident know apt-file exists17:56
Xat`ioria: I guess the preseed file contains an error for 18.04 only17:56
naccGnjurac: or, since you had it installed `dpkg -L <pkgname>`17:57
Gnjurachmm17:58
lotuspsychjeGnjurac: how about you tell us what you really want to do?17:59
jj15DeathTickle tried without password using key, still the same :(18:00
GnjuracError building Player: CommandInvokationFailure: Unable to list target platforms. Please make sure the android sdk path is correct. See the Console for more details.18:01
Gnjuracstderr[18:01
GnjuracError:Invalid command android18:01
Gnjurac]18:01
Gnjuracstdout[18:01
Gnjurac]18:01
genii!pastebin | Gnjurac18:01
ubottuGnjurac: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:01
Gnjuracsorry18:02
tgm4883jj15: I'm not sure, it looks like it should be working to me. You could try a more simple script (maybe just touching a testfile in /etc) and see if that works. That would tell you if it's an issue with the script itself.18:02
Gnjuracanyway before i just download sdk to folder and point unity3d to it18:02
Gnjuracnow i installed from repoe and it dosent work18:03
Xat`how to know from which repo is from a package for 18.04 without having a 18.04 ?18:04
genii!info build-essential cosmic18:05
ubottubuild-essential (source: build-essential): Informational list of build-essential packages. In component main, is optional. Version 12.5ubuntu2 (cosmic), package size 4 kB, installed size 20 kB18:05
geniiXat`: See above18:05
Xat`ty18:05
Xat`!info busybox-initramfs bionic18:06
ubottubusybox-initramfs (source: busybox): Standalone shell setup for initramfs. In component main, is important. Version 1:1.27.2-2ubuntu3 (bionic), package size 157 kB, installed size 324 kB18:06
geniiXat`: You can replace cosmic with any currently supported release18:06
=== mike_ is now known as Guest25339
krytarikXat`: Personally I use packages.ubuntu.com more often though.18:07
lotuspsychjeGnjurac: before volunteers can help you, we need more details from you..can you start from the beginning? you want android sdk for what reason, and define 'doesnt work' please?18:08
Xat`ok krytarik , ty :)18:08
rcm888server install is too slow18:10
rcm888TOO SLOW18:10
MonkeyDust!details | rcm88818:11
ubotturcm888: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.18:11
jj15I'm going to keep banging at this. I'm tempted to post on stackexchange but sometimes it's so much hassle that by the time I get an answer I could have solved it myself.18:11
rcm888ordinary install to vbox from iso image18:12
lotuspsychjercm888: you installing ubuntu server on virtualbox? how much ram do you have?18:13
rcm888it takes more than 1 hour. quad core 3.0 ghz phenome II. 2gigs ram18:14
rcm888dedicated to vm18:14
jj15Why is it slow? Was pretty quick on my macbook running vb.18:14
DeathTicklejj15 when I do 'ssh macproupstairs.local -tt 'bash -s' < script.sh' I get something similar and weird. The script only does echo Hello world!18:14
lotuspsychjercm888: 2 gig ram isnt really fancy18:14
jj15DeathTickle Very strange indeed. I tested on a quick throw away digital ocean box again and it works. I wonder if DO make their iso's public I'd be interested to test.18:15
rcm888lotuspsychje: it uses only 70 mb during install18:16
DeathTicklejj15: when I remove a 't' from the options it works as intended18:17
lotuspsychjercm888: whats your physical ubuntu using?18:17
jj15Ah. Ok that's given me something more to look into.18:17
rcm888lotuspsychje: I run vm18:17
rcm888lotuspsychje: Phenom II x6 16GB ddr318:18
jj15DeathTickle If I remove a t this is what happens: https://gist.github.com/JamesTheHacker/952f4c903dd3d698216a30da8c03b35418:18
DeathTickle'Deployment Complete!' jj15 ! works out fine see :P18:18
lotuspsychjercm888: ah ok, thats more like it18:18
jj15No it doesn't because it runs in a split second.18:19
jj15What its doing is asking for sudo pass, but it can't because "no tty present"18:19
lotuspsychjercm888: so, wich ubuntu server version are you trying, and define slow install?18:19
DeathTicklemore seriously, I'm guessing sudo does require something more jj1518:19
DeathTicklejj15 maybe seaching for sudo over ssh pseudo terminal would help18:20
rcm888lotuspsychje: 16.04 lts18:21
jj15DeathTickle I was literally sitting there thinking "what google search is going to give me the best results". Thanks :D18:21
rcm888lotuspsychje: x6418:21
Gnjuracanyone using simple screen recorder18:22
Gnjuracit dosent record my sound18:22
lotuspsychjeGnjurac: try kazam18:22
lotuspsychje!info kazam | Gnjurac18:22
ubottuGnjurac: kazam (source: kazam): screencast and screenshot application created with design in mind. In component universe, is optional. Version 1.4.5-2 (bionic), package size 732 kB, installed size 1693 kB18:22
DeathTicklejj15 requiretty might be present or at least a default in the sudoers file18:24
jj15DeathTickle I just found the same one https://unix.stackexchange.com/questions/122616/why-do-i-need-a-tty-to-run-sudo-if-i-can-sudo-without-a-password18:25
jj15Going to check18:25
jj15Nope :(18:26
DeathTicklejj15 you mean you dont have requiretty? I dont either18:26
jj15No I don't.18:27
Exterminadorhello guys. I've been looking at LVM to merge two disks (one with 50gb and another with 150gb). I assume that I need to: pvcreate /dev/hd1; pvcreate /dev/hd2; vgcreate volume_name /dev/hd1 /dev/hd2 and I'm done?18:29
DeathTickletry adding Defaults !requiretty jj1518:29
jj15Trying that now :)18:30
rcm888lotuspsychje: I compiled xrdp from git but after rdp logon, clean screen! ??18:32
DeathTicklejj15 with NOPASSWD set to my user, Defaults !requiretty and ssh -t 'bash -s' < script, I am able to run my script as sudo on the remote18:33
DeathTicklethe Defaults !requiretty seems unnecessary jj1518:34
jj15Ah so its just the NOPASSWD18:34
DeathTicklelooks like it18:34
Gnjuracclear18:35
luxioHow do I disable thumbnail caching? I don't want any files being created in ~/.cache/thumbnails/*18:36
jj15I'll tell you something. I absolutely love solving programming issues, but when it comes to solving linux issues it starts to hurt my brain fast.18:36
jj15The dopamine hit when finding a fix is worth it tho :)18:36
DeathTicklehehe tty's and remote execution is pretty annoying alright18:37
jj15Still doesn't work for me.18:42
DeathTickle:(18:43
jj15Oh wait, I need to put it at the end on last line. I put it in the users block.18:43
DeathTickleyeah sudoers file is sequential18:43
jj15BINGO!18:44
jj15Works.18:44
jj15Thank you so much DeathTickle18:44
jj15I would have been hacking away at that all night.18:44
DeathTicklemy pleasure jj1518:44
DeathTickletry setting up a nexus repository now lol jj1518:47
jj15Is it a paid option only? $10 seems reasonable.18:48
DeathTicklenooo there is https://www.sonatype.com/nexus-repository-oss18:49
jj15Oh. I'll attempt this.18:50
MrVoltzHi, I have upgraded kernel from 4.10 to 4.16.11 and I have trouble with my IR remote. It is a remote for my TV, not MCE. In dmesg I see:  nuvoton-cir 00:04: found NCT6779D or compatible: chip id: 0xc5 0x62, rc rc0: lirc_dev: driver nuvoton-cir registered at minor = 0, but ir-keymap -t and cat /dev/lirc0 both don't output anything. On 4.10 it worked fine.18:52
jj15Java. Urgh. Every time I install it on osx I notice my mac gets super slow and laggy.18:53
=== Thargoid is now known as stwalkerster
alan_atwoodjoin #freebsd19:11
tomreynMrVoltz: i know next o nothing about IR control, but am just reading up on it. does /devices/pnp0/00:04 exist?19:12
xandeyHi, I'm trying to do a do a kernel-bisect of ubuntu-bionic kernel. I have found the closes two version here: https://launchpad.net/ubuntu/bionic/+source/linux but I can't compile the earlier one. I think the config is corrupted19:13
RonaldsMazitishello19:13
RonaldsMazitiswhat's up #ubuntu19:13
RonaldsMazitis?19:13
RonaldsMazitisI'm using linux for last 5 years. mostly I've been using ubuntu19:13
xandeyoh, this wasn't the channel i was trying to join19:14
RonaldsMazitismy intel i5 4 core pc can't run full hd videos nowadays and my android phone does it easily, why is that?19:14
RonaldsMazitisI'm using ubuntu 16.04, and I have like ~2 gb left on hard drive19:16
RonaldsMazitisshould I change termal paste or something19:16
compdoclol19:16
RonaldsMazitismy videos glitch19:16
RonaldsMazitisIntel(R) Core(TM) i5-2410M CPU @ 2.30GHz19:17
RonaldsMazitisit's laptop, and I really haven't reinstalled for long time, since I'm using it since 12.04 as server19:18
tomreynRonaldsMazitis:  Intel® HD Graphics 3000  according to https://ark.intel.com/products/52224/Intel-Core-i5-2410M-Processor-3M-Cache-up-to-2_90-GHz19:19
Guest17896Hello people19:19
oerheksRonaldsMazitis, lolz ..19:19
RonaldsMazitisYou blame hd 3000?19:19
Guest17896Quick question, when I try to add repository on winehq/ubuntu, (18.x) I get "Couldn't connect to accessibility bus:failed to connect to socket" why does that happen?19:20
RonaldsMazitisback when I got it I was playing gta4 on 30 fps19:20
tomreynRonaldsMazitis: i'm telling you what you seem to be working with.19:20
Guest17896I couldn't find any solution on google19:20
RonaldsMazitisand then the hard drive dies19:20
RonaldsMazitisdied *19:20
RonaldsMazitistomreyn: ok, how then my android galaxy a5 is faster than that19:21
RonaldsMazitishow can it show my full hd video without glitches19:21
RonaldsMazitisrenders for smaller screen or something19:21
tomreynRonaldsMazitis: i don't know. why is something faster than something is not really an ubuntu support topic.19:22
RonaldsMazitisshould I upgrade to 18.04?19:22
kostkonRonaldsMazitis, 2gb of space left though19:22
tomreynRonaldsMazitis: sooner or later: probably. for now: later. 2GB space left is probably a problem if it's a journalling file system.19:23
RonaldsMazitisoh ok thanks for advice19:23
tomreynRonaldsMazitis: unless you plan to replace the whole computer soon, and if you still have a hdd in there. then i heavily receommend to replace it by an ssd. good enough ones sell for as little as 50 usd nowadays.19:25
=== SimonNL is now known as SimonNL_Afk
iorialol19:26
pepebotellasorry19:26
DeathTickleRonaldsMazitis: what are you using for video playback ?19:27
HAZARLI23FUCK TRUMP FUCK america!!!! we are from TURKEY19:27
nickim_yokFUCK TRUMP FUCK america!!!! we are from TURKEY19:27
nickim_yokzuzgk oufyy cxinv :FUCK TRUMP FUCK america!!!! we are from TURKEY19:27
HAZARLI23rpipb jocal ismsr :FUCK TRUMP FUCK america!!!! we are from TURKEY19:27
HAZARLI23ioyip oufib xedzt :FUCK TRUMP FUCK america!!!! we are from TURKEY19:27
nickim_yokhggdl tggjv nvjup :FUCK TRUMP FUCK america!!!! we are from TURKEY19:27
tomreynDeathTickle: Ronalds left19:27
tomreyn!ops19:27
ubottuHelp! 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, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax19:27
pepebotellaI love turkey on thanksgiving19:27
rpittaummm.... turkey... so good....19:28
HAZARLI23tdxpv fzqyl jaemv :FUCK TRUMP FUCK america!!!! we are from TURKEY19:28
Arzuyu_taniyan_vcvfus unmoy nfwwm :FUCK TRUMP FUCK america!!!! we are from TURKEY19:28
HAZARLI23krsvc xdetw gzkgk :FUCK TRUMP FUCK america!!!! we are from TURKEY19:28
nickim_yokyilsi qjeoe zrzeo :FUCK TRUMP FUCK america!!!! we are from TURKEY19:28
nickim_yokwkenn sryrg stxsj :FUCK TRUMP FUCK america!!!! we are from TURKEY19:28
HAZARLI23feyvz eumvz htest :FUCK TRUMP FUCK america!!!! we are from TURKEY19:28
nickim_yoklhcpq ersvd oysxv :FUCK TRUMP FUCK america!!!! we are from TURKEY19:28
ioria!ops19:28
ubottuHelp! 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, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax19:28
geniiioria: We have to wait until services come back online properly19:29
tonyyarussoNot a ton anyone can do - Freenode is having a ChanServ outage, so the trolls are taking advantage of that.19:29
ioriagenii, right, sy19:29
DeathTickletoo bad, tomreyn. I found youtube in firefox always churns the cpu and misses frames on old machines19:29
iyibiri_aekyj zaqmi pgbjo :FUCK TRUMP FUCK america!!!! we are from TURKEY19:29
_oNLy_yOu_slamf qmmhf ednbm :FUCK TRUMP FUCK america!!!! we are from TURKEY19:29
DeathTickletomreyn: but when playing locally stored 720p / 640p content it works fine generally19:29
tomreynthanks tony19:30
matjamwell that sorted that19:30
tomreynDeathTickle: playing videos on youtube (within a web browser) is maybe not the best way to do performance testing.19:31
astsb_38mguqoa cscyt njnsi :FUCK TRUMP FUCK america!!!! we are from TURKEY19:31
Siirjfyvi xomld xgiyb :FUCK TRUMP FUCK america!!!! we are from TURKEY19:31
matjamneed to ban those IPs too, they seem to be reusing them19:32
=== thatgraemeguy is now known as Guest13534
=== gusnan is now known as Guest90141
=== pocketprotector is now known as Guest49953
=== thib is now known as Guest91608
=== herb is now known as Guest35696
=== matt_ is now known as Guest33733
=== cebor is now known as Guest27796
=== dooglus_ is now known as Guest76344
=== PhilB is now known as Guest69624
=== ejr is now known as Guest28683
=== fcanela is now known as Guest69599
=== Mony is now known as Guest75396
=== Shibe is now known as Guest78958
=== Seveas is now known as Guest15755
=== braderhart is now known as Guest74533
=== Pici is now known as Guest64405
=== Kitlith is now known as Guest50949
=== mcs_ is now known as Guest64207
=== jerichowasahoax is now known as Guest23547
=== alphaseg is now known as Guest7945
=== maco is now known as Guest20971
=== graingert is now known as Guest25333
=== n-st is now known as Guest14732
=== linuxthefish is now known as Guest18857
=== jose is now known as Guest16456
=== CoJaBo is now known as Guest88190
=== ptx0 is now known as Guest58280
=== duke is now known as Guest59228
=== dellavg is now known as Guest74005
=== messer440 is now known as Guest63674
=== aib is now known as Guest12546
=== saba is now known as Guest36525
=== yofel is now known as Guest51009
=== Julien-zte is now known as Guest1500
=== xttraces is now known as Guest85232
=== Live is now known as Guest59209
=== zh is now known as Guest20455
=== augustl is now known as Guest65775
=== chmd is now known as Guest99544
=== thallada is now known as Guest52309
=== Ghosthree3 is now known as Guest30740
=== Waggie is now known as Guest48588
=== deem is now known as Guest23170
=== makije is now known as Guest59225
=== ilbelkyr is now known as Guest97370
=== catalase is now known as Guest87261
=== valkyr1e is now known as Guest85263
=== bumbar__ is now known as Guest55698
=== nshire is now known as Guest86598
=== `slikts is now known as Guest73697
=== SleePy is now known as Guest4025
=== jiqiren is now known as Guest31026
=== lag is now known as Guest99431
=== tekk is now known as Guest64970
=== AntiSpamMeta is now known as Guest85247
=== boxmein is now known as Guest73499
=== BlueShark is now known as Guest36446
=== karstensrage is now known as Guest58761
=== fragtastic is now known as Guest34884
=== Ishaq is now known as Guest53468
=== freanux is now known as Guest36280
=== Chex is now known as Guest83557
=== OpenSorce is now known as Guest55341
=== blazeme8 is now known as Guest4201
=== hendrik is now known as Guest68889
=== ikonia is now known as Guest57044
=== c^ is now known as Guest2046
=== mavrikant is now known as Guest32965
=== Krenair is now known as Guest9040
=== devnull is now known as Guest29542
=== alphawarrior is now known as Guest4708
=== lu_tze is now known as Guest44325
=== AndrewMC is now known as Guest62555
=== V7 is now known as Guest57986
=== spion is now known as Guest58558
=== russell-- is now known as Guest62770
=== phage is now known as Guest62913
=== leif is now known as Guest31364
=== KingPin is now known as Guest48362
=== Linlz is now known as Guest22804
=== rekoil is now known as Guest14558
=== lagbox is now known as Guest6147
=== quintopia is now known as Guest78368
=== icct-hedral is now known as Guest83864
=== prosody is now known as Guest75200
=== icey is now known as Guest76648
=== jrgifford is now known as Guest53256
=== LoRez is now known as Guest95798
=== Logan is now known as Guest55372
=== SirCmpwn is now known as Guest72864
=== Frickelpit is now known as Guest53884
=== deepend is now known as Guest77581
=== _KaszpiR_ is now known as Guest72407
=== dskull is now known as Guest92602
=== Valfor is now known as Guest11883
oerheks..19:34
=== Guest9040 is now known as Krenair
=== Guest73697 is now known as slikts
=== thatgraemeguy_ is now known as thatgraemeguy
=== S_Gautam is now known as Guest99831
=== Guest99831 is now known as S_Gautam
=== Spork_Witch is now known as SporkWitch
tonyyarusso...wut19:36
=== Guest95798 is now known as LoRez
bunnyman13Hello all19:38
=== Guest97370 is now known as ilbelkyr
yuppiehi all19:38
yuppiehoping someone can help with my networking real quick19:39
bunnyman13yea?19:39
yuppieeth0 doesn't seem to be able to get a DHCP lease19:39
yuppieits up19:39
yuppieand its managed by network manager19:39
yuppierunning dhclient just hangs19:39
bunnyman13hmmm...okay have you restarted the interface @yuppie?19:39
=== Guest83557 is now known as Chex
yuppiealready tried down/up using ifconfig19:39
bunnyman13what about restarting the networking service19:40
yuppiei have the entry in /etc/network/interfaces19:40
yuppie /etc/init.d/networking restart? tried that19:40
yuppieubuntu 16.04 desktop19:40
ioriayour1p, NM or /e/n/interface ?19:40
jeremy31yuppie You can't use Network Manager and /etc/network/interfaces19:40
ioriayour1p, both, it's not good :)19:40
yuppieok i removed the entry from /etc/networking/interfaces19:41
bunnyman13now try service networking restart19:41
jeremy31yuppie restart networking19:41
ioriayuppie, restart NM19:41
yuppiesystemctl restart network-manager?19:42
ioriayeah19:42
yuppieok restarted19:42
yuppiestill nothing19:42
bunnyman13service networking restart19:42
ioriayuppie, cat /etc/network/interface19:42
yuppieauto lo19:43
oerheks.. still nothing after 4 seconds... how do you tell ?19:43
yuppieiface lo inet loopback19:43
=== daemoneye is now known as DrDaemonEye
bunnyman13@yuppie you need a dhcp auto line19:44
ioriabunnyman13, he's using NM19:44
bunnyman13oh whoops19:44
bunnyman13my bad thanks for that @ioria,19:44
bunnyman13my brian is somewhere else i'm working on KVM19:45
bunnyman13went down last night because of other idiots -__19:45
ioriayuppie, paste 'ip a'19:45
=== manuelschneid3r is now known as manuels
=== Guest53468 is now known as Ishaq
=== Guest6147 is now known as lagbox
=== Guest85247 is now known as AntiSpamMeta
=== Guest87261 is now known as catalase
=== lagbox is now known as Guest63783
bunnyman13*brain19:48
yuppiei assigned it a static internal ip and still nothing19:49
=== Guest77581 is now known as deepend
=== ToBeCloud is now known as ToBeFree
=== deepend is now known as Guest65078
=== manuels is now known as manuelschneid3r
ioria!paste | yuppie19:51
ubottuyuppie: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:51
=== loonybin is now known as lagbox
yuppiewell im on my laptop19:52
yuppieand the machine i'm troubleshooting isnt connected19:53
yuppieip a shows 1: lo: ... 2: eth0: state UP etc19:53
yuppielink/ether has a mac address19:53
yuppiewhen i run dhclient it just hangs19:53
ioriayuppie,  the point is the ip ... is assigned ?19:54
oerheksone would use networkmanager, or disable it and go manual19:54
yuppieim using NM to use DHCP19:55
yuppiei assigned it a static internal IP using NM, but that still didn't work19:55
=== Guest65078 is now known as deepender
oerheksand this is on bare metal?19:57
yuppieyeah19:57
yuppieits just a workstation PC19:57
yuppiedesktop install19:57
=== amirpro_ is now known as amirpro
=== Guest62770 is now known as russell--
=== deepender is now known as za-lord
atlas_0x01So for making a quick backup, could I just dd /dev/sda to an iso and then use that?20:02
atlas_0x01Or is there a better/more effective way?20:03
swift110hey all20:04
yuppiei think the interface is also being renamed to20:04
yuppieenp6s020:04
yuppiewhy is that?20:04
=== Guest69624 is now known as PhilB
V0st0kHi guys, I'm not able to login on my Ubuntu 18.04 Gnome. I type the correct password then I got stuck on the purple screen and then it backs to login page. Can someone help me on this please?20:05
compdocthats how linux names the interfaces now20:05
jeremy31yuppie It has been that way for almost 2 years or longer20:05
yuppieinteresting because im used to it reading "eno1"20:05
yuppieor something of that sort20:05
yuppiealright i rebooted, still no network20:05
=== justache is now known as FireBeard
atlas_0x01@V0st0k Have you made any recent changes?20:06
=== FireBeard is now known as Guest71490
raidghostWho is responsible for Mono builds?20:06
j75why is "ip addr" not showing my changes to my netplan .yaml file? I run netplan apply20:07
leftyfbraidghost: apt-cache show <package name>20:07
V0st0katlas_0x01: The only change I did yesterday was installing wekan by the snap command, but I've already removed20:07
oerhekshttps://launchpad.net/mono/main20:08
=== Guest71490 is now known as justache
raidghostleftyfb: Seems like the programs i run doesnt like the newer than 4.8.120:09
raidghostSo there should be hopefully a ubuntu package with 4.8.1 mono20:09
jeremy31yuppie does your /etc/network/interfaces look like http://termbin.com/dpmr20:09
oerheks4.6.2 https://launchpad.net/ubuntu/+source/mono20:09
V0st0katlas_0x01: this happened to me after I tried to login on the option Ubuntu with Wayland20:10
atlas_0x01hm20:10
atlas_0x01Idk lol20:10
atlas_0x01I've had some problems with login loops before, but they were graphics card related20:10
j7518.04 does not use /etc/network/interfaces does it?20:11
V0st0katlas_0x01: I cannot login on any of the options (there's still Unity option there)20:11
V0st0katlas_0x01: I have Ubuntu 16.04 on other disk and this works very well on the same hardware20:12
=== dhill is now known as Guest64332
V0st0kthis seems to be a Gnome problem, no?20:13
=== Guest23547 is now known as jerichowasahoax
=== Guest64405 is now known as Pici
Callekso I'm on Bionic right now, tried to do "Add User.." from UX, seems its yelling at me that my Capital Letter "username" is invalid, because it can only contain caps and lowercase (and ./_)20:21
Callekphoto of issue https://irccloud.mozilla.com/file/jtfKmRkm/irccloudcapture6243540576166882635.jpg20:23
Callekanyone know of an existing bug or an easy workaround for what this screen does20:23
compdocwhat does it do?20:25
tgm4883Callek: I feel like I remember you can't use a capital letter to start the username20:25
tgm4883I don't have a link to a bug report or anything20:25
Callektgm4883: well I have it that way on Xenial20:25
* tgm4883 shrugs20:25
Callektgm4883: of course I got the same error when I tried `aCallek`20:25
solsTiCeCallek: callek must be an easter egg :-)20:26
Callekand I tried a `usermod` earlier where I did it as "Callek" and it worked (though this is explicitly a different thing than user already taken, since that is a different error message, also tested)20:26
solsTiCeCallek: next time make screeshot instead of photo20:27
CalleksolsTiCe: new computer I'm setting up, so easy abil to transfer screenshots not yet avail20:27
Callekbut yea, generally speaking ++20:27
troozersHi, I am trying to get an Ubuntu 18.04 Server to boot into text console mode so I can iLO into it via textcons, but it doesn't seem to be taking the grub options I've entered20:40
Jordan_Utroozers: What kernel parameters have you tried?20:41
troozersI've edited /etc/default/grub and changed GRUB_CMDLINE_LINUX_DEFAULT="text" and GRUB_TERMINAL=console and ran update-grub20:41
troozersthose were values i "googled", so please correct the error of my ways ;)20:42
Jordan_Utroozers: That will boot you to a "text" tty, so if you were standing in front of a monitor connected to the machine you'd see a getty login... But that text tty is being drawn to the screen using Kernel Mode Setting and native graphics drivers.20:44
troozersbasically the server runs without a monitor, and I access the server via iLO and use of the textcons command20:45
Jordan_Utroozers: If you're booting via UEFI I'm not sure if a true text mode is available once ExitBootServices() has been called.20:46
troozersHmmm, not sure it is via UEFI - I will check.  It's a HP Proliant Gen8 MicroServer20:46
Jordan_Utroozers: Can iLo emulate / provide a serial interface?20:47
troozersYep20:48
Jordan_Utroozers: That seems like the way to go then, rather than using a "text video mode".20:49
troozersIt basically creates a virtual COM2:20:49
troozersI shall have a try, thanks for the heads up20:50
=== SimonNL_Afk is now known as SimonNL
Jordan_Utroozers: You're welcome. Grub can output / recieve input with serial as well.20:50
troozersjust one final question, should i be running update-grub or update-grub220:52
geniiJust update-grub20:53
troozerscool, worth the question.. i get easily confused ;)20:53
geniiThe system will figure out which version you're running, if you have both, it will update both20:53
=== Guest15755 is now known as Seveas
=== deepend- is now known as deepend
user7878Hi! Is it possible to use systemd-resolve as a substitute for dnsmasq? I'm running a dedicated Ubuntu 18.04 DNS server at my home with dnscrypt-proxy.21:06
yuppiealright guys i got the networking issue solved21:10
yuppienow i have some questions about preseeding21:10
yuppiei dont think my DNS is coming up correctly, but I have DHCP set21:10
yuppiehere is a link to my preseed file: https://gist.github.com/internaught/1a0f8483c824b8eef4336e4dfc0f709121:11
yuppieit also keeps prompting me to reboot21:12
=== shiznix is now known as Guest82341
s10gopali have Enableed Proposed , but software update show system is up to date, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745646 , but still i am not on the test kernel21:15
ubottuLaunchpad bug 1745646 in linux (Ubuntu Cosmic) "Battery drains when laptop is off (shutdown)" [Medium,In progress]21:15
s10gopalHow to install Proposed update manually ?21:16
hggdhs10gopal: as you were told yesterday, or a few days ago, the kernel has not yet been promoted to proposed. You need to wait21:18
s10gopalhggdh, it is see the bug report please21:18
yuppiealso it seems my preseed late command isn't being run21:18
hggdhs10gopal: how did you enable the proposed pocket?21:18
s10gopalhggdh, yes21:18
tgm4883s10gopal: *how*21:19
leftyfbs10gopal: you ran dist-upgrade?21:19
s10gopalhggdh, https://wiki.ubuntu.com/Testing/EnableProposed ,21:19
tgm4883s10gopal: and you ran both 'apt update' and 'apt dist-upgrade' ?21:19
s10gopaltgm4883, only apt update21:19
tgm4883s10gopal: well that doesn't upgrade packages...21:20
yuppieanyone here familiar with preseeding?21:20
s10gopaltgm4883, also tried with gui21:20
s10gopalupdate manager21:20
leftyfbs10gopal: which kernel did jsalisbury release the patch in?21:21
hggdhs10gopal: you need to apt update && apt full-upgrade, then21:21
s10gopalleftyfb, <jsalisbury> s10gopal,  4.15.0-23.25 for bionic21:21
leftyfbs10gopal: which kernel are you running?21:21
s10gopalleftyfb, 4.15.0-22-generic21:21
leftyfbs10gopal: run: apt-cache policy linux-image-4.15.0-23.25-generic21:23
s10gopalhttps://paste.ubuntu.com/p/M5c6z2XNpc/21:23
=== Jochen_wvdT is now known as Schlawiner
s10gopalN: Unable to locate package linux-image-4.15.0-23.25-generic21:23
s10gopalhggdh, ^21:23
s10gopalplease see the paste21:24
leftyfbs10gopal: then ask on the bug which kernel you need to install for the fix21:24
jj15Is it possible to build a package from source and then build it into a dpkg file? Building node on every server this way is going to take a long time.21:24
s10gopalleftyfb,  4.15.0-23.2521:24
jj15I was looking at apt-build but not sure if that can do it21:24
leftyfbs10gopal: then ask ON THE BUG which kernel you need to install for the fix and how to install it21:24
s10gopalleftyfb, i need to install  4.15.0-23.25 ,  jsalisbury, gave me this link https://wiki.ubuntu.com/Testing/EnableProposed21:25
jj15No worries found this https://wiki.debian.org/BuildingTutorial21:26
leftyfbs10gopal: nowhere on that entire bug does it mention 4.15.0-23.2521:26
s10gopalleftyfb, check #ubuntu-kernel log21:27
s10gopalyesterday's21:27
leftyfbs10gopal: no thanks. Ask there then.21:27
=== TabMasher is now known as FutureShock
bobdobbsHi. I updated to 180.04 a few days ago. Ever since then I've had this with applications locking up. The applications I use most are emacs, chrome and gnome-terminal. At least once every minute which of these applications I'm using becomes unresponsive to input. The lock-ups last from 1 to 4 seconds21:29
bobdobbsAs I was typing that, my irc client (erc from emacs) locked up twice.21:30
bobdobbsCould this be an issue with video drivers?21:30
yuppiehey guys21:30
yuppiemy preseed is unable to resolve a host21:30
yuppieus.archive.ubuntu.com21:30
=== Guest88190 is now known as CoJaBo
yuppiedoes this have to do with the network not being up?21:31
leftyfbyuppie: yes21:31
yuppiehow can i get a prompt from a ubiquity terminal?21:31
yuppiei want to see the state of the network21:31
leftyfbyuppie: CTRL+ALT+F221:31
yuppieleftyfb: here is a my preseed https://gist.github.com/internaught/1a0f8483c824b8eef4336e4dfc0f709121:31
leftyfbor actually, just ALT+F221:31
yuppieok so leftyfb that console says that a start job is running21:31
yuppieits not a shell21:31
leftyfbyuppie: why do I care about your preseed?21:31
leftyfbyuppie: ALT+F321:32
yuppieto see my network settings21:32
yuppiesame thing on F3, start job is running21:32
yuppienot sure how to kill that and take over the shell21:32
bobdobbsAnd just now chrome locked up for 5 seconds.21:32
leftyfbyuppie: your network settings are set through tftp, not in the preseed21:32
bobdobbsThis really intereferes with my workflow21:32
yuppieleftyfb: network of the client?21:33
leftyfbyes21:33
leftyfbyuppie: preseed sets the config for the target install, not the installer21:33
yuppieleftyfb: can you tell me where to look to set the network stuff?21:33
yuppieim p sure i have DHCP setup21:33
yuppieim grabbing the preseed file via HTTP21:34
yuppiemy DHCP router is just pointing at the PXE server21:34
yuppieleftyfb: do you know how i can just get a shell during the install?21:36
motaka2hello, my7 ubuntu doesnt have sound. after trying some online solutions, I dont have even sound icons in the tray21:39
yuppieleftyfb: im not sure you're right about the networking stuff21:39
bobdobbsAnd just now my system locked up for about a minute! What could be happening?21:45
yuppielooks like my DHCP is getting set to have DNS that points to 0.0.0.021:46
yuppiewhich sucks ...21:46
=== Guest58761 is now known as karstensrage
=== Guest90141 is now known as gusnan
=== dave2 is now known as Guest37415
=== Guest37415 is now known as daveV2
=== Guest58558 is now known as spion
=== spion is now known as Guest11810
guideXthe website keeps going for the amd ubuntu22:01
guideXwhere's the intel one22:01
guideXon this page https://www.ubuntu.com/download/server it keeps getting 18.04 live server amd22:02
plugwashThat is a case of confusing terminology. "amd64" is for 64-bit PCs both AMD and Intel22:03
guideXoic22:03
naccyuppie: are you failing to have network in the pxe environment or in the resulting installed system?22:11
=== shiznix_ is now known as shiznix
=== Guest29542 is now known as devnull
blkadderTrying to sort out what happened to grub in 18.04. 16.04 has package grub which provides /usr/sbin/grub but not in 18.04. Any pointers?22:27
r007zHello world, can anyone suggest a good way to backup encrypted luks lvm incremental ?22:29
Two_Dogsblkadder:  copy/paste & execute via terminal> dpkg -l grub* ## what installed? package wise i mean22:30
naccblkadder: there is no grub binary in 18.0422:30
naccblkadder: you would never have run it in 16.04 anyways, so what are you actually trying to do?22:30
blkadderPacker...22:31
blkadderTrying to create a AWS instance backed AMI w/18.04.22:31
blkadder16.04 works fine...22:32
naccblkadder: that's the legacy grub122:32
naccblkadder: i'm pretty sure 18.04 is all grub222:32
blkadderec2 ami tools require grub...22:32
naccblkadder: that sounds like a questionf or ec2 or packer22:32
blkadderSure np...22:32
blkadderthx22:32
Two_Dogsyes, grub2 has been default for a while22:32
blkadderTell AWS. ;-)22:33
Two_Dogsnow called 'grub'22:33
libbenHmm. I want to learn to build my own router based on ubuntu 18.04 with netplan and iptables (If i understand correctly ufw is only a nicer frontend for iptables in background). All guides I find is on old ubuntu/debian. I would appreciate if someone could tell me what steps to take and what to disable or use in latest ubuntu server.22:34
EternalManaHello, so I manually installed Ubuntu 18.04 with root on zfs using this guide https://github.com/zfsonlinux/zfs/wiki/Ubuntu-18.04-Root-on-ZFS (Cause I'm a masochist I guess) and network manager is missing at the top of the screen... Normally I wouldn't care so much, but manually doing dhclient in terminal when I restart is annoying (I don't know anything about Linux since systemd became a thing) what22:34
EternalManagives? did I do anything wrong? Can I get that network thing back up?22:34
naccEternalMana: is NM running?22:35
EternalMananacc: I think so, I did restart network manager using systemctl restart NetworkManager22:38
j75My netplan .yaml file isn't registering in ip addr. I can manually add an ipv6 address with ip addr add 2013:342:ff... dev eth0. However, it doesn't update "ip addr" list when I run netplan apply or restart systemd-networkd. What am I doing wrong?22:40
j75manually adding the using "ip addr add" doesn't persist across reboots though22:40
naccj75: pastebin your netplan yaml; you may also want to ask in #ubuntu-server22:42
naccj75: there is also #netplan22:42
j75thanks nacc22:43
naccEternalMana: what does `systemctl status NetworkManager` say?22:45
j75nacc: https://paste.ubuntu.com/p/SgNVfNk2rs/22:46
j75nacc: I am using systemd-network not NetworkManager22:46
naccj75: i know, I directed the last comment to EternalMana22:47
j75nacc: I know but just letting you know for my specific case22:47
EternalMananacc: https://pastebin.com/7QJ05ggU22:47
naccEternalMana: so it's running and maybe the indicator isn't working? did you just try going throug settings -> network? or wifi or whatever22:49
EternalMananacc: https://hikarihq.com/wp-content/uploads/2018/05/Screenshot-from-2018-05-24-18-51-23.png22:52
EternalManaI guess something's missing?22:53
EternalManaAs for wifi, I don't have a wifi card on this PC22:53
guest_which DE has windows title like unity ( dont waste space for title bar) ?22:56
guest_not talking about MS windows22:56
naccEternalMana: ok, i'm not sure; on my 18.04, even with no cable plugged in, i have network -> wired22:56
EternalManaHmmm22:57
EternalManaWeird22:57
EternalManaWell I'll reboot again and see, thanks ^22:57
EternalMana^^22:57
matjamguest_: ubuntu MATE can do it22:57
raidghostYour Hardware Enablement Stack (HWE) is supported until April 2019.22:57
matjamguest_: theres a mode in MATE Tweaks22:58
raidghostI dont see how that could be.22:58
naccraidghost: what version of ubuntu are you on?22:58
guest_matjam: i want modern look22:58
j75guest_: I use xfce with a window thin window theme http://i.imgur.com/BFEvuiw.png22:58
raidghost18.04 upgraded from 16.04 LTS22:58
naccraidghost: hrm, dunno, there's no hwe stack installed yet on 18.04. what is emitting that message?22:58
matjamguest_: thats how I had MATE set up: https://u.teknik.io/WALO3.png22:59
raidghostnacc: the motd message thingy in ubuntu when signed in22:59
naccraidghost: but in any case 18.04.0 and 18.04.1 are supportd until 202322:59
naccraidghost: have you rebooted since you upgraded (note that 16.04 -> 18.04 upgrades aren't supported yet)22:59
raidghostnacc: i know i use ubuntu server 16.04 on my libvirt host.23:00
oerheksoh, jsut the message23:00
raidghostnacc: So i might have broken the system?23:00
raidghostUpgrading from 16.04 to 18.04 LTS?23:00
naccraidghost: doubtful, but you upgraded ahead of when it was supported23:00
guest_how i can conver ubuntu 18.04 to mate ?23:00
raidghostnacc: figured out that i could use export MONO_TLS_PROVIDER=legacy to fix the mono problem :P23:01
naccraidghost: i don't know what mono problem  you are referring to, but ok :)23:01
guest_matjam: how to conver ubuntu to ubuntu mate ?23:02
oerhekschmod -x /etc/update-motd.d/95-hwe-eol23:02
oerheks!info mate-desktop23:02
ubottumate-desktop (source: mate-desktop): Library with common API for various MATE modules. In component universe, is optional. Version 1.20.1-2ubuntu1 (bionic), package size 22 kB, installed size 83 kB23:02
raidghostnacc: I Love ubuntu and hate winblows. One reason why i converted my parents laptops from winbl* to ubuntu23:02
oerheksguest_  install mate-desktop, logout, change desktop and voila23:02
raidghostThey love it.23:03
guest_thx23:03
raidghostNo virus and malevare23:03
raidghostooh. Malware, oh my23:03
raidghostI better find the bed, How could i write maleware when i ment malware :P23:03
guest_!pm ubottu !info mate-desktop23:03
ubottuguest_: I am only a bot, please don't think I'm intelligent :)23:03
raidghostHave a lovely night/morning/afternoon I`ll be back later;)23:04
matjamguest_: well, I just installed it.23:11
matjamguest_: I think its hard to convert as you'll end up all all kinds of conflicting stuff.23:11
=== mana is now known as EternalMana
brechbohne92does anyone know the ubuntu default lvm installer encription strength?23:22
brechbohne92or maybe a command to get the answer23:23
Two_Dogsbrechbohne92 ubuntu default lvm installer encryption strength? https://git.io/vhLmY23:25
brechbohne92Two_Dogs, yeah, thats what I mean, ok I check out the link, thanks23:26
blackflowbrechbohne92: cryptsetup luksDump /dev/...23:26
Two_Dogsbrechbohne92: link #3 looked promising23:26
matjambrechbohne92: lvm is not encrypted23:28
matjambrechbohne92: unless you chose the 'encrypted' volume setup, then it's not lvm, its through dev mapper23:28
brechbohne92sha25623:28
matjamsha256 is not an encryption algorithm23:28
brechbohne92I did the check in lvm and encrypted23:29
brechbohne92thanks to blackflow23:29
brechbohne92sudo cryptsetup luksDump (dev/sda5 worked23:29
brechbohne92:D23:29
blackflowbrechbohne92: technically, matjam is correct. LVM is atop of a LUKS container, which is THE encryption. LVM per se is not encryption23:29
brechbohne92( = /23:29
matjambrechbohne92: ls /dev/mapper23:29
matjambrechbohne92: cryptsetup status DEVICE_crypt23:29
matjamreplace DEVICE with whatever your _crypt device is in /dev/mapper23:30
brechbohne92yes, sorry for my misleading question, sure I meant it like you told me23:30
matjamfor me it's a 512bit key23:30
blackflowbrechbohne92: and the thing you're looking for is Cipher, Cipher mode and MK bits (key size)23:30
matjambrechbohne92: https://security.stackexchange.com/questions/39306/how-secure-is-ubuntus-default-full-disk-encryption23:30
blackflowprobably teh cryptsetup default aes xts plain 64, but with 128 bit key.23:31
brechbohne92ahhh23:31
matjam512bit keys23:31
brechbohne92sudo cryptsetup status sda5_crypt tells me 51223:31
brechbohne92aes xts plain 64 cipher23:32
brechbohne92okay, next question, is this default ubuntu installer option "safe" enough?23:32
brechbohne92or should I increase it?23:32
matjamplain 64 is not the cipher23:32
matjamthat's the IV generation mechanism23:32
matjamit's sufficient23:32
Two_Dogssafe is chickenwire and airgap23:32
matjamyes, it's safe enough.23:33
matjam(for various values of the word "enough").23:33
blackflowbrechbohne92: question is, what's the attack vector you're protecting against. disk loss? it's more than sufficient. government sponsored cyber attack? it probably isn't.23:33
matjamit's AES25623:33
matjamwhich is pretty damn strong23:33
matjamdon't use a weak passphrase23:33
brechbohne92so if I use it for my developer notebook, I can sleep well if I let the encryption default?23:34
matjamthe weakest part will be the passphrase you use23:34
brechbohne92I just want to protect the business data23:34
blackflowbrechbohne92: again, depends on what you're protecting the data against.23:34
blackflowagainst what?23:34
brechbohne92thiefes23:34
blackflowrussian cyber ninjas? or your local neighborhood thief.23:34
brechbohne92*v23:34
blackflowif thieves, then it's sufficient :)23:34
helmsdeeptell me if this is a question (noob question i know) for #linux but i thought I would try the community here. i'm having trouble grasping folder/file permissions. my intention is to have humans bill and roger who belong to the group metalheads to have read/write access to a certain directory and only them. i also want a new file/folder created inside this directory to be able to be read/write by the group. i've tried: chmod 1770 /data/ but any new23:35
helmsdeepfile that gets created inside /data/ is 644 and only the owner of the group (say bill) is the only one that can create in there23:35
blackflowbrechbohne92: also note, that encryption only protects data at rest. meaning, while the computer is off, or disk is taken out.23:35
matjamhelmsdeep: the users making the file need to set their default file permissions with umask.23:35
brechbohne92blackflow, so if I use it in sleep I assume that it is not protected23:36
matjamhelmsdeep: "man umask"23:36
helmsdeepmatjam, thankyou ill investigate !23:36
blackflowbrechbohne92: not fully.23:36
helmsdeepmatjam, apologies, this is an area of unix/linux i really need to get ontop of23:36
matjamhelmsdeep: you can set users default umask in a bunch of ways, google it.23:36
helmsdeepmatjam, going to try umask 002 (allow group write)23:37
brechbohne92blackflow, okay cool thanks for the help :)23:37
matjambrechbohne92: your password protects your data while it's powered on but locked. Encryption stops someone from rebooting the machine and using a USB stick to try and recover the data.23:38
matjambrechbohne92: use a strong password, use a strong passphrase.23:38
brechbohne92matjam ahh okay, I thought it would be like that, thanks mate23:38
matjambrechbohne92: relevant xkcd: https://xkcd.com/936/23:38
blackflowuhh no, while the computer is on, and the disks unlocked, the password protects nothing, only the GUI. as long as the keys are in RAM, they're readable.23:39
matjamthis is true, there's not many people able to probe ram23:39
blackflowthe real value of disk encryption is for data at rest. anything else is false sense of security.23:39
matjamthough 3 letter orgs can trivially23:39
brechbohne92matjam "A webcomic of romance, sarcasm, math, and language." lol.23:39
blackflowmatjam: you'd be surprised what it's posible nowadays with a few off the shelf gadgets :)23:40
blackflow*what is23:40
matjamI wouldn't be surprised honestly23:40
blackflowactually 538 is more relevant :)   https://xkcd.com/538/23:40
matjamhaha yup23:40
helmsdeepmatjam, seems like umask isn't directed at a particular directory but as a global user setting?23:41
matjamthats why some disk crypto systems let you use two passwords, one for the sacrificial crypted volume23:41
Two_Dogsbrechbohne92: unless you develop in the blind at some point your ideas are shared, security went out the window during share process.23:41
matjamhelmsdeep: yes. You set it before you create files. Or log in with a particular umask.23:41
brechbohne92Two_Dogs thats why github got private repos :D23:42
matjamhelmsdeep: you can also set the SetGID bit23:42
Two_Dogsbrechbohne92: yeah, private23:42
matjamhelmsdeep: chmod g+s dir23:42
helmsdeepmatjam, let me try that.23:42
blackflowhelmsdeep: if users and groups are insufficient like that, also take a look at ACLs, the setfacl(1) manpage for starters.23:43
brechbohne92btw: is there any nice IRC android app? I dont want to miss a message :D23:43
matjamgo enjoy outside23:43
helmsdeeplol firm advice23:44
brechbohne92XD23:44
brechbohne92so... unity is gone now, is this a final decision? :o it supported hidpi very well (more precision than integer :o)23:50
hggdhbrechbohne92: Unity is now in Universe, and still see development by the community23:51
matjamI was running MATE for a few days, apparently it has good hidpi support23:51
brechbohne92hggdh ahh ok23:51
matjamended up going back to stock ubuntu because I needed gnome online accounts to work properly23:51
brechbohne92matjam yes but you can set it to 1 or 2, in unity you could do something like 1.2 or 1.3 ...23:52
brechbo70test23:54
matjambrechbo70: I think you can still do that in Ubuntu Gnome Desktop23:54
matjamlooking at it in gnome tweaks now23:54
brechbohne92I know, the font scaling, scales the interface too23:55
AuroraAvenueCan or should this RUN Ubuntu ?23:55
AuroraAvenuehttps://www.ebay.co.uk/itm/ATLAS-SD9200si-electronic-dictionary/23:55
brechbo70test223:55

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