[00:00] JFox762: I'm the opposite; been using S3 suspend for years on multiple laptops without a problem [00:00] JFox762: oh, well that's due to some hardware not being disabled from sending Wakes - likely a USB device [00:01] JFox762: you might find this helps that case a little: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [00:01] I 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] I also have bluetooth [00:03] I disabled "Wakeonlan" via Bios [00:04] hi [00:04] how do I install dpkg manually? [00:04] it's broken :( [00:05] the 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:08] johannes: For many of those packages it looks like the underlying issue is python3 hasn't been installed [00:09] http://paste.ubuntu.com/p/2zDfhvHKqy/ [00:09] Has anyone run into an issue with openssh-server removing .ssh/config file and failing to start the daemon? [00:09] TJ-: that is how my laptop is configured to function [00:09] i get generic fail codes so theyre not too helpful [00:10] also, even when I *did* have suspend working OK... it still consumed a substantial amount of battery life while in suspend mode... [00:10] anywhere from 25 to 50% would be lost over a 24 hr period IIRC [00:11] TJ-: 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:12] johannes: try "sudo apt install python3.6-minimal" [00:12] hey 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 interface [00:12] TJ-: no help https://pastebin.com/DeAYci8q [00:13] 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 resolved [00:13] johannes: oh, that is better news "python3.6-minimal is already the newest version (3.6.6-1~18.04)" [00:13] Yeah... Suspend seems to just be unreiable at best [00:13] Especially pernicious since if I close the lid... with handlelidswitch=suspend [00:13] oh I mssed that line in all the output! [00:14] you can't really tell if the laptop is suspended or not [00:14] so you put it away into your backpack... not knowing the laptop is still "on" [00:14] python3.6 --version Python 3.6.6 so that works [00:14] and kills the battery in a short period of time... only to later pull out your laptop to a 0% battery, and data loss [00:14] which I'm careful to save any important data before shutting hte lid... but still [00:18] johannes: I wonder if you can build on that to correct the python 3.6 situation [00:19] dpkg -l python\* | grep 16.04 | wc -l -> 23 [00:19] so at least 23 python packages not updated [00:20] includng ii python3.5 3.5.2-2ubuntu0~16.04.4 and ii python3.5-minimal 3.5.2-2ubuntu0~16.04.4 [00:20] wouldn't those be replaced by 3.6? [00:21] I wonder if i break more if i uninstall python 3.5 [00:22] has anyone seen a recent openssh-server update recently that broke the service? [00:22] johannes: confirmed: " sysop@x1804mini:~$ dpkg -l python3.5 >> dpkg-query: no packages found matching python3.5 " . [00:26] hrm, 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:29] and I end with qt again ... [00:30] i'm having an issue with openvpn on ubuntu 18.04 where after i connect to a vpn through gnome, i no longer have DNS [00:30] Package qtbase-abi-5-5-1 is a virtual package provided by: [00:30] libqt5core5a 5.5.1+dfsg-16ubuntu7.5 [Not candidate version] [00:30] johannes: python3.5 is installed alongside python3.6 [00:31] in reading up on this, it seems that 18 no longer uses resolvconf and uses systemd-resolved instead [00:31] however, knowing that has not led me to a path of being able to fix the DNS issue [00:34] TJ-: yeah, but xenial's 3.5 with xenial's dependants, which also depend on xenial's gtk and xenial's qt [00:35] any suggestions? [00:37] johannes: my point was you sohuld be able to install the python3.6 libraries alongside without removing any 3.5 [00:37] TJ-: yea, but I was trying to update "python3" the virtual package [00:37] but here is my attempt to go down he Qt chain: https://pastebin.com/je2DP9tk [00:37] malwar3hun73r: you're configuring the VPN via network-manager's connection editor (via the network icon > Edit Connections... ) ? [00:38] TJ-, correct [00:38] well, i first imported a conf file, but the conf file was not 100% correct so i made a few changes [00:39] that 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 cause [00:39] for what it's worth, i've used these config files and the same steps on 16.04 for years with no issue [00:39] 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 archive [00:39] just installed 18.04 today (fresh install) and am experiencing the issues [00:39] TJ-: any hint how i figure that out? [00:40] johannes: start with "apt-cache policy libexempi3" -- see where it is going to come from [00:40] malwar3hun73r: but is there a connection configured in network-manager? [00:40] 2.4.5-2 500 500 http://de.archive.ubuntu.com/ubuntu bionic/main amd64 Package [00:41] TJ-, yes, and i've manually specified the DNS servers in the config file [00:41] TJ-, the only option i have found is this: https://torguard.net/forums/index.php?/topic/1326-fix-dns-leaks-gnome-network-manager/ [00:41] TJ-, specifically, setting dns=default and disabling systemd-resolved (the second answer) [00:41] malwar3hun73r: what does "systemd-resolve --status " grep 'DNS Servers' " report? [00:42] seems like a work-around and i'd rather make this work as intended [00:42] if you disable systemd-resolved how is the system going to resolve? [00:42] TJ-, while connected or disconnected from VPN? [00:42] malwar3hun73r: whilst connected to the VPN, if that is when you lose DNS resolving [00:42] TJ-, not sure, but those steps work for me and DNS works while connected to VPN [00:43] ok, one second, let me undo those changes... [00:44] how do i remove a directory and its contents? [00:45] JFox762: With great care and sure you know what you are doing ' rm -R ' . [00:46] JFox762: "rm -r /path/to/dir" [00:46] i know not to do that with rm -rf / [00:46] lol [00:46] TJ-, that command reports two DNS servers, the correct external and correct internal [00:47] however, i just tried to nslookup www.google.com and received [00:47] ";; connection timed out; no servers could be reached" [00:47] malwar3hun73r: try "systemd-resolve www.google.com" [00:47] i needed to completely delete some gnome-extensions that have become corrupted [00:47] Im trying to install a 2nd Timezone clock on my topbar... [00:49] I keep getting "Error" when I install a Gnome Extension for "Panel World Clock [00:49] TJ-, the command has been hanging for 2 minutes now... [00:50] TJ-, 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 allowed [00:50] TJ-, ok, after 3 minutes i got "www.google.com: resolve call failed: All attempts to contact name servers or networks failed" [00:52] TJ-, this is 5 months old, but do you think this could be the issue [00:52] does anyone know of a good way to install a 2nd timezone time to the topbar? [00:52] TJ-, https://ubuntu-mate.community/t/dns-leaking-with-systemd-resolved-and-openvpn/16709 [00:55] is anyone around? [00:59] nevermind [00:59] figured it out [00:59] thats always good :) [01:08] Does anyone know what chatroom i should go to for help with the Steam Proton compatability tool? [01:08] Im trying to get a game to work with Proton [01:09] is it a steam issue or an ubuntu issue? [01:11] Im not sure [01:11] whats the issue? [01:12] im trying to play Niteteam 4.. [01:12] and.... [01:12] but it comes up with a dialogue error [01:12] do you have steam installed? [01:12] whats the error [01:13] https://pastebin.com/zHUqjsp8 [01:13] That [01:13] ok so do you have dx11 enabled? [01:13] i have no idea [01:13] so, 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 one [01:13] how do i check? [01:13] what kind of gfx card do you have? [01:14] none [01:14] it is an intel hd4000 [01:14] ah [01:14] what version of ubuntu? [01:16] run this in terminal sudo lshw|less [01:16] look for display and see what it says [01:18] http://paste.ubuntu.com/p/bksJr23tpz/ [01:20] !info libdouble-conversion1v5 bionic [01:20] Package libdouble-conversion1v5 does not exist in bionic [01:20] Trying 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/5f60707e25f5 [01:20] urgodfather: [01:22] johannes: ^ so, what shows ' apt depends libdouble-conversion1v5 ; apt rdepends libdouble-conversion1v5 ' . See if they can safely be removed ? [01:22] do this... uname -r [01:23] Bashing-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 :-D [01:23] seylerius, why use ndiswrapper? you would be much happier using a linux compatible wifi card. they are less than 10 buck on amazon [01:24] johannes: Good progress made ; Kudoes :) [01:24] the question is how i fix it .. :-) [01:25] and what exactly is broken [01:25] just saying, thats all :) its a PITA when it comes back to haunt you. [01:25] urgodfather: 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] urgodfather: did you check out my pastebin? [01:25] and usb is the only option? [01:25] I assume I installes stuff from ubuntu-toolchain-r-ubuntu-test-xenial [01:26] urgodfather: Yep. [01:26] jfox run the uname -r command [01:26] seylerius, yikes. got an old router? [01:26] Nope. [01:26] Operating on an extremely limited stockpile at the moment. [01:27] Also, onboard wired NIC is shot. [01:27] (well, I'm 85% sure of that) [01:27] why so? [01:27] what makes you suspect it? [01:27] can someone tell me how to inspect current dns servers in 18.04.1? resolvectl seems to be missing [01:28] johannes: "what exactly is broken" maybe ' sudo dpkg -C ' can tell ? [01:30] Bashing-om can i pm? [01:30] arg, 3:30am already ... I guess I go to sleep, and hope for a Fairy ... otherwise reinstall might be faster :-) [01:31] urgodfather: Support related best kept in channel - I am not the sharpest tool in this toolbox :P [01:31] dpkg -C just brings me back on top of the dependency chain with python, hud and nautilus [01:31] d1rewolf: ' sudo systemd-resolve --status ' lead ya in the right direction ? [01:32] Bashing-om: that's it. thank you [01:32] nah not support related [01:32] urgodfather: [01:32] ? [01:33] urgodfather: did you check out my pastebin [01:33] urgodfather: 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] jfox762, for the uname -r ? [01:33] ... no [01:34] do the uname -r please [01:34] thatwas for the sudo lshw|less [01:34] i saw that [01:34] can someone point me to how to use network manager instead of netplan on 18.04? [01:34] 4.15.0-36-generic [01:35] urgodfather: uname -r 4.15.0-36-generic [01:36] yep i see it, little out of date but not really bad [01:36] what is out of date? [01:36] my kernel? [01:36] d1rewolf: No getting awy from netplan ..in one of 2 forms . -server is expected to use systemd-networkd, and it's configured via netplan. [01:37] yes, they are up to 4.18 stable now if i remember correctly [01:37] do you update the kernel by just doing sudo apt update/upgrade? [01:37] Bashing-om: i'm on a desktop tho...any way there? [01:37] because... otherwise I have no idea how to update the kernel [01:37] want to use nm-tray etc, from i3 [01:37] nah [01:38] thats just regular updates [01:38] are you suppoed to update your kernel? [01:38] on a regular basis? [01:39] how do I install dpkg manually? [01:39] what files should I copy? [01:39] not always [01:39] depends on the reason, plus you have to consider compatibility [01:40] risk vs reward [01:40] ahh [01:40] so ... [01:40] d1rewolf: Desktop uses netplan to configure NetworkManager. Use the GUI to configure . [01:40] regarding the Dx11 [01:41] Proton compatability tool in Steam [01:41] how do i know if DirectX 11 is installed? [01:41] Bashing-om: hmmm...k. I'm running i3. any idea what that gui would be called? [01:41] how do I install dpkg manually? [01:41] what files should I copy? [01:41] and I presume, if I had to, I could use nmcli? [01:41] LuMint: dpkg -i file [01:42] d1rewolf: http://dpaste.com/0W4K4BX [01:42] doesnt work [01:42] well 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] d1rewolf: Not used i3 .. but I still expect there to be an icon in some task bar "network" . [01:42] LuMint: you need to specify the path to the file [01:42] full path [01:43] up to you. doing a kernel upgrade is usually safer b/c you can always boot into the older kernel if it doesnt work [01:43] Bashing-om: yeah....k. think i need to get nm-tray installed. thx [01:43] opensource drivers [01:43] oooohhh [01:43] nevermind [01:43] d1rewolf: doesn't work :( http://dpaste.com/2BZXKA1 [01:43] kernel then? [01:44] the 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] LuMint: no clue [01:44] d1rewolf: see, i have to unpack and install it *manually( [01:44] like, manually manually [01:45] how do install a newest kernel? [01:45] https://wiki.ubuntu.com/Kernel/MainlineBuilds [01:45] thats what I asked for. [01:45] i got a working dpkg install in a backup [01:45] it's an IMG i can mount as loop device. [01:46] the question is only, what do i have to copy [01:49] urgodfather: [01:49] JFox762: Latest updates ' sudo apt update ; sudo apt full-upgrade ' . [01:49] are kernel files huge? [01:49] im on a slow connection [01:49] 500kbps [01:50] oooofff [01:50] 125MB! [01:50] gonna be slow on a 500kbps [01:51] 30 mins ugh [01:51] JFox762: They are now .. yes .. 235 MB .. last I checked . [01:51] Im at work, and I have to use my wifi hotspot off my phone [01:51] and I'm throttled since I'm over my 15GB/mo allowance before you get throttled down [01:52] I wish there was a way to fool my ISP, into thinking that the data was being called from my phone vs my laptop [01:52] becausee Verizon doesn't necessarily throttle the phone speeds [01:52] just the hotspot speeds, if the hotspot went over 15gbs [01:53] if you go over 22gbs, on the phone's data... they throttle "as needed" [01:53] anything over 15gb on the hotspot... ets absolutely throttled to basically 3G speeds [01:53] 15 gb is a lot [01:53] lol not for my uses [01:54] My job is ... very boring [01:54] lol [01:54] so I watch a lot of netflix while at work [01:54] thats why [01:54] yes [01:54] i know lol [01:55] use 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] I could use transmission to download stuff [01:55] you dont have wifi at work? [01:55] and what does any of that have to do with a ubuntu issue? [01:55] no [01:55] they have wifi here [01:56] RoscoePColtrane, your right [01:56] but it is behind a login [01:56] my ISP has a lot of public wifi hotspots... [01:56] and I used to be able to access them [01:57] with my account ID and password... but recently they changed it so that only people with a much higher premium package can get it [01:57] can access it * [01:57] well, jfox762 like i suggested you can either try a kernel upgrade or opensource variant of the intel drivers. both have records of resolving the issue [01:57] which is really cheap on their part [01:57] if I use an open source variant of the intel driver [01:58] can it screw up my system? [01:59] theres always a possibliity. generally, no.. but your system isnt the same as mine, or as anyone elses. [01:59] JFox762: Intel graphics are in the kernel and are open source . bleeding edge for some cards on a PPA . [02:04] jfox762 if you would rather try just gfx, here https://www.techzim.co.zw/2017/06/tuning-intel-graphics-card-ubuntu-16-04/ [02:04] on that note im out [02:10] :( [02:13] network manager doesn't show any cipher keys (i.e. AES-256-CBC) for openvpn - what could cause this? === BgLamersTeam is now known as Dreaman [02:23] i must have messed something up - openssl is installed and openssl --cipher shows keys but nothing in the networkmanager openvpn dropdown box [02:24] i tried a re-install of all the networkmanager and openssl packages but still no-joy [02:26] i 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 again [02:27] unless someone has a solution - no hits on a web search for this issue [02:27] what is a kernel freeze? [02:29] eelstrebor: which Ubuntu versions? are you using network-manager-openvpn-gnome ? === granttrec1 is now known as granttrec [02:32] is ubuntu going to join the OIN patent system to make linux more legal ? [02:33] TJ-, bionic and network-manager-openvpn-gnome [02:34] clear [02:34] oops [02:37] hey [02:37] so ... [02:38] How do I install drivers for Intel HD4000 [02:39] JFox762: already installed [02:41] Oh [02:41] so how do I get DX11 on linux? [02:42] Im trying to get a game to run via Proton Compatability tool on Steam [02:42] and it comes up with this error message. [02:43] https://pastebin.com/sWcrvYV8 [02:46] 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] coz_: do you know if it will implement with Proton/Steam? [02:47] JFox762, I honestly don't however [02:47] JFox762, read that post, it may lead to other posts [02:48] JFox762, google dirctx 11 via wine staging steam [02:48] direct [02:48] coz_: [02:48] do you know what "run options" i should have? [02:49] err i mean launch options [02:49] JFox762, again, I don't, I rarely use wine at all [02:49] this isnt wine [02:49] it is the Proton COmpatability tool that Steam now includes inside of steam [02:50] basically it is like wine running in the background [02:50] of steam [02:50] JFox762, no, but dirextx11 i believe mut be installed via wine [02:50] JFox762, again, I don't use wine or steam , hold on a minute [02:51] JFox762, apparently thhe #steam channel is invite only [02:51] ?( [02:52] ???? [02:52] WHY? [02:52] lol [02:53] JFox762, yeah :( annoying [02:53] Hi, anyone knows why upgrade from 16.04 to 18.04 wants to remove Evolution and other software? [02:54] Colombo, I would assume new versions, or replacement apps [02:54] software applications change when upgrading [02:55] hmpf, is there way to not do it? [02:55] that's normal and nothing to be concerned about [02:55] well, I like my apps and settings. [02:56] Is there a way to keep them? [02:57] Colombo, mmm not that I am aware of off hand.. and some may not work on the upgraded OS [02:57] even if possible [02:57] besides the obvious way to keep them? [02:57] coz_: thanks, I guess that i will stay on 18.04 then:/ until I really need to. [02:58] RoscoePColtrane: what is the "obvious way to keep them"? [03:18] how do i know if a given PPA is "safe" [03:18] I.E. not created by a ... malicious person === Dreaman is now known as BgLamersTeam [03:22] https://github.com/ValveSoftware/Proton/wiki/Requirements [03:22] I'm following these instructions [03:22] it tells me to use a certain PPA [03:22] I assume i should trust it, since that Githubpage was create dby Valve [03:22] JFox762: Bottom line is that you don't . What reputation does the maintainer hold ? [03:23] sudo add-apt-repository ppa:paulo-miguel-dias/pkppa [03:23] That particular ppa [03:23] was listed on the page as a recommended ppa to add [03:23] !ppa | JFox762 [03:23] JFox762: 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-purge [03:24] brb [03:30] back [03:30] what is the casual ubuntu channel? [03:31] !casual [03:31] h mm [03:32] JFox762: #ubuntu-offtopic . [03:43] i got it to work now! [03:43] i just didnt have mesa drivers installed [05:23] Hello [05:26] I 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 ? === Schnabeltierche- is now known as Schnabeltierchen [06:10] Hi, 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:11] the only way I can get it to work is to select "Ubuntu on wayland" [06:11] any idea what can be the issue? [06:31] Denethr: your session is crashing for some reason. see ~/.xsession-errors [06:35] Triffid_Hunter, thanks. this is the file: https://paste.ubuntu.com/p/c6BGngY2qt/ [06:36] I can try to google those messages, but do you by chance see anything obvious? [06:43] I'm suspecting some issue with the nvidia drivers; i'll try to reinstall them [06:48] seems to work after puring all the nvidia packages (there were quite a few in broken state...) [06:52] yep everything is working fine now, thanks [07:13] removing the right click by default on the trackpad is super confusing [07:35] hello [07:36] i 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] works fine on xenial [07:36] and on trusty [07:42] woot - the jdk11 package seems to actually be 10! [07:42] Package: openjdk-11-jdk [07:42] Architecture: amd64 [07:42] Version: 10.0.1+10-3ubuntu1 [07:43] openjdk version "10.0.2" 2018-07-17 === aaron is now known as Aaron [07:56] hi, 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 it [07:58] is this a known service down time or what's going on? [08:01] kbroulik: try #launchpad [08:01] thanks, will do [08:03] does dropbox for linux work as well as it works on windows/macos? [08:03] i've used it on both oses, just not linux. (ive used it with rclone on linux in the past) [08:03] but i need always-on sync feature of dropbox, not periodic like with rclone [08:04] I 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] @mwsb, so it has the 'tick' icon on every synced file, and uploads any changes you made to other devices instantly? [08:05] that's pretty much what i'm curious about [08:06] I don't know what the "tick" icon is, but it seems to update instantly [08:06] I 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:11] mwsb, thanks. just what i wanted to hear. [08:11] cyanide: the filemanager integration (the "tick icon") depends on the filemanager you use, it works in nautilus at least [08:12] hmm, guess so. never thought of that. [08:14] well, so apart from missing out on autocad/inventor, i'm pretty much free to move back to linux. weee [08:30] seems like nautilus type search is very crash happy if you try to search outside home on 18.04 [08:31] I 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] Hi. 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] without amd64/ix86 support at all, just the x32 abi [08:44] Problem solved: sudo growpart /dev/sda 2# === alt156 is now known as alt155 [08:59] anyone know how you can get command line stuff to show while my computer is booting up? [08:59] like dmesg but just showing what's happening [09:00] not necessarily to log, just for the a e s t h e t i c [09:02] nevermind, it's called verbose mode, I just forgot, I think I figured it out. [09:02] illuminaughtyy, you'd remove quiet splash from boot parameter [09:17] how to know which config is currently being used by openvpn? [09:18] zetheroo: seems it uses /etc/openvpn/server.conf or client.conf [09:18] https://help.ubuntu.com/lts/serverguide/openvpn.html.en [09:19] EriC^^: yes, but that default directory is empty and yet there is a vpn connection active (tun0) [09:21] zetheroo, maybe check for the /etc/openvpn/server.conf file [09:21] Oh! I see EriC^^ suggested this already [09:22] You could check the process list... something like ps aux | grep -i openvpn [09:23] JimBuntu: perfect solution - found the process with the config in the command. Thanks! [09:23] yw === alt156 is now known as alt155 [09:31] hello. 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:32] ssh can liste to multiple ports in /etc/sshd_config search for port 22 and duplicate the entry for another port like 1022 [09:36] okay, thanks cim209 [09:41] hello. 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:42] ramsub07: 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:43] vlt: you mean you'd rather use git? [09:44] vlt: is there anyway I could browse those files on my nautilus ? [09:45] ramsub07: I wouldn't edit code on the remote server but that was not your question. [09:45] ramsub07: How would you browse the files on host A using nautilus? [09:46] ramsub07: Then do the same just use "B" instead. (sshfs is one option) [09:47] vlt: 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 easy [09:56] I 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:57] zetheroo: Maybe it expects .conf instead of .ovpn [09:57] Hi, 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:58] https://paste.ubuntu.com/p/ctdZTrMSKm/ [09:59] vlt: spot on! Tks [10:14] What 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:16] coconut: if you remove it using purge it removes the system configs but your user configs are untouched [10:17] interesting... :) [10:17] :) [10:22] I sometimes think the person that created the trackpad should be drawn and quartered. [10:49] Hi there! [10:49] sudo hangs just after I type in the password and press enter when in Gnome, but it doesn't it I do that from another tty [10:54] kikero: 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:57] kikero: syslog can also be helpful try to get syslog .. look at inside of /var/log and get te syslog from there [10:57] he left a while ago :p [10:57] gpunk: :p [11:08] to 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/8413 [11:11] nisankhindia, while a worthy question, not one for the support channel. Please see #ubuntu-discuss or #ubuntu-offtopic even [11:12] and perhaps wait for friday :) [11:33] Hi folks === 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 [12:09] I'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-linux [12:10] it 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:11] perhaps user samba don't have right on it ? [12:11] anonymous share [12:12] no user [12:12] set the rw permission for "user" [12:13] I'm doing chmod 0777 on this dir [12:13] and result is the same [12:13] 0777? [12:14] yes [12:15] never seen that. but I'm a home user [12:19] darutoko, try to chown nobody:nogroup the mountpoint [12:20] ok octal vs deccimal [12:20] decimal rather [12:23] ioria, it works now, thank you [12:23] Hey. 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:24] Akimb: go to #ubuntu+1 [12:24] darutoko, ok [12:24] gpunk, ok ;) [12:25] :) [12:27] moin [12:27] do you know a way to set *custom* tls-cipher in nm-applet vpn config section? [12:51] hi, 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 ? === william is now known as Guest12149 [12:52] hello. 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] grr12314: be carefull with vnc as its a security flaw [12:52] !vnc | grr12314 [12:52] grr12314: 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 !FreeNX [12:53] grr12314: try a more secure protocol [13:03] why do tutorials always advice creating a new user when running a service like docker or znc or postgresql [13:04] anchnk, that would be easy, systemsettings > displays, top row: 1 single display # gives 1 workspace on 2 displays [13:07] OerHeks, I think single Display only activate one or the other monitor isn't it ? [13:07] grr12314: remmina worksforme, if I can remember how to spell it [13:08] anchnk, you didn't try ?? [13:08] I did yes [13:08] ryan1: mild isolation; so you don't accidentally mess up the service and so the service can't mess up with your personal data files [13:10] anchnk, oh correct, the option you want is in gnome-tweak-tool > workspaces > workspaces span displays [13:10] !info gnome-tweak-tool [13:10] gnome-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 kB [13:11] OerHeks 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 it [13:11] that isn't the case by default [13:12] does someone here use CloudFlare logs API to store access logs locally on their own server? [13:12] oh, for app windows i have no clue, span automaticly [13:49] i have an old amd r9 270x gpu. how are the amd drivers? [13:50] are things like video decoding supported by the gpu drivers? [13:50] cyanide: we advice to test your hardware to try a liveusb, working good? => physical install [13:50] !amd | cyanide [13:50] cyanide: 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/AMD [13:51] cyanide: see also: https://linuxconfig.org/how-to-install-the-latest-amd-radeon-drivers-on-ubuntu-18-04-bionic-beaver-linux [13:52] cyanide: we did not see too much issues on amd graphics yet here on 18.04 [13:52] ok [13:52] will have a go [13:57] Hi, 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 ri [13:57] ght from the start. Can I "reinstall" 18.04.1 without wiping the old installation? What options to fix this do I have? [14:02] Azimoth, run: sudo apt update && sudo apt dist-upgrade # and you will have 18.04.1 too [14:03] OerHeks: I have 18.04.1 installed already, I'm trying to find how my installation differs from what the live image provides... [14:04] OerHeks: Or how to fix it without knowing what the reason was :D [14:04] I'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:07] FYI, 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:08] multifractal: 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/781236 [14:08] i mean gparted [14:10] https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1589028 [14:10] Launchpad bug 1589028 in parted (Ubuntu) "Improper blocksize set by usb-creator, leads to problems during formatting" [High,Confirmed] [14:12] multifractal: if i remember correctly (don't blame me!) you can just choose to ignore this situation. [14:12] alternatively, you could try to use a different utility, such as parted, fdisk or sgdisk [14:12] tomreyn: 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:13] Azimoth, iirc, the installer gives a reinstall option, but whatever you try, backup your data first [14:14] multifractal: glad it worked out. [14:15] OerHeks: 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:20] Azimoth, i am looking for re-install screen pictures, i cannot find one :-( [14:20] it should reinstall the system and leave your /home folder untouched [14:22] OerHeks: 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:44] !isitoutyet [14:44] Yes, it's out! Party in #ubuntu-release-party :) [14:45] 18.10 is out?! [14:45] ChunkzZ: not yet [14:45] Yes, it's out! Party in #ubuntu-release-party :) < bot needs updating. xD === MotorCrafter is now known as N3LRX === Spydar is now known as Spydar007 === underyx_ is now known as underyx [14:50] I 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 errors [14:51] By updated I mean that I ran apt-get dist-upgrade && shutdown -r now [15:01] Hi, 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.html [15:02] This 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. === Richard is now known as Guest85956 [15:03] When 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] sean:/usr/src/debian>bzr launchpad-login carlo@alinoe.com [15:03] bzr: ERROR: The user name carlo@alinoe.com is not registered on Launchpad. [15:04] What am I doing wrong? That IS what I use to login there - so why is it telling me it is not registered? [15:06] Aleric: your email address and your username may be different. [15:07] Aleric: go to your user page on Launchpad, in the URL, look for ~SOMETHING [15:07] the 'SOMETHING' is your usernam [15:07] use that instead of your email address with the bzr command line [15:08] Aleric: if you don't know your username you can't use launchpad-login and email address is typically NOT your username on Launchpad. [15:09] Aleric: if this is you, by the way... https://launchpad.net/~carlo-alinoe ... your username is carlo-alinoe [15:09] I found my user-id after logging in. [15:09] Yes, thanks :) [15:09] Now it says I have to upload an ssh key :/ ..hmm. [15:10] Hello 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 formating [15:11] mas886: so they both work fine? [15:12] tomreyn: Maybe I messed up writing there a little bit, iment tgat both programs gave me errors while formating [15:12] note that formatting refers to creating / preparing a file system, buzt these are primarily paritioning tools, which read and write to parition tables. [15:13] mas886: it'd be great to know the errors you're seeing. [15:13] but as tomreyn said, they call other utilities to do the 'formatting' steps, and those may be failing for various reasons [15:13] so seeing the errors would help. [15:13] So how couldIdebg the process, the error range I'm gettingis quite variated [15:14] mas886: start by providing the first errors they return, and we can walk through it from there. [15:15] Okay, re runing the process [15:21] Hmm [15:21] debug1: Skipping ssh-dss key /home/carlo/.ssh/lauchpad_carlo_dsa - not in PubkeyAcceptedKeyTypes [15:22] I just generated it :/ [15:22] Aleric: you should use RSA keys not DSA keys [15:22] and then you need to upload the public key to Launchpad [15:22] and then wait up to 15 minutes just to let everything sync [15:22] It says rsa or dsa. [15:23] yes I know what it says, but RSA is typically the 'standard' form to use nowadays === WannaHelp is now known as alien === alien is now known as WannaHelp [15:25] Now it looks like the formatting process got stuck [15:31] teward: Is there a way to tell bzr to connect to another host than bazaar.launchpad.net? [15:31] tomreyn 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 partitions [15:31] Aleric: no. [15:32] Ok, I got the authentication working :). [15:32] Now I get: [15:32] sean:/usr/src/debian>bzr branch ubuntu:bionic/libtool [15:32] bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/bionic/libtool/". [15:33] What I'm trying to do is get the source code of libtool - so that I can add a patch. [15:34] (still following http://packaging.ubuntu.com/html/patches-to-packages.html) [15:35] Sorry, I never used bzr before - I just installed it. I normally use git. [15:35] I don't see a bzr clone? [15:35] Aleric: bzr was retired in favor of git [15:36] ... === babyflakes is now known as 32NAAER2O === emerson is now known as 07IAAJ8B3 [15:36] I hate websites with documentation that are just plain wrong :( [15:36] Aleric: s/wrong/in the process of being changed/ [15:37] So, how would I get the source of libtool? === ylli_ is now known as ylel9 [15:37] Aleric: time to read https://code.launchpad.net/ubuntu/+source/libtool and see the 'git clone' commands at the top. [15:37] you 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 git === 32NAAER2O is now known as babyflakes [15:45] How long until 18.10? [15:45] over nine thousand miliseconds! [15:45] coconut: We are volunteers here, we don't have those answers. [15:45] lol [15:46] that's a very social way of seeing it. [15:48] 18.10 is "expected" to be released tomorrow (depending on your timezone) [15:49] teward: is quilt still being used to apply patches? debian/patches is still there. [15:49] thnx JimBuntu. [15:49] Seems a bit silly to use quilt when you're already using git :/ === SimonNL is now known as SimonNL_Afk [15:50] Aleric: yes, quilt is used by debhelper and the package builders to apply packages. [15:50] VCS and package builders are 'different' :P [15:51] s/apply packages/apply changes outside of the debian directory to the source code of the application/ [16:00] teward: http://packaging.ubuntu.com/html/patches-to-packages.html also mentions (under 6.2. Adding a New Patch): bzr add .pc/* [16:00] That seems weird, since .pc isn't in git at all. === peterandre_ is now known as peterandre [16:01] Isn't it enough to only add debian/patches/lt-gdb.patch (my new patch) and debian/patches/series ? [16:02] Hmm, my .pc is empty. [16:03] After 'quilt push -a' it is filled - but it's not OK to add it to git I think. [16:05] (Nor to bzr before - that seems to be just a bug on the webpage) [16:06] Aleric: again, outdated system. [16:06] outdated documentation* [16:12] isn't ubuntu distributed development transitioning from bzr to git anyway? [16:13] yes that's what teward is telling me all this time :p === BgLamersTeam is now known as Dreaman [16:13] guess who has two thumbs and is not reading the backlog? [16:16] mgedmin: you :p [16:23] How should I build the package now? ... following http://packaging.ubuntu.com/html/fixing-a-bug.html also fails. [16:23] sean:/usr/src/ubuntu/libtool>debuild -S -d -us -uc [16:23] [...] [16:23] dpkg-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} === ylli_ is now known as ylel9 [16:31] Guess I'll just run DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)" debian/rules build-arch === SimonNL_Afk is now known as SimonNL === Class7_ is now known as Class7 [17:11] it is grill time again https://i.imgur.com/EKJbksK.jpg === Dreaman is now known as BgLamersTeam [17:22] hey 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] because i dont want to keep rebooting lol [17:22] what files do i check to make sure its gonna happen? [17:23] and what should those files say? [17:23] i know /etc/mtab should have an entry at the bottom of an overlay of some sort and union or unionfs [17:24] could 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] or was it the lack of a newline in my persistance.conf? [17:26] anybody here has installed Openstack with Ubuntu ? Like to talk on sideline [17:34] tomvolek: try asking your specific question in #ubuntu-server [17:34] tx === sauvin is now known as Sauvin [17:43] is there an option somewhere to remove the application icons that Gnome puts in the top-right of each window? [17:44] like the poorly-scaled one in the top-right of this terminal window: https://i.imgur.com/XD0C6uZ.png [17:48] maybe there's a gnome extension which can hide it. [17:48] IIRC gnome tweak tool can move those icons around [17:48] I haven't found one yet, but I'll keep looking. Can't seem to find a dconf-editor setting or anthing [17:48] anything* [17:49] gnome tweak and dconf can both move the close,max,min icons, but I don't see anything for the app icon [17:50] oh i got you wrong then, thought you were referring to those. [17:51] i dont't actually have that app icon [17:51] is this gnome 3? [17:52] It 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] which terminal emulator is this? [17:52] Yea, gnome 3. And it's just gnome-terminal [17:54] hmm i dont see that icon on gnome3's gnome-terminal, even with the menu bar hidden [17:55] the icon comes from Numix-Circle. Yours may be the default icon or something different. [17:57] i 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 typing [17:59] nicomachus: yes, probably default https://i.imgur.com/AmmvgOz.png [18:00] oh yea, that's very default. :) [18:01] I'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. Restarting [18:01] caja 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:02] yikes, that was rather extensive. Sorry, not sorry. :D :) [18:02] i 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 right [18:02] hi there channel :-) [18:02] that seems unusual, tomreyn [18:03] nicomachus: i assume it's a side effect of one of those extensions... [18:04] [18:05] https://i.imgur.com/SbMCAOO.png is the ones i have [18:05] sorry [18:09] tomreyn: can't find any extensions for that. Surely there's a setting somewhere... or some config file I can modify [18:11] nicomachus: maybe try asking in a gnome channel or in #ubuntu-desktop [18:16] got 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:24] it gets blocked in booting process, press space bar or enter key.. [18:25] and again have to type current user pwd [18:27] gessss sony vaio vgn-bz11en [18:28] is anybody there to give a clue, please? [18:29] !patience | dury [18:29] dury: 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:30] https://paste.centos.org/view/a347581c#ZzHTWQYT7Pl7VFObkLYsKIe8yMZ2TXvL [18:32] a 700GB disk is seen by df as 1.4TB === rud0lf is now known as \r\n === \r\n is now known as rud0lf [18:36] cognition: you're using centos , this channel is for ubuntu [18:36] cognition, no it does not. and what linux is this? [18:36] the 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:38] ikonia, what about my issue, what u think ? [18:39] dury: I've not looked at your issue [18:39] ok [18:41] dury, maybe it is the same issue, use 'nomodeset'?? https://ubuntuforums.org/showthread.php?t=1487383 [18:43] gambl0re: you may check in dconf-editor and search for "clock", then make sure the correct toggles are on. [18:52] OerHeks - Sony Vaio S Series. VPCS117GG is older than sony vaio vgn-bz11en or what? [18:53] dury, maybe, but it could be your solution too [18:53] hold shift @ boot, press e to edit for this boot only, and try out? [18:54] OerHeks: Ubuntu 16.04.3 LTS [18:54] I've installed beaver bionic 64bits [18:55] in that sony I've mentioned [18:56] cognition, better ubuntu 16.04.3 lts in this sony vaio? [18:57] dury? This issue is on the dell platform [18:58] cognition, what's the url then? [19:05] the manufactureer of your laptop isn't going to matter in 99% of issues, guys. [19:09] is there any benefit of using HTTPS if the connection to the webserver is encrypted with a) IPsec or b) OpenVPN? [19:10] besides being able to send a client cert. === jstein_ is now known as jstein [19:18] Hi 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:42] I'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 s [19:42] o it's probably a wrong one.) [19:43] using xenial [19:44] or is there an easier way to make my notebook act as a bluetooth keyboard? [19:46] 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 packages [19:46] Sven_vB: what you describe sounds like the system had a mismatch of packages [19:47] TJ-, yeah the version was off by one in the 3rd number (patch probably) [19:48] I'll try compiling the binary in a chroot and copying it out, maybe it works. [19:52] lesson learned: next time apt suggests to downgrad something, I'll cancel and retry in an overlay fs chroot. [19:54] does anyone know how can i recover a shift + deleted folder? my file system is ext4.. [19:58] sfdebug, 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] sfdebug: Might consider ' extundelete ' . [19:59] as for the overwrite protection, maybe a read-only remount will do as well, if that's easier for you. ;) [20:08] Hi [20:57] Im 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? [21:06] so I want a executable in my path [21:06] should i move it to ~/bin or somewhere else? [21:07] do `echo $PATH` [21:08] so it is in .local/bin? [21:08] and : is the separator? [21:08] yep [21:08] The app's instructions asked to move it to ~/bin [21:08] it is non-standard, no? [21:08] that's unlikely === N3X15_ is now known as N3X15 [21:09] yep. you can move it to /usr/bin or create a new folder in ~/bin and append that to $PATH [21:09] no I'm good with .local [21:09] ericek111, thanks man :D [21:10] you'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:15] okay... [21:15] still lot to learn about these standard procedures [21:34] Hello, 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:35] I know it says I should do something on Windows, but I wanted to ask here first. [21:36] `sudo ntfsfix /dev/sdb1` [21:37] Will it remove my data? [21:37] no, it will try to repair the partition (e. g. broken journal, header) [21:38] NTFS is prone to stuff like that. Well, made by Microsoft, can't expect any better. [21:38] Thank you, it worked! :) [21:38] :] you're welcome [21:46] hi, I'm considering using snap to install docker --- it seems to work fine on my servers [21:46] but Im having second thoughs, if I have investigated this enough [21:46] are there any common downsides to using snap? [21:46] e.g. application performance issues? [22:13] Hello hello === 07IAAJ8B3 is now known as emerson [22:22] urgodfather, hello me compadre [22:29] hello, 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 frequent [22:31] 1. fix your Python code :D [22:31] 2. while true; do python3 stuff.py; done [22:38] ericek111: is there any complication if I use option 2? === kunwon1_ is now known as kunwon1 [22:43] elisa87, it's dirty, but it works. [22:43] If I were you, I'd fix the code and make a proper daemon/service instead. [23:06] 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:08] Good 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] The staff, of course, barely know what wifi is. sigh. [23:12] Hm, same results under chrome as firefox, slightly more info: wifi.einetwork.net’s server IP address could not be found. [23:12] DNS_PROBE_FINISHED_NXDOMAIN [23:16] hello 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.... please [23:16] trying 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:29] Sven_vB: "apt-cache policy libbluetooth" [23:29] !info libbluetooth xenial [23:29] Package libbluetooth does not exist in xenial [23:29] !info libbluetooth3 xenial [23:29] libbluetooth3 (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 kB [23:30] apt-cache policy only finds 5 and 5.1 === fishfox__ is now known as fishfox [23:47] hello hello [23:48] hi [23:50] So, 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] whats the new cve? [23:50] hadnt seen it [23:50] https://www.libssh.org/security/advisories/CVE-2018-10933.txt === Tara_q is now known as Tara [23:51] * urgodfather drops jaw [23:52] @urgodfather sure. [23:52] thats no bueno [23:52] that said, some interwebzians are saying that "vanilla" isn't affected. [23:52] that sshd isn't using libssh... but ... [23:52] still trying to sort it out. [23:52] is 18.10 out or later today? [23:54] yeah, that is no bueno. interesting approach lol who woulda thunk [23:54] So presumably an apt candidate package isn't currently installed? [23:57] this 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] mustmodify: [23:58] @hggdh? [23:58] NerdTheThird: I've written a bash command to watch the download page to be updated [23:58] L00P3X did you read the readme? [23:58] soffy. USN-3795-1 and USN-3796-2. Sorry for the contextlessping [23:59] https://paste.ubuntu.com/p/nHkRhY2nzY/ [23:59] lmao really? that's amazing berglh [23:59] darn! mustmodify ^ [23:59] probably should sleep longer [23:59] i want to seed the torrents