/srv/irclogs.ubuntu.com/2019/03/28/#ubuntu.txt

noregretwhy is the enp0s25 interface still getting configured with dhcp? https://bpaste.net/show/7dcf76d4da3700:03
noregretoh, i see dhcp set to true in 50-cloud-init.yaml, should I remove it from there? or change it to no? I thought the other yaml overrides taht one.. sorry still new to that kind of network config00:04
qwebirc24999alright, so if I manually fix the DNS I now get a curl 60 error (SSL certificate problem: unabel to get local issuer certificate). I have the certificates in /etc/ssl/certs. What is wrong?00:06
Platonidesyou probably don't have them properly there00:07
qwebirc24999the same config works on 18.04, that's what I find baffling.00:07
qwebirc24999and yet not on .1000:07
PlatonidesI understand it is not a public CA?00:07
qwebirc24999oh it is00:07
Platonidesdid you run c_rehash?00:07
qwebirc24999Let's Encrypt00:07
qwebirc24999what is c_rehash00:07
Platonidesthen you don't need to touch anything at /etc/ssl/certs00:08
Platonidesjust having ca-certificates package installed should do00:08
Platonidesit's a different issue, then00:08
Platonidesis the server sending the intermediate?00:08
qwebirc24999let me check if I have that package installed, actually, you might be onto something.00:08
qwebirc24999also what do you mean by intermediate00:09
qwebirc24999apache has all the needed .pems as requested by certbot00:09
Platonidesthere is the CA certificate00:09
Platonidesit doesn't sign directly the final certificate00:09
Platonidesit signs an intermediate CA00:10
Platonideswhich is the one doing the end-certificate00:10
qwebirc24999yep, ca-certificates is installed and is the newest version00:10
Platonidesthe server needs to provide the intermediate certificate along its own one00:10
Platonidestry checking your site with https://www.ssllabs.com00:10
qwebirc24999and the hook copies /etc/ssl to /etc/00:10
Platonidesif it's this issue it will flag it very clearly00:11
qwebirc24999nah, I get that error on literally any https website00:11
qwebirc24999google, whatever, you name it00:11
qwebirc24999it's a local issue00:11
Platonidesstart by fixing google, then :P00:11
qwebirc24999sure would fix their financing to myself haha00:12
qwebirc24999jokes aside though, any ideas00:12
Platonidescurl depends on libcurl3, that itself depends on libssl00:12
Platonidesand if you have ca-certificates installed00:12
Platonideseverything should be on place00:12
Platonideshmm00:13
Platonidesdoes wget also fail?00:13
qwebirc24999wget in initramfs straight up doesn't support https00:13
qwebirc24999blame busybox for that00:13
qwebirc24999(I could copy the binary I guess but no point imo)00:13
Platonidesare you running that on an initramfs?00:13
qwebirc24999yes00:13
qwebirc24999I am getting the error on initramfs00:14
qwebirc24999inside the system itself - all good00:14
Platonidesok I hadn't seen the earlier lines00:14
Platonidesyou had all dependencies on the initramfs, then?00:14
qwebirc2499999% sure I've got everything I need there00:15
qwebirc24999cause it works on 18.04, I don't see why it shouldn't on .1000:15
qwebirc24999but it just don't00:15
Platonideson /etc/ssl/2200:16
Platonidesyou have a file /etc/ssl/certs/2e5ac55d.0 there ?00:16
qwebirc24999yes00:16
Platonidesit must be something quite silly00:18
Platonidesbut may take hours to find :(00:18
qwebirc24999should be :/00:18
Platonidesgood luck00:20
qwebirc24999i guess you're out of ideas? :D00:20
Platonidesprobably worth describing the steps needed on a blog post00:20
qwebirc24999to reproduce the issue?00:20
Platonidesperhaps installing strace there and getting dirty00:20
Platonideslook at curl and libcurl changelog00:21
Platonidesif anything there rings a bell00:21
qwebirc24999will check it00:23
qwebirc24999thanks00:23
=== ctrlbreak_MAD is now known as ctrlbreak
Brainiackyo yo yo00:30
InvertedJesusHow do I make caja save thumbnails?00:40
=== BrianG61UK_ is now known as BrianG61UK
=== coffee-mug is now known as mrs-claus
=== mrs-claus is now known as MerryNova
=== InvertedJesus is now known as Scrooge
qwebirc58069Yello00:53
qwebirc24999does anyone know how to get curl with https running for 18.1001:07
leftyfbqwebirc24999: what error are you getting?01:09
qwebirc249996001:09
qwebirc24999even though I have the certs in /etc/ssl/certs01:09
qwebirc24999this is getting absurd01:09
qwebirc24999._."01:09
leftyfbqwebirc24999: can you pastebin what you are trying and the error message? (mind you, this isn't really an ubuntu problem)01:10
=== monojamoon| is now known as monojamoon||
OerHeksc_rehash01:13
=== monojamoon|| is now known as monojamoon|
=== jodie is now known as doobage
qwebirc24999leftyfb https://pastebin.com/11KszAxh01:14
qwebirc24999the error: curl: (60) certificate problem: unable to get local issuer certificate01:14
qwebirc24999https://i.imgur.com/PSmdKQg.png01:15
qwebirc24999the certificates are in /etc/ssl/certs and are updated01:15
leftyfboh, this is still your initramfs stuff. Why are you messing with initramfs btw?01:15
qwebirc24999well, it's needed for one setup I have for a project that remotely retrieves the encryption password on successful login01:16
qwebirc24999and it's done using curl01:16
leftyfbwhat's the point? You can disable it booting by killing off the remote file?01:16
qwebirc24999that's part of it, I guess01:17
leftyfbqwebirc24999: do you have openssl and all it's required libraries added to your initramfs?01:17
qwebirc24999now that is a good question01:18
qwebirc24999how do I do that01:18
qwebirc24999becausefind / -name "*openssl*" shows only /etc/ssl/openssl.cnf01:18
leftyfbqwebirc24999: to be honest, this is something I ran into recently as well and just went with -k for now since it's on a private network.01:18
qwebirc24999-k would piss off the team though, so gotta make it the right way01:18
leftyfbqwebirc24999: I started with using strace to find all the things that curl opens01:19
qwebirc24999I assume I need to integrate strace into the hook too right01:19
leftyfbqwebirc24999: you don't need to do it within initramfs. Do it on a machine where it works to see what it needs01:20
leftyfbqwebirc24999: strace curl -q https://google.com 2>&1 |awk -F'"' '/open/ {print $2}'|sort -u01:24
qwebirc24999thanks01:24
leftyfbqwebirc24999: let me know if you get it working. It would be good to get it going on my end as well01:25
=== thewaspsknees1 is now known as thewaspsknees
qwebirc24999leftyfb no idea for now, gonna leave it as is for the night01:40
qwebirc24999thanks for the advice though really appreciate it01:40
leftyfbqwebirc24999: might I  suggest registering a nick? It goes a long way here when looking for help.01:41
qwebirc24999also interestingly enough got some problems with configure_networking01:41
qwebirc24999but those aren't even the main problem haha01:42
qwebirc24999and I have the nick umhello01:42
qwebirc24999that's the one I am identified as01:42
qwebirc24999I think I'll go sleep now01:43
leftyfbqwebirc24999: try /nick umhello01:43
qwebirc24999goodnight!01:43
=== qwebirc24999 is now known as umhello
umhelloI'll report back if I manage to solve it01:43
leftyfbok01:43
qwebirc96098leftyfb hey01:59
qwebirc96098I have progress!!01:59
leftyfbI had progress as well, but it still didn't work in the end01:59
qwebirc96098https://github.com/kayrus/rescue-initramfs/blob/master/initramfs_hook.sh01:59
qwebirc96098check this script02:00
leftyfbI forget where I left off02:00
qwebirc96098I removed some unnecessary parts in the beginning02:00
qwebirc96098and left all from line 22 to 4802:00
qwebirc96098and added it as a hook02:00
qwebirc96098now it actually works with https!!02:00
leftyfbnice02:00
qwebirc96098the only problem I now have left is02:00
leftyfbi'll have to try that tomorrow02:00
qwebirc96098configure_networking and DNS02:01
qwebirc96098but that I will solve somehow02:01
qwebirc96098at least this is solved :)02:01
qwebirc96098now I'm gonna sleep for real02:01
qwebirc96098have a good night mate02:01
leftyfbcya02:01
=== rodrigot44 is now known as gt8ost4l
=== murthy is now known as murthy_
=== murthy_ is now known as murthy
the2048So anything go on last I disconnected and reconnected?04:03
krytarik!logs | the204804:06
ubottuthe2048: 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/04:06
the2048Fair04:06
the2048I'll check that once I've finished flashing something with dd04:07
krytarikAnd they've just been updated at the full hour btw.04:07
* the2048 nods04:09
plongshotI just installed umlet through the command line (sudo apt install umlet) and it does not show up in the (menu??) -  when you press the window key and get to seee your desktop - you can enter a search term into the feild to search for an app.  When I search for umlet it does not show up in the results but I can launch the program from the command line by typing "umlet <enter>"04:41
plongshotCan anyone assist?04:41
plongshotwhere are the .desktop files? In /usr/share  or something like that?04:44
monojamoon|Ubuntu has a setting in it's power options to Dim Screen when Inactive. How can I alter the threshold to inactivity? The screen dims way too quickly.04:48
guivercplongshot, you haven't said what release of Ubuntu you are on, but if using Unity (14.04, 16.04 or later though not default later) see https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles05:00
=== murthy is now known as murthy_
beezywut05:04
=== murthy_ is now known as murthy
king_hey05:09
king_who is here05:10
king_?05:10
king_drone05:10
king_who is here ?05:10
beezyme me meee05:15
devyou tube05:24
=== murthy is now known as murthy_
=== [1]MrMobius is now known as MrMobius
=== gms is now known as Guest84672
=== murthy_ is now known as murthy
=== hna is now known as Raging_Hog
=== shannara_ is now known as shannara
=== lm_ is now known as liumin
dsg_OOM is invoked by the kernel or by the jvm?07:56
ducassedsg_: the kernel08:01
=== Jezus is now known as Remy^
=== enko-h is now known as enko
qwebirc40798Help!08:43
qwebirc40798I recently installed Unity desktop from command: sudo apt install ubuntu-unity-desktop08:44
gnomethrowerqwebirc40798: and what happened?08:47
sonOfRagnomethrower: now he has unity installed! Can you imagine the horror?!08:56
gnomethrowersonOfRa: ;)08:56
=== Wryhder is now known as Lucas_Gray
mase-techare quests about ubuntu-mate allowed here?09:00
lxsameerhey folks, does ubuntu 18.04 runs on wayland ?09:02
teemonope, Xorg09:03
blackflowmase-tech: questions might be, quests not sure :)09:03
blackflowlxsameer: wayland session is available yes, but not default.09:03
teemoWell I remember reading an article saying they were dropping wayland. I'm not actually 100% sure if they did...09:03
blackflowteemo: as _default_ only.09:04
lxsameerblackflow: ok the thanks09:04
teemomakes sense blackflow09:04
=== cyb0rg is now known as syb0rg
=== conjo is now known as ddddevnull
=== ddddevnull is now known as ddevnull
root_11109:43
GSrider1994Hello, i've got a problem with ubuntu on my laptop, can someone provide support?09:56
teemoDon't ask to ask - Just ask your actual question (giving as much detail as possible), and wait. You may need to be patient.09:57
GSrider1994ok09:57
mohnishI get this error when I run "sudo apt update" https://pastebin.com/bXKAcRhH10:02
GSrider1994I've got a Toshiba Satellite C660 and bought a ssd for it (i3 380M and Radeon HD5470), i've installed there both Ubuntu, other distros and Windows 7/10 for testing. The ubuntu based distros take like 2minutes to start other Operating systems only take like 10 seconds, how can i fix the long bootup time? (sry for bad english)10:02
teemomohnish: run the following command to add the missing key: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 01ECAA19EC33CA1410:03
teemomohnish: in future, add PPAs using the "add-apt-repository" command, rather than editing sources files directly.10:04
=== Richard is now known as Guest98531
mohnishteemo: okay10:05
mohnishteemo: Executing: /tmp/apt-key-gpghome.MziIz7JJft/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 01ECAA19EC33CA1410:06
mohnishgpg: keyserver receive failed: Server indicated a failure10:06
mohnishI get this error10:06
tga0greetings. anyone here on a thinkpad (t450s or similar) with suspend wake up issues?10:07
tga0my screen doesn't turn on on wake up but I can't track down a recent issue and certainly not a solution10:08
teemomohnish: try this, explicitly setting port 80: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 01ECAA19EC33CA1410:20
mohnishtemo: It works now, Thank You!10:21
mohnishteemo: It works now, Thank You!10:21
teemohttp://i.imgur.com/W69MwW7.gif10:22
mohnishteemo: LOL, Thank You10:23
teemotga0: I have a t470, let me see if I have the issue. What Ubuntu version are you running?10:28
teemotga0: it worked fine, is it the laptop screen that doesn't come on after wakeup? or an external one?10:30
teemotga0: maybe it's some bios setting where you can specify the level of suspend?10:30
GSrider1994Noone able to answer my question?10:33
=== MerryNova is now known as Taco
=== Sveta_ is now known as Sveta
tga0teemo: t450s here, after screen off the screen doesn't come back on, but the machine is running. suspend and resume work ok.10:45
tga0interesting thing: if I plug in an external display, the lcd also turns on10:45
ducasseGSrider1994: what do you mean by 'ubuntu based distros'? which ones?10:46
tga0so I'm trying to figure out what exactly turns it off and how to make it either not do it or resume properly10:46
tga0ubuntu mate btw10:46
teemotga0: also on Ubuntu MATE here, but working just fine. Are you sure it's suspending? On these Thinkpad models the power button will pulse/flash when suspended.10:53
l0UNGEuserHi10:53
l0UNGEuserCould someone help me with a python script ?10:53
teemol0UNGEuser: you should /join #python for support10:54
l0UNGEuserI'am not registered to join10:54
tga0teemo: definitely not suspended, because I can ssh in10:55
l0UNGEuserUsing this https://github.com/goya191/SimpleAuthServerSSL.py/blob/master/SimpleHttpsAuthServer.py I get this error : https://zerobin.net/?1c768b9a5daf7623#tRrC7a4+cOmHsT0VEE8yJciK/aYCyd80uWqVZcujtgc=10:55
tga0teemo: after a while it turns the screen off, and it doesn't come back on unless I plug in an external screen10:55
ducassel0UNGEuser: then register now?10:55
tga0teemo: this makes it hard to debug to10:55
teemoYou need to register to talk in #python, and you need to ask your Python question in #python not here. You can register like this: /msg nickserv register password email - join #freenode for more help, or /msg nickserv help register10:56
tga0I'm thinking my monitor issue may have to do with dpms10:56
teemotga0: I mean, when you go power -> suspend, does it correctly suspend at that point? (Regardless of any issues after wakeup)10:57
tga0teemo: yes, I can suspend and wake up without problems10:58
tga0teemo: if the laptop is unused for 10? minutes though the screen goes black and doesn't come back on even after the machine resumes10:59
tga0I'm thinking it may have to do with the display settings, when docked I turn off the laptop display10:59
tga0teemo: any idea how one can change the mate display settings from the console?11:00
teemofwiw l0UNGEuser the code in your first link doesn't seem to make sense - all that stuff from line 57 onwards shouldn't be indented to be part of the "if len(sys.argv)<3:" block11:00
teemolooks like it was uploaded to github once, in 2016, and never fixed.11:00
teemoNot sure about that... I wonder, are you using noveaue driver? If so, try to edit the file /etc/default/grub and add nouveau.modeset=0 to the line that says GRUB_CMDLINE_LINUX="" - then save the file and run "sudo update-grub" and reboot11:02
teemotga0: ^11:02
tga0isn't nouveau for nvidia stuff?11:02
teemoyeah but some of these thinkpad models have nvidia graphics11:02
tga0nah, intel here11:02
tga0intel hd 5500 only11:03
teemol0UNGEuser: the original author mixed tabs and spaces, try this: rory.sh/SimpleHttpsAuthServer.py11:07
dsg_what is the difference between cpu load and cpu utilization11:12
teemoLoad average is a measurement of how many tasks are waiting in a kernel run queue (not just CPU time but also disk activity) over a period of time. CPU utilization is a measure of how busy the CPU is right now.11:14
teemoIt's a bit of a rabbit hole dsg_ but you could read this https://estl.tech/cpu-usage-vs-load-ecca22287b2111:14
tarzeauthat's also a great read: http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html11:23
BluesKajHowdy folks11:30
IndustrialSomehow my /proc/sys/fs/inotify/max_user_watches keeps being reset11:38
Industrialthis is very annoying for development11:38
IndustrialAndroid Studio with React Native won't even run an app, tells me the number is too low.11:38
leftyfbIndustrial: did you change it in sysctl.conf?11:39
IndustrialI did now, does changing that file change the amount immediately or after a reboot?11:41
Industrialleftyfb: ^11:41
leftyfbIndustrial: after reboot11:43
leftyfbIndustrial: or run sudo systctl -p11:43
leftyfbIndustrial: or run sudo sysctl -p11:43
Industrialthanks :-)11:45
alexhalfpipeq11:46
alexhalfpipewoops sorry11:46
qwebirc78325greetings comrades11:58
qwebirc78325is there a way to start GSConnect from the terminal? i'm trying to get GSConnect to appear in tray for i3gnome, but no luck so far11:59
drack0hai12:02
drack0??12:03
BluesKajhi drack012:03
qwebirc78325oi12:04
drack0hai12:04
clarkkIs there any way to stop the appmenu from showing the full title of the window?  For chrome in particular, it's taking up too much space12:04
drack0ada orang indo kah ???12:04
qwebirc78325@clarkk, you can just use some other window manager to be fair, but you can try to check the settings with 'sudo apt install gnome-tweaks'12:05
qwebirc78325it's a gui app that allows you to change things around the way windows look and behave12:05
BluesKaj!id | drack012:05
ubottudrack0: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia12:05
drack0sip12:06
qwebirc78325in any case, anybody runs i3wm?...12:06
qwebirc78325i'm having a terrible time trying to get GSConnect to work12:07
drack0does anyone use windows 10 here ???12:08
qwebirc78325@drack0, nope12:10
=== Wryhder is now known as Lucas_Gray
drack0do you use ubuntu new version ??? @qwebirc7832512:12
qwebirc78325@drack0 i'm currently on ubuntu 18.1012:12
clarkkqwebirc78325, thanks for the response. I have been using gnome-tweaks and some extensions for a long time, but suddenly this has become a problem12:14
qwebirc78325@clarkk, welp i might suggest you to try KDE Plasma as a WM12:15
drack0do you use gnome ???12:15
qwebirc78325you can install it on ubuntu in a matter of few minutes12:16
qwebirc78325you can customize kde more than gnome12:16
drack0how about cinnamon ???12:17
qwebirc78325@drack0, to be fair i've tried a ton of different WMs, and i've stuck with i3wm for the last 3 years12:19
qwebirc78325but this isn't a DE i would recommend to use for somebody who's not used to terminals12:20
qwebirc78325as it lacks GUI to configure12:20
qwebirc78325and the fact that it's a tiling one12:21
tga0xfwm is decent too, nothing special but simple and solid12:21
qwebirc78325tga0 are configs in python?12:22
tga0qwebirc78325: no, plain config files I think12:24
qwebirc78325tga0, have you tried to run GSConnect in xfwm?12:25
tga0mmnope, sorry12:26
=== BrianG61UK_ is now known as BrianG61UK
qwebirc78325awwww12:26
BluesKajqwebirc78325, does the target have GSConnect orkdeconnect installed too?12:28
qwebirc78325yeah12:29
qwebirc78325the issue is i'm on i3 gnome and have no idea how to start gsconnect from the terminal12:29
qwebirc78325BluesKai12:31
BluesKajqwebirc78325, run GSConnect-cli in the shell for some commands12:42
l2655198323112:43
qwebirc78325BluesKaj thanks, will try!12:43
l2655198323?12:43
l2655198323hello?12:43
BluesKajyes?12:43
bear__有用中文的吗?13:11
IcusDicusHello13:38
EriC^hi13:39
=== captain_fixerpc1 is now known as captainfixerpc14
=== gms is now known as Guest24510
=== teemo is now known as rory
Badboys17halli14:07
Badboys17hallo14:07
Badboys17hallo14:07
Badboys17hallo14:07
Badboys17hi14:07
willksmhello?14:08
Badboys17who are you?14:08
Badboys17ops14:08
BluesKaj this is ubuntu support, do you have a question?14:10
Badboys17hello14:10
Badboys17willksm14:10
Badboys17yes14:10
Badboys17hello14:11
Badboys17i no have question14:12
BluesKaj!chitchat14:12
=== as4h3l_ is now known as as4h3l
=== hibbie1 is now known as hibbie
ObJect1vhi all14:21
cd_233p14:24
asdahello14:25
cd_233hello14:25
leftyfbThis is a support channel. What can we help you with?14:25
asdaI am using Ubuntu Mate and I need some help about installing opera browser14:25
ObJect1vyou can install it from application store14:26
ObJect1vas I know14:26
asdaand I am operating Mate in Raspberry Pi 314:26
cd_233where are you guys?14:27
lotuspsychje!chat | cd_23314:27
ubottucd_233: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!14:27
cd_233What?14:28
MonkeyDusthi lotuspsychje14:28
lotuspsychjehey MonkeyDust :p14:28
leftyfbasda: opera in not available on Ubuntu for the pi ... yet.14:29
leftyfbcd_233: This is a support channel. If you want to chat, go to #ubuntu-offtopic14:29
asdathank you leftyfb14:29
cd_233where are you guys?14:29
leftyfbcd_233: please stop asking. Go to #ubuntu-offtopic for chatting. This channel is only for support questions.14:30
MonkeyDustcd_233: what is your own language?14:30
asdasee you guys, thanks for replies and help14:30
BluesKajwhere we are doesn't matter...we're from all over the world14:30
leftyfb!in | cd_23314:31
ubottucd_233: #ubuntu-in is the channel for Ubuntu in India14:31
leftyfbbah14:31
leftyfbthey're from Indonesia14:31
ObJect1v#ubuntu-offtopic14:31
MonkeyDust!id14:31
ubottujoin ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia14:31
leftyfbObJect1v: /join #ubuntu-offtopic14:31
leftyfb!id | cd_23314:31
ubottucd_233: please see above14:31
cd_233saya orang indonesia14:31
cd_233do you have WhatsApp14:33
cd_233do you have WhatsApp14:33
leftyfbcd_233: Silakan ke # ubuntu-offtopic untuk mengobrol. Ini adalah saluran dukungan hanya untuk pencarian pendukung. Berhenti bertanya dari mana kita berasal atau media sosial apa yang kita gunakan.14:33
cd_233siap leftyfb14:34
cd_233quit14:35
leftyfbcd_233: /quit14:35
ballisonI'm running gnome classic (metacity) and i've got a weird bug.  Whenever i add a new menu item to the top menu (like terminal for example) it also adds an additional System Tools menu to the menu bar.14:38
ballisonhttps://pasteboard.co/I7wtum1.png14:39
ballisonnotice how i now have -2- gears for "Systems Tools" in my menu bar14:39
ballisonhow do i remove them?14:40
leftyfbballison: I think it's hold shift or CTRL and right-click to delete14:41
leftyfbballison: how are you adding an item?14:41
leftyfbballison: also, what version of ubuntu?14:41
ballisonOption+Right click > Add to Panel  .   Version 1814:42
ballison18.1014:42
ballisonboom that worked!14:42
ballisonOption+Right CLick > Remove from panel.  so easy.14:42
ballisonthanks!14:42
MonkeyDustleftyfb: +114:43
willksmThis chat can be comedy gold14:44
=== Rondom_ is now known as Rondom
=== ghoti_ is now known as ghoti
=== rob is now known as Guest50498
TaeshI'm running Ubuntu 18.04 on a Lenovo Ideapad 530s-14ARR, and the touchpad isn't working.14:55
roryhi Taesh first of all are you sure the touchpad is enabled in the BIOS settings (laptop boot menu "press enter to interrupt normal boot") ?14:55
roryTaesh: (maybe it used to work in Windows)14:56
TaeshI'm fairly sure. I can double check, but I don't think there is such an option in the BIOS.14:57
roryTaesh: Has it always been broken? Or did it used to work in the past?14:57
TaeshIt worked on Windows, but it doesn't on Linux, well not on 4.18-5.014:58
roryOK it's enabled in the bios then, don't bother rebooting to check now14:58
jeremy31Taesh post URL from terminal for> dmesg | grep -i elan | nctermbin.com 999914:59
roryone thing to check is the touchpad actually enabled in ubuntu? go to mouse settings and check "touchpad" tab there.14:59
dabbillSome laptops have a function key that will turn off the trackpad.14:59
TaeshThere is no "elan" in dmesg14:59
jeremy31taesh is syna?14:59
Taeshdabbill, indeed, mine doesn't seem to have any effect.14:59
roryTaesh: see, this would be embarrasing :) https://i.imgur.com/Qih2hJ2.png15:00
Taeshjeremy31, nope15:00
alpha_shBored? Call the official freenode IRC partyline at +452113788615:00
misspwn_27Bored? Call the official freenode IRC partyline at +452113788615:01
Taeshrory, is this the same window? https://imgur.com/O1nfePk15:01
gernot26Bored? Call the official freenode IRC partyline at +452113788615:01
lotuspsychje!ops | misspwn_27 gernot2615:01
ubottumisspwn_27 gernot26: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax15:01
roryoh no I am using MATE I didn't realise it was different15:01
dabbillTaesh:  Have you done "lspci" or "lsusb" in the terminal to see if the trakpad was even detected?15:02
rorythat's crazy, ubuntu looks so different these days15:02
ShapeShifter499Bored? Call the official freenode IRC partyline at +452113788615:02
c06hi all15:03
Taeshdabbill, what should I look for in lspci and lsusb?15:03
roryTaesh: try sudo apt install xserver-xorg-input-synaptics15:03
c06in kernel panic what are the flags i need to consider : Comm: vballoon Tainted: G           OE   NX 4.4.121-92.85.1.15720.0.PTF.1089066-default #1 [15:04
Taeshrory, it installed15:04
dabbillTaesh:  Somes times the device will be labled with trackpad in the name, but not always.15:05
jeremy31taesh https://bugs.launchpad.net/ubuntu/+source/linux/+bug/178777515:06
ubottuLaunchpad bug 1787775 in linux (Ubuntu) "touchpad not working on lenovo yoga 530" [Medium,Confirmed]15:06
tomreync06: we only support ubuntu here15:07
=== Taco is now known as Windows-Ten
=== Windows-Ten is now known as Windows-10
=== mistawright_ is now known as mistawright
Taeshjeremy31, surely it can't be as easy as installing the i2c-amd-mp2 driver. I'm going to be mad if it is, lol15:11
jeremy31Taesh, dmesg | grep -i wcom15:11
jeremy31taesh you might have to do acpidump unless you have acpi=off in grub15:12
TaeshNo wcom in dmesg15:13
Taeshacpidump is supposed to be run in the terminal, right? It says command not found.15:15
ElliriaDoes anyone know if there's a collection of lists of all the possible CSS selectors for theming each of the Ubuntu desktops?15:16
=== skr is now known as Guest45579
=== hibbie1 is now known as hibbie
TaeshI'm rebooting, brb15:17
jeremy31Taesh, udevadm info --export-db | nc termbin.com 999915:19
TaeshIt works! Thanks jeremy31! And thank you dabbill and rory15:19
jeremy31taesh, good15:20
lotuspsychjeTaesh: what did you do to fix plz?15:20
TaeshI've been trying to fix for so long.15:20
dabbillTaesh:  NP :)15:21
Taeshlotuspsychje, followed these instructions: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787775/comments/4415:21
ubottuLaunchpad bug 1787775 in linux (Ubuntu) "touchpad not working on lenovo yoga 530" [Medium,Confirmed]15:21
jeremy31lotuspsychje: i2c-amd-mp2 from github15:21
lotuspsychjeok tnx15:22
TaeshI swear I tried that one some months ago, and it didn't work.15:22
TaeshWell, thank you again! This made my day.15:23
tomreynTaesh: did you install the 4.19.9 mainline kernel then?15:29
tomreynif so, i'd recommend you better install the latest 5.0 instead.15:30
tomreynor the latest 4.1915:31
Taeshtomreyn, I'm on 5.0.315:45
tomreynTaesh: good, good. i wa sjust making sure you weren't following this how.to literally. and are aware you'll need to update your (here) unsupported mainline kernel regularly yourself.15:47
tomreynupdate as in keep up to date15:47
=== Peppep is now known as whoistest
=== whoistest is now known as Peppep
Taeshtomreyn, I'm guessing I'll have to install this driver (patch?) again if I install a new kernel version.16:27
=== SimonNL is now known as SimonNL_Afk
Taeshtomreyn, hopefully it gets accepted into the kernel in a future version.16:28
lotuspsychjeTaesh: did you add your experience to that bug that fixxed you?16:28
TaeshNo, lotuspsychje, I should probably do that. Got to register a user first16:30
lotuspsychjeTaesh: if you have time for it, please do you will help yourself & the community like this16:30
TaeshWhat kind of info should I include? (Kernel version, what solved it)16:31
lotuspsychjeTaesh: yes, like answer #44 solved my issue, on ubuntu version...with kernel version ...16:31
TaeshOh, and I'm using an Ideapad 530s, not a Yoga 53016:31
TaeshShould I make a bugreport for that?16:32
lotuspsychjeTaesh: well, we could say the whole brand lenovo has similar issues across different types16:32
lotuspsychjeTaesh: we reccomend before actually sending the bug, you take a close look at the duplicates suggested first16:34
lotuspsychjeTaesh: cause there's alot of lenovo bugs out there16:34
OerHeksIdeapad 530 vs Yoga 530 ...16:34
=== Windows-10 is now known as Taco
tpw_ruleshi. i can't get a samba server up and i'm not sure what i'm doing wrong. i've changed the config and i've given my user a password with smbpasswd but my mac either says the share does not exist or there is a permissions issue16:37
tomreyntpw_rules: you should mention your ubuntu version, too.16:40
tpw_rules18.1016:40
tomreynalso, i suggest you try mounting / accessing it on your ubuntu server to rule out the mac client as an issue.16:41
tpw_ruleshow would i do that16:41
tomreyn(or network issues / firewalls etc.)16:41
tomreynyou were able to setup a samba server, then i assume you will be able to mount a samba share as well?16:42
tomreyn*smb share16:42
tomreynhttps://askubuntu.com/questions/1050460/how-to-mount-smb-share-on-ubuntu-18-0416:42
EvanMeekHello?16:43
tomreyntpw_rules: http://manpages.ubuntu.com/manpages/cosmic/en/man8/mount.cifs.8.html16:43
tomreynEvanMeek: Hello!16:44
EvanMeeknice to meet you.16:44
tomreynyou, too. do you have an ubuntu support question (see /topic)?16:44
tpw_rulesoh it was a directory permissions issue. weird how it manifested16:44
EvanMeekNo, Ubuntu is the best operating system in the world.16:45
tomreynEvanMeek: i'm sure some of its developers will appreciate your opinion. but please keep in mind that opinions should go to different places than this support-only channel.16:46
sentimenthi16:48
LapsangShi16:48
sentimentI am going to upgrade to 18.10 from 18/04 using do-upgrade command16:48
sentimentnow I have some mirrors for gettting the updates16:48
sentimentbut the upgrade tool changes the mirror to the official one16:49
sentimenthow can I keep the mirror that I want for the distro upgrade?16:49
=== hna is now known as Raging_Hog
lotuspsychje!upgrade | sentiment16:50
ubottusentiment: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade16:50
tomreynsentiment: are you sure it changes the mirrors? what does it change them to?16:51
=== rpg is now known as Guest33753
tomreynand what from16:51
sentimentchanges to the archive.ubuntu.com something16:52
sentimentfrom a custom local mirror16:52
sentimentthe custom one is ftp16:52
sentimentftp://ubuntu.hostiran.ir/ubuntuarchive/ cosmic main16:53
tomreynsentiment: does this custom local mirror have -proposed for both the source and target release, as well as main/dist-upgrader-all?16:53
sentimenthmm16:53
sentimentI'm not sure16:53
fallenouro/16:54
=== Richard is now known as Guest70122
sentimenthow can I know?16:54
chriyshi, everyone16:54
tomreynthis mirror does not seem to accept connections from everywhere, so i can't check.16:54
fallenourIm having issues with postgresql10 installed via snap. It says the server is running, but theres no proof of that in either systemctl or in service outputs.16:54
sentimenthow can I check?16:54
fallenourI dont understand how a service can be running, but not be seen by the kernel?16:54
tomreynsentiment: is the upgrade remarkably slower if you use the mirrors do-release-upgrade sets?16:55
sentimentwell it's not as much about the speed as it's about the 'cheaper' price16:55
sentimentI want to save bandwidth16:55
lotuspsychjefallenour: snap support goes to the maintainer of the snap16:55
lotuspsychjefallenour: we can only help you with the ubuntu mechanism of issues16:56
tomreynsentiment: oh you pay differently for international traffic? i wasn't aware of this practice.16:56
chriysI have a printer which requires a username and password. I'have added it using ipp. When printing it never prompt me for the credentials. I tried adding the username "AuthInfoRequired username,password" inside /etc/cups/printers.conf but cups keeps overriding it to "AuthInfoRequired none".16:56
sentimenttomreyn: yes16:56
sentimentso if it's not possible to force it to use that mirror, I might just go on with the official ne16:57
sentimentone*16:57
fallenourlotuspsychje: yea I figured that much, but thats the part that doesnt make any sense. Even from jsut a raw ubuntu perspective, its like postgres isnt installed, even though I can both locate the files, and I can see that the service is running. Im so confused. How can a service run on the system, but the kernel not see it?16:57
tomreynsentiment: you notice the "Last update unknown" here? This is not a good mirror to use https://launchpad.net/ubuntu/+mirror/ubuntu.hostiran.ir-archive16:58
sentimentyes I've noticed that16:58
sentimenthowever the one that's up to date doesn't use lower price rates16:59
lotuspsychjefallenour: maybe this could help: https://github.com/commandprompt/postgresql-snap/16:59
sentimentfor domestic traffic16:59
tomreynsentiment: looking through all the iranian mirror servers, this one seem to be the most up to date: https://launchpad.net/ubuntu/+mirror/mirror.aminidc.com-archive16:59
fallenourlotuspsychje: yea Im looking at that now. Im just so amazed. Linux REALLY DOESNT SEE IT, but Im IN IT right now! Its MINDBLOWING16:59
sentimenttomreyn: yes that's the one I was talking about17:00
fallenourlotuspsychje: How is the kernel even getting resources to the service if it doesnt know its there?17:00
sentimentok then, I'll just use that mirror17:00
sentimentthank you :)17:00
lotuspsychjefallenour: did you see known issues: There is no systemd service file for postgres daemon. PostgreSQL has to be managed manually by using pg_ctl.17:01
tomreynsentiment: i would not recommend using an outdated operating system, especially not in countries where some authorities will hack their citizens. but you choose the price.17:02
CoJaBotomreyn: Those countries also hack other countries' citizens, so you're not safe outside them either =D17:02
sentimentyou think I should use the official mirror?17:03
sentimentbecause I'm going to upgrade Ubuntu anyway17:03
sentimenttomreyn: I agree with you in general17:03
tomreynsentiment: if your costs are identical i'd personally use an out of country mirror, but mabye i', just paranoid.17:04
fallenourlotuspsychje: OOOH! I did not see that! Thank you for letting me know!17:04
lotuspsychjewelcome fallenour17:04
sentimenthaha I see17:04
tomreynsentiment: generally, packages are signed so you should not end up with modified software. but maybe with outdated software.17:05
condorcondorhy17:16
condorcondoris there anyone?17:17
lotuspsychje!ask | condorcondor17:17
ubottucondorcondor: 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 !patience17:17
tomreynsentiment: I talked to one of the Canonical folks who handle mirroring. These mirror servers in Iran are not run by them. The person I talked to suggests that you file a ticket with Canonical, and also directly contact the mirror server admins, since they may not even know their mirror servers aren't syncing.17:17
tomreynsentiment: To file a ticket with the mirror admins team at Cannonical, please send mail to mirrors@ubuntu.com17:18
madelmoeHi everyone, does anyone have an Asus x99 mobo?17:18
lotuspsychjemadelmoe: ask your ubuntu issues please17:19
hggdhtomreyn sentiment: you can also get an idea of mirror status here: https://launchpad.net/ubuntu/+archivemirrors17:19
tomreynsentiment: contacts for the mirror servers are listed on the individual mirror pages listed at https://launchpad.net/ubuntu/+archivemirrors#yui_3_10_3_1_1553792211883_6217:19
hggdhheh17:19
tomreyn;-)17:19
hggdh(and most of the Iran mirrors are status "unknown")17:20
tomreynhggdh: we're aware, and discussed this here and in #ubuntu-mirrors some minuntes ago.17:20
tomreynthanks17:20
madelmoeim trying to make a NVIDIA gpu work in ubuntu 18.04, but get black screen... not sure but seems there is an issue with my mobo and nvidia drivers17:22
=== kylix3511_ is now known as kylix3511
lotuspsychjemadelmoe: whats your graphics card chipset please?17:22
alapasarBuenas tardes17:22
madelmoeI can use nvidia gpu if i initialice ubuntu using nouveau and switching inside ubuntu17:22
tomreynsentiment: if possible, i'd also like to discuss with you what this situation means for users in the country in general in more detail in #ubuntu-discuss, if you have the time.17:23
sentimenttomreyn: oh thanks for the support.17:23
madelmoelotuspsychje, Ive tried a 750ti and a 640 so far with same results17:23
madelmoemy ubuntu version is 18.0417:23
lotuspsychjemadelmoe: wich driver version of nvidia did you test?17:23
lotuspsychje!es | alapasar17:24
ubottualapasar: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.17:24
madelmoeI tried 418, as i need CUDA 1017:24
VimarHi17:25
lotuspsychjemadelmoe: the 418 from where?17:25
lotuspsychjemadelmoe: wich driver does ubuntu reccomend? ubuntu-drivers list17:27
madelmoelotuspsychje: ubuntu recommends 418. I tried installing it through cuda dependencies and sldo nvidia-drivers-41817:28
lotuspsychjemadelmoe: 418 for a 750ti doesnt make sense to me17:29
lotuspsychjemadelmoe: did you add ppa ?17:29
madelmoelotuspsychje: nope. I just run ubuntu-drivers devices and it recommended 41817:31
madelmoeif i use via terminal it works, the problem is when booting with nvidia drivers i get a black screen17:31
lotuspsychjemadelmoe: could you share your sources.list plz?17:33
madelmoeim not in the same computer, but i can assure you, im using a clean install and nothing done appart from update, upgrade and cuda 10 install17:33
madelmoeim right now reinstalling the computer17:34
madelmoesorry :(17:34
marcoagpintoguys?! Will Ubuntu 20.04 have a grey GUI like 18.10?17:34
marcoagpinto:)17:34
OerHeksthat cuda 10 install you used the oiblaf or driver ppa?17:35
lotuspsychje!discuss | marcoagpinto17:35
ubottumarcoagpinto: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!17:35
madelmoebtw i cannot enter virtual console in login screen, is that normal behavior?17:35
OerHeksmarcoagpinto,  we don t know17:35
marcoagpintoohhhhh17:35
marcoagpinto:(17:35
erle-is there a way to make Firefox prefer h264? vp9 is really unpractical on old hardware17:36
madelmoelotuspsychje: im using the network installation. think its using a ppa17:36
lotuspsychjemadelmoe: by default 18.04 doesnt use 31817:37
madelmoelotuspsychje: dont understand... 318? you mean nvidia driver 418?17:38
lotuspsychjemadelmoe: 418 yeah sorry17:38
OerHeksinteresting ..17:39
madelmoelotuspsychje: thats what i get when i run ubuntu-drivers devices... Should i install 18.10 then ?17:39
ioriaerle-, i remember h264ify17:40
lotuspsychjemadelmoe: i would try a simple 390 for your card as a test17:40
erle-ioria, thanks17:40
ioriaerle-,  np17:41
madelmoelotuspsychje: so the problem is with 18.04 and 418? Should i install 18.10? I really need to use CUDA 1017:41
NanduHi all17:41
lordcirthNandu, hi17:41
Nanduanyone ever have issues installing 18.10 on a laptop with GTX1050?17:42
NanduI have a dell p5f717:42
lordcirthNandu, don't ask poll questions, tell us exactly what is wrong.17:42
NanduInstallation freezes17:43
Nandulemme get the exact model17:43
Nandu Inspiron 15 5577 Gaming17:43
NanduWindows installs fine17:44
lotuspsychjemadelmoe: before you make cuda work, you need a working system without a black screen right?17:44
NanduI took the drive out and cleaned it with diskpart17:44
Nanduinstall went farther but still just hangs with two dots red three white17:45
Nanduinstalling from a flash drive imaged with rufus17:45
madelmoelotuspsychje: correct. I'll try it now. ;)17:45
CoJaBoSo, has anyone yet figured out a way to have lxc containers able to connect to host in macvlan? Numerious sources say "Oh, just put the host also in a macvlan", but the procedure to do so seems to be top-secret.17:45
ioriaNandu, i suggest disabling SecureBoot and  boot with the nomodeset parameter (press F6 at the main menu)17:46
NanduSweet thanks! SB off already but I didn't know about the f6 deal17:47
Nanduwhat does 'nomodeset' do?17:48
OerHeks!nomodeset17:48
ubottuA common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter17:48
Nanduah good17:48
OerHekshttps://wiki.ubuntu.com/Kernel/KernelBootParameters17:49
ioriaNandu, in any case, you can press esc when it freezesand check the errors17:50
ca1ekI got trouble trying to run minecraft on ubuntu 18.1017:52
dStructHey all, I'm having an issue loading a driver that appears to be in the right location, and I think there must be something obvious I'm missing here, sudo modprobe dgrp gives me an Exec format error, but I can't find what that means exactly17:52
ca1ekI get a microsoft standard "something happened" error17:52
=== hibbie1 is now known as hibbie
OerHeksca1ek, sounds like a wine issue?17:54
lordcirthca1ek, is this the Java minecraft, or C#?17:54
=== murthy is now known as murthy_
dustedUbuntu server 18.04, dd iso to usb disk, boot server. Results in corrupt GUI, but ctrl+alt+f2 gives console.. Any way to enter the text-based installation program?17:55
lordcirthdusted, did you checksum the iso?17:55
ca1ekOerHeks, lordcirth, I'm using the Java version, and I fixed it, Ubuntu comes with Java 11 by default17:55
ca1ekminecraft needs Java 817:56
ca1eki downgraded and it runs now17:56
lordcirthdusted, Unless you know for sure that it's a driver problem, not a corrupt ISO, you should not install.17:56
tomreyndusted: default server or alternate?17:56
tomreynalso which version exactly17:56
dustedtomreyn: default, lordcirth took a moment, same checksum as on website17:56
=== Ayo is now known as Guest2388
dustedtomreyn: fcbcc756a1aa5314d52e882067c4ca6a *ubuntu-18.04.2-live-server-amd64.iso18:00
=== murthy_ is now known as murthy
OerHekslive server is more a tool to fix stuff, use the regular server iso18:02
OerHeksor you are in need to setup raid first18:03
dustedOerHeks: ah, I thought it was the regular, I'll try that :)18:07
johnfghi folks18:08
dustedOerHeks: I'm not seeing a 18.04 non-live server image?18:08
johnfgJust to make sure, or to double-check for best practices...who should be the owner and group of /var/www/html?  www-data for both?18:08
ioriadusted, http://cdimage.ubuntu.com/releases/18.04/release/18:09
johnfgIf I go with the www-data for both, if I add a user to the www-data group, should they be able to add and delete files there?18:10
dustedioria: thank you, i was at http://releases.ubuntu.com/18.04/ and being naive..18:10
ioriaok18:10
OerHeksjohnfg, yes, that is common practice18:11
OerHeksadd the user to www-data, and permissions should be preserved18:11
johnfgOerHeks: thanks for the confirmation.  Wanting to get it right for my new ubuntu 18.04 install.18:11
=== hkps is now known as off
=== off is now known as hkps
dustedPhew, glorious text-mode installation worked from the regular image :)18:17
johnfgOerHeks: Do I have to logout and login to make those changes effective?  I'm in the www-data group, but can't untar an archive in /var/www (html is owned by www-data.www-data).18:18
OerHekssudo usermod -a -G www-data  <name>  # would work instantly? check with 'groups'18:20
dStructjohnfg: I typically have to logout and log back in for it to take effect, you can technically su to said user but it can be tricky that way, so I usually just logout18:21
johnfgOerHeks: That's done.  I wonder if I need to change the perms on /var/www/html to 766 or something?18:21
johnfgdStruct: Maybe I'll try that.18:22
johnfgbrb18:23
Sleakerso - https://www.ubuntu.com/about/release-cycle - doesn't actually give hard EOL dates.18:45
Sleakerwhere are the EOL dates posted from 14.04?18:45
OerHeksi guess when extended support starts ...18:46
Sleakersure, but where are those shwon?18:46
Sleakerthe wiki even just has it tagged as April 2019 for 14.04.618:47
OerHeks 30 April i guess18:50
OerHekshttps://blog.ubuntu.com/2019/02/05/ubuntu-14-04-trusty-tahr does not give an exact date18:50
OerHekssudo apt install distro-info &&  ubuntu-distro-info --all -yeol -f18:51
OerHeks ubuntu-distro-info --all -yeol -f18:51
OerHeksUbuntu 14.04 LTS "Trusty Tahr" 2918:51
Sleakerah ok18:51
Sleakerthanks18:51
=== peter-bittner1 is now known as peter-bittner
=== SimonNL_Afk is now known as SimonNL
eelstrebori have a Renesas Technology Corp. uPD720202 - i have video and no audio - using vlc on ubuntu 18.0419:02
sadeghhello19:04
OerHekseelstrebor, what is that Renesas Technology Corp. uPD720202 ? and what ubuntu version and so on ..19:07
ruserioria: lordcirth thanks for your help. i got my stuff sorted. Though, i have to say i don't like the swipe thing to login/select user. Is there a way to sort of have the old style login?19:18
=== murthy is now known as murthy_
=== murthy_ is now known as murthy
teledynis there a specific channel for ubuntu network questions?  I want to add a permanent route and my old-school methods apparently no longer exist, and when I just sudo route add it on the command line, it keeps timing out and closing19:24
eelstreborOerHeks, actually, it's this item: http://www.ezcap.com/article_read_397.html  Ubuntu 18.0419:25
ircarcsteledyn: hi i m good at network but i suggest you to pastbin and go in details ..19:25
ircarcsteledyn:  im NOT good19:25
leftyfbteledyn: ip route add19:25
leftyfbteledyn: https://www.poftut.com/add-new-route-ubuntu-linux/19:25
teledynleftytb: looks good, thanks.19:26
teledynleftyfb19:27
dStructteledyn: the old-school way using utilities like route have kind of shifted toward using the singular "ip" command, it has a lot of features from what I've seen19:27
teledyn(sorry)19:27
ircarcsteledyn: https://tse4.mm.bing.net/th?id=OIP.rKWmDjnQAUG_ohjnF3e2bwHaK3&pid=Api19:27
ircarcsteledyn: wallpaper suggest :)19:28
teledynircarcs: nice, yes, bookmarked at very least19:28
akramHello19:33
lordcirthakram, hi19:35
Oleb#join19:40
fallenourasdf19:42
qwertuyttytest mesage19:49
qwertuyttytell developers lubuntu-lxqt and other buntu, ubuntu-mate 19.04 have kernel 5.19:49
qwertuyttylubuntu-lxqt 19.04 kernel 4.1919:50
tomreynqwertuytty: do you have an ubuntu support question?19:50
pragmaticenigmaqwertuytty: This channel is monitored by volunteers. We have no direct communication with the Ubuntu developer team19:50
qwertuyttyno , bat i cannot say it in icrk lubuntu, need registration19:51
qwertuyttybut19:51
qwertuyttyirc19:52
qwertuyttyirc not icrk19:52
qwertuyttyru, en not my lang19:52
pragmaticenigma!ru19:52
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.19:52
pragmaticenigma!register19:53
ubottuFor information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.19:53
tomreyn!enter | qwertuytty19:53
ubottuqwertuytty: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone.19:53
tomreynqwertuytty: nobody but you is going to carry your stuff over to another channel. either you register and do it, or no one will. posting off-topic on this channel get's you nowhere.19:53
qwertuyttyI do not need help what I wanted to say I wrote above19:55
tomreyn!ot | qwertuytty19:55
ubottuqwertuytty: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!19:55
OerHeks!info linux-image-generic disco19:56
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 5.0.0.7.8 (disco), package size 2 kB, installed size 15 kB19:56
OerHeks5.0.0.7.819:56
OerHeksqwertuytty, get your info updated19:56
qwertuyttyone phrase from me is not oftopik19:57
qwertuytty"qwertuytty, get your info updated" what for? and how?19:58
OerHeksqwertuytty, you clearly did not properly upgrade, kernel 5 is on dingo for weeks now, join #ubuntu+1 for dingo beta support20:00
qwertuyttydingo? in lubuntu-lxqt 19.04 ?20:01
OerHeksyes20:02
exfosuClient: HexChat 2.14.2 • OS: Ubuntu "bionic" 18.04 • CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (800MHz) • Memory: Physical: 30.6 GiB Total (24.3 GiB Free) Swap: 953.1 MiB Total (953.1 MiB Free) • Storage: 0 bytes / 0 bytes (0 bytes Free) • Uptime: 2h 7m 43s20:03
qwertuyttymaybe, I use 5 or 4 days in virtual machine ubuntu-mate 19.0420:03
qwertuyttylubuntu lxqt in virtual machine not update 4 days20:04
qwertuytty~ 420:04
qwertuyttyhost windows20:04
OerHeksso you run a beta, make a little mistake, do an upgrade and join #ubuntu+1, not here for talk/support20:05
qwertuytty"# ubuntu + 1" name irc chanell?20:06
qwertuyttysorry https://translate.google.ru/#view=home&op=translate&sl=auto&tl=en&text=%D0%BF%D0%B5%D1%80%D0%B5%D0%B2%D0%BE%D0%B420:07
coconutqwertuytty: #ubuntu+1  like OerHeks said20:10
jcb2016whats a good gtk app for printing20:10
qwertuytty#ubuntu+120:10
qwertuyttyhahahaha20:10
coconutqwertuytty: use: /join #ubuntu+120:11
OerHeksjcb2016, openoffice20:11
qwertuytty#ubuntu+1 -  no magick20:11
OerHekso libreoffice, standard in your ubuntu20:11
OerHeksif you cannot join ubuntu+_1, the error is clear, no?20:12
OerHeks!register20:12
ubottuFor information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.20:12
jcb2016OerHeks, openoffice is for printing or for documents?20:19
lordcirthjcb2016, normally you print from whatever tool you are editing / viewing with. What do you want to print?20:20
OerHekssure, documents, pictures, whatever open standard20:20
jcb2016lordcirth, regular word/office/libreoffice documents20:20
OerHeksand cups is installed as printerservice20:21
OerHekshidden perl, this cups20:21
lordcirthjcb2016, so, if you have libreoffice, why do you need a "gtk app for printing"?20:21
jcb2016lordcirth, i thought i need something seprate to add a printer first then i can print. im ued to windows if you can tell20:22
lordcirthjcb2016, ah, to setup printers, I see. If you search "print" in your menu, isn't there a program for that?20:22
OerHekslocalhost:63120:22
jcb2016lordcirth, ill look give me a few20:23
OerHekslook at the publishing/graphic/photography metapackages https://packages.ubuntu.com/source/bionic/ubuntustudio-meta20:23
=== kylix3511_ is now known as kylix3511
braniacis ther any software for ubuntu to create network diagrams21:01
=== leon is now known as Guest420
braniaclike visio21:01
OerHeksdia21:02
OerHeks!info dia21:02
ubottudia (source: dia): Diagram editor. In component universe, is optional. Version 0.97.3+git20160930-8 (bionic), package size 1000 kB, installed size 3776 kB21:02
OerHeksalso svg tools are good in this21:02
meglodonping21:17
meglodon:D21:17
lordcirthmeglodon, hi21:18
meglodonhello21:18
oft_gegongWhen is 18.10 EOL'd?21:20
=== trout is now known as Guest38004
lordcirth!18.10 | oft_gegong21:21
ubottuoft_gegong: Ubuntu 18.10 (Cosmic Cuttlefish) is the 29th release of Ubuntu, supported until July 2019.  Release Notes: https://wiki.ubuntu.com/CosmicCuttlefish/ReleaseNotes - See also: bionic21:21
oft_gegong!14.0421:22
ubottuUbuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu. Support ends April 25th, 2019. Paid support (ESM) is available. See also !esm, !eol, !eolupgrade21:22
=== murthy is now known as murthy_
Sleakeroh wow trusty has a hard support end date now :O21:37
=== murthy_ is now known as murthy
the2048!18.0421:46
ubottuUbuntu 18.04 LTS (Bionic Beaver) is the 28th release of Ubuntu and the current LTS release. Download at https://www.ubuntu.com/download - Release Notes: https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes21:46
the2048That's good21:46
eelstrebori don't audio but i do get video from this device on the PC monitor : http://www.ezcap.com/article_read_397.html  Ubuntu 18.0421:48
eelstreborit has this chip on it: Renesas Technology Corp. uPD72020221:48
eelstreborusing vlc on ubuntu 18.0421:49
n-iCeHi guys, is there a way to install ubuntu with the minimal instalation possible?21:51
the2048Yes21:51
n-iCejust the core base I would say21:51
the2048You use the minimal ISO, it's CLI only21:51
EriC^!mini | n-iCe21:51
ubottun-iCe: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD21:51
n-iCeoh really?21:51
n-iCeawesome! because I have been using ubuntu for years, but always changing between ubuntu, xubuntu, lubuntu etc, thought why not to make mine with my needs21:52
the2048I installed 14.04 from it on an old iBook clamshell; it was more trouble than it's worth trying to get it to install21:52
the2048I'd say use minimal if you're making a headless PC that doesn't need much21:53
n-iCeoh, so no easy task21:53
the2048Not easy for someone like me when I was 1221:54
n-iCeok ok21:54
n-iCedoes the mini contains a way to use wifi?21:54
n-iCesince I lost my ethernet cable21:54
the2048Not that I know of, but hardware drivers do exist in the system. Haven't tested WiFi because none of my PCs that run Ubuntu minimal (that still boot) had a WiFi card21:55
n-iCeuhm21:56
n-iCethen maybe is not for me21:56
eelstrebormust be a setting issue since the pass thru the card works fine?21:57
=== guiverc_d is now known as guiverc
dStructwell I figured out my insmod driver issue, for some reason the ./configure grabbed the wrong kernel so it wouldn't load it22:09
dStructnow that's resolved I have another issue.  does anyone here by chance know a good #channel that might have ppl familiar with custom serial terminals, such as setting custom stty options22:10
=== BrianG61UK_ is now known as BrianG61UK
wondowsI would like to have a calculator on Dash, so I tried to install this unity-lens-utilities but it cannot be found "E: Unable to locate package unity-lens-utilities"22:12
OerHeksprint 1+122:13
EriC^!info unity-lens-utilities22:13
ubottuPackage unity-lens-utilities does not exist in bionic22:13
EriC^wondows: which ubuntu version?22:13
wondows18.0422:13
EriC^!info unity-lens-utilities bionix22:13
ubottu'bionix' is not a valid distribution: bionic, bionic-backports, bionic-proposed, cosmic, cosmic-backports, cosmic-proposed, disco, disco-backports, disco-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, xenial, xenial-backports, xenial-proposed22:13
EriC^!info unity-lens-utilities bionic22:13
EriC^!info unity-lens-utilities bionic22:14
ubottuPackage unity-lens-utilities does not exist in bionic22:14
the2048oof22:14
dStructwondows: did you mean -applications not -utilities?22:14
EriC^wondows: the package name doesnt exist in 18.0422:14
OerHeks- applications22:14
wondowshmm that's what I found in the web22:14
OerHeksyeah, i wonder what guide wondows reads22:15
OerHekshttps://packages.ubuntu.com/source/bionic/unity-lens-applications22:15
wondowsname changes...22:15
OerHeksno, it does not change.22:16
wondowsI saw in askubuntu for example22:16
=== tga0 is now known as Guest80569
wondowshttps://askubuntu.com/questions/509800/ubuntu-calculator-in-dash22:16
dStructso a couple years ago I configured this workstation with some custom stty options to connect to some legacy serial console stuff, and I'm trying to remember the other tool I used, there was stty and something else, any ideas what that would be?22:16
dStructwondows: you know you can just hit the Windows key and start typing calc and hit enter and get to it fast right?22:17
wondowsso what is unity-lens-applications? I still cant do math in Dash22:17
OerHekswondows, it is not unity-scope-calculator22:17
wondowsdStruct: I don't want a discrete calculator, I want it to be done in Dash itself22:17
wondowsthat's just waaaay better22:18
wondowsI already have unity-scope-calculator and still cant do math on Dash22:20
OerHeksthere is some post about enabling filter calculations,.. on your url22:23
OerHeksi have no unity, so i cannot look into it22:23
=== the_ant1 is now known as the_ant
CantPingExtIPHi!, since update from 18.04 to 18.10 I can't ping external up - it say "ping sendmsg operation not permitted"22:54
CantPingExtIPI have researched and Google extensively but cannot find a solution22:55
=== SuperL4g is now known as SuperLag
Bashing-omCantPingExtIP: Bunches I no longer understand about networking, but can you see the gateway ' ip route list ' ?23:00
GerowenHave the functions of "ctrl+alt+functionkeys" changed?  Way back in the day it used to be that ctrl+alt+f1-f6 took you out to different terminal only interfaces, and ctrl+alt+f7 would return you to X.23:10
GerowenThat way if a graphical program caused X to hang, you could ctrl+alt+fsomething and kill it, then switch back with ctrl+alt+f723:10
GerowenIt now seems that ctrl+alt+f1 is a graphical interface, ctrl+alt+f2 sends me to my current graphical session.23:10
GerowenI'm just wondering if this is something specific to Ubuntu, or something upstream with X, gnome display manager, etc.23:11
Bashing-omGerowen: Recently many releases have the GUI in tty1 rather than 7 .23:11
Platonidesit's not ubuntu-specific23:12
GerowenK, was just curious, it had been a LONG time since I had to use it for anything, but I tried running Warframe with Proton and my PC had an aneurism, but I've got videos encoding and wanted to try and recover without rebooting or killing the graphical session altogether.23:12
Bashing-omGerowen: /var/log/Xorg.0.log file will show what TTY X is loading into.23:14
=== LabMonkey is now known as Mechanismus
SysifossHi, i am on 18.04 and getting this issue where sometimes the sound coming from my computer will get alot of static, if i kill pulseaudio and restart whatever i was watching itfixes it but im wondering how i prevent this in the first place23:36
tomreynSysifoss: is there anything on it on it on your logs (systemctl -b | nc termbin.com 9999)? did this happen with other ubuntu versions, other linux distributions, other operating systems?23:48
tomreynSysifoss: which hardware is this, which sound chip?23:49
=== dl is now known as Guest8004

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