[00:01] I rebooted and again it's waiting five min for network interface? [00:14] Hi I have a weird issue with my ubuntu 17.10 installation. I clicked Reset All in the Keyboard shortcut settings and now my keyboard multimedia key are not working [00:16] When I hit the play/pause button I see an icon appear on screen, it's a circle with a line in it, like it doesn't recognize the key anymore [00:16] Any info on how I can restore the normal behavior ? [00:27] got to be a way i can stop this 5 min wait on boot [00:35] hi, i apparently have a crappy wifi card in a laptop, i've tried several distros, all act the same...after so many minutes of inactivity, laptop loses connection...so i'm wanting to write a simple bash to ping router(192.168.1.1) every 30 secs in the background...so, can 'ping' only do a single ping or does the ping command continue to ping until it's stopped? [00:38] ping usually does 4 times man ping [00:40] aah, found the paramter, ping -c 1 = 1 ping [00:41] so putting this in a loop with a sleep 30 should do the trick [00:48] slee: ping -i30 192.168.1.1 [00:49] -i30? [00:49] that will ping every 30 seconds? [00:49] any one know of an alternative to NFS? I have been trying for hours and reading countless tutorials but always get the same "permission denied" error message [00:49] i'll give it a shot, thanks [00:50] file sharing? samba? [00:50] I have 2 ubuntu servers no GUI slee [00:50] sshfs [00:51] Ill give that a shot Ben64 [00:51] thanks [00:52] Oh before I go any further lol does sshfs have to be installed on both machines? Like a client/server setup? [00:53] cool, the -i30 will work great, thanks again, Ben64 [00:55] anyone know if gprof 2.28 in 17.04 has a problem where it doesn't work at all? I can't get it to output any call graph data [00:59] AurorasAura: just needs an ssh server and client [01:01] Well it worked with a lot less hassle Ben64 but it only mounts my home directory [01:01] you can choose the directory [01:02] Lol....forget I said anything lol hence the home directory "sudo sshfs -o allow_other,defer_permissions root@xxx.xxx.xxx.xxx:/ /mnt/droplet [01:03] Sorry I have spent hours messing around with this and was about to go psycho! Thank you so much Ben64 this took like 10 min compared to nfs [01:03] no problem [01:04] ssh is great, not the best speed, but it works as long as you already have ssh and an account already [01:04] but it is encrypted and secure [01:06] Last silly question adding the mountpoint to fstab.... sshfs#root@xxx.xxx.xxx.xxx:/ /mnt/droplet" How do you add a password [01:09] AurorasAura, i haven't messed with fstab/ssh, but i do have a samba drive in fstab with a password [01:10] /192.168.1.1/usbtest/mediacenter /home/slee2/mediacenter cifs credentials=/home/slee2/.smbcredentials,iocharset=utf8,sec=ntlm 0 0 [01:10] pointing to a file with the password: credentials=/home/slee2/.smbcredentials [01:12] Ah... thats useful slee Thank you :) [01:16] AurorasAura: i'd just use a ssh key [01:19] I would but am a newbie Ben64 dont really know how [01:22] easy mode -- ssh-copy-id [01:26] Can a Ryzen 1300x with 8GB ram handle Kubuntu or should I use Xubuntu? [01:26] I prefer KDE but I know it is harder to run [01:28] uh a ryzen 1300x can handle any DE [01:28] Ah okay, nice [01:59] has anyone else had cpu spikes leading to freezes, on ubuntu server 17.10? not sure why other OSes dont freeze but ubuntu does all of a sudden. worked fine the first few weeks and it happens on every fresh install I try [02:31] I disable dim screen in power options, but when on battery it still dims after about 15 seconds. How do I really disable this option? [02:36] i'm using 17.10 [02:57] found this and adjusted idle time out to 300000 and that fixed it: org -> gnome -> settings-daemon -> plugins -> power [04:21] I updated to 17.10. Somewhere in the process of changing my dm and updating, ~/.local/bin got removed from my path. I tried adding it in to /etc/environment, but I'm guessing it doesn't resolve the ~. Any idea how it got removed, and how to add it back in? [04:24] normally it's ~/bin/ that's in path [04:25] and you shouldn't be messing with /etc/environment [04:26] This SE question seems to suggest it should be in path in ubuntu: https://unix.stackexchange.com/questions/316765/which-distributions-have-home-local-bin-in-path. [04:27] well that page tells you where it's defined [04:28] can't you just like reinstall ubuntu-desktop and correct any of the missing core files? [04:28] Toadisattva, desktop is not core. [04:28] ah in that case remove desktop from there [04:28] apt-get ubuntu do it? [04:28] it wouldn't fix something in the home directory that was modified though [04:28] oh I see [04:28] true ^^^ [04:28] Not sure if this is helpful: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562 [04:28] Launchpad bug 1588562 in bash (Ubuntu) "Please add ~/.local/bin to the default $PATH" [Medium,Triaged] [04:29] should i try apt-get ubuntu? [04:30] invalid operation [04:30] I skip listing sudo but if not root obviously that needs to be there [04:30] not sure that's the best way to correct it though [04:31] * Toadisattva pretty linux noob [04:31] feels like a strange fix, hesitant to do it unless you're sure [04:32] it's basically a reinstall the core OS move [04:33] there are surely better/simpler route [04:33] but I don't know them [04:33] hehe [04:33] doing so from a live system sounds highly questionable. I would think perhaps booting a live USB, chroot to the system then reinstall would be safer. Ben64 what say ye? [04:34] Hello, I making a customice ubuntu release and can make the resolvconf work when it is installed. Any clue ? [04:35] anyone on 17.X who can confirm whether ~/.local/bin is in their path? I'm thinking this isn't unique to my system based on that bug report. [04:49] JoshuaD: just edit ~/.profile ... [04:53] @Ben: Oh yea? Will that work system wide? I thought that only affected consoles [04:54] @Ben: it's already there "PATH="$HOME/bin:$HOME/.local/bin:$PATH" [04:54] maybe [04:54] home appears to be properly set: echo $HOME -- /home/joshua [04:55] what are you running not in a terminal [04:55] little scripts like "move-monitor-to-other-screen.sh" and "lock-screen.sh" with keyboard hotkeys. I have already changed them to point to the full path, but I dunno, I liked having a bin directory I could mess around in. It has come up a few times [04:56] Seeing it change made me feel like I broke something [04:56] *move-window-to-other-monitor.sh lol [04:56] scripts would use .profile [04:56] once they're launched, but not when i'm launching them [04:56] yes they would [04:57] keyboard entry used to be "lock-screen.sh" and it worked. If I try that now I get an error saying it can't find it. Now it's "/home/joshua/.local/bin/lock-screen.sh" [04:57] "Failed to launch shortcut -- failed to execute child process "lock.sh" (no such file or directory)" [04:58] ugh, sorry I have to run. Mini emergency at the house. Thanks for chatting [04:58] JoshuaD: why not use /usr/local/sbin, on my no 17.x install it's there and empty [05:03] should use home dir [05:30] daitianshou: best not join irc as root [05:30] daitianshou: logout and come back as a user [06:00] If anyone is available and willing to help, can you please point me in the right direction? I'm trying to install Wine, but I'm having hella problems. [06:00] http://codepad.org/CDM68CnW [06:00] lets c [06:01] bmatt: did you add external ppa's in the past? [06:01] i've tried, but kept receiving a 404 error during apt-get update. i haven't had this problem this time [06:02] i tried adding a ppa suggested by a website that i read...and then my OS said it was deprecated and gave me some commands to run [06:02] bmatt: wich ubuntu version are you on? [06:02] Linux bmat 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [06:02] eh..is that helpful? [06:02] bmatt: lsb_release -a [06:03] No LSB modules are available. [06:03] Distributor ID: Ubuntu [06:03] Description: Ubuntu 17.10 [06:03] Release: 17.10 [06:03] Codename: artful [06:03] bmatt: ok check your sources list, and see if it shows an external ppa link? [06:03] !ppapurge | bmatt [06:03] bmatt: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [06:05] lotuspsychje: yea but, i need ppa to install wine? [06:06] according to 138234 articles online [06:06] bmatt: no, but lets c first if you have ppa's added, if thats why you got unmet dependecys [06:06] hold on [06:07] http://termbin.com/ir3b [06:07] lotuspsychje: that's my sources.list [06:08] bmatt: did you add a wine ppa or so? [06:08] lotuspsychje: i issued this command: sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' [06:09] after being advised to do so by my OS. [06:09] bmatt: wine is in main repos from ubuntu, so you didnt need to add wine ppa [06:09] !info wine [06:09] Package wine does not exist in artful [06:09] hmm [06:09] lotuspsychje: there are sixteen trillion wine packages. [06:09] !info wine-stable [06:09] wine-stable (source: wine): Windows API implementation - standard suite. In component universe, is optional. Version 2.0.2-2ubuntu1 (artful), package size 49 kB, installed size 181 kB [06:09] ah tnx Ben64 [06:09] np [06:10] i've just been goggling "install wine ubuntu" [06:10] i've tried it with the regular repos...no luck [06:10] bmatt: so sudo apt install wine-stable would have done the trick officially [06:10] nah man [06:10] same issue. unmet dependenaniciseifsie [06:10] i've been at this for hours, lol. [06:10] bmatt: try removeing that ppa first [06:10] i did. [06:11] but i'll try again. [06:11] and sudo apt update [06:11] it's because you have 3rd party stuff going on [06:11] nah man [06:11] i don't. [06:11] bmatt: a clean ubuntu without ppa's usaually dont give unmet dependecys [06:12] lotuspsychje: funny..because i tried installing wine from the repos before ever adding a PPA as soon as i freshly installed Ubuntu [06:12] and got the same error. [06:12] the only thing i had installed was irssi and qtorrent [06:12] bmatt: with wich command? [06:12] sudo apt-get install wine-stable-amd64 [06:12] or something similar [06:12] bmatt: you can check history in terminal [06:12] it was sixty years ago [06:13] ubuntu didn't exist 60 years ago [06:13] it's called a hyperbole, but anyway.. [06:13] so there are no ppas. updated & upgraded..0, 0, 0, 0 [06:13] still cannot install wine. same error [06:13] its called making things up, theres no way to help you if you're going to be doing crap like that [06:13] bmatt: remove the ppa from wine, sudo apt update and try again [06:13] i just did [06:14] Ben64: it's called rhetoric. [06:14] bmatt: sudo apt install wine-stable [06:14] lotuspsychje: same error. [06:14] lotuspsychje: let me verify -- does removing the extra lines from sources.list remove the ppa? [06:14] after updating. [06:14] no [06:14] oh. [06:14] ppapurge [06:14] alright let me try that previous suggestion [06:14] yea..i'll do that. [06:15] lotuspsychje: are there any specific flags or arguments i need to use while issuing that command? [06:16] !ppa-purge [06:16] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [06:16] ...oh. i'm not really sure which repository name it is :x [06:17] bmatt: check the wine site you added it from [06:17] most sites will give you proper format [06:17] sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' [06:17] that was the command...so? [06:18] wine-builds? [06:18] sigh. this is idiotic. [06:18] bmatt: no read the line, it has to be ppa:repo-name... [06:19] wtf is the repo name? [06:19] wine-builds [06:19] bmatt: your the owner of your system, we advice not to add external ppa's [06:19] dude [06:19] fuckin ubuntu SUGGESTED it [06:19] what are you even talking about [06:19] no it didn't [06:19] bmatt: stay cool plz [06:19] ubuntu doesn't go hey add this random repository [06:19] yea but it's not making any sense and i'm frustrated [06:19] hold on, i'll show you [06:20] bmatt: ubuntu is your system, not the internet.. [06:20] lotuspsychje: http://codepad.org/OG5JTOHd [06:20] there you go. [06:21] i issued a command from a tutorial i found online. i was advised not to do that once i issued it...so i didn't. [06:21] and i issued the commands that were recommended. [06:21] thats a 3rd party repository telling you to use another 3rd party repository ... [06:21] oh [06:21] well crap [06:22] well in any case, i issued those three commands [06:22] and ..here i am. [06:22] are you even on ubuntu [06:22] lubuntu [06:22] i'm a slackware guy. this all new to me, and it's for my little brother. [06:23] i don't understand these things :x [06:23] sudo ppa-purge https://dl.winehq.org/wine-builds/ubuntu/ [06:23] Hi! I use Ubuntu 16.04 along with Windows 10. Last night I went to sleep without shutting down my laptop and the charger was unplugged. In the morning when I tried to turn it on, Ubuntu went to emergency mode showing the following msg: '[42.035400][powerplay] VBIOS did not find boot engine clock value in dependency table. Using memory DMP 0!' Now I am using Ubuntu from recovery mode > update GRUB > Resume. Any way to fix it w [06:23] maybe [06:23] bmatt: did you read this part: !!! PLEASE NOTE THAT THIS REPOSITORY IS DEPRECATED !!! [06:23] Ben64: i tried that :( [06:23] lotuspsychje: nah, i missed that part somehow =/ [06:23] although if you haven't installed anything from it you could remove it from sources.list [06:23] Ben64: i did that. [06:23] pastebin 'sudo apt update' [06:23] Ben64: still same issue when trying to sudo apt-get install wine* (anything) [06:23] k hold [06:24] !recovergrub | arifuzzaman [06:24] arifuzzaman: Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub [06:25] Ben64: http://codepad.org/uyTCn6if [06:26] you still have it in there [06:26] what! [06:26] in sources.list? [06:26] line #8 [06:26] hmm [06:27] you're also missing a few repositories [06:27] Ben64: crap. i missed something [06:27] what should my sources.list look like? [06:27] i try using the GUI thing...but it doesn't make sense to me [06:27] the software updater thing [06:28] what gui thing, what did you change [06:28] i didn't change anything [06:28] hold [06:28] well, you did, because that's not standard [06:28] negative [06:28] it seriously shouldn't be this hard to install wine [06:29] it isn't [06:29] yes sir [06:29] it is [06:29] i just installed 17.10 in a vm, installed wine while we've been talking [06:29] zero problems [06:29] sigh [06:29] anyway [06:30] so pastebin me your sources.list. [06:30] either you did something to change the repos, or you aren't running ubuntu, or you're using a exploited version of ubuntu [06:32] !sources | bmatt [06:32] bmatt: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [06:34] Ben64: are you high on crack cocaine again? [06:34] that's helpful [06:34] this ain't my first rodeo, brother. [06:34] anyway screw it [06:34] i'm too drunk anyway. [06:34] however, Ben64 and lotuspsychje, I genuinely do appreciate your attention and your support. have a good evening, lads. [06:35] im gonna eat some hotwings and shit my pants [06:39] @bonelifer: re: previous conversation. I don't know. I was more worried I broke something. In 16.10 /.local/bin was in path. After messing around a bunch and upgrading to 17.10, it wasn't in path anymore. I could change into some other directory easily, but why did it change, and was it supposed to? [06:39] (and if not, can I fix it?) [06:39] JoshuaD: you can add /usr/local/bin back to path if that's your kind of thing [06:40] @jerichowasahoax - Sure, how? I don't just want to do it for shell sessions. I'd also like for it to be there for things like application finder [06:41] That'd be great. :) [06:41] JoshuaD: i'm booting up my 17.10 instance right now to poke into that for you [06:41] <3 <3 [06:42] could always cheat maybe... ln -s ~/.local/bin ~/bin [06:42] Ben64: nah, lets do this right [06:43] not so attached to cheat. If ubuntu has gotten rid of the ~/.local/bin directory then I'll just move to ~/bin [06:43] i don't think ubuntu has ever used ~/.local/bin [06:43] Basically trying to figure out if it's a bug that I should work around until it's fixed, or if it's a design decision that I should embrace [06:43] it's not on any of my systems [06:43] JoshuaD: ~/.local/bin isn't actually part of any standard I'm aware of [06:44] https://www.freedesktop.org/software/systemd/man/file-hierarchy.html [06:44] Systemd apparently specifies it [06:44] and it was included on my 16.10 automatically. I think. Not 100% sure. I may have edited it in a year ago, but I don't think so. Especially because I don't remember how to do that now [06:45] JoshuaD: it may be sufficient to include it in ~/.profile [06:45] well it's not in 16.04 or 17.10 [06:45] export PATH="~/.local/bin:$PATH" [06:45] if your shell supports it, some sort of script that warns you the file exists in ~/.local/bin would be advized [06:46] @jerichowasahoax: that will work for shells, but not for things like applauncher. Really, it's sounding like maybe the thing I want isn't standard, and I have no attachment [06:46] I can confirm it's not on 16.04 or 17.10 on either of my machines, so maybe I did something and forgot. If so, i'll just use ~/bin [06:46] JoshuaD: did you log out and log back in before trying it? [06:47] JoshuaD: because if not, then your application launcher would have been using the old profile, so of course it wouldn't work ;-) [06:48] I'll give it a shot. What file? [06:49] JoshuaD: ~/.profile [06:50] its there already, pretty sure by default. [06:50] and have you logged out and logged back in since putting it there [06:50] i didn't put it there. [06:50] that is the important part [06:50] yea, i hear you. I'll do it again just to be 1000% sure, but I didn't edit this in [06:50] brb [06:51] Hey guys! [06:52] JoshuaD: well it's definitely not default, so if you definitely didn't edit it in, I wonder who else may have access to your files... [06:53] I have a question about advanced startup [06:54] I notice when I boot it shows the grub menu [06:54] @jerichowasahoax: I may have edited in in the past, couldn't say for sure. Maybe that's how this started a year ago. [06:54] @jerichowasahoax, logout/login no change [06:54] and it has two options in advanced startup (regular ubuntu wont boot, just purple screen) [06:54] and there is ubuntu generic .40 and .28 [06:54] .40 wont boot [06:54] but .28 will? [06:54] think i'll just use ~/bin. Guessing I must've forced this a while back. No reason to force it [06:55] JoshuaD: well i guess your graphical login environment isn't sourcing ~/.profile :V [06:56] is it supposed to be? [06:56] JoshuaD: I'm not sure exactly where all the environment settings are in 17.10, I'm mainly an Ubuntu server user (and putting it in .zshrc works for me :V) [06:56] Let me try that. I'm also using zsh. [06:58] Zensei: tell us the whole story plz? [06:58] Zensei: ubuntu version? what happened? [06:58] I have xubuntu on my asus laptop. The wifi is autodisconnecting frequently. How do I solve this? [06:59] xvtz: are you chatting from the computer right now hardwired to the network? [06:59] lotuspsychje: ubuntu 16.04 LTS [06:59] Zensei: up to date to .3? [06:59] xvtz: chipset and driver and xubuntu version? [07:00] tatertots, No, right now the wifi is working, but about every five minutes or so, the wifi disconnects and then reconnects again. [07:00] JoshuaD: it may be possible to add "$HOME/.local/bin" to the global path in /etc/environment, though I'm not sure if $HOME is defined by the time that file is read [07:00] I just booted from flash, did some updates, soft reboot, purple screen [07:00] did hard reboot [07:00] then grub [07:00] and then aforementioned shit [07:00] whoops [07:00] poop [07:00] oh he disconnected [07:00] !note [07:00] xvtz: probably realtek..open terminal [07:00] not up to date afaik [07:00] xvtz: sudo apt install inxi pastebinit [07:00] i tried [07:00] xvtz: let me know when its done [07:00] lotuspsychje, chipset 03:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01) [07:01] xvtz: xubuntu version? [07:01] xubutnu 16.04 LTS 32-bit [07:02] xvtz: lsb_release -a [07:03] I was disconnected just now. [07:04] Zensei: try update system via recoverymode? [07:06] !atheros | xvtz [07:06] xvtz: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [07:06] xvtz: check if system is up to date lsb_release -a [07:06] lotuspsychje, No LSB modules are available [07:07] xvtz: did you -a [07:07] yep [07:09] lotuspsychje, I did -a [07:09] http://paste.ubuntu.com/26039604/ is my lspci result [07:10] I was upgrading Ubuntu and the updater frozen. I had to restart, now I cannot boot, I get a black screen with a pointer arrow. I canot SSH. :( [07:10] What can i do? [07:37] hmm [07:37] computer fixed itself XD [07:49] is it possible to upgrade packages via the “try ubuntu” gui from the loader? [07:50] had a update failure with all sorts of issues cant get networking etc in safe mode [07:55] are you trying to access a network via a usb boot of ubuntu? [07:59] I have terminal access again! :) [08:08] aynone around? [08:08] I am [08:09] just doing the casual NEVER USED LINUX BEFORE shine of a new os [08:10] hmm? [08:10] heh [08:10] windows user [08:10] just decided go on ubuntu [08:10] Joshua, I had the updater crash when updating to a new version. I repaired with dpkg under safe mode and was able to boot after only getting a black screen with pointer. Will updating packages now be sufficent or should I try to upgrade the entire install? [08:12] ¯\_(ツ)_/¯ I'm no expert on ubuntu. If it were me, i'd try working from where you are. Get to a tty, try figuring out where things are breaking, try fixing it there. [08:12] did you try hitting ctrl + alt + f2 / f3 / f4? [08:12] after getting to the blank pointer? [08:12] *black screen w/ pointer [08:12] nucubun: what were you doing when it crashed - just installing updates or upgrading to a new release? [08:13] I fixed that, i have desktop / ssh now [08:13] updating to a new release [08:13] and i restarted, subseqnetly got locked out just a black screen and pointer, i went into safe mode and ran dpkg to fix any configuration issues, got ability to log back in, and now updated packages. Says I have the latest distribution to === mikesdrivein is now known as hierofant [09:11] anyone know how to improve synaptics trackpad in ubuntu? looks like wayland using libinput [09:11] rather than synaptics [09:13] would think libinput would work better though [09:16] Hi! I'm going to customize my ubuntu that I've installed recent as second OS [09:18] I've created tasks what I must do at first, this my list http://dpaste.com/3D3MA7C [09:18] How long it take to learn? And I need translator there as well. ) [09:19] is it possible learned everything those what I wrote? [09:21] Neo2: is this a vps or a local machine? [09:22] near with windows, I'll now reboot in there [09:22] real local machine [09:22] second OS [09:22] and what do you mean by "customize digitalocean"? [09:22] I didn't thing It take 20Gb and ubuntu able access all other dicks [09:23] ducasse: I bought there VPS for 5$ and couldn't put Wp site for test speed on google [09:24] ducasse: I want estimate response time,on my current server it's not 0.4 seconds, it must be no more 0.2 [09:24] Neo2: you should probably start by reading this: [09:24] !software [09:24] A general introduction to the ways software can be installed, removed and managed in Ubuntu can be found at https://help.ubuntu.com/community/SoftwareManagement - See also !Packages, !Equivalents [09:24] ducasse: I've watched a few video lessons about all of those what I need, I need more and learn SSH too, change password, how to use keys [09:25] hello [09:25] ducasse: have you ever try put site on digitalocean? there host without ISPmanager, my current host has it [09:26] i have several vps guests there, yes [09:26] oh and what the control panels do you use? [09:27] ssh :) [09:27] only? [09:27] yes [09:27] I've got issue restoring /boot in ubuntu. When I try to boot 17.10, grub doesn't appear, I get: 'unknown filesystem' in grub rescue [09:27] I watched in video lessons, we get ssh and then install free control panes and then only start customize the server [09:28] ducasse: do all in ssh difficult and take much time, you can install LAMP and then panel [09:28] I've tried to restore/reinstall grub from a live system, but I didn't solve that issue, I get again to grub rescue and Iconfigfile command doesn't work in grub rescue [09:28] Any ideas? [09:28] cristian_c: is that on UEFI or BIOS ? [09:29] I want at first train do all of this on local OS and then train on digitaloceans [09:29] TJ-: efi [09:29] cristian_c: at the GRUB rescue> prompt does "ls" list all the storage devices you'd expect to see? [09:29] Neo2: i suggest you do as i suggested some time back - get a good linux book and start reading. you really need to learn how to do things in a shell. [09:30] TJ-: I can list also /boot partition in grub rescue [09:30] cristian_c: are you on the live cd now? pastebin the output of sudo parted -l; sudo ls -ld /sys/firmware/efi [09:30] it inckudes vmlinuz, inutrd and other files and directories [09:31] and grub directory too [09:31] ducasse: I read one book about linux 3 years ago 1100 pages in russian language, it's old book published 2008 years, there is not ubuntu, but common knowladge I had got [09:32] cristian_c: if you're on the grub rescue now, try this instead: configfile /boot/grub/grub.cfg (you might need to omit /boot since it's a separate partition) [09:32] ducasse: better than book read documentation, I've opened this book recent and watch list themes, Very old 2008 year publish and info there up to 2008 even older [09:32] alkisg: not currently, but I can. Btw, I've already looked at /sys/firmware/efi, and it's empty, also entering in chroot [09:33] cristian_c: not empty => efi mode. not existing => bios mode. empty => wut?! :D [09:33] it's strange /sys/firmware/efi is empty , after using modprobe efivars too [09:33] alkisg: I'm using also windows 10, so I suppose it0s in efi mode [09:34] Neo2: same thing - a book _is_ documentation. learn how to use manual pages and learn how the shell works first. a panel can only do some things. [09:34] cristian_c: you can't fix grub from live usb stick if your usb stick boots in bios mode [09:34] it's gpt partitioned, but I can also using dmesg grep efi to be sure [09:34] Even if windows boots in efi mode [09:34] I haven't understood if you're in live mode, in grub rescue, or not in your pc [09:34] ducasse: see this video, I'm watching it https://www.youtube.com/watch?v=wBp0Rb-ZJak [09:34] If you're in live mode, do send the output I asked for... [09:34] ducasse: 7 hourse courses and guy is very good all explain [09:35] alkisg: when I boot live system I get always 'grub-like' menu mode, that appears in efi mode [09:35] Neo2: no thanks, i'll be fine [09:35] cristian_c: can you actually try things now, or are we just chatting? [09:35] cristian_c: does the disk also contain BIOS boot-strap code in sector 0 though? [09:35] btw, when I type modprobe efivars, efivsrs is not listed in lsmod output, even if I don't get error messages when I type modprobe [09:36] * alkisg gives up until cristian_c is able to actually respond.... [09:36] alkisg: ok, I've told some information, but I can type those commands [09:37] on youtube many videos devoid ubuntu and they up do date, you can choose for last year loaded, I watch video lessons on youtube every day for learning some interesting themes and English [09:37] TJ-: I'm not sure about that, maybe it's he reason of grub rescue, maybe something in boot sector 0 is overwritten, I don't know, I try to type alkisg commands [09:37] cristian_c: efivars is an alias for the module efi-pstore [09:37] ah, ok [09:39] Neo2: at some point you're going to have to read docs, but learn how you like. [09:39] ok [09:41] Neo2: I'd definitely recommend continuing with DigitalOcean. Their knowledgebase is pretty solid. [09:41] brym: yes, there should to do everything self [09:42] there not exists normal support, everything should ask on forum how to do... [09:43] alkisg: I've got 17.04 live system, so I need to use networkmanager.conf wifi rand mac address trick in order to connect to wireless network [09:43] cause 17.04 wifi bug [09:43] cristian_c: ok, so now are you in the live cd or in grub rescue? [09:44] live system (usb) [09:44] Neo2: or here. But whether you use this channel, the forums, or 3rd party websites, you'll find Ubuntu is very widely supported by it's generally helpful community. [09:44] but I need to eetuo network in order to use pastebin [09:44] *setup [09:44] cristian_c: ok, set it up, and run: sudo parted -l; ls /sys/firmware/efi , and put the result to pastebin [09:45] (I've ssved the commands in a txt file, on windows partition, but I can access it from live system) [09:45] Neo2: Tell me, are you still trying to setup a web server? I remember you were asking that the other night. But I didn't see you rejoin the channel after you left. [09:45] brym: about it can ask in any linux channel, doesn't matter ubuntu or not, LAMP is everywhere [09:46] Neo2: indeed. So, did you get help for that? [09:46] brym: In ubuntu I must create new account, freenod redirect from #ubuntu to #unregistered-ubuntu [09:47] yes [09:47] have got many theoretical knowledge, will use all now on practice [09:49] Neo2: if you haven't already, install something like Pidgin (sudo apt install pidgin), then register for an account in your IRC client. [09:50] brym: ok, will try it, [09:51] Neo2: the first thing you will see as an unregistered user will be instructions from Freenode on how to register for an account. [09:52] Oh now, not Pidgin, I'll use Hexchat better [09:52] ok, I know how to register account [09:53] Neo2: Pidgin as an example. Use whatever you're comfortable with :) [09:53] :) [09:53] alkisg: first paste: paste.ubuntu.com/26040267/ , second paste: paste.ubuntu.com/26040272 [09:56] cristian_c: what is this, a tablet? [09:57] alkisg: yay, yesterday I've found that strange message when I typed parted -l [09:57] cristian_c: well, your partitioning is a mess, you have TWO "boot, esp" partitions [09:57] I assume your /boot is in /dev/mmcblk1 partition19? [09:59] when I restored /boot partition from a backup, in windows by easus partition master, and then I booted to live system, it was not mounted, so I tried a check in gparted, ad then I noticed it had 'diag' flag, so, I removed thst flag and partition was properly mlunted in file manager [09:59] alkisg: two esp partitions is by design, just the second esp is the real esp where grub is instslled [10:00] he second esp is also used by windows boot manager [10:00] mount your /boot, and then put your /boot/grub/grub.cfg to pastebin [10:00] ok [10:00] (it's automaticaly mounted, btw) [10:01] The live usb automounts /boot? Strange [10:01] alkisg: live system automatically mounts ntfs and ext partitions [10:02] I've noticed that in last kernels [10:02] /boot isn't ext nor ntfs [10:02] boot is ext [10:02] Ah, partition19, ext, ok [10:02] Normally ext aren't automounted [10:02] ok [10:03] I thought it was a feature since kernel 4.10 and so on [10:03] Automounting isn't done by the kernel at all [10:03] ok now I paste grub.cfg in pastrbin [10:03] the de, udisks, policykit etc are involved in automounting [10:03] ok [10:06] alkisg: paste.ubuntu.com/26040333 [10:07] Hello. 4.13.x kernel is EOL. Ubuntu 17.10 will continue to support it? [10:07] klemax: yes [10:08] cristian_c: and the output of `sudo lsblk --fs`, so that we see the uuids? [10:08] ducasse, actually i was using 4.13.16 which is not supported. [10:08] klemax: then you're on your own :) [10:09] ducasse, so which version do you recommend me to continue? [10:09] alkisg: ok [10:10] !info linux-image-generic artful [10:10] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.13.0.17.18 (artful), package size 2 kB, installed size 14 kB [10:10] klemax: ^^ [10:10] ducasse, I had to use it because of a bug. 4.13.15 fixed it. [10:11] cristian_c: it looks like someone manually edited grub.cfg, and forgot to update the uuid in those lines: search --no-floppy --fs-uuid --set=root 649a4713-0693-489f-a3c5-fb6f84fd333e [10:11] So I can not use 4.13.0.17.18. [10:12] klemax: have you reported this bug? [10:12] ducasse, i havent but somebody did. [10:13] alkisg: paste.ubuntu.com/26040353/ [10:14] alkisg: if so, after that issue was already present [10:14] klemax: then comment on that bug that you are also affected and point to the fix, then maybe the fix can be backported [10:14] ducasse, ok. [10:15] alkisg: the first I tried to boot 17.10 after /boot restore, the grub rescue error message was different: something about 'normal' module [10:15] ah wait, a guy already had reported that before i read it. [10:15] but after attempting to fix the boot, I always saw 'unknown filesystem' [10:15] cristian_c: do you realize that you have 6 partitions with the same uuid, 57f8f4bc-abf4-655f-bf67-946fc0f9f25b? [10:15] alkisg: I think you're right [10:16] cristian_c: alkisg AND 9 file-systems mounted on /media/lubuntu/ !? [10:16] klemax: the more people who comment they're affected, the higher the likelihood of a fix [10:16] TJ-: not all the path shows there [10:17] alkisg: really? been cut-off? [10:17] alkisg: I think it's normal, those doesn't affect ubuntu and windows, esp handles just windows parition and /boot [10:17] TJ-: yeah due to his terminal width [10:17] He didn't use pipes, so COLUMNS is in effect... [10:17] alkisg: oh - thought this was captured via pastebinit [10:17] cristian_c: you need to revise your backup/restore strategy. So anyway your grub is *semi* correct, so try this: boot from the live usb. At grub, type "c" to get a shell. [10:17] At the shell, type: set root=(hd0,gpt19) [10:18] alkisg: ok [10:18] cristian_c: moment [10:18] Did you manually edit grub.cfg? [10:18] alkisg: I've tried thst command in grub rescue, some hours ago, but I think you want I type thst in grub and not grub rescue [10:18] grub rescue may be missing modules [10:19] grub from live usb should have them [10:19] Anyway, please answer the previous question [10:19] alkisg: mually not, just by update-grub2, update-grub and install --reinstall grub-efi [10:19] Hmmm [10:19] It's strange that it's using 2 uuids there [10:19] when yeasterday I tried to fix in chroot system [10:19] ducasse, I will look at 4.4.x to see if it fixes. if yes, I will go on it. it looks LTS. [10:20] cristian_c: ok, anyway, go to grub from live usb [10:20] btw, I try to reboot 17.04 live and pressing c to enter grub shell [10:20] set root=(hd0,gpt19); configfile /boot/grub/grub.cfg [10:20] JoshuaD: did you try installing 16.04 ? [10:20] (or, omit /boot...) [10:20] ducasse, I can use it on 17.10, right? im going to get it from http://kernel.ubuntu.com/~kernel-ppa/mainline [10:21] gpt19 ? is that a typo? [10:21] EriC^^: messed up tablet :) [10:21] ah :) [10:23] messed up grub [10:23] alkisg: I found ls lists hd1 in place of hd0, as gpt tsble [10:23] table [10:23] klemax: you can, but it's still not supported on 17.10 [10:24] humm. [10:24] so will be? [10:25] klemax: also, be aware the mainline builds don't contain Ubuntu-specific apparmor patches to support unprivileged LXD containers [10:25] alkisg: I typed that [10:26] TJ-, I dont use apparmor. Thanks for your information. [10:26] klemax: it's also used by snaps [10:26] I've also not9ced thst yesterday I typed 'root=' in grub rescue in place of 'set root=', withput errors [10:26] TJ-, ah. so vlc snap would not work? [10:26] klemax: not sure, but if you see errors you know why :) [10:26] alkisg: so, now, have I to type configfile /boot/grub/grub.cfg [10:26] ? [10:26] I get it now why it is not working then. [10:27] TJ-, : thanks for your nice pointer. [10:27] klemax: should be errors reported in dmesg/kern.log [10:27] ok let me check it. [10:29] cristian_c: yes, use tab to autocomplete, because /boot may not be there, and you'd type configfile /grub/grub.cfg [10:31] autompletion seems not working well [10:31] so, I try ls first [10:32] alkisg: have I to use (hdX,gptY) in the command path? [10:32] cristian_c: no, after you set root, you don't need to use that [10:32] ok [10:32] so, just ls requires it, I suppose [10:33] cristian_c: no, ls / ==> should show the root contents without parentheses [10:34] ls says file /boot not found [10:34] but if I use parethesis, I get the /boot content [10:35] cristian_c: ls / [10:35] What does that say [10:35] ok [10:35] ok, ls / works too [10:35] same /boot content [10:35] cristian_c: ls /grub [10:36] Does that show things? [10:36] ok [10:36] it lists also gryb.cfg [10:36] so, I try configfile command [10:36] configfile /grub/grub.cfg [10:37] ok, autompletion works too [10:37] :) [10:38] alkisg: new screen and some interestigs error lines [10:39] That should be your normal menu. Select Ubuntu, see if it works. [10:44] Booting 'ubuntu', error can't find command ['. error can't find command ['. error file /boot/grub/grubenv not found error can't find command ['. error can't find command ['. error can't find ['. error file /boot/grub/386-efi/xzio.mod not found. error can't find command ['. [10:44] pres any key to continue...... [10:45] *press [10:46] alkisg: in '[', the first quote sign is a reversed quote (bug I don't own on my keyboard) [10:51] alkisg: great, screen was freezed in that time , it's normal bevause in older live systrm (pre -4.12), maxcstste must be set to 0, in comdline in order to prrvent such freezes [10:52] but now , I've rrbooted in livd system, I pressed 'c', I've typed srt root=, and then configfile grub.cfg, and now grub menu appears dirdctly, withput error messages [10:53] Ubuntu 16.04 LTS defaults to systemd right? [10:53] for some reason my install is giving me signs sysvinit is the default [10:53] ubuntu, advanced options for ubuntu, windows boot manager and system setup [10:53] FreakingOut1987: what signs [10:53] pidof /sbin/init && echo "sysvinit" || echo "other" outputs sysvinit [10:54] as does, pidof /sbin/init && echo "sysvinit" || echo "other" [10:54] alkisg: thank to you, I've regained access to gtub, though by manual mode [10:54] whoops same script hold on [10:54] FreakingOut1987: uh [10:55] Ben64, pidof systemd && echo "systemd" || echo "other" [10:55] outputs other instead of sysemd [10:56] your method is quite weird [10:56] alkisg: uhm, no, I get always erorr messages screen, unfortuntely [11:00] alkisg: unfortuntely, when I choose ubuntu in grub, I always experience the same error lines [11:01] alkisg: apparently, they really seem related to a manual editing of grub.cfg. If the issue is related to /boot, I could creste a new one [11:02] but I never genersted a new /boot partition. Yestrrdsy, I' ve run also sudo updste-initramfs -u, but nothing changed [11:12] FreakingOut1987: try 'ls -l /sbin/init' [11:13] I figured it out ducasse [11:13] I forgot that I replaced systemd with upstart earlier in a shellscript [11:13] :) [11:32] who is listening on "/var/run/dbus/system_bus_socket" ? [11:34] i have an app which writes to "/var/run/dbus/system_bus_socket", but i don't know who's listening... [11:41] Hi, I try to get plymouth to work with the propitiatory nvidia driver. I added nvidia-drm.modeset=1 to the grub config, ran update-grub and restarted my system, but I still have this broken bootscreen which only shows the dots and has a very low resolution. [11:44] Hello [11:45] I tried to install nvidia driver by pressing ctrl + alt + f1 and now (after restarting) I am unable to start my lightdm. [11:45] Can anyone please help as I am unable to login. [11:47] hitman1: hi, what you did after pressing ctrl + alt + f1? [11:47] I ran the .run driver file of nvidia. [11:48] Ok, which ubuntu version do you use? [11:48] 17.04 [11:49] right now I am purging nvida driver files from console. [11:49] ok [11:50] then you should be able to login again [11:50] what nvidia card you have? [11:51] I am having nvida gt 1050 ti edition [11:51] ok, after you are able to login again you can install the nvida driver from the ubuntu repositories [11:51] sudo apt install nvidia-384 [11:51] Still I am unable to login. The login screeen blinks again and again after typing password. [11:52] did you restart after uninstalling the manually installed nvidia driver? [11:52] Yes [11:53] thiras_: [11:53] hitman1: ok, can you switch to a console? [11:53] tuxiano: Yes [11:54] I seriously miss the old vi editor [11:54] can you run: sudo NVIDIA-Linux-*.run --uninstall [11:55] No, command not found. tuxiano [11:55] where is the run-File located? [11:55] in downlaods [11:55] ok, go to downloads [11:56] yes [11:57] whats the exact name of the nvidia driver file? [11:57] yes I have typed the exact name of it. It is there in Downloads [11:57] sudo *Exact name of the run file* --uninstall [11:58] I get command not found message again. [11:59] yes it is uninstalling. [11:59] ok [11:59] I forgot to add ./ in the name. sorry [12:00] np [12:00] Yes I logged-in successfully now. [12:00] ok [12:01] now you open a terminal [12:01] then you run sudo apt install nvida-384 [12:01] Yes I have typed that command. [12:02] The recommended way to install the correct proprietary drivers is "ubuntu-drivers" [12:03] hitman1: after installation finished you can restart your system again [12:03] Ok I got it now. I will install nvidia drivers as you said always. [12:03] tuxiano: Thanks a lot. [12:04] ok, nice [12:06] is their any specific way to install cuda or I can install it normally as I did with nvida drivers? [12:07] I think there is cuda package available in the ubuntu store [12:07] let me have a look [12:08] Nvidia site is letting me download .deb file first. [12:09] ok, I found this sudo apt-get install nvidia-cuda-dev nvidia-cuda-toolkit [12:11] tuxiano: So I don't need to download that .deb file ? [12:11] sorry, don't know. I never tried working with cuda [12:11] Maybe you can ask in the nvidia irc-room [12:12] np tuxiano , Thanks for your help. [12:12] !info nvidia-cuda-toolkit [12:12] Package nvidia-cuda-toolkit does not exist in artful [12:14] looks like ubottu is out of date [12:14] see https://packages.ubuntu.com/artful/nvidia-cuda-toolkit [12:17] what a surprise ... ;-) [12:18] Any ideas: "I try to get plymouth to work with the propitiatory nvidia driver. I added nvidia-drm.modeset=1 to the grub config, ran update-grub and restarted my system, but I still have this broken bootscreen which only shows the dots and has a very low resolution." [12:19] tuxiano: check the early logs for clues; If GRUB is in gfx mode that can cause problems when needing to modeswitch for the kernel [12:19] tuxiano: Does it work correct with nouveau driver? [12:20] TJ-: yes it works with the nouveau driver [12:21] tuxiano: Sounds like another of the nvidia kms issues then; not sure there's a workaround. using nommodeset is going to prevent the driver switching into the native resolution though [12:22] ok, my boot.log is empty ... which log file I need to check? [12:23] syslog? [12:23] kern.log collects the dmesg output [12:24] I seem to recall it can be influenced by the gfx mode set by GRUB. I used to set that to the native resolution of the display specifically. [12:28] ok, it looks that we need to wait some years more to get plymouth working with the proprietary nvidia drivers [12:28] can't even remember how long this issue persists [12:29] ... [12:29] I just will set it to text mode [12:32] Well, we have this issue since 2009 ... [12:32] nice [12:51] lol add a raid array to mhddfs... [12:51] tuxiano: plymouth has only been part of Ubuntu since 2010 [12:56] Hi, I've got something wired this morning, after an update yesterday, I've lost the ubuntu wayland DM. This morning I was sent to cinnamon by default. Anyone got any idea on how to get wayland back? (xwayland and ubuntu-desktop are still installed on the system) [12:59] belug, using open source video driver ? [12:59] hey im having some trouble getting chrome installed [12:59] anyone doneso? [12:59] 16.04 [12:59] @ioria no, I'm using nvidia's drivers [12:59] I added the repo using the syntax mentioned on 2 sites - then updated, but it just says no google-chrome-stable package [13:00] @MJCD, did you try using the installer from google.com/chrome ? [13:00] belug, not sure proprietary is already (well) supported on wayland [13:01] belug, haha oh that's a good idea haha, though I do want to use the repo, I suppose it doesn't matter [13:01] ill try [13:01] @ioria So it's probably a Nvida update that broke my setup? [13:01] Hi, I'm not sure if this is the right channel or not? I have been using an ubuntu variant for MythTV for several years but have just upgraded to a new 4k tv. I'm not too fussed about 4k for MythTV as my content is all HD however ubuntu is insistent on using the highest available resolution, but this doesn't display correctly [13:02] belug, let's see /var/log/apt/history.log ? [13:02] Is there a way to "disable" the higher resolutions? [13:02] wow the site worked and Software Install took it from there [13:02] seamless [13:02] thanks for the heads up [13:02] xoxo [13:03] @ioria here : http://paste.ubuntu.com/26041141/ [13:04] @ioria, there was an update of ubuntu-desktop, I'll try to roll it back [13:05] belug, pull over [13:05] ?? [13:06] belug, if has been upgraded there is a reason [13:06] belug, dpkg | grep nvidia [13:07] fbnts_: which variant is this? [13:07] @ioria, http://paste.ubuntu.com/26041169/ [13:09] belug, that's a dual graphic laptop intel/nvidia ? [13:09] ducasse: MythBuntu [13:09] I am now thinking it may be an XFCE specific issue? [13:10] ioria, no it's a nvidia only desktop with no onboard video card [13:11] belug, in this case, you can try to purge nvidia and test ... you can always reinstall it [13:11] Hey guys, I'm trying to process images into one pdf via shell script. How can I avoid that it places img10 before img1 in my pdf? [13:11] I've been using this command: "convert img**.png out.pdf" [13:12] convert img?.png img??.png img???.png out.pdf [13:12] would maybe work till 999 [13:12] @ioria, I'm starting to think that I always was on ubuntu-xorg, but my default session was changed to cinnamon only.... And I thought I was supposed to be on wayland because it was the default of ubuntu 17.10.... [13:13] belug, wayland is default, yes [13:14] #Ben64: Thank you. Can I do that for all files in one folder with 1 command? [13:14] @ioria, but since I was always on nvidia drivers, I must have been on xorg. [13:15] belug, i cannot know for sure :þ [13:15] #Ben64: Oops, sorry. That's the whole point of this command :D THank you! [13:16] @Ben64, you could try "convert img{1..999}.png out.pdf" [13:16] belug: it's late my and i'm trying to figure out javascript, my brain is broken [13:16] Does samba shares files with computer outside of home network? [13:16] benergy: do what belug said :) [13:17] jeremies: it's possible, but a terrible idea [13:17] @ioria for now I switched ot ubuntu-xorg, all my settings are back and with your added information the internet tells me that wayland is not supposed to be enable [13:17] @ioria thanks a lot for your help. [13:17] belug, no problem [13:18] Ben64: but by default someone from outside of my home network cannot enter to my shared files, isn't it? [13:18] jeremies: i wouldn't say that. samba doesn't care where the request comes from [13:19] #Ben64, #belug: Thanks, only then I have to specify the number of the files. The other command works fine, only that it somehow copies img0 into my PDF twice. Any idea why? ;) [13:19] Sorry @Ben64 and @benergy, I mixed your user names [13:19] Ben64: But if you have a router? [13:20] jeremies: NAT should stop it [13:21] @benergy could it be that img0 is present twice in the images? [13:21] #belug: Thank, I just solved it. There was an error in the script I ran before that that duplicated my images :D [13:22] #belug: Just that :D [13:22] thanks Ben64!! [13:25] !sources [13:25] The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [13:26] I wonder if it's the same for Lubuntu repos? [13:30] bmatt: ubuntu repos are the same for all flavors [13:32] ducasse: alright. ty sir [13:34] Hi, someone knows how to install fglrx on ubuntu? It says "error: Detected X Server version 'XServer _64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer _64a:none:4.10.0-40-generic:)" [13:34] someone235: which ubuntu version is this? [13:34] ducasse: 16.04 === SimonNL is now known as SimonNL_Afk [13:35] someone235: fglrx is only supported up to 14.04 [13:36] ufw is disabled by default in ubuntu? [13:36] someone235: 14.04 without hwe, that is. it's not going to work with later kernels and x stacks. [13:37] jeremies: yes [13:38] jeremies, do you want to use samba outside your local network ??? [13:38] Hi. Is there an irc channel where snapcraft issues can be discussed? [13:38] iorio, no [13:39] ^ioria [13:39] ah, ok [13:39] lundmar: #snappy [13:39] ducasse: thanks [13:41] why does it tell me "5 new packages have been held back" during upgrade? [13:41] bmatt, use sudo apt full-upgrade [13:42] i'm scared :x [13:42] something about linux-headers and all that. i hope my repos are correct ^_^ [13:42] bmatt, it's ok [13:42] will have to restart? [13:43] The following packages have been kept back: linux-generic linux-headers-generic linux-image-generic linux-signed-generic linux-signed-image-generic [13:43] no, things that need a restart will simply take effect the next time you do so. [13:43] sudo apt full-upgrade, as ioria said. [13:44] there must've been some updates released recently? i just installed lubuntu like a few weeks ago [13:44] yes, updates come in regularly and it's a good idea to check for them (or have it scheduled) [13:45] alrighty then. ty much [13:46] Hiyas all [13:58] Hello everyone [13:58] hi [13:59] I tried to install ubuntu on a acer swift 3. I had a previous windows with a efi firmware. I delete the windows partition and keep the efi partition. Can I remove efi partition ? Usb disk with ubuntu is not detect if I am in EFI BIOS, car I install it in legacy bios ? [14:00] yes [14:02] Mirabellette: it depends on the firmware. Are you saying that the firmware will not start the Ubuntu installer in EFI mode? [14:03] Mirabellette: we've been seeing a LOT of issues with ACER firmware, where you have to access the Firmware Setup > Security menus, and then TRUST the bootloader file on the USB device first [14:03] i read that swift 3 needs an iso with kernel 4.12 https://askubuntu.com/questions/868433/ubuntu-16-10-acer-swift-3-multiple-problems https://www.reddit.com/r/linuxmint/comments/5lu69k/installing_linux_mint_181_on_an_acer_swift_3/ [14:03] In fact, it didn't detect my usb key with ubuntu correctly when I am in efi mode. In legacy mode, I see in bios 'disk xxx with ubuntu blabla" [14:04] win 1 [14:05] Mirabellette: yes, that's the issue as we see it. You can TRUST the bootloader file as I've described above and then it will appear in the boot menu [14:06] Even if I "trust" it, when I boot with efi bios, my usb key with ubuntu installer is not launch (even if it is place before in bios loader) [14:07] Are you trying to say that I have to modify the efi file with my ubuntu in legacy bios in order to be able in efi mode with ubuntu key ? [14:07] Mirabellette: How did you create the stick? Not all tools support UEFI, e.g. dd and rufus do.. [14:07] I use dd [14:07] ok [14:08] and last ubuntu release, 17.10 [14:08] GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=dw_dmac,dw_dmac_core" [14:08] Isn't it simple to go in legacy bios if I don't want to install windows anymore ? [14:09] Grub isn't display at all. [14:15] Can I install ubuntu 17.10 and remove efi partition if I did it in legacy bios ? [14:15] (with any risk) [14:16] (if I don't want windows) [14:18] logically yes, but i have no acer swift 3 to confirm. [14:20] And i can forget to install debian because kernel is only in 4.9 :( === juboxi is now known as jubo2 [14:24] Mirabellette: what do you mean, forget? [14:25] Because acer swift v3 has problem with kernel 4.9. I think I can try to upgrade the kernel manualy but I don't know how to do that. [14:26] why do you come up with debian/kernel 4.9, as you are trying with 17.10 ?? [14:26] is nginx 1.10 an old version of nginx? [14:26] is it still usable? [14:26] I mean, If I install Debian and not ubuntu. [14:27] it workds !! [14:27] Thank you all for your help [14:29] Mirabellette: there can be many kind of incompatibilities. just saying that model doesn't support 4.9 doesn't tell much [14:29] ducasse: what is hrw? [14:29] hwe [14:31] HI all [14:31] is this a channel to get technical assistance? [14:31] yes [14:31] excellent. I do hope you would be able to aid me [14:32] if no one knows, sometimes you have to wait and ask again [14:32] I believe I might have accidentally run `rm -rf *` in my home folder [14:32] !hwe > someone235 [14:32] someone235, please see my private message [14:33] I thought I could just create a new user via useradd and copy over the folders but the new user created has no home directory folders either [14:33] Hi [14:33] there are programs that can attempt recovery, and hopefully some here can reccomend some. I use backups [14:34] ah [14:34] someone235, in short, newer kernel and tools, but not suited for 14.04/fglrx [14:34] EraserPencil: -m for useradd creates the home directory [14:34] you dont need to recover files? [14:35] I'm having a problem with ubuntu 17.10 where the screen dims after a while even while playing videos. What's the workaround? [14:36] EraserPencil: you should "adduser" rather than "useradd" [14:38] ducasse: ok thx [14:38] Compdoc: yea, file recovery is a good idea. [14:39] Is it a common bug that i've been experiencing? [14:39] EraserPencil, if you create a new user, it could overwrite some of your deleted files. [14:40] Mehrzad: looked under the display settings? [14:40] oerheks: ok. so if I just downgrade to any 14.04 it should be ok, right? [14:41] auronandace: Devices->Displays? [14:41] someone235: you could use the open source amd driver [14:41] Compdoc: Honestly, I dont recall the folder containing anything anyway. Do you have a solution to put all the home folder back? [14:41] Ben64: which one? [14:42] probably 'radeon' [14:42] depends on the card you have [14:42] someone235, yes, but i see no issues with the open radeon driver/16.04 and up, i run 2 screens with 2 movies same time [14:42] Ben64: I have rx570 [14:42] EraserPencil, no, just checking. please procede [14:42] then you'd probably use amdgpu [14:42] btw, if it's relevant somehow, the purpose of the computer is to mine ETH [14:43] auronandace: There is this 'Dim screen when inactive' under the Power section and it's on [14:43] Mehrzad: that is the setting [14:44] Mehrzad: just change the value [14:45] auronandace: Ah okay. 👍 [14:46] Ben64: I used this: http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx [14:46] ok [14:49] Compdoc: sorry, procede what? [14:49] Ben64: But I need to install fglrx in addition, no? [14:49] carry on [14:49] !amd [14:49] 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 [14:57] Compdoc: theres not much in my home directory folders anyway. I'm not too keen on recovering them, more keen in having them (either by recreating them or by means of recovery) [14:59] hi guys, anyone around at the moment? [14:59] Hi again, I'm the guy from yesterday, with the problems in resolving download.docker.com. I also tried on latest ubuntu and I have the same problem. www.docker.com is resolved correctly but download.docker.com gives: socket.gaierror: [Errno -2] Name or service not known [15:00] Id need help with LUKS corrupted super block repair [15:01] pinkisntwell: get a better dns server? [15:01] OrdH: you'll need to ask the channel and give specific information, the file system doesn't just get damaged on its own, what's happened, what is the problem, what have you tried, what versin of ubuntu etc [15:04] Ben64: I don't own any dns server sadly. [15:04] pinkisntwell: you don't need to own one [15:04] there are many public ones on the internet, eg: google's public DNS servers [15:05] ikonia: Yes but this is not the problem. If I do nslookup the hostname is resolved correctly and consistently. [15:05] ikonia: The problem has something to do with ubuntu. Other computers on the network resolve it correctly. [15:05] pinkisntwell: the problem is with the dns server though [15:06] Ben64: How do you know? [15:06] because dns is what turns names into numbers [15:07] So how come I've never had a problem with DNS in the 7 years I've been using my current setup? [15:07] how long you reckon til chrome is default in ubuntu over firefox [15:08] id put a cool $2 on it [15:08] pinkisntwell: not sure why you're fighting this. just pick a different dns server [15:08] when I do gethostbyname('download.docker.com') I can see the dns server returning the correct information [15:08] in tcpdump [15:10] I don't even know how to change the dns server. [15:10] what do you mean, you do "getbyhostname" thats not a command [15:10] ikonia: it's a system call [15:11] ikonia: I call it from python [15:11] pinkisntwell: I know byt you don't "do it" [15:11] ikonia: you are extremely smart [15:11] thanks [15:11] ikonia: you just successfully demonstrated it on the internet. Congrats. [15:12] thank you, appreciated [15:14] pinkisntwell: are you still on 16.10? [15:17] akik: i upgraded to 17.04 [15:18] but it didn't help [15:18] pinkisntwell: how does your hosts: line in /etc/nsswitch.conf look like now? [15:19] akik: hosts: files resolve [!UNAVAIL=return] dns [15:20] as far as i understand this means that "dns" is never tried [15:20] pinkisntwell: try putting "hosts: files dns" and see if it fixes that. i don't know the syntax that 17.04 uses [15:21] akik: i think this configuration is to enable dnssec, am i correct? [15:21] pinkisntwell: don't know [15:22] i am reluctant to change it because of security [15:22] pinkisntwell: this page talks about "resolve" enabling nss-resolve https://www.freedesktop.org/software/systemd/man/nss-resolve.html [15:22] pinkisntwell: oh you have a dnssec setup? [15:23] akik: i dont know :-) how do i tell? [15:23] you're reluctant to fix your system because of security [15:24] akik: i think there is a reason why it was configured like this [15:27] pinkisntwell: there are many reasons why things are one way or another [15:31] pinkisntwell: this bug report is saying that if you have "resolve" before "dns", dnssec wouldn't even work https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1624071 [15:31] Launchpad bug 1624071 in systemd (Ubuntu) "libnss-resolve: Fallback from resolve to dns breaks DNSSEC validation" [Medium,Fix released] [15:31] yes but this was fixed [15:31] pinkisntwell: don't know if it's fixed, but if you don't know your dns server is using dnssec, try that "hosts: files dns" [15:31] and my system has the fix [15:32] is there a way i canchange the dns that resolve is using? [15:36] I am searching google on how to change dns server and I have found 4-5 different ways [15:36] linux is changing extremely fast these days and makes googling things very difficult [15:38] pinkisntwell, sometimes one must learn to google better [15:38] pinkisntwell: yes it's really difficult to follow ubuntu's changes regarding that [15:38] HI! I have question about /etc/skel. It is the directory that adduser references to create the new user right? In it I have examples.desktop, .bashrc, .bash_logout, .profile. [15:38] Am I missing a .config file here? [15:41] 2~ls /etc/skel/ -a [15:41] . .. .bash_logout .bashrc examples.desktop .profile [15:41] EraserPencil: ^ is what I have [15:42] Joeboy: it's the correct directory. programs add the needed things under .config when they start [15:42] I think that's for EraserPencil [15:43] yes [15:45] Is anybody able to recommend a small usb bluetooth adapter that will work well for audio? I have one in my laptop (doesn't work properly), a usb one (doesn't work properly) and a second usb one that basically works, albeit not perfectly. But that one's too big to keep attached to my laptop all the time. [15:46] So I'm up for buying a fourth one if someone can recommend one that works and doesn't protrude much [15:46] Joeboy: how do they "not work properly" ? [15:47] akik: Thanks. New users I create either with useradd -m or with adduser dont have their home directories. Would you know how I could troubleshoot that [15:47] TJ-: They pair and I get a few seconds of audio, then lots of dropouts and "device hung up" or something like that. I googled it and lots of people seemed to have the problem with no solutions. [15:48] EraserPencil: sorry i don't know why. i use useradd with -m and it creates the home directory [15:49] TJ-: It was actually "Audio device got stuck" [15:49] EraserPencil: sudo useradd -m testuser ? look into /home after that [15:49] Joeboy: That sounds a lot like interference int hr 2.4GHz band, usually from the much more powerful Wifi chips. This is why some Wifi chipsets/drivers have a "bt_coexist" option to help BT not get overwhelmved [15:50] /w/in 7 [15:50] TJ-: So maybe I need a more powerful bluetooth adapter? [15:51] Given that I can't do much about the amount of 2.4GHz going on around here [15:51] akik: yea I dont get Downloads or Desktop or anything [15:51] Joeboy: no; BT has set power limits; what you need is to ensure the Wifi module has a coexist option and that it is enabled [15:51] EraserPencil: the programs you use will create those directories if needed [15:52] akik: could you elaborate? [15:53] EraserPencil: what is the problem? if you need a Downloads directory or Desktop directory now, you can create them ẃith mkdir [15:54] EraserPencil: /etc/xdg/user-dirs.conf controls creation of Desktop/Pictures/Videos etc. It activates xdg-user-dirs-update on GUI user-login which creates those directories iff required [15:56] EraserPencil: once logged in (at a console or GUI terminal) you can run it manually to create the directories; e.g. "xdg-user-dirs-update" [15:56] akik: there must be something wrong with my /etc/skel. My home directories disappeared (I must have did something) and I'm trying to troubleshoot it. Relogging in didnt recreate those directories. There arent anything in the home directories so I'm not looking to do data recovery. Is there a way to look at user account history (not bash history) to retrace my steps? [15:57] EraserPencil: does the system have a separate file-system for /home/ --- and is it mounted? If not, check logs in case there are disk or file-system errors reported [15:57] Anyone have a suggestion for a text editor for Ubuntu server 16.04 CLI? I miss the old vi. Now the controls are all weird and I can't do anything without thinking its old style [15:57] TJ-: cat /sys/module/iwlwifi/parameters/bt_coex_active [15:57] Y [15:58] Which I think means I have that enabled already? [15:59] TJ: I was about to post info on my user-dirs.dirs. I cant trace what I did that would have edited the file to have all the the file have XDG_xxx_DIR="$HOME/" [15:59] TJ: I was about to post info on my user-dirs.dirs. I cant trace what I did that would have edited the file to have all as xdg_xxx_DIR="$HOME/" [16:00] Joeboy: Yes [16:01] Joeboy: any other powerful wifi emitters close to your BT headset? Phone, Access Point, etc [16:01] Joeboy: or things like video doorbells, baby monitors, TV transmitters, that all use the 2.4GHz frequencies [16:02] Joeboy: if you simply have a lot of strong neighbouring 2.4GHz access points that may be enough to cause trouble. [16:02] Possibly my phone was somewhere in the general vicinity when I was testing. There's a router at the far end of the next room. Nothing that should reasonably cause a problem, I think. [16:03] TJ-: I live in a somewhat populous area of a first world capital, so 2.4GHz is very much a thing here. [16:03] Joeboy: indeed... lock yourself in a Faraday cage and then test it again :D [16:04] TJ-: But if we're blaming interference I'm wondering why one of these bt adaptors seems to work [16:06] Hi. When my browser opens a popup window then also the desktop is switched. Why?/How to fix this? [16:06] Joeboy: well, when I've seen it, it's been due to better chipset (CSR) performance. It seems the most likely if you're getting the same symptoms with several different devices. Can you take the laptop/PC to a radio-quieter location for testing? [16:07] Joeboy: it can also be down to the quality or directionality of the antennas [16:08] TJ-: So maybe spending a few bucks (actually £) on a new adaptor is a reasonable strategy, one way or another. It's just a bit of a crapshoot unless somebody can recommend a good one. [16:10] I've used a lot of different adapters and not seen much difference in performance, relatively. One test you may not have done - pair the headset/speakers with your phone and compare performance? [16:10] TJ-: I believe that was working at some point, but I'll just go and try again... [16:11] Joeboy: If you're buying, I'd suggest one with a CSR radio chipset (Cambridge Silicon Radio) [16:11] TJ-: btw I have a friend who complains of what sounds like almost exactly the same issues. He lives somewhere much more rural. [16:11] hello [16:11] how do i determine wherther package X belongs to which repo? [16:11] main,community,restricted. [16:12] Joeboy: I'm on a farm in the middle of nowhere so I'm the only one creating interference but I've had BT devices drop-out due to the same thing - position relatively to a 2.4GHz Wifi source. [16:13] omgina: you can see it with "apt-cache policy package" [16:14] Joeboy: if the laptop wifi chipset and your access point support it, try moving them to the 802.11a 5.xGHz band === r0Oter is now known as r00ter [16:16] TJ-: Phone bluetooth works fine, fwiw [16:17] Joeboy: was the headset/phone in the same positions relative to the laptop when you tested? [16:17] Joeboy: the idea of that kind of test is the conditions should be the same so if it is interference it should affect them as well [16:18] Joeboy: which Ubuntu release and kernel version is the PC using? [16:18] uname -a [16:18] Linux Joyce 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [16:19] It's a pretty virginal ubuntu 17.04, albeit with my very old home dir copied into it [16:19] er, 17.10 [16:20] I'm not being entirely scientific with the positioning, but it seems fairly repeatable that the phone works fine and the laptop doesn't (except mostly with the third usb adaptor) [16:21] Phone is fine when right next to the laptop [16:21] в [16:27] good evening. I cannot connect to HTTPS sites from java (especially not repo.maven.org). I already tried regenerating the ce-certs, to no avail. has anybody else experienced (and solved) this problem? [16:27] when running gradle, I get java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty [16:28] Hi. I entered a remote ssh, logged in, then forgot about it, came back, and... now I can't do anything, when I type, I can't see characters, ctrl+c doesn't work, what should I do? [16:28] (ubuntu 17.10, doesn't matter if java 8 or 9 is selected in update-alternitves) [16:29] (openjdk-* versions are installed) [16:29] konrados: Can't you just log in again? [16:30] knittl, what guide do you follow? maven.org is down for some time now, http://repo1.maven.org/ is active [16:30] Joeboy, but what about the terminal I have opened, should I force-kill it? [16:30] konrados: it might help to set the serveraliveinterval on client side so that ssh doesn't timeout [16:30] I'm sitting on ubuntu now [16:30] oerheks: yes, https://repo1.maven.org/maven2/... [16:31] what is good screenshoter for ubuntu? On windows I use lightshot [16:31] akik, ok, but what should I do *now*, should I kill the terminal? I can't do anything in a 'nice' way [16:31] konrados: no you can't access that connection any more [16:31] konrados: Probably killing it's fine, unless you know some reason it isn't. [16:32] Joeboy, akik - ok, thanks! [16:33] konrados: You could also do ~. , which might feel a bit less dirty. [16:36] Joeboy, but... what is this, I mean, are those keyboard shortcuts or what? [16:37] konrados: ~. means "hang up the connection". It only works after typing Enter though, which is not great. I never use it, I'm just vaguely aware it exists. [16:38] Joeboy, ahh, ok, next time I'll try it, although the thing is I could not enter anything, i.e. when I type in characters, I saw nothing [16:39] konrados: I think that even if your connection is dead, [Enter]~. will hang it up. The risk is you end up accidentally typing the Enter into a live connection though. Which seems like a bad design choice. [16:40] so how do I troubleshoot java cert problems? :] [16:41] Joeboy: about your BT issue... are you always connecting the BT adapter into the same port(s)? I'm wondering if it's a lack-of-power issue? Are you able to test them in a powered USB hub? [16:42] TJ-: I don't think I have one unfortunately. Thanks for your ideas, btw. [16:42] Joeboy: another PC maybe? Trying to think of ways to isolate the cause :) [16:43] TJ-: Honestly judging by the number of issues other people report, I'm still somewhat suspecting some kind of software / driver / pulseaudio issue. [16:43] I don't even know if this is an ubuntu problem or a java problem [16:44] TJ-: Looking at the comments on http://www.omgubuntu.co.uk/2017/07/ubuntu-automatically-switch-sound-bluetooth , it seems like there's widespread consensus that bt audio isn't really there yet. But maybe it's just that only the people with problems say anything. [16:45] I used this guide and install wine with lightshot, and now I press PrntScr and calls ubuntu screen but should be run lightshot??? https://app.prntscr.com/en/wine-lightshot.html [16:46] purged all java packages, reinstalled. still same error :-/ [16:47] hi. is anybody using java on ubuntu 17.10? I cannot run gradle build, because the connection to https://repo1.maven.org fails with java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty [16:47] what means this line? wine ./setup-lightshot.exe [16:47] I've already purged all java-packages and reinstalled [16:47] I installed it and how run? It should automatically start like in windows [16:48] It should have run automatically [16:50] Joeboy: right; I've been using A2DP since around 2010/12 without issue [16:52] hey [16:52] ubuntu goes bad and the fan goes like too much heat.. [16:52] remove it out, fan is rotating too fast and my heart beat too is increasing [16:55] how can i give you the data.. [16:55] ubuntu is consuming too much resources... [16:59] the fan will normally kick in if the cpu is busy, (thats the most common heat source) what processes are using the cpu ? [17:01] hm. setting javax.net.ssl.trustStore seems to work. now what truststore is ubuntu using by default? [17:01] if not /etc/ssl/certs/java/cacerts [17:03] omgina: can you type `top` into a terminal? Should tell you what's using cpu. [17:07] lmsensors gives a better view https://help.ubuntu.com/community/SensorInstallHowto [17:08] what teh hell is 8.4 us, 3.4 sy, 0.0 ni, 0.0 wa, 0.0 hi [17:08] and the top and free says 1.6G but system monitor says 2.2 GiB [17:09] !ram | omgina [17:09] omgina: If you are wondering why some tools report your system has very little free memory, have a look at http://www.linuxatemyram.com/ [17:09] time to do some reading https://linuxconfig.org/learning-linux-commands-top [17:09] <__mapo__> Hi, I've had a dependency problem during the installation of ubuntu server 16.04.03: the following packages have unmet dependencies: apt-transport-https depends on libcurl3-gnutls but is not going to be installed [17:09] omgina: You should see a list of processes and the amount of CPU they're using, with the biggest cpu hogs at the top. [17:10] first check zombie.. [17:10] <__mapo__> I've skipped the tasksel step, installed grub and rebooted the machine and now I'm in [17:10] is there anything in linux that mirrors the functions of ad in windows for linux? The major issues I am trying to solve is single account that is the same across all machines and the ability to attached some shared drives to user accounts but block other users from getting to them. [17:10] but full running fan can be a warning, or just by design untill the system is booted [17:11] <__mapo__> however tasksel still fails with the error tasksel: apt-get failed (100) [17:11] <__mapo__> how can I narrow down the problem [17:13] __mapo__: is libcurl3_gnutls available according to apt-cache policy [17:16] <__mapo__> yes, available and installed : once logged in I've done apt-get install apt-transport-https [17:16] <__mapo__> and added mirrors by hand apt-get update before that [17:18] __mapo__: the repos are using https? [17:19] <__mapo__> TJ-: I don't know, I've used the mirror: syntax in sources.list [17:19] __mapo__: is ca-certificates installed? [17:20] __mapo__: it's a Recommends: of atp-transport-https, but you may have disabled Recommends [17:20] <__mapo__> yes [17:21] __mapo__: can you enable debugging capture a log file of the operation? [17:21] <__mapo__> I had this error during the installation, so it was all as the installation procedure setted it up [17:21] <__mapo__> sure... if you tell me how [17:22] <__mapo__> remember that I had to skip the tasksel step during the installation [17:23] <__mapo__> so the installation itself is probably incomplete [17:23] Try a manual install of a package using "apt-get -o Debug::Acquire::https install " where the HTTPS transport will be used [17:23] arggh, hang on, typo [17:23] Try a manual install of a package using "apt-get -o Debug::Acquire::https=true install " where the HTTPS transport will be used [17:30] <__mapo__> TJ-: done... it worked, although I had no specific https message or any message out of the ordinary [17:31] __mapo__: suggests it didn't use HTTPS then [17:31] what's the current problem then? tasksel not performing? [17:32] <__mapo__> yes [17:33] __mapo__: is this an upgrade or clean install? [17:33] <__mapo__> clean install [17:33] __mapo__: try "apt-get update --fix-missing" [17:34] <__mapo__> done, nothing was installed [17:34] <__mapo__> just to be sure... I've added this line in sources.list [17:35] <__mapo__> deb mirror://mirrors.ubuntu.com/mirrors.txt xenial main restricted universe multiverse [17:35] __mapo__: now try "apt-get -f install" [17:35] <__mapo__> is xenial right for 16.04 ? [17:36] <__mapo__> done, nothing was installed [17:38] Yes, xenial is 16.04 [17:38] try running tasksel in test mode (-t) [17:39] <__mapo__> can I fake tasksel with something like apt-get install task-server-base, or whatever was the task that was supposed to be installed by tasksel during the installation? === Betonneklakske is now known as Garc [17:40] __mapo__: -t should show you a list of commands + packages it would try to install, and show broken dependencies [17:40] <__mapo__> I have the command but no broken dependencies [17:40] <__mapo__> I'll try to execute the vommand without tasksel [17:41] <__mapo__> btw, can I copy-paste in a console? [17:42] in theory; if the mouse is active (I think that requires 'gpm' ) [17:43] <__mapo__> ok, in effect I have a broken dependency [17:45] <__mapo__> well, the problem is "package x depends on y but is not going to be installed"... how do I fix this problem? [17:45] linux screenshot http://pix.toile-libre.org/?img=1511631893.png [17:45] So Skype is completely dead on Ubuntu now? [17:46] __mapo__: in general, apt isn't very good in resolving dependencies. It's the single case where I prefer aptitude. Try `sudo apt install aptitude; sudo aptitude install x` and you'll see exactly why it fails, and it'll give you a few different solutions to it. Put the result to pastebin *before* accepting a solution. [17:46] __mapo__: it 'depends' on the dependency graph! what are the packages? [17:47] wine doesn't work, There impossible something run [17:47] I'll delete it, will use what is existed [17:47] mr_lou: afaik, skype.com has a .deb package that you can install normally [17:47] So no, not dead at all. [17:47] bad screenshoter, impossible compare with windows http://pix.toile-libre.org/upload/original/1511631989.png [17:47] __mapo__: you can use "apt-get -o Debug::pkgProblemResolver=true install " to discover more [17:48] I see on linux all app significantly worse than on windows [17:48] alkisg, Yes, been using it for years. But Microsoft announced a while back that they would close connections from this client. And now it seems they have. At least two of us here in the household can't log in anymore. [17:48] ok guys, after 1 hour of googling i managed to change the dns servers to google's and now resolving works on my machine yay. I still haven't figured out how to make my changes to /etc/resolv.conf stick. This is a hell of a user experience folks. [17:49] mr_lou: are you using the older version, or the new one that they have? I think they closed the old one, but of course not their new one which is just a month old or so [17:49] I just removed it just now and instead installed skypeforlinux from repository. [17:49] Same deal. [17:49] alkisg, What's the package you're using? [17:50] skypeforlinux 8.11.0.4 [17:50] Yea, same here. [17:50] https://repo.skype.com/latest/skypeforlinux-64.deb [17:50] alkisg, I advice you not to log out then. You probably won't be able to log in again. [17:50] pinkisntwell: /etc/resolv.conf is a symbolic link to /run/resolvconf/resolv.conf, which is AUTOMATICALLY managed by resolvconf. Settings should be via NetworkManager, ifupdown 'interfaces' file, or systemd-networkd, depending on which system is used to manage the network [17:51] alkisg, And I obviously shouldn't have said that, because you're obviously going to try it now, and then hate me for it..... [17:51] mr_lou: they might have tech issues currently, which I guess you should report, and that they'll resolve soonish. Not Ubuntu related, MS service stuff... [17:51] TJ-: This is what I meant. I don't know which is managing the network so I have to find it and then have to find how to change dns servers there. Why does it have to be so frigging complicated to change the dns servers? Someone took a wrong turn here. [17:51] alkisg, In that case it's been going on for 3 weeks. [17:51] Doubtful. [17:52] mr_lou: nah don't worry I'm not using skype ... ^ that, I haven't realized it yet :D [17:52] mr_lou: I doubt they released skype for linux a month ago just to block it [17:52] alkisg, mkay. :-) You wouldn't happen to have any suggestions for replacement? Something that lets my daughter videochat with her grandparents? [17:52] <__mapo__> alkisg: the apt-get command was something like apt-get install server^ however aptitude can't find any packages whosw name or description matches "server^" [17:52] pinkisntwell: is it a Desktop install? then Network Manager. A server? before 17.10 > ifupdown, 17.10 > netplan for systemd-networkd [17:52] alkisg, Something that runs on both Ubuntu and Windoze. [17:53] __mapo__: ubuntu-server^ ? [17:53] TJ-: This is server. So I should try netplan I guess. [17:53] TJ-: This is the first time I hear the term "netplan". [17:54] pinkisntwell: it's the new way of pre-declaring the network settings. [17:54] mr_lou: viber? Btw, have you tried any newer versions from https://repo.skype.com/deb/pool/main/s/skypeforlinux/ ? [17:54] Why do they keep fixing things that are not broken. They just waste everyone's time. [17:54] pinkisntwell: See https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes#Network_configuration [17:55] alkisg, Actually just found out, when I run Skype, it still runs the old version. I need to run skypeforlinux to see a new version. Actually I remember seeing that. Didn't like it. Requires Microsoft account and other annoying things. I remember now, that's why I didn't want to use it. I'll take a look at Viber. Thanks. [17:57] mr_lou: so, my normal version didn't work, but when I manually installed https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.11.76.8_amd64.deb, it worked fine [17:57] <__mapo__> TJ-: alkisg: after tasksel -t http://paste.ubuntu.com/26043198/ [17:57] __mapo__: yes, there's no "server^" package or task [17:58] __mapo__: what is this server? you mean ubuntu-server^ ? [17:58] <__mapo__> is the task "basic ubuntu server" that I couldn't install during the installation process [17:59] Is there a block on ports such as 445 being used for SSH? [17:59] <__mapo__> and I'ce copy-pasted it, so there's no typo on my part [17:59] __mapo__: right "server" is a *tasksel* task NOT a meta-package :) [17:59] __mapo__: http://termbin.com/jn6m is the list of tasks [18:00] __mapo__: At this stage I suspect what you need is "apt-get install ubuntu-server" [18:00] __mapo__: that's the one that tasksel cloud-image and server use [18:01] Hrm. They did change the interface for task installation... [18:01] No wonder tasksel isn't preinstalled anymore [18:02] Yes; looks like some bit-rot there [18:02] <__mapo__> why the output of tasksel -t was the apt-get install server^ line then? [18:02] __mapo__: apt supports tasks now, so apt install server^ is normal [18:03] <__mapo__> alkisg: you mean will not be preinstalled on future TLS distos? because as it is today you must use tasksel during the installation process [18:03] __mapo__: there's #ubuntu-server for server-specific questions, but in my 16.04 desktop installation, tasksel wasn't installed as it was in the past [18:03] <__mapo__> ok, so apt-get kinda translates install server^ to install ubuntu-server, right? [18:04] Not exactly, packages have "tasks" as a tag, so apt install server^ searches for all the packages with that tag [18:04] __mapo__: does the system have tasksel-data insalled too? [18:04] what is differ between apt and apt-get? apt-get is old and should use apt? [18:04] neo2: pretty much yes [18:05] TJ-: well, that page was not very useful. It just tells me to read "man 5 netplan" [18:05] neo2: 'apt' is the user front-end; apt-get is for scripts to use [18:05] pinkisntwell: that's very helpful! it'll tell you how it's configured :) [18:05] ok [18:05] well [18:05] TJ-: which is 5-6 pages of arcane BS [18:05] <__mapo__> TJ-: yes [18:05] it mentions YAML files on certain locations, however no such yaml files exist on my system [18:07] OK it's done, I've spent over 3 hours on IRC and google in order to change my fscking dns servers and was still unsuccessful. Nice work Ubuntu devs! [18:07] Pardon the rant everyone. It was deserved. [18:07] __mapo__: I just tried, while having tasksel, tasksel-data, and aptitude installed, and then aptitude install server^ works fine [18:07] Without tasksel, it complained [18:07] [obligatory user-blaming/shaming here] [18:08] alkisg: same here with apt-get... now I have open-isci installed, yay :D [18:08] Haha [18:08] I was quick to ctrl+c it :D [18:09] I tried; it wouldn't let me [18:09] I don't understand, in this articles saying about apt and use sudo get-apt apache2 [18:09] https://www.digitalocean.com/community/tutorials/linux-apache-mysql-php-lamp-ubuntu-16-04-ru [18:09] There is no fish shell in Ubuntu 17 repos? [18:09] I can use apt apache2 and apt-get apache2? [18:10] apt-cache search fish gives me nothing o.O [18:10] is it equal: [18:10] apt-get apache2 and apt apache2 ??? [18:10] TJ-: the downside of you having too fast internet connection; i was still in the downloading phase where ctrl+c works [18:10] !info fish artful | konrados [18:10] konrados: fish (source: fish): friendly interactive shell. In component universe, is optional. Version 2.6.0-1 (artful), package size 582 kB, installed size 3829 kB [18:10] alkisg: I don't ! [18:11] Heh. Maybe you were only missing few packages then, while I needed 20 [18:11] alkisg: Ctrl+C wouldn't break into the curses progress dialogs though [18:11] alkisg: probably [18:11] TJ-, but... I don't have it o.O [18:11] * alkisg used aptitude, so no curses involved there... [18:11] konrados: ^^^ "In component universe" ^^^ [18:11] TJ-, and what does it mean? [18:12] !universe | konrados [18:12] konrados: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [18:12] it's about time apt --edit had an option to automatically enable universe/multiverse/restricted/partner! [18:13] TJ-, thanks, reading === hhee is now known as rh10 [18:20] hey! have a nice time everybody :) [18:21] how can i upgrade from 17.10 when new version of ubuntu will be released? [18:21] is it real? [18:21] nano it's editor for ubuntu [18:21] I heart aobut vim [18:22] nano and vim is equal , old editors [18:23] https://en.wikipedia.org/wiki/GNU_nano [18:27] hi, anyone with mattermost production docker experience? [18:31] got working page http://pix.toile-libre.org/upload/original/1511634634.png [18:41] I want to set ServerAliveInterval to *something*, according to http://man.openbsd.org/ssh_config I should edit ~/.ssh/config - but I don't have this file, should I create it? [18:41] konrados: sure why not [18:41] ok, thanks! [18:42] I thought that maybe there is something wrong, i.e. that I should have it. [18:43] konrados, so why are you following a openbsd site if you are running ubuntu [18:43] oooh, I think it is standarized among distros. [18:43] sec. [18:43] *I thought [18:44] I meant "I thought" :P [18:45] the ssh_config in most distros is under /etc/sshd [18:45] not under you /home [18:46] <[n0mad]> excepts it's talking about client config [18:46] yeah ^ [18:46] ~/.ssh/config is for single user , /etc/ssh/ssh_config is system wide [18:47] I've read that there is global config in etc/... and per user config for [18:47] yeah [18:47] ok, so ~/.ssh/config [18:48] now I simply put ServerAliveInterval 60 [18:48] and reconnect? [18:48] <__mapo__> ok, now I'm starting to get pissed off... http://paste.ubuntu.com/26043544/ [18:48] I found "60" in one of tutorials. [18:49] <__mapo__> does someone has an idea of what is the problem and how to solve it? [18:53] __mapo__, you have broken packages that prevent any installation (btw, run export LC_ALL=C and paste again, it will translate in en) [18:57] <__mapo__> ioria: any specific hint? http://paste.ubuntu.com/26043587/ [19:00] __mapo__, apt-cache policy vim-common [19:01] <__mapo__> http://paste.ubuntu.com/26043630/ [19:02] __mapo__, no good ... can you paste /etc/apt/sources.list ? [19:03] konrados: i have 240 in mine, it almost never times out [19:03] <__mapo__> how about the "policykit-1 : Depends: libpam-systemd but it is not going to be installed" ? [19:03] konrados: Host * then on a newline ServerAliveInterval 240 [19:03] EriC^^, ok, thanks! [19:04] no problem [19:04] __mapo__, you may have a 'source' problem [19:06] __mapo__, i'd try to backup sources.list and replace with a new one : https://wiki.ubuntu-it.org/Repository/SourcesList#Ubuntu_16.04_Xenial_Xerus (if you are on xenial) [19:07] <__mapo__> in sources.list I have the commented installation cd line and a single mirror line [19:07] <__mapo__> i might have done an update with a non-xenial source in an attempt to solve my problems [19:07] __mapo__, so, try the above suggestion (if you don't want to share it) [19:10] wow, I could not use ssh until I *removed* rw perms for a group on /home/konrad/.ssh/config - why is that o.O? [19:10] until I did that, I got "Bad owner or permissions on...." [19:12] Hi. I'm on 16.04 and i'd like to install cuda-tookit 8 in order to get going with tensorflow. I've seen that there's a deb provided by nvidia for it ( https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604 ). Is there any reason to use the runfile over the deb? [19:13] how can I know my settings have been parsed? I mean ServerAliveInterval 60 in my .ssh/config file? [19:15] <__mapo__> ioria: modified, updated&upgraded, now it seems to work :) thank you [19:15] __mapo__, good job [19:17] Oh and can someone please tell me, what the difference between deb(local) and deb(network) is supposed to be? I never heard of that distinction. === Smeef is now known as deathonater === deathonater is now known as Smeef [19:44] konrados: i think ssh -vvv should tell. [19:46] Anticom: i assume the 'deb (local)' variant may be for systems which do not have internet connectivity, i.e. my guess is that this variant will not try to get updates online [19:47] tomreyn: the local deb variant just seems to ship the gpg key needed to add the repository contained in both deb packages [19:47] note the different download size, also [19:48] tomreyn: it's a rather tricky way to ship a custom apt repo. However i don't get why they don't just tell you to add it via apt-add-repository [19:49] hm might also be, that the local one is actually shipping all the packages locally. Who knows. I've used the netowrk one and i like what it does, mainly giving me automatic updates via apt. [19:49] the local variant is 1.2 GB so it's probably not just the key [19:49] tomreyn: fair enough :) [19:50] Might be offtopic but someone using tensorflow in here? [19:51] tomreyn, it indeed told it did read the config file, thanks! [19:53] Anticom, it's a copy and paste thing -- lower support costs having someone install a .deb vs relying on them to copy and paste the whole contents of what you need them to do <-- my theory anyway [19:57] jer: somewhat valid point, however this is how every ppa is usually added so i'd assume ubuntu users are familiar to that process [19:57] But it seems i'm wrong :D [20:02] I've installed this: [20:02] - #LAMP Linux, apach, mysql, php and phpmyadmin [20:02] but it's work not as I need [20:03] Anticom, i'm sure many, many are =] [20:04] it put site to html directory and I want many sites [20:05] I got it 127.0.0.1 and files load from /var/www/html/ [20:05] I need create domain and sub-domain [20:05] at first many domains [20:06] stie1.com, site2.com..... [20:06] and install control panels [20:06] now create new technical task what I must to do [20:07] will create* [20:07] neo2: easy on the enter button mate, try to add your issue all in one line [20:07] !lamp | neo2 did you doublecheck your lamp here? [20:07] neo2 did you doublecheck your lamp here?: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [20:09] oh yes, I forgot remove it [20:09] need to learn how all remove and again install [20:10] so you wrote here your personal todo list. [20:10] no didn't check, now to try do === jstein_ is now known as jstein [20:13] oerheks: I wrote it on google docks, it's little part my todo [20:13] neo2: is this what you look for? https://daanlenaerts.com/blog/2015/07/05/create-subdomain-with-apache2-on-ubuntu-server/ [20:14] lotuspsychje: well, probably, added to bookmarks [20:26] can anyone on firefox 57 play this https://www.youtube.com/watch?v=XanVOkqHfLg ? [20:26] lets c ioria [20:27] lotuspsychje, can you ru it ? [20:27] ioria, nope [20:27] omg [20:27] ioria: error [20:27] lotuspsychje, konrados tanx [20:27] what gives [20:27] *than [20:28] that works on chromium [20:28] hmm [20:28] maybe FF got a reason .. seen many users here with live streams not working [20:28] ioria: is it any special link or so? [20:28] oerheks, i see [20:29] but not *all* live streams [20:29] lotuspsychje, just a live stream about brexit [20:29] lotuspsychje, Countdown to Brexit deadline: The time left to reach a deal [20:29] 10 days no? [20:29] yep [20:30] drop the pound and stay \0/ [20:30] heheh [20:31] ioria: hmm firefox --debug freezes on me [20:31] some videos may not play without drm enabled [20:31] lotuspsychje, i tried --safe-mode ... but not very good at debug [20:32] auronandace, maybe it's the issue [20:32] ioria: Yes, it works for me... but got umatrix and had to allow all XHR for googlevideo.com [20:33] TJ-, great TJ- [20:33] ioria: you have a 3rd party site blocker running too? [20:33] TJ-, nope [20:33] i have a dual boot setup on an single ssd. ubuntu 16.04 lts x64 desktop and windows 10 64bit. i been in ubuntu for the last weeks almost all the time. something happened where when i select windows boot manager that it restarts me back to the beginning where i pick the os [20:34] i cant boot into windows [20:34] use the web-dev console; see if network requests are going out to googlevideo.com [20:34] en1gma: perhaps try sudo update-grub ? [20:35] TJ-, had the same issue all yesterday with 'sky news live' and suddenly resolved after 9 pm ... [20:36] ioria: is it timing out, showing a spinner, or what? [20:36] TJ-, nope, 'An error occurred . Please try again later' [20:36] ok ill try that now [20:37] ioria: is your ISP operating a transparent proxy ? [20:37] do i need to do any other commands after 'sudo update-grub'? [20:37] TJ-, oh my, really don't know [20:37] en1gma: for test try reboot first, and see [20:38] ok 1 min [20:38] TJ-, can you play this : https://www.youtube.com/watch?v=nVHt1_SWTZg [20:39] ioria: Yes [20:39] TJ-, i see ... [20:42] en1gma: did it work? [20:42] TJ-, works on chromium.... definetly a ff issue [20:43] ioria: have you cleared the browser cache? seen a few weird issues for users on FF57 upgrades [20:43] TJ-, aye sir [20:43] should be something in the web-dev console [20:44] lotuspsychje it sure did not [20:44] :( [20:45] TJ-, edia resource blob:https://www.youtube.com/eed4b1a7-3271-4942-b770-a5d9cd071251 could not be decoded. [20:45] why does linux always mess with my dual boots and i usually lose all my info.... [20:45] TJ-, Error: This error message will be blank when privacy.resistFingerprinting = true. [20:45] en1gma: when did this start to happen? [20:46] i been on ubuntu pretty much solid for this last week or maybe two. i just today needed to boot into windows and it wont let me. it says "critical process died" [20:47] i tried safe mode and also dont restart on failure [20:47] thats how i got to read the error [20:47] ioria: that sounds like it wants you to disable "do not track" [20:47] ioria: maybe http://forums.mozillazine.org/viewtopic.php?f=9&p=14723509 [20:47] auronandace, i did ... [20:49] TJ-, nope :( [20:50] ioria: which version of libavcodec is installed? FF 50. had a release-note saying "blocked versions older than 54.35.1" [20:50] ioria: did you clear the cache after doing that and reload the page? [20:50] auronandace, yes [20:51] TJ-, well, tru i'am on trusty, but i tested also on artful [20:51] it's old? http://pix.toile-libre.org/?img=1511643068.png [20:51] !info libavcodec trusty [20:51] i want to think of server side error [20:51] Package libavcodec does not exist in trusty [20:52] default didn't work, I reinstalled and got this [20:52] !info libavcodec-extra trusty [20:52] libavcodec-extra (source: libav): Libav codec library (additional codecs meta-package). In component universe, is extra. Version 6:9.20-0ubuntu0.14.04.1 (trusty), package size 10 kB, installed size 79 kB [20:52] !info libavcodec-dev xenial [20:52] libavcodec-dev (source: ffmpeg): FFmpeg library with de/encoders for audio/video codecs - development files. In component universe, is optional. Version 7:2.8.11-0ubuntu0.16.04.1 (xenial), package size 4302 kB, installed size 14470 kB [20:52] en1gma: after windows begins to load (e.g. when you see blue screen of death, it's already started loading), ubuntu is not to blame, it doesn't affect windows operation [20:53] wonderful - package versions don't reflect the library version! [20:53] lol [20:53] It's 56 in xenial [20:53] seems this Shutter for screenshot even better than was on windows, not everything is so bad [20:54] alkisg yea i think your right but how would it get corrupted i havent even been in windows [20:54] ubuntu is handing off the correct partition to load thats for sure [20:55] en1gma: sometimes we reboot and windows doesn't load anymore, e.g. because some update broke it. Now, suppose that you reboot into 2 weeks of ubuntu use just between the good and the failed windows boot [20:55] Trusty-updates has /usr/lib/x86_64-linux-gnu/libavcodec.so.54.35.1 so that looks OK [20:55] en1gma: long story short, try to boot from the windows live cd and select "repair" from there [20:56] I wanted to install lightshot, couldn't do it and was disappointed, and installed instead shuttle, and this is very cool app, so many options... [20:57] lotuspsychje, auronandace TJ- have to go, thanx for helping [20:57] ioria: in about:config I see media.decoder.doctor.verbose ... might be worth setting that to true [20:57] wait [20:58] shutter* [20:58] TJ-, No decoders for some of the requested formats: application/x-mpegURL [20:58] watch [20:59] ioria: Ahhh [20:59] TJ-, tells you some ? [21:01] ioria: on 14.04 it seems ffmpeg packages don't have everything required. [21:01] TJ-, well, ffmeg it's not available at all on trusty :þ [21:01] !info ffmpeg trusty [21:01] Package ffmpeg does not exist in trusty [21:03] Howdy [21:04] ioria: does the system have chromium-codecs-ffmpeg and chromium-codecs-ffmpeg-extra installed? [21:04] TJ-, yes [21:04] The new Ubuntu dock doesn't play well with "hide top bar" extension. The original dash-to-dock extension does. It's an easy fix for the user, but new users may find it frustrating. [21:05] thanks TJ- see you soon [21:05] Does anyone know where i can get graphviz support? [21:09] !info graphviz [21:09] graphviz (source: graphviz): rich set of graph drawing tools. In component main, is optional. Version 2.38.0-16ubuntu2 (artful), package size 690 kB, installed size 9651 kB [21:15] Anticom: man graphviz, join the small #graphviz , or ask your specific question in here? [21:15] lotuspsychje: i just checked #graphviz there was no one there. maybe i had a typo in my join cmd [21:18] !info xfconf [21:18] xfconf (source: xfconf): utilities for managing settings in Xfce. In component universe, is optional. Version 4.12.1-1 (artful), package size 96 kB, installed size 647 kB [21:28] any idea when client side decorations will be integrated into firefox? [21:28] in fedora 27 i can activate them through about:condfig already [21:28] on 57 [21:29] not sure that's a patch or some compile time option [21:31] lotuspsychje: This is my dot is telling me and the actual dot file: https://gist.github.com/Anticom/50f55cb537780ee9d53d0de96c9ab0de [21:31] I don't understand what the problem is [21:46] how was this terminal - file manager called? [21:46] two panels [21:46] blue background [21:46] konrados: mc [21:46] ah, thank you akik! [21:56] Looooooove playing with Gnome on the new 17.10 [21:56] Got mine looking a lot like ChromeOS atm [22:06] screenshot? [22:09] any idea on how to disable title bar on maximized windows in 17.10 ? [22:10] also has anyone figured a better way to search through multiple browser windows by title than "Switcher"? the Scale+type searching before 17.10 was ideal === dax is now known as Guest62444 [22:31] i need help install ubuntu from usb flash drive or usb prepped sata drive [22:31] i'm getting different errors depending on which way i try [22:33] currently tried usb flash drive loaded with netinstall_x64 iso using rufus [22:34] gets me to the install menu then gets stuck on kernel panic [22:45] !md5 | oboma [22:45] oboma: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [22:45] alright [22:46] brb [22:46] describe your hardware ? [22:47] hello folks [22:47] does hiberantion work on ubuntu 17.10 with a swapfile? [22:47] !md5sums | oboma also this: [22:47] oboma also this:: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of Ubuntu discs. [22:48] because my system doesn't appear to hibernate properly (screen goes black, then i'm returned to my lock screen) [22:48] gigabyte p35-ds4 [22:48] quad core [22:48] sata ssd [22:49] am I right that apt-get --dry-run install will tell me what will be done if I run it without 'dry-run'? [22:49] sorry... [22:49] am I right that apt-get --dry-run install php will tell me what will be done if I run it without 'dry-run'? [22:49] I added 'php' ^ [22:50] konrados: that's correct [22:50] tomreyn, cool, thanks! [22:51] any of these options works: -s, --simulate, --just-print, --dry-run, --recon, --no-act [22:51] you mightr want to add one of -y, --yes, --assume-yes to skip any prompts [22:52] and maybe one of -V, --verbose-versions to see the exact package versions [22:55] tomreyn, - thanks! But no, I actually only wanted to know ensure which version of php will be installed. I think that is the way of doing this? [22:56] konrados: apt-cache policy [22:57] Ben64, ha, indeed, shorter - thanks! [23:01] md5sum.exe -c MD5SUMS ubuntu-16.04.3-desktop-amd64.iso: OK [23:01] md5sum.exe ubuntu-16.04.3-desktop-amd64.iso 0d9fe8e1ea408a5895cbbe3431989295 *ubuntu-16.04.3-desktop-amd64.iso [23:02] let me put that on the flash drive again and give you the exact error === jstein_ is now known as jstein [23:04] oboma: also try this after writing it to the bootable media: https://help.ubuntu.com/community/Installation/CDIntegrityCheck [23:05] hi [23:05] You can directly test the hash of the data written to ISO too [23:06] I've messed up my dependencies a little. Help, please ^.^ [23:06] https://dpaste.de/0UFQ/raw [23:06] rufus asks me to choose between iso mode or dd mode [23:07] i have to choose dd mode otherwise the computer wont boot from usb [23:07] already tested this [23:07] just fyi [23:09] TJ-: how ? [23:10] oboma: it assumes you're writing the raw ISO to the USB - from what I read of Rufus, it puts it's own code in between the mobo firmware and the ISO [23:12] TJ-: do you know a better way ? i dont have an optical drive [23:12] i was just looking at this krackattacks-scripts-research zip file from github and when i went to update the repository so that i could use the scripts, a LOT of files were going to be removed along with a LOT of new files to install - i'm not sure that i want to remove/install this stuff - i don't want to break my box - anyone have experience with these scripts? [23:13] oboma: but I do it like this: "dd if=/dev/sdX count=1 bs=$(stat -c %s ~/Downloads/ubuntu-16.04-server-amd64.iso) | md5sum -" [23:13] rufus has a dd write mode which you can get with alt-i [23:13] akik: thanks; that does a raw write does it? [23:13] right. i'm stuck on windows 10 atm [23:13] akik: from sector 0 ? [23:13] TJ-: i'd assume it does when they call it dd mode [23:13] the problem appears to be with the python-pycryptodome package [23:14] the way I read it, the images were in partitions and rufus inserts it's own boot-manager [23:14] TJ-: when you press alt-i rufus says disabling iso support [23:15] akik: OK... with it talking about 'formatting' first, it implies it is doing more than a raw byte copy [23:16] TJ-: where does it say formatting? [23:16] i just tried the "check disc for defects" option [23:16] initramfs unpacking failed [23:16] lzma data is corrupt [23:16] SemiNus: i think ondrej's php PPA is supposed to be used via (f)cgi(d), not as an apache module. [23:16] kernel panic blablablah [23:17] so what did i do wrong :( [23:17] tomreyn, yep, also just figured out it's /etc/apt/sources.list.d/ondrej-ubuntu-php-yakkety.list [23:18] hey.. Anyone know of a good irc client for ubuntu? looking for something that looks good and is functional? [23:18] how can I purge the whole repo? [23:18] buggedout, I like hexchat [23:18] buggedout: weechat [23:19] im using weechat now.. looking for something a bit more graphical. [23:19] akik: in the FAQ [23:19] will check out hexchat. [23:19] Thanks. [23:20] SemiNus: it's a PPa. PPA's can be purged using 'ppa-purge'. The details of this PPa are at https://launchpad.net/~ondrej/+archive/ubuntu/php/ [23:20] thank you tomreyn [23:20] is it just me, or did IRC become more silent than it was a few years ago? [23:21] much more silent. [23:21] note this is weekend. [23:21] *notice [23:21] I guess [23:22] oh, you're right, I forgot about the weekend [23:22] however, even during the week... I feel like IRC has changed [23:22] I remember when hacking dishnet / expressvu was popular.. those channels were always loaded with no end to the chat.. [23:22] and there is no replacement, it's not like people moved over to Slack or so... [23:22] I feel like people are not chatting and helping each other as much as it was back in the day [23:23] buggedout, I must have missed that trend totally, never heard of those [23:23] <---- old [23:23] :P [23:23] this is actually something what bothers me as well, where did ppl go? Not fb, not slack, not discord... o.O [23:24] konrados, not real life [23:24] :) [23:24] ^.^ [23:24] netflix and chill.. pof.. rofl [23:26] sorry, I must come back to my ppa-purge problem: [23:26] ppa-purge -o ondrej/php [23:27] what am I doing wrong? [23:27] -o, no sudo [23:28] I am root [23:28] TJ-: rufus just starts writing directly in the dd mode [23:28] akik: shame it doesn't have a way to compare the hash of the image too [23:28] in the usage examples, it says: sudo ppa-purge [ppa:]ubuntu-x-swat/x-updates [23:29] so I changed it to: ppa-purge [ppa:]ondrej/php [23:29] and it still won't work [23:29] https://dpaste.de/eweV/raw [23:33] SemiNus: fix your sources.list first of all. [23:33] tomreyn, my sources.list is nice [23:33] just the official repos + the ones from trinity desktop [23:33] SemiNus: the error message says othersise [23:34] tomreyn, there are some files in /etc/apt/sources.list.d [23:35] SemiNus: right, either /etc/apt/sources.list is wrong or one of the files in /etc/apt/sources.list.d/ [23:35] tomreyn, sorry for bothering. Please tell me how "wrong" would look like in this context. [23:35] I am not sure what to look out for. [23:36] https://dpaste.de/p3vv/raw [23:36] SemiNus: rgrep ubuntu-mate-dev /etc/apt/sources.list* [23:36] the last one is probably wrong then [23:36] you could try using ppa-purge on it [23:36] https://dpaste.de/xanN/raw [23:37] what would be wrong about Mate? [23:40] SemiNus: nothing is wrong about mate. something is wrong about using a PPa which is no longer working. [23:40] *PPA [23:40] I try to purge it [23:42] https://dpaste.de/iaUt/raw [23:42] sorry for bothering, I am really stuck [23:42] ppa-purge ppa:ondrej/php [23:42] don't use brackets, i guess [23:43] oerheks, the manpage mentioned the brackets [23:44] SemiNus: it doesn't mean them literally [23:44] https://launchpad.net/~ondrej/+archive/ubuntu/php [23:44] yes, anotation needs to be filled in ofcourse [23:46] I tried every option. Still the same error [23:46] https://dpaste.de/JsyJ/raw [23:46] SemiNus: you'r enot bothering, i just lack time right now. try: ppa-purge ppa:ubuntu-mate-dev/xenial-mate [23:46] and I also cannot purge mate === jje__ is now known as jje_ [23:47] and then: ppa-purge ppa:ondrej/php [23:47] hrrm hexchat is pretty decent.. thanks for the recommendation! [23:47] ondrej seems to be gone, mate-dev only [23:48] https://dpaste.de/0CXQ/raw [23:52] *if* you are on yakety 16.10 now, i don't wonder that the servers are down .. [23:52] it's only 1 year old?! [23:52] I only want PHP running again :( [23:52] yes, but 9 months support [23:52] only supported 9 months [23:52] !yakkety [23:52] Ubuntu Ubuntu 16.10 (Yakkety Yak) was the 25th release of Ubuntu. Support ended on July 20th, 2017. See !eol, !eolupgrade and https://ubottu.com/y/yakkety [23:53] I see [23:53] that's a problem then [23:53] yes it is [23:53] pff not as bad as the disc of 10.14.1 that I have still XD [23:54] is it safe to upgrade the running machine with the messed up sources? [23:54] or shall I backup my files and erase everything? [23:54] that's over 7 years old....but if you want a release that lasts longer I'd get lts just sayin' [23:54] kaosine, I am still using KDE 3 [23:55] ppa's will automatic be disabled, aFAIK [23:55] (forked as trinity desktop) [23:55] okay then I try it [23:55] I'd be on the safe side and back up then reinstall unless there's a way to repair in the installer.... [23:55] o/ do i just install with apt? jobs-admin requires dbus and i can't install it with pip: https://paste.ubuntu.com/26045352/ [23:56] back to 16.04 LTS and maybe adding HWE, or 17.10 [23:56] !hwe [23:56] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [23:58] I am risking it and upgrade the system now [23:58] thank you for all your help