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

TJ-JFox762: I'm the opposite; been using S3 suspend for years on multiple laptops without a problem00:00
TJ-JFox762: oh, well that's due to some hardware not being disabled from sending Wakes - likely a USB device00:00
TJ-JFox762: you might find this helps that case a little: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html00:01
johannesI tried, but it becomes more and more, and the more I add the more it switches between "Depends: python3 (>= 3.6~) but 3.5.1-3 is installed" and "Depends: python3 (< 3.6) but 3.6.5-3ubuntu1 is to be installed"00:01
JFox762I also have bluetooth00:01
JFox762I disabled "Wakeonlan" via Bios00:03
LuMinthi00:04
LuMinthow do I install dpkg manually?00:04
LuMintit's broken :(00:04
gambl0rethe clock is not showing in the panel. whenever i open the Clock settings and set the time it shows up but when i close the Clock window, the clock will dissapear again. how do i make it so that it stays?00:05
TJ-johannes: For many of those packages it looks like the underlying issue is python3 hasn't been installed00:08
JFox762http://paste.ubuntu.com/p/2zDfhvHKqy/00:09
m0rd3caiHas anyone run into an issue with openssh-server removing .ssh/config file and failing to start the daemon?00:09
JFox762TJ-: that is how my laptop is configured to function00:09
m0rd3caii get generic fail codes so theyre not too helpful00:09
JFox762also, even when I *did* have suspend working OK... it still consumed a substantial amount of battery life while in suspend mode...00:10
JFox762anywhere from 25 to 50%  would be lost over a 24 hr period IIRC00:10
johannesTJ-: I'm not at Qt ... different stuff depends on Qt stuff, all qt stuff depends on qtbase-abi-5-5-1, and "Package qtbase-abi-5-5-1 is a virtual package provided by: libqt5core5a 5.5.1+dfsg-16ubuntu7.5 [Not candidate version]"00:11
TJ-johannes: try "sudo apt install python3.6-minimal"00:12
friendlyGoathey i was wondering: since you can make alternate sessions to boot into on xubuntu, i was wondering if there was a way i could make a second session that was just the command line interface00:12
johannesTJ-: no help https://pastebin.com/DeAYci8q00:12
TJ-JFox762: that sounds like a problem another user had about a year ago, it was being chased down as a kernel bug for a long time. I don't know if it was resolved00:13
TJ-johannes: oh, that is better news "python3.6-minimal is already the newest version (3.6.6-1~18.04)"00:13
JFox762Yeah... Suspend seems to just be unreiable at best00:13
JFox762Especially pernicious since if I close the lid... with handlelidswitch=suspend00:13
johannesoh I mssed that line in all the output!00:13
JFox762you can't really tell if the laptop is suspended or not00:14
JFox762so you put it away into your backpack... not knowing the laptop is still "on"00:14
johannespython3.6 --version    Python 3.6.6   so that works00:14
JFox762and kills the battery in a short period of time... only to later pull out your laptop to a 0% battery, and data loss00:14
JFox762which I'm careful to save any important data before shutting hte lid... but still00:14
TJ-johannes: I wonder if you can build on that to correct the python 3.6 situation00:18
johannesdpkg -l python\* | grep 16.04 | wc -l     -> 2300:19
johannesso at least 23 python packages not updated00:19
johannesincludng ii  python3.5                           3.5.2-2ubuntu0~16.04.4    and ii  python3.5-minimal                   3.5.2-2ubuntu0~16.04.400:20
johanneswouldn't those be replaced by 3.6?00:20
johannesI wonder if i break more if i uninstall python 3.500:21
m0rd3caihas anyone seen a recent openssh-server update recently that broke the service?00:22
Bashing-omjohannes: confirmed: " sysop@x1804mini:~$ dpkg -l python3.5 >> dpkg-query: no packages found matching python3.5 " .00:22
johanneshrm, half the system depends on python 3.5, so I can't uninstall it without breaking everything, but at the same time if I try to update the meta package "python3" and other python stuff this becomes an endless chain as well ...00:26
johannesand I end with qt again ...00:29
malwar3hun73ri'm having an issue with openvpn on ubuntu 18.04 where after i connect to a vpn through gnome, i no longer have DNS00:30
johannesPackage qtbase-abi-5-5-1 is a virtual package provided by:00:30
johannes  libqt5core5a 5.5.1+dfsg-16ubuntu7.5 [Not candidate version]00:30
TJ-johannes: python3.5 is installed alongside python3.600:30
malwar3hun73rin reading up on this, it seems that 18 no longer uses resolvconf and uses systemd-resolved instead00:31
malwar3hun73rhowever, knowing that has not led me to a path of being able to fix the DNS issue00:31
johannesTJ-: yeah, but xenial's 3.5 with xenial's dependants, which also depend on xenial's gtk and xenial's qt00:34
malwar3hun73rany suggestions?00:35
TJ-johannes: my point was you sohuld be able to install the python3.6 libraries alongside without removing any 3.500:37
johannesTJ-: yea, but I was trying to update "python3" the virtual package00:37
johannesbut here is my attempt to go down he Qt chain: https://pastebin.com/je2DP9tk00:37
TJ-malwar3hun73r: you're configuring the VPN via network-manager's connection editor (via the network icon > Edit Connections... ) ?00:37
malwar3hun73rTJ-, correct00:38
malwar3hun73rwell, i first imported a conf file, but the conf file was not 100% correct so i made a few changes00:38
johannesthat gives me an actual "no candidate" error instead of mixed versions as all the other stuff, which gives me the feeling this is closer to the root cause00:39
malwar3hun73rfor what it's worth, i've used these config files and the same steps on 16.04 for years with no issue00:39
TJ-johannes: there's your problem! "nautilus : Depends: libexempi3 (>= 2.4.0) but 2.2.2-2ubuntu0.1 is to be installed" -- where is it getting 2.2.2-2ubuntu0.1 from? that isn't in 18.04 archive00:39
malwar3hun73rjust installed 18.04 today (fresh install) and am experiencing the issues00:39
johannesTJ-: any hint how i figure that out?00:39
TJ-johannes: start with "apt-cache policy libexempi3" -- see where it is going to come from00:40
TJ-malwar3hun73r: but is there a connection configured in network-manager?00:40
johannes2.4.5-2 500    500 http://de.archive.ubuntu.com/ubuntu bionic/main amd64 Package00:40
malwar3hun73rTJ-, yes, and i've manually specified the DNS servers in the config file00:41
malwar3hun73rTJ-, the only option i have found is this: https://torguard.net/forums/index.php?/topic/1326-fix-dns-leaks-gnome-network-manager/00:41
malwar3hun73rTJ-, specifically, setting dns=default and disabling systemd-resolved (the second answer)00:41
TJ-malwar3hun73r: what does "systemd-resolve --status " grep 'DNS Servers' " report?00:41
malwar3hun73rseems like a work-around and i'd rather make this work as intended00:42
TJ-if you disable systemd-resolved how is the system going to resolve?00:42
malwar3hun73rTJ-, while connected or disconnected from VPN?00:42
TJ-malwar3hun73r: whilst connected to the VPN, if that is when you lose DNS resolving00:42
malwar3hun73rTJ-, not sure, but those steps work for me and DNS works while connected to VPN00:42
malwar3hun73rok, one second, let me undo those changes...00:43
JFox762how do i remove a directory and its contents?00:44
Bashing-omJFox762: With great care and sure you know what you are doing ' rm -R <directory> ' .00:45
TJ-JFox762: "rm -r /path/to/dir"00:46
JFox762i know not to do that with rm -rf /00:46
JFox762lol00:46
malwar3hun73rTJ-, that command reports two DNS servers, the correct external and correct internal00:46
malwar3hun73rhowever, i just tried to nslookup www.google.com and received00:47
malwar3hun73r";; connection timed out; no servers could be reached"00:47
TJ-malwar3hun73r: try "systemd-resolve www.google.com"00:47
JFox762i needed to completely delete some gnome-extensions that have become corrupted00:47
JFox762Im trying to install a 2nd Timezone clock on my topbar...00:47
JFox762I keep getting "Error" when I install a Gnome Extension for "Panel World Clock00:49
malwar3hun73rTJ-, the command has been hanging for 2 minutes now...00:49
malwar3hun73rTJ-, i have some FW rules in place, but i can ping the DNS servers just fine and there are not port-based filters so port 53 is allowed00:50
malwar3hun73rTJ-, ok, after 3 minutes i got "www.google.com: resolve call failed: All attempts to contact name servers or networks failed"00:50
malwar3hun73rTJ-, this is 5 months old, but do you think this could be the issue00:52
JFox762does anyone know of a good way to install a 2nd timezone time to the topbar?00:52
malwar3hun73rTJ-, https://ubuntu-mate.community/t/dns-leaking-with-systemd-resolved-and-openvpn/1670900:52
urgodfatheris anyone around?00:55
JFox762nevermind00:59
JFox762figured it out00:59
urgodfatherthats always good :)00:59
JFox762Does anyone know what chatroom i should go to for help with the Steam Proton compatability tool?01:08
JFox762Im trying to get a game to work with Proton01:08
urgodfatheris it a steam issue or an ubuntu issue?01:09
JFox762Im not sure01:11
urgodfatherwhats the issue?01:11
JFox762im trying to play Niteteam 4..01:12
urgodfatherand....01:12
JFox762but it comes up with a dialogue error01:12
urgodfatherdo you have steam installed?01:12
urgodfatherwhats the error01:12
JFox762https://pastebin.com/zHUqjsp801:13
JFox762That01:13
urgodfatherok so do you have dx11 enabled?01:13
JFox762i have no idea01:13
johannesso, my python dependencies, lead me via python3-dbus.mainloop.qt into Qt, and Qt leads me to "libdouble-conversion1 : Breaks: libdouble-conversion1v5 but 2.0.1-3ubuntu2 is to be installed" vs. "libdouble-conversion1v5 : Conflicts: libdouble-conversion1 but 2.0.1-4ubuntu1 is to be installed" where libdouble-conversion1v5 seems to be the old one01:13
JFox762how do i check?01:13
urgodfatherwhat kind of gfx card do you have?01:13
JFox762none01:14
JFox762it is an intel hd400001:14
urgodfatherah01:14
urgodfatherwhat version of ubuntu?01:14
urgodfatherrun this in terminal                     sudo lshw|less01:16
urgodfatherlook for display and see what it says01:16
JFox762http://paste.ubuntu.com/p/bksJr23tpz/01:18
Bashing-om!info libdouble-conversion1v5 bionic01:20
ubottuPackage libdouble-conversion1v5 does not exist in bionic01:20
SeyleriusTrying to configure ndiswrapper for a crappy USB wifi card. The driver seems to be installed, but it's not working. Here's the dmesg output: https://bpaste.net/show/5f60707e25f501:20
JFox762urgodfather:01:20
Bashing-omjohannes: ^ so, what shows ' apt depends libdouble-conversion1v5 ; apt rdepends libdouble-conversion1v5 ' . See if they can safely be removed ?01:22
urgodfatherdo this... uname -r01:22
johannesBashing-om: some qt core libs depend on it ... but I thnk I know what I acually broke myself ... some years back I experimented with compiler toolchains and c++ runtimes and that seems to fire back on me now, messing with those core libs is never good :-D01:23
urgodfatherseylerius, why use ndiswrapper? you would be much happier using a linux compatible wifi card. they are less than 10 buck on amazon01:23
Bashing-omjohannes: Good progress made ; Kudoes :)01:24
johannesthe question is how i fix it .. :-)01:24
johannesand what exactly is broken01:25
urgodfatherjust saying, thats all :) its a PITA when it comes back to haunt you.01:25
Seyleriusurgodfather: This is what was already on hand. And I don't have $10 to spare at the moment. I'm definitely in favor of replacing the thing, but I'm stuck with what's available until I get a chance to do so.01:25
JFox762urgodfather: did you check out my pastebin?01:25
urgodfatherand usb is the only option?01:25
johannesI assume I installes stuff from ubuntu-toolchain-r-ubuntu-test-xenial01:25
Seyleriusurgodfather: Yep.01:26
urgodfatherjfox run the uname -r command01:26
urgodfatherseylerius, yikes. got an old router?01:26
SeyleriusNope.01:26
SeyleriusOperating on an extremely limited stockpile at the moment.01:26
SeyleriusAlso, onboard wired NIC is shot.01:27
Seylerius(well, I'm 85% sure of that)01:27
urgodfatherwhy so?01:27
urgodfatherwhat makes you suspect it?01:27
d1rewolfcan someone tell me how to inspect current dns servers in 18.04.1? resolvectl seems to be missing01:27
Bashing-omjohannes: "what exactly is broken" maybe ' sudo dpkg -C ' can tell ?01:28
urgodfatherBashing-om can i pm?01:30
johannesarg, 3:30am already ... I guess I go to sleep, and hope for a Fairy ... otherwise reinstall might be faster :-)01:30
Bashing-omurgodfather: Support related best kept in channel - I am not the sharpest tool in this toolbox :P01:31
johannesdpkg -C just brings me back on top of the dependency chain with python, hud and nautilus01:31
Bashing-omd1rewolf: ' sudo systemd-resolve --status ' lead ya in the right direction ?01:31
d1rewolfBashing-om: that's it. thank you01:32
urgodfathernah not support related01:32
JFox762urgodfather:01:32
JFox762?01:32
JFox762urgodfather: did you check out my pastebin01:33
Seyleriusurgodfather: I suspect this because it detects the card, but the card never reacts to a cable, nor does the card go up, even with a static IP.01:33
urgodfatherjfox762, for the uname -r    ?01:33
JFox762... no01:33
urgodfatherdo the uname -r please01:34
JFox762thatwas for the sudo lshw|less01:34
urgodfatheri saw that01:34
d1rewolfcan someone point me to how to use network manager instead of netplan on 18.04?01:34
JFox7624.15.0-36-generic01:34
JFox762urgodfather: uname -r          4.15.0-36-generic01:35
urgodfatheryep i see it, little out of date but not really bad01:36
JFox762what is out of date?01:36
JFox762my kernel?01:36
Bashing-omd1rewolf: No getting awy from netplan ..in one of 2 forms . -server is expected to use systemd-networkd, and it's configured via netplan.01:36
urgodfatheryes, they are up to 4.18 stable now if i remember correctly01:37
JFox762do you update the kernel by just doing sudo apt update/upgrade?01:37
d1rewolfBashing-om: i'm on a desktop tho...any way there?01:37
JFox762because... otherwise I have no idea how to update the kernel01:37
d1rewolfwant to use nm-tray etc, from i301:37
urgodfathernah01:37
urgodfatherthats just regular updates01:38
JFox762are you suppoed to update your kernel?01:38
JFox762on a regular basis?01:38
LuMinthow do I install dpkg manually?01:39
LuMintwhat files should I copy?01:39
urgodfathernot always01:39
urgodfatherdepends on the reason, plus you have to consider compatibility01:39
urgodfatherrisk vs reward01:40
JFox762ahh01:40
JFox762so ...01:40
Bashing-omd1rewolf: Desktop uses netplan to configure NetworkManager. Use the GUI to configure .01:40
JFox762regarding the Dx1101:40
JFox762Proton compatability tool in Steam01:41
JFox762how do i know if DirectX 11 is installed?01:41
d1rewolfBashing-om: hmmm...k. I'm running i3. any idea what that gui would be called?01:41
LuMinthow do I install dpkg manually?01:41
LuMintwhat files should I copy?01:41
d1rewolfand I presume, if I had to, I could use nmcli?01:41
d1rewolfLuMint: dpkg -i file01:41
LuMintd1rewolf: http://dpaste.com/0W4K4BX01:42
LuMintdoesnt work01:42
urgodfatherwell heres the deal, you have an hd4000. theres 2 ways to approach it. you can either try to upgrade your kernel or you can try to install opensource drivers for it.01:42
Bashing-omd1rewolf: Not used i3 .. but I still expect there to be an icon in some task bar "network" .01:42
d1rewolfLuMint: you need to specify the path to the file01:42
d1rewolffull path01:42
urgodfatherup to you. doing a kernel upgrade is usually safer b/c you can always boot into the older kernel if it doesnt work01:43
d1rewolfBashing-om: yeah....k. think i need to get nm-tray installed. thx01:43
JFox762opensource drivers01:43
JFox762oooohhh01:43
JFox762nevermind01:43
LuMintd1rewolf: doesn't work :( http://dpaste.com/2BZXKA101:43
JFox762kernel then?01:43
gambl0rethe clock is not showing in the panel. whenever i open the Clock settings and set the time it shows up but when i close the Clock window, the clock will dissapear again. how do i make it so that it stays?01:44
d1rewolfLuMint: no clue01:44
LuMintd1rewolf: see, i have to unpack and install it *manually(01:44
LuMintlike, manually manually01:44
JFox762how do install a newest kernel?01:45
urgodfatherhttps://wiki.ubuntu.com/Kernel/MainlineBuilds01:45
LuMintthats what I asked for.01:45
LuMinti got a working dpkg install in a backup01:45
LuMintit's an IMG i can mount as loop device.01:45
LuMintthe question is only, what do i have to copy01:46
JFox762urgodfather:01:49
Bashing-omJFox762: Latest updates ' sudo apt update ; sudo apt full-upgrade ' .01:49
JFox762are kernel files huge?01:49
JFox762im on a slow connection01:49
JFox762500kbps01:49
JFox762oooofff01:50
JFox762125MB!01:50
JFox762gonna be slow on a 500kbps01:50
JFox76230 mins ugh01:51
Bashing-omJFox762: They are now .. yes .. 235 MB .. last I checked .01:51
JFox762Im at work, and I have to use my wifi hotspot off my phone01:51
JFox762and I'm throttled since I'm over my 15GB/mo allowance before you get throttled down01:51
JFox762I wish there was a way to fool my ISP, into thinking that the data was being called from my phone vs my laptop01:52
JFox762becausee Verizon doesn't necessarily throttle the phone speeds01:52
JFox762just the hotspot speeds, if the hotspot went over 15gbs01:52
JFox762if you go over 22gbs, on the phone's data... they throttle "as needed"01:53
JFox762anything over 15gb on the hotspot... ets absolutely throttled to basically 3G speeds01:53
urgodfather15 gb is a lot01:53
JFox762lol not for my uses01:53
JFox762My job is ... very boring01:54
urgodfatherlol01:54
JFox762so I watch a lot of netflix while at work01:54
urgodfatherthats why01:54
JFox762yes01:54
JFox762i know lol01:54
urgodfatheruse your phone to watch it. not your computer. also, consider a different way such as plex where you can download the video to your phone for offline use.01:55
JFox762I could use transmission to download stuff01:55
urgodfatheryou dont have wifi at work?01:55
RoscoePColtraneand what does any of that have to do with a ubuntu issue?01:55
JFox762no01:55
JFox762they have wifi here01:55
urgodfatherRoscoePColtrane, your right01:56
JFox762but it is behind a login01:56
JFox762my ISP has a lot of public wifi hotspots...01:56
JFox762and I used to be able to access them01:56
JFox762with my account ID and password... but recently they changed it so that only people with a much higher premium package can get it01:57
JFox762can access it *01:57
urgodfatherwell, jfox762 like i suggested you can either try a kernel upgrade or opensource variant of the intel drivers. both have records of resolving the issue01:57
JFox762which is really cheap on their part01:57
JFox762if I use an open source variant of the intel driver01:57
JFox762can it screw up my system?01:58
urgodfathertheres always a possibliity. generally, no.. but your system isnt the same as mine, or as anyone elses.01:59
Bashing-omJFox762: Intel graphics are in the kernel and are open source . bleeding edge for some cards on a PPA .01:59
urgodfatherjfox762 if you would rather try just gfx, here https://www.techzim.co.zw/2017/06/tuning-intel-graphics-card-ubuntu-16-04/02:04
urgodfatheron that note im out02:04
JFox762:(02:10
eelstrebornetwork manager doesn't show any cipher keys (i.e. AES-256-CBC) for openvpn - what could cause this?02:13
=== BgLamersTeam is now known as Dreaman
eelstrebori must have messed something up - openssl is installed and openssl --cipher shows keys but nothing in the networkmanager openvpn dropdown box02:23
eelstrebori tried a re-install of all the networkmanager and openssl packages but still no-joy02:24
eelstrebori even tried a total package reinstall that took a couple of hours - next stop, a fresh install - that will take a few hours to get a working server again02:26
eelstreborunless someone has a solution - no hits on a web search for this issue02:27
JFox762what is a kernel freeze?02:27
TJ-eelstrebor: which Ubuntu versions? are you using network-manager-openvpn-gnome ?02:29
=== granttrec1 is now known as granttrec
Tecanis ubuntu going to join the OIN patent system to make linux more legal ?02:32
eelstreborTJ-, bionic and network-manager-openvpn-gnome02:33
JFox762clear02:34
JFox762oops02:34
JFox762hey02:37
JFox762so ...02:37
JFox762How do I install drivers for Intel HD400002:38
TJ-JFox762: already installed02:39
JFox762Oh02:41
JFox762so how do I get DX11 on linux?02:41
JFox762Im trying to get a game to run via Proton Compatability tool on Steam02:42
JFox762and it comes up with this error message.02:42
JFox762https://pastebin.com/sWcrvYV802:43
coz_JFox762,  I believe it can be installed via wine-staging, not sure, but read here    https://www.reddit.com/r/wine_gaming/comments/6ysnua/wine_staging_216_makes_dx11_games_work/02:46
JFox762coz_: do you know if it will implement with Proton/Steam?02:46
coz_JFox762,  I honestly don't however02:47
coz_JFox762, read that post, it may lead to other posts02:47
coz_JFox762, google dirctx 11 via wine staging steam02:48
coz_direct02:48
JFox762coz_:02:48
JFox762do you know what "run options" i should have?02:48
JFox762err i mean launch options02:49
coz_JFox762, again, I don't, I rarely use wine at all02:49
JFox762this isnt wine02:49
JFox762it is the Proton COmpatability tool that Steam now includes inside of steam02:49
JFox762basically it is like wine running in the background02:50
JFox762of steam02:50
coz_JFox762, no, but dirextx11 i believe mut be installed via wine02:50
coz_JFox762, again, I don't use wine or steam , hold on a minute02:50
coz_JFox762, apparently thhe #steam channel is invite only02:51
coz_?(02:51
JFox762????02:52
JFox762WHY?02:52
JFox762lol02:52
coz_JFox762, yeah :(  annoying02:53
ColomboHi, anyone knows why upgrade from 16.04 to 18.04 wants to remove Evolution and other software?02:53
coz_Colombo, I would assume new versions, or replacement apps02:54
RoscoePColtranesoftware applications change when upgrading02:54
Colombohmpf, is there way to not do it?02:55
RoscoePColtranethat's normal and nothing to be concerned about02:55
Colombowell, I like my apps and settings.02:55
ColomboIs there a way to keep them?02:56
coz_Colombo, mmm not that I am aware of off hand.. and some may not work on the upgraded OS02:57
coz_even if possible02:57
RoscoePColtranebesides the obvious way to keep them?02:57
Colombocoz_: thanks, I guess that i will stay on 18.04 then:/ until I really need to.02:57
ColomboRoscoePColtrane: what is the "obvious way to keep them"?02:58
JFox762how do i know if a given PPA is "safe"03:18
JFox762I.E. not created by a ... malicious person03:18
=== Dreaman is now known as BgLamersTeam
JFox762https://github.com/ValveSoftware/Proton/wiki/Requirements03:22
JFox762I'm following these instructions03:22
JFox762it tells me to use a certain PPA03:22
JFox762I assume i should trust it, since that Githubpage was create dby Valve03:22
Bashing-omJFox762: Bottom line is that you don't . What reputation does the maintainer hold ?03:22
JFox762sudo add-apt-repository ppa:paulo-miguel-dias/pkppa03:23
JFox762That particular ppa03:23
JFox762was listed on the page as a recommended ppa to add03:23
Bashing-om!ppa | JFox76203:23
ubottuJFox762: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge03:23
JFox762brb03:24
JFox762back03:30
JFox762what is the casual ubuntu channel?03:30
PhoenyxCullen!casual03:31
PhoenyxCullenh mm03:31
Bashing-omJFox762: #ubuntu-offtopic .03:32
JFox762i got it to work now!03:43
JFox762i just didnt have mesa drivers installed03:43
lapionHello05:23
lapionI have a laptop that I have connected the my network through the ethernet port, I do not have the wifi connected, however my modem does see the wifi port, however the router seems to see the wifi card connected "through the ethernet port" does anyone have an idea how this can be ?05:26
=== Schnabeltierche- is now known as Schnabeltierchen
DenethrHi, I just upgraded from 16.04 to 18.04.1 and the login fails after i enter my password (the screen goes black one second, then it goes back to the login screen)06:10
Denethrthe only way I can get it to work is to select "Ubuntu on wayland"06:11
Denethrany idea what can be the issue?06:11
Triffid_HunterDenethr: your session is crashing for some reason. see ~/.xsession-errors06:31
DenethrTriffid_Hunter, thanks. this is the file: https://paste.ubuntu.com/p/c6BGngY2qt/06:35
DenethrI can try to google those messages, but do you by chance see anything obvious?06:36
DenethrI'm suspecting some issue with the nvidia drivers; i'll try to reinstall them06:43
Denethr_seems to work after puring all the nvidia packages (there were quite a few in broken state...)06:48
Denethryep everything is working fine now, thanks06:52
Denethrremoving the right click by default on the trackpad is super confusing07:13
leeyaahello07:35
leeyaai am trying to install a network hp 2300d printer on ubuntu bionic. so far nothing worked, even official drivers from hp. is there anything special i need to do, so i can make it work?07:36
leeyaaworks fine on xenial07:36
leeyaaand on trusty07:36
davidkawoot - the jdk11 package seems to actually be 10!07:42
davidkaPackage: openjdk-11-jdk07:42
davidkaArchitecture: amd6407:42
davidkaVersion: 10.0.1+10-3ubuntu107:42
davidkaopenjdk version "10.0.2" 2018-07-1707:43
=== aaron is now known as Aaron
kbroulikhi, I wanted to report a bug report against thunderbird on launchpad but whenever I submit it gives me a "timeout error" and because this thing has to be super special and use ajax for no particular reason going back doesnt restore my input, so I lost an elaborate bug report twice to it07:56
kbroulikis this a known service down time or what's going on?07:58
ducassekbroulik: try #launchpad08:01
kbroulikthanks, will do08:01
cyanidedoes dropbox for linux work as well as it works on windows/macos?08:03
cyanidei've used it on both oses, just not linux. (ive used it with rclone on linux in the past)08:03
cyanidebut i need always-on sync feature of dropbox, not periodic like with rclone08:03
mwsbI use dropbox on ubuntu, seems to work well. I've never used it on either windows or macos, so I don't know how it compares.08:04
cyanide@mwsb, so it has the 'tick' icon on every synced file, and uploads any changes you made to other devices instantly?08:04
cyanidethat's pretty much what i'm curious about08:05
mwsbI don't know what the "tick" icon is, but it seems to update instantly08:06
mwsbI have an R workshop with a bunch of people, and when I make changes to a file, the changes come across straight away for the other people involved.08:06
cyanidemwsb, thanks. just what i wanted to hear.08:11
avucyanide: the filemanager integration (the "tick icon") depends on the filemanager you use, it works in nautilus at least08:11
cyanidehmm, guess so. never thought of that.08:12
cyanidewell, so apart from missing out on autocad/inventor, i'm pretty much free to move back to linux. weee08:14
Xardseems like nautilus type search is very crash happy if you try to search outside home on 18.0408:30
mjkrI just read "Ubuntu 13.04 added x32 support." @ https://sites.google.com/site/x32abi/ . I would like to know whether Ubuntu offers a full x32-only build?08:31
nisaHi. I need help: how to grow a partition to its max. size? I don't want to grow the filesystem, i want to grow the partition! I'm running Ubuntu Server 18.04.1 LTS and I only have a terminal. So i can't use gparted.08:31
mjkrwithout amd64/ix86 support at all, just the x32 abi08:31
nisaProblem solved: sudo growpart /dev/sda 2#08:44
=== alt156 is now known as alt155
illuminaughtyyanyone know how you can get command line stuff to show while my computer is booting up?08:59
illuminaughtyylike dmesg but just showing what's happening08:59
illuminaughtyynot necessarily to log, just for the a e s t h e t i c09:00
illuminaughtyynevermind, it's called verbose mode, I just forgot, I think I figured it out.09:02
cim209illuminaughtyy, you'd remove quiet splash from boot parameter09:02
zetheroohow to know which config is currently being used by openvpn?09:17
EriC^^zetheroo: seems it uses /etc/openvpn/server.conf or client.conf09:18
EriC^^https://help.ubuntu.com/lts/serverguide/openvpn.html.en09:18
zetherooEriC^^: yes, but that default directory is empty and yet there is a vpn connection active (tun0)09:19
JimBuntuzetheroo, maybe check for the /etc/openvpn/server.conf file09:21
JimBuntuOh! I see EriC^^  suggested this already09:21
JimBuntuYou could check the process list... something like ps aux | grep -i openvpn09:22
zetherooJimBuntu: perfect solution - found the process with the config in the command. Thanks!09:23
JimBuntuyw09:23
=== alt156 is now known as alt155
ramsub07hello. I have ssh access to two servers, A and B. But only one of them could be tunneled from outside(A). the other (B) could only be accessed from A. I am running my code on server B, and would like to use sublime to edit code on server B from my local machine. How do i go about doing that?09:31
Fudgessh can liste to multiple ports in /etc/sshd_config search for port 22 and duplicate the entry for another port like 102209:32
illuminaughtyyokay, thanks cim20909:36
ramsub07hello. I have ssh access to two servers, A and B. But only one of them could be tunneled from outside(A). the other (B) could only be accessed from A. I am running my code on server B, and would like to use sublime to edit code on server B from my local machine. How do i go about doing that?09:41
vltramsub07: Ignoring the fact that I'd rather use a local code repository to edit and deploy after testing ... In my ~/.ssh/config I have a "host B" with a line "ProxyCommand ssh A nc -w 1 B 22". Then I can just `ssh B` or `sshfs B`. In newer ssh versions there's a -J option.09:42
ramsub07vlt: you mean you'd rather use git?09:43
ramsub07vlt: is there anyway I could browse those files on my nautilus ?09:44
vltramsub07: I wouldn't edit code on the remote server but that was not your question.09:45
vltramsub07: How would you browse the files on host A using nautilus?09:45
vltramsub07: Then do the same just use "B" instead. (sshfs is one option)09:46
ramsub07vlt: my task is to run simulations, for some edits in the part of the code. I know it'd be cleaner to make different copies of the file and run them using a bash script on the server, but i'd rather have it more interactive to make the debugging easy09:47
zetherooI am having no luck starting a vpn connection with 'systemctl start openvpn@digicluster' , whereas with 'openvpn --config /etc/openvpn/digicluster.ovpn' it works perfectly.09:56
vltzetheroo: Maybe it expects .conf instead of .ovpn09:57
PeanutHi, I'm running 18.04 and since yesterday's apt update, my Thunderbird no longer has calendar integration. "Lightning is incompatible with Thunderbird 60.2.1" Is this a known issue, and what can I do to see my calendar again?09:57
zetheroohttps://paste.ubuntu.com/p/ctdZTrMSKm/09:58
zetheroovlt: spot on! Tks09:59
coconutWhat happens when i want to remove i.e. firefox, while the installled version is not in repo anymore. Does it still remove all firefox files?10:14
EriC^^coconut: if you remove it using purge it removes the system configs but your user configs are untouched10:16
coconutinteresting... :)10:17
EriC^^:)10:17
Jazzy_JI sometimes think the person that created the trackpad should be drawn and quartered.10:22
kikeroHi there!10:49
kikerosudo hangs just after I type in the password and press enter when in Gnome, but it doesn't it I do that from another tty10:49
nisankhindiakikero: dear friend , what is the output of " sudo -l " , just type this command using your terminal and if there it shows any output on the terminal , let us know ..10:54
nisankhindiakikero: syslog can also be helpful try to get syslog .. look at inside of /var/log and get te syslog from there10:57
gpunkhe left a while ago :p10:57
nisankhindiagpunk: :p10:57
nisankhindiato all of my ubuntu family members what you think about this , https://community.ubuntu.com/t/survey-to-all-users-for-better-ubuntu-development-and-user-experince/841311:08
JimBuntunisankhindia, while a worthy question, not one for the support channel. Please see #ubuntu-discuss or #ubuntu-offtopic even11:11
Ooland perhaps wait for friday :)11:12
BluesKajHi folks11:33
=== ucio is now known as chkbsd
=== chkbsd is now known as ucio
=== ucio is now known as namix
=== namix is now known as akb
=== akb is now known as chkbsd
=== chkbsd is now known as natural
=== natural is now known as mr_natural
darutokoI've installed 18.04 on VM and trying to create anonymous share for windows 7 following this: https://linuxconfig.org/how-to-configure-samba-server-share-on-ubuntu-18-04-bionic-beaver-linux12:09
darutokoit workd for dir at Home but when I do the same for dir on mounted device - I get permission denied, what could be the problem?12:10
Oolperhaps user samba don't have right on it ?12:11
darutokoanonymous share12:11
darutokono user12:12
BluesKajset the rw permission for "user"12:12
darutokoI'm doing chmod 0777 on this dir12:13
darutokoand result is the same12:13
BluesKaj0777?12:13
darutokoyes12:14
BluesKajnever seen that. but I'm a home user12:15
ioriadarutoko, try to  chown nobody:nogroup    the mountpoint12:19
BluesKajok octal vs deccimal12:20
BluesKajdecimal rather12:20
darutokoioria, it works now, thank you12:23
AkimbHey. 18.10 gets stuck on "Started bpfilter" while booting. Any recommendations what to try to fix this issue? Perhaps this is a known issue for 18.10?12:23
gpunkAkimb: go to #ubuntu+112:24
ioriadarutoko, ok12:24
Akimbgpunk, ok ;)12:24
gpunk:)12:25
tibykemoin12:27
tibykedo you know a way to set *custom* tls-cipher in nm-applet vpn config section?12:27
anchnkhi, I am running ubuntu 18.04 and I can't figure it out how to span my desktop so that the dual monitor are considered as a single display ?12:51
=== william is now known as Guest12149
grr12314hello. what is a good vnc client for ubuntu? i tried vinagre and it asks for username and password while vnc only has password. i tried xtightvnc (the default candidate for vncviewer on ubuntu) and it does not share clipboard nor allow windows key to be mapped to mac's command key (the server to which i connect is mac)12:52
lotus|NUCgrr12314: be carefull with vnc as its a security flaw12:52
lotus|NUC!vnc | grr1231412:52
ubottugrr12314: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX12:52
lotus|NUCgrr12314: try a more secure protocol12:53
ryan1why do tutorials always advice creating a new user when running a service like docker or znc or postgresql13:03
OerHeksanchnk, that would be easy, systemsettings > displays, top row: 1 single display # gives 1 workspace on 2 displays13:04
anchnkOerHeks, I think single Display only activate one or the other monitor isn't it ?13:07
mgedmingrr12314: remmina worksforme, if I can remember how to spell it13:07
OerHeksanchnk, you didn't try ??13:08
anchnkI did yes13:08
mgedminryan1: mild isolation; so you don't accidentally mess up the service and so the service can't mess up with your personal data files13:08
OerHeksanchnk, oh correct, the option you want is in gnome-tweak-tool > workspaces > workspaces span displays13:10
OerHeks!info gnome-tweak-tool13:10
ubottugnome-tweak-tool (source: gnome-tweaks): adjust advanced settings for GNOME - transitional package. In component universe, is optional. Version 3.28.1-1 (bionic), package size 1 kB, installed size 12 kB13:10
anchnkOerHeks yeah I activated that as well, indeed it seems to span the workspace, however I would like to be able to have a window that span both monitor when I maximize it13:11
anchnkthat isn't the case by default13:11
MeiRdoes someone here use CloudFlare logs API to store access logs locally on their own server?13:12
OerHeksoh, for app windows i have no clue, span automaticly13:12
cyanidei have an old amd r9 270x gpu. how are the amd drivers?13:49
cyanideare things like video decoding supported by the gpu drivers?13:50
lotus|NUCcyanide: we advice to test your hardware to try a liveusb, working good? => physical install13:50
lotus|NUC!amd | cyanide13:50
ubottucyanide: Open driver for AMD cards: amdgpu (cards >= GCN1.2 aka GCN 3rd gen), radeon (older cards). Closed drivers: amdgpu-pro (>= GCN1.2) fglrx (older cards, unsupported by AMD in 16.04+). For info on GCN levels, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units . For fglrx info, see https://help.ubuntu.com/community/BinaryDriverHowto/AMD13:50
lotus|NUCcyanide: see also: https://linuxconfig.org/how-to-install-the-latest-amd-radeon-drivers-on-ubuntu-18-04-bionic-beaver-linux13:51
lotus|NUCcyanide: we did not see too much issues on amd graphics yet here on 18.0413:52
cyanideok13:52
cyanidewill have a go13:52
AzimothHi, I'll try to keep it short: I installed 18.04 when it was released and ever since the fans run full speed on startup and after 10-20 minutes the laptop just shuts down. My workaround so far was to boot into Win10 first, then reboot into Ubuntu (not shutting down) and everything was fine. Now I tested the Elementary Live image and noticed it did not show this behaviour. I downloaded 18.04.1, put it on a stick and everything was fine ri13:57
Azimothght from the start. Can I "reinstall" 18.04.1 without wiping the old installation? What options to fix this do I have?13:57
OerHeksAzimoth, run: sudo apt update && sudo apt dist-upgrade # and you will have 18.04.1 too14:02
AzimothOerHeks: I have 18.04.1 installed already, I'm trying to find how my installation differs from what the live image provides...14:03
AzimothOerHeks: Or how to fix it without knowing what the reason was :D14:04
multifractalI'm running gparted from a 16.04 live usb environment. a warning message has just appeared sying "the driver descriptor says the physical block size is 2048 but linux says it is 512 bytes". I can "cancel" or "ignore". What exactly does this mean, and what impact will it have on me? My intention is to erase a rarely used partition to free up space and grow my 16.04 partition into the newly freed space.14:04
multifractalFYI, regardless of whether i "ignore" or "cancel", Gparted GUI opens up and the partitions appear in the little chart. They all appear to be the correct size and whatnot. The button I want (delete) is there and not greyed out or anything. Should I be OK to proceed?14:07
tomreynmultifractal: i think it's a bug in gdisk (or the libs it uses) https://askubuntu.com/questions/781223/physical-block-size-is-2048-bytes-but-linux-says-it-is-512-when-formatting-us/78123614:08
tomreyni mean gparted14:08
tomreynhttps://bugs.launchpad.net/ubuntu/+source/parted/+bug/158902814:10
ubottuLaunchpad bug 1589028 in parted (Ubuntu) "Improper blocksize set by usb-creator, leads to problems during formatting" [High,Confirmed]14:10
tomreynmultifractal: if i remember correctly (don't blame me!) you can just choose to ignore this situation.14:12
tomreynalternatively, you could try to use a different utility, such as parted, fdisk or sgdisk14:12
multifractaltomreyn: Thanks for checking it out for me. I decided to take the plunge and thankfully it has all worked smoothly. Both my win10 and ubuntu boot happily.14:12
OerHeksAzimoth, iirc, the installer gives a reinstall option, but whatever you try, backup your data first14:13
tomreynmultifractal: glad it worked out.14:14
AzimothOerHeks: backups, of course, but is the "reinstall" option supposed to only replace system files and leave the rest untouched or is it meant to format everything and start over from scratch?14:15
OerHeksAzimoth, i am looking for re-install screen pictures, i cannot find one :-(14:20
OerHeksit should reinstall the system and leave your /home folder untouched14:20
AzimothOerHeks: But this would mean to reinstall/configure everything installed... :/ I thought there might be a way to copy something form the sticks boot section into the computers /boot directory that makes this go away, but there are way too many files there to just pick one at randon^^14:22
ChunkzZ!isitoutyet14:44
ubottuYes, it's out! Party in #ubuntu-release-party :)14:44
ChunkzZ18.10 is out?!14:45
lotus|NUCChunkzZ: not yet14:45
ChunkzZ<ubottu> Yes, it's out! Party in #ubuntu-release-party :) < bot needs updating. xD14:45
=== MotorCrafter is now known as N3LRX
=== Spydar is now known as Spydar007
=== underyx_ is now known as underyx
adamretterI just updated my host (Ubuntu 18.04) and now two of my KVM vm's that were running perfectly fine before won't start up. I looked in the logs in /var/log/libvirt/qemu/ and there are no errors14:50
adamretterBy updated I mean that I ran apt-get dist-upgrade && shutdown -r now14:51
AlericHi, can someone help me? I'm trying to add a (personal) patch to libtool. For this I'm following the instructions on http://packaging.ubuntu.com/html/patches-to-packages.html15:01
AlericThis tells me to run 'bzr branch ubuntu:bionic/libtool' at the start.  But when I do that, it tells me I have to tell it first my Launchpad ID.15:02
=== Richard is now known as Guest85956
AlericWhen I go to https://login.launchpad.net/+login I can login with "carlo@alinoe.com" as normal and my password. But when I try to tell bzr about it, I get:15:03
Alericsean:/usr/src/debian>bzr launchpad-login carlo@alinoe.com15:03
Alericbzr: ERROR: The user name carlo@alinoe.com is not registered on Launchpad.15:03
AlericWhat am I doing wrong? That IS what I use to login there - so why is it telling me it is not registered?15:04
tewardAleric: your email address and your username may be different.15:06
tewardAleric: go to your user page on Launchpad, in the URL, look for ~SOMETHING15:07
tewardthe 'SOMETHING' is your usernam15:07
tewarduse that instead of your email address with the bzr command line15:07
tewardAleric: if you don't know your username you can't use launchpad-login and email address is typically NOT your username on Launchpad.15:08
tewardAleric: if this is you, by the way... https://launchpad.net/~carlo-alinoe ... your username is carlo-alinoe15:09
AlericI found my user-id after logging in.15:09
AlericYes, thanks :)15:09
AlericNow it says I have to upload an ssh key :/ ..hmm.15:09
mas886Hello there, I need a bit of help formating a SD card, tried gparted, and KDE partition managerand none both of them give me errors while formating15:10
tomreynmas886: so they both work fine?15:11
mas886tomreyn: Maybe I messed up writing there a little bit, iment tgat both programs gave me errors while formating15:12
tomreynnote that formatting refers to creating / preparing a file system, buzt these are primarily paritioning tools, which read and write to parition tables.15:12
tewardmas886: it'd be great to know the errors you're seeing.15:13
tewardbut as tomreyn said, they call other utilities to do the 'formatting' steps, and those may be failing for various reasons15:13
tewardso seeing the errors would help.15:13
mas886So how couldIdebg the process, the error range I'm gettingis quite variated15:13
tomreynmas886: start by providing the first errors they return, and we can walk through it from there.15:14
mas886Okay, re runing the process15:15
AlericHmm15:21
Alericdebug1: Skipping ssh-dss key /home/carlo/.ssh/lauchpad_carlo_dsa - not in PubkeyAcceptedKeyTypes15:21
AlericI just generated it :/15:22
tewardAleric: you should use RSA keys not DSA keys15:22
tewardand then you need to upload the public key to Launchpad15:22
tewardand then wait up to 15 minutes just to let everything sync15:22
AlericIt says rsa or dsa.15:22
tewardyes I know what it says, but RSA is typically the 'standard' form to use nowadays15:23
=== WannaHelp is now known as alien
=== alien is now known as WannaHelp
mas886Now it looks like the formatting process got stuck15:25
Alericteward: Is there a way to tell bzr to connect to another host than bazaar.launchpad.net?15:31
mas886tomreyn teward : I first deleted tlhe two partitions, and then tried to create one and apparently itsaidthat removing them worked fine (which is not true cause the files and partitions are still there,as I can browse though them aswell), then itgave me error on the creating partition process saying: Can't have overlapping partitions15:31
tewardAleric: no.15:31
AlericOk, I got the authentication working :).15:32
AlericNow I get:15:32
Alericsean:/usr/src/debian>bzr branch ubuntu:bionic/libtool15:32
Alericbzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/bionic/libtool/".15:32
AlericWhat I'm trying to do is get the source code of libtool - so that I can add a patch.15:33
Aleric(still following http://packaging.ubuntu.com/html/patches-to-packages.html)15:34
AlericSorry, I never used bzr before - I just installed it. I normally use git.15:35
AlericI don't see a bzr clone?15:35
tewardAleric: bzr was retired in favor of git15:35
Aleric...15:36
=== babyflakes is now known as 32NAAER2O
=== emerson is now known as 07IAAJ8B3
AlericI hate websites with documentation that are just plain wrong :(15:36
tewardAleric: s/wrong/in the process of being changed/15:36
AlericSo, how would I get the source of libtool?15:37
=== ylli_ is now known as ylel9
tewardAleric: time to read https://code.launchpad.net/ubuntu/+source/libtool and see the 'git clone' commands at the top.15:37
tewardyou would then have to check out the specific branch, but I'm not sure where you'd go from there to make changes, upload your own, etc.  as i said, the documentation is still being updated for the very recent massive changeover to git15:37
=== 32NAAER2O is now known as babyflakes
coconutHow long until 18.10?15:45
blackflowover nine thousand miliseconds!15:45
pragmaticenigmacoconut: We are volunteers here, we don't have those answers.15:45
coconutlol15:45
coconutthat's a very social way of seeing it.15:46
JimBuntu18.10 is "expected" to be released tomorrow (depending on your timezone)15:48
Alericteward: is quilt still being used to apply patches? debian/patches is still there.15:49
coconutthnx JimBuntu.15:49
AlericSeems a bit silly to use quilt when you're already using git :/15:49
=== SimonNL is now known as SimonNL_Afk
tewardAleric: yes, quilt is used by debhelper and the package builders to apply packages.15:50
tewardVCS and package builders are 'different' :P15:50
tewards/apply packages/apply changes outside of the debian directory to the source code of the application/15:51
Alericteward: http://packaging.ubuntu.com/html/patches-to-packages.html also mentions (under 6.2. Adding a New Patch): bzr add .pc/*16:00
AlericThat seems weird, since .pc isn't in git at all.16:00
=== peterandre_ is now known as peterandre
AlericIsn't it enough to only add debian/patches/lt-gdb.patch (my new patch) and debian/patches/series ?16:01
AlericHmm, my .pc is empty.16:02
AlericAfter 'quilt push -a' it is filled - but it's not OK to add it to git I think.16:03
Aleric(Nor to bzr before - that seems to be just a bug on the webpage)16:05
tewardAleric: again, outdated system.16:06
tewardoutdated documentation*16:06
mgedminisn't ubuntu distributed development transitioning from bzr to git anyway?16:12
Alericyes that's what teward is telling me all this time :p16:13
=== BgLamersTeam is now known as Dreaman
mgedminguess who has two thumbs and is not reading the backlog?16:13
tewardmgedmin: you :p16:16
AlericHow should I build the package now? ... following http://packaging.ubuntu.com/html/fixing-a-bug.html also fails.16:23
Alericsean:/usr/src/ubuntu/libtool>debuild -S -d -us -uc16:23
Aleric[...]16:23
Alericdpkg-source: error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../libtool_2.4.6.orig.tar.{bz2,gz,lzma,xz}16:23
=== ylli_ is now known as ylel9
AlericGuess I'll just run DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)" debian/rules build-arch16:31
=== SimonNL_Afk is now known as SimonNL
=== Class7_ is now known as Class7
tonytit is grill time again https://i.imgur.com/EKJbksK.jpg17:11
=== Dreaman is now known as BgLamersTeam
moopthemightyhey so if I enable persistance WHILE im in the live OS ... will it save everything ive done or do I have to do this outside the live-usb "container"?17:22
moopthemightybecause i dont want to keep rebooting lol17:22
moopthemightywhat files do i check to make sure its gonna happen?17:22
moopthemightyand what should those files say?17:23
moopthemightyi know /etc/mtab should have an entry at the bottom of an overlay of some sort and union or unionfs17:23
moopthemightycould someone running a live debian based system on usb with persistance cat and post thier /etc/fstab /etc/mtab and boot config files?17:24
moopthemightyor was it the lack of a newline in my persistance.conf?17:24
tomvolekanybody here has installed Openstack with Ubuntu ? Like to talk on sideline17:26
tomreyntomvolek: try asking your specific question in #ubuntu-server17:34
tomvolektx17:34
=== sauvin is now known as Sauvin
nicomachusis there an option somewhere to remove the application icons that Gnome puts in the top-right of each window?17:43
nicomachuslike the poorly-scaled one in the top-right of this terminal window: https://i.imgur.com/XD0C6uZ.png17:44
tomreynmaybe there's a gnome extension which can hide it.17:48
tomreynIIRC gnome tweak tool can move those icons around17:48
nicomachusI haven't found one yet, but I'll keep looking. Can't seem to find a dconf-editor setting or anthing17:48
nicomachusanything*17:48
nicomachusgnome tweak and dconf can both move the close,max,min icons, but I don't see anything for the app icon17:49
tomreynoh i got you wrong then, thought you were referring to those.17:50
tomreyni dont't actually have that app icon17:51
tomreynis this gnome 3?17:51
nicomachusIt only shows on some programs for me. but on the terminal it scales poorly (or not at all) so it looks especially bad.17:52
tomreynwhich terminal emulator is this?17:52
nicomachusYea, gnome 3. And it's just gnome-terminal17:52
tomreynhmm i dont see that icon on gnome3's gnome-terminal, even with the menu bar hidden17:54
nicomachusthe icon comes from Numix-Circle. Yours may be the default icon or something different.17:55
Xardi hope the patched nautilus lands up to 18.04 as the crashing on search is quite annoying feature to have considering that the search fires up now just by typing17:57
tomreynnicomachus: yes, probably default https://i.imgur.com/AmmvgOz.png17:59
nicomachusoh yea, that's very default. :)18:00
ericek111I've found a bug in caja, not sure if applies to nautilus. Sometimes, when working with cards and moving files around, the usual, my caja gets kinda stuck. It looks like nothing happened, I can open files and browse the directories, but when I try to create/rename/delete a folder or a file, it thinks I'm on a different tab and does the action to the selected entry on its respective tab. Like if the selection was stuck. Restarting18:01
ericek111caja helps. Last time it's happened, I closed the tab which it was stuck on and after pressing F2 (rename) it crashed completely. Does the same happen in nautilus?18:01
ericek111yikes, that was rather extensive. Sorry, not sorry. :D :)18:02
tomreyni have a couple extensions installed already and thus somehow lost some of the snap to screen edge functionality. i can only snap to left or right, no longer top/bottom left or top/bottom right18:02
duryhi there channel :-)18:02
nicomachusthat seems unusual, tomreyn18:02
tomreynnicomachus: i assume it's a side effect of one of those extensions...18:03
dury 18:04
tomreynhttps://i.imgur.com/SbMCAOO.png is the ones i have18:05
durysorry18:05
nicomachustomreyn: can't find any extensions for that. Surely there's a setting somewhere... or some config file I can modify18:09
tomreynnicomachus: maybe try asking in a gnome channel or in #ubuntu-desktop18:11
durygot this sony vaio vgn-bz11en... did install beaver 64 bits...installation procedure was ok. but after that the device goes like standby I mean the display goes blank unexpectedly, then press any key and display comes up for user pwd. Type pwd and goes ok. after 5 seconds or something goes the same. Is that something to do with the microprcessor fan or tpm in bios, what's your opinion guys?18:16
duryit gets blocked in booting process, press space bar or enter key..18:24
duryand again have to type current user pwd18:25
durygessss sony vaio vgn-bz11en18:27
duryis anybody there to give a clue, please?18:28
nicomachus!patience | dury18:29
ubottudury: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/18:29
cognitionhttps://paste.centos.org/view/a347581c#ZzHTWQYT7Pl7VFObkLYsKIe8yMZ2TXvL18:30
cognitiona 700GB disk is seen by df as 1.4TB18:32
=== rud0lf is now known as \r\n
=== \r\n is now known as rud0lf
ikoniacognition: you're using centos , this channel is for ubuntu18:36
OerHekscognition, no it does not. and what linux is this?18:36
gambl0rethe clock is not showing in the panel. whenever i open the Clock settings and set the time it shows up but when i close the Clock window, the clock will dissapear again. how do i make it so that it stays?18:36
duryikonia, what about my issue, what u think ?18:38
ikoniadury: I've not looked at your issue18:39
duryok18:39
OerHeksdury, maybe it is the same issue, use 'nomodeset'?? https://ubuntuforums.org/showthread.php?t=148738318:41
nicomachusgambl0re: you may check in dconf-editor and search for "clock", then make sure the correct toggles are on.18:43
duryOerHeks - Sony Vaio S Series. VPCS117GG is older than sony vaio vgn-bz11en or what?18:52
OerHeksdury, maybe, but it could be your solution too18:53
OerHekshold shift @ boot, press e to edit for this boot only, and try out?18:53
cognitionOerHeks: Ubuntu 16.04.3 LTS18:54
duryI've installed beaver bionic 64bits18:54
duryin that sony I've mentioned18:55
durycognition, better ubuntu 16.04.3 lts in this sony vaio?18:56
cognitiondury? This issue is on the dell platform18:57
durycognition, what's the url then?18:58
nicomachusthe manufactureer of your laptop isn't going to matter in 99% of issues, guys.19:05
Sven_vBis there any benefit of using HTTPS if the connection to the webserver is encrypted with a) IPsec or b) OpenVPN?19:09
Sven_vBbesides being able to send a client cert.19:10
=== jstein_ is now known as jstein
locsmifHi all. I lost the use of the proprietary nvidia driver somewhere along the way and I can't get it switched on any more in ubuntu updater, what do I do?19:18
Sven_vBI'm trying to compile hidclient. for that I needed a bluetooth.h so I installed libbluetooth-dev. which had install conflicts that lead apt to downgrade libbluetooth, I accepted, and since then, "bluetooth.service: Failed at step EXEC spawning /usr/libexec/bluetooth/bluetoothd: No such file or directory" … any ideas how to fix it? ideally while still having a bluetooth.h. (the one in the kernel sources was ignored by the makefile s19:42
Sven_vBo it's probably a wrong one.)19:42
Sven_vBusing xenial19:43
Sven_vBor is there an easier way to make my notebook act as a bluetooth keyboard?19:44
TJ-Sven_vB: libbluetooth-dev should Depends: on libbluetoothX (X is some ABI version), so installing -dev should /install/ or leave as-is the (correct) matching installed library/binary packages19:46
TJ-Sven_vB: what you describe sounds like the system had a mismatch of packages19:46
Sven_vBTJ-, yeah the version was off by one in the 3rd number (patch probably)19:47
Sven_vBI'll try compiling the binary in a chroot and copying it out, maybe it works.19:48
Sven_vBlesson learned: next time apt suggests to downgrad something, I'll cancel and retry in an overlay fs chroot.19:52
sfdebugdoes anyone know how can i recover a shift + deleted folder? my file system is ext4..19:54
Sven_vBsfdebug, power down the machine hard (wall cable) so it has no chance to overwrite the data. then, on another machine, research "disk forensics".19:58
Bashing-omsfdebug: Might consider ' extundelete ' .19:58
Sven_vBas for the overwrite protection, maybe a read-only remount will do as well, if that's easier for you. ;)19:59
R13oseHi20:08
MWMIm having trouble with dnsmasq being al;ready bound to port 53. Id like to just remove it but it seems that I cant just remove --purge dnsmasq ... any ideas?20:57
Hamiltonso I want a executable in my path21:06
Hamiltonshould i move it to ~/bin or somewhere else?21:06
ericek111do `echo $PATH`21:07
Hamiltonso it is in .local/bin?21:08
Hamiltonand : is the separator?21:08
ericek111yep21:08
HamiltonThe app's instructions asked to move it to ~/bin21:08
Hamiltonit is non-standard, no?21:08
ericek111that's unlikely21:08
=== N3X15_ is now known as N3X15
ericek111yep. you can move it to /usr/bin or create a new folder in ~/bin and append that to $PATH21:09
Hamiltonno I'm good with .local21:09
Hamiltonericek111, thanks man :D21:09
ericek111you're welcome :) it's usually best to keep your own programs in one place, especially if they're important, so you don't lose them on reinstall.21:10
Hamiltonokay...21:15
Hamiltonstill lot to learn about these standard procedures21:15
solarsunburstHello, I am using Kubuntu 18.04 and I have a problem with my external hard drive. Somehow it is not mounted automatically, and I can not do it manually either. On Windows it works, so it is not broken. Here is the error message: https://paste.ubuntu.com/p/qSyvnnVd7g/21:34
solarsunburstI know it says I should do something on Windows, but I wanted to ask here first.21:35
ericek111`sudo ntfsfix /dev/sdb1`21:36
solarsunburstWill it remove my data?21:37
ericek111no, it will try to repair the partition (e. g. broken journal, header)21:37
ericek111NTFS is prone to stuff like that. Well, made by Microsoft, can't expect any better.21:38
solarsunburstThank you, it worked! :)21:38
ericek111:] you're welcome21:38
pyberthi, I'm considering using snap to install docker --- it seems to work fine on my servers21:46
pybertbut Im having second thoughs, if I have investigated this enough21:46
pybertare there any common downsides to using snap?21:46
pyberte.g. application performance issues?21:46
urgodfatherHello hello22:13
=== 07IAAJ8B3 is now known as emerson
Hamiltonurgodfather, hello me compadre22:22
elisa87hello, can someone please help me with this? https://askubuntu.com/questions/1084682/how-to-automatically-re-run-a-process-python-code-that-keeps-crashing-using-ba my process annoyingly keeps crashing every 10-15minutes sometimes even more frequent22:29
ericek1111. fix your Python code :D22:31
ericek1112. while true; do python3 stuff.py; done22:31
elisa87ericek111: is there any complication if I use option 2?22:38
=== kunwon1_ is now known as kunwon1
ericek111elisa87, it's dirty, but it works.22:43
ericek111If I were you, I'd fix the code and make a proper daemon/service instead.22:43
TJ-elisa87: if you hit a ProtocolError because the other end closed the connection, your code needs to clean up and re-open the connection,not just 'pass'23:06
puffGood evening.  I'm at the local library, trying to use the wifi.  It gives me a page with a "login to network" button that tries to load wifi.einenetwork.net, and I get "Hmm. We’re having trouble finding that site."23:08
puffThe staff, of course, barely know what wifi is.  sigh.23:08
puffHm, same results under chrome as firefox, slightly more info:  wifi.einetwork.net’s server IP address could not be found.23:12
puffDNS_PROBE_FINISHED_NXDOMAIN23:12
L00P3Xhello o/ could I ask how to compile https://github.com/sinamas/gambatte ? i did as the readme told but have no clue on how to run this.... please23:16
Sven_vBtrying to undo my libbluetooth downgrade, I discovered I had a bluez from the future. so I downgraded from 5.37-0ubuntu5.2 to 5.37-0ubuntu5.1 which https://packages.ubuntu.com/xenial/bluez says is the current version, but how could I have gotten the newer one? I didn't modify my PPAs.23:16
TJ-Sven_vB: "apt-cache policy libbluetooth"23:29
TJ-!info libbluetooth xenial23:29
ubottuPackage libbluetooth does not exist in xenial23:29
TJ-!info libbluetooth3 xenial23:29
ubottulibbluetooth3 (source: bluez): Library to use the BlueZ Linux Bluetooth stack. In component main, is optional. Version 5.37-0ubuntu5.1 (xenial), package size 62 kB, installed size 192 kB23:29
Sven_vBapt-cache policy only finds 5 and 5.123:30
=== fishfox__ is now known as fishfox
urgodfatherhello hello23:47
poltergeesehi23:48
mustmodifySo, the interwebz says not to panic about the new CVE because it's not actually in use for SSH. But someone must be using it... right?23:50
urgodfatherwhats the new cve?23:50
urgodfatherhadnt seen it23:50
mustmodifyhttps://www.libssh.org/security/advisories/CVE-2018-10933.txt23:50
=== Tara_q is now known as Tara
* urgodfather drops jaw23:51
mustmodify@urgodfather sure.23:52
urgodfatherthats no bueno23:52
mustmodifythat said, some interwebzians are saying that "vanilla" isn't affected.23:52
mustmodifythat sshd isn't using libssh... but ...23:52
mustmodifystill trying to sort it out.23:52
NerdTheThirdis 18.10 out or later today?23:52
urgodfatheryeah, that is no bueno. interesting approach lol who woulda thunk23:54
mustmodifySo presumably an apt candidate package isn't currently installed?23:54
L00P3Xthis maybe isn't the right place to post my question.. but could someone point me somewhere or help me start this https://github.com/sinamas/gambatte ?23:57
hggdhmustmodify:23:57
mustmodify@hggdh?23:58
berglhNerdTheThird: I've written a bash command to watch the download page to be updated23:58
urgodfatherL00P3X did you read the readme?23:58
hggdhsoffy. USN-3795-1 and USN-3796-2. Sorry for the contextlessping23:58
berglhhttps://paste.ubuntu.com/p/nHkRhY2nzY/23:59
NerdTheThirdlmao really? that's amazing berglh23:59
hggdhdarn! mustmodify ^23:59
berglhprobably should sleep longer23:59
berglhi want to seed the torrents23:59

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