[00:01] codepython777: I'm an old user, no expert. But if i have to guess there's still some windows stuff on your computer somehow. [00:02] Thunder_Tw: Another data point - when I do exactly the same partition - it works beautifully in VM [00:03] in VM you have a blank BIOS and EUFI settings [00:04] i don't know where or how to get there but somewhere in bios there's a program that tells what and where to boot. if that space was full when ubuntu tried to add it's grub then that would explain. but I'm no expert, i might be horribly wrong [00:05] Thunder_Tw: I think that could be applicable to my problem too [00:05] It's like old UEFI boot ooptions are still there but not the new ubuntu one I want [00:06] Be carefull if you fiddle around the bios settings. if everything fails by fiddling though. (or first)try to find the bios-reset in the manual [00:07] alsetema, codepython777, efibootmgr can be used to manange efi entries [00:07] Thunder_Tw: I think its the machine/bios - not the ubuntu installer [00:07] rdh: Should I move to legacy instead of uefi ? [00:08] hmmm, I wonder if the onboard ASPEED video is causing me issues somehow [00:10] codepython777, im not sure if that will help. [00:11] hi! i just bought a new computer and i thought i could use um... the default backup util (the one with a black safe as icon) to restore the backup i made on my old laptop, but it turns out this is not so :( is this impossible? [00:11] it's just a backup of my home directory [00:11] found an interesting read about EUFI and booting: https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then/ [00:12] slime, dont think backup works that way. its not like an image. [00:12] i just wanna grab some files darn [00:12] likely need to install the packages u use after backup [00:13] what files [00:13] i wanna use a different backup util then... i want to be able to grab my files even if my laptop is fried this seems like a really bad model [00:13] codepython777, btrfs seems to be more hands on then just partitioning it and installing. [00:13] just the files in my /home directory is what i backed up [00:14] i cannot seem to restore them or copy them onto new machine === KindTwo is now known as KindOne [00:19] rdh: I am looking a bit at efibootmgr and it seems to be just what I need. [00:20] If this works I will cry [00:20] slime, why cant you restore from deja dup backup [00:20] is that what you are trying to do [00:25] People, efibootmgr shows this when I try to remove a boot entry Could not delete variable: Interrupted system call [00:26] slimetrap: what you want to do is exactly what deja-dup exists for. What whent wrong? Did you remove the backup folder? [00:26] Is there a way to overcome this? [00:26] Thunder_Tw, no it's on my usb drive [00:27] Thunder_Tw, the backup on the uusb drive is a deja-dup backup from my old laptop [00:27] then you should be able to select "Restore" in the overview of that black box program [00:27] i'm not tho [00:28] it just ssees the one i made on this computer [00:29] doesn't he ask "Restore from where?" and allow you to select your usb-folder as restore point? [00:30] wait! [00:30] it sees it now [00:30] ... [00:30] wtf [00:30] owo [00:30] hi [00:30] oi === stwhite is now known as jstevewhite [00:31] how do i get python on linux? [00:31] connorkmc, you can sudo apt install python3 if that's what you want [00:31] connorkmc, otherwise python2 is included by default [00:31] check version with python --version [00:32] it was not able to fine package [00:33] connorkmc: what version of ubuntu are you running? [00:33] i think 16.06 [00:33] connorkmc: type: cat /etc/issue [00:34] connorkmc: try uname -r [00:34] oh damn sorry bad of me [00:34] Thunder_Tw: uname -r gives the kernel, not the distro release [00:34] connorkmc: lsb_release -r [00:35] indeed my bad, i was thinking about the wrong command [00:48] hi [00:49] I want to change some content under /home/user/.local/share/openlp [00:49] k [00:50] but the permissions are set so that only the owner can change the content [00:51] when I try to change the permissions, I get "operation not permitted" [00:51] bryanfrommacau: also with sudo? [00:51] I am trying to do this using PCManFM [00:52] using a gui [00:53] I'm not sure what command to type in the terminal....something about chmod? [00:53] i want python but i dont know how to get it [00:54] piz help [00:54] bryanfrommacau: try: gksu PCManFM [00:54] connorkmc, usually Python ships with Ubuntu [00:54] bryanfrommacau: it wil open your file manager as root [00:54] oh i dont have it on mine [00:55] im on ver 16.04.2 [00:55] ok I'll try [00:55] for xfce [00:55] connorkmc: try the command: sudo apt-get install python [00:56] it says python is set to manuly install and is newest ver [00:56] connorkmc: sure that you have 2 versions of python installed . In terminal type ' dpkg -l python* ' . See what all is there ! [00:58] i typed it [00:58] there lots [00:58] what do do [00:58] That is working [00:58] thanks~ [00:58] ! :) [00:59] connorkmc: to reinstall: sudo apt-get purge python [01:00] connorkmc: then install again and shoose python2 or python3 like: sudo apt-get install python3 [01:00] k deleting it now === CodeMouse92__ is now known as TheCodeMouse === TheCodeMouse is now known as CodeMouse92__ === mnepton is now known as mneptok [01:02] ok installed it [01:02] is says o installed 127 not upgraded [01:03] idk what to do [01:03] try: sudo apt-get update then: sudo apt-get upgrade [01:03] then install python again [01:04] no reinstall cause 0 installed sounds like not installed to me [01:05] connorkmc: if succesfull, this command should confirm: python --version [01:05] k thx upgrading now [01:05] 5 more mins [01:06] can I ask questions about lubuntu here? [01:07] never mind, I just found a channel for that. [01:07] jac76: I think you can. no punishments for asking stuff here as far as i know [01:07] Hello everyone. I have a headset that's outputting my input. It's not leaking. Even if the volume is low, they can hear everything. Is there a way to solve this? [01:08] jac76: Lubuntu is fine both here and in #lubuntu (though I'd stick to asking in one of the two at a time otherwise people end up duplicating effort) [01:09] mejnour: right click that volume icon in the top right and go to options. If there is an option for that it's likely there [01:09] it says python 2.7.12 [01:09] how do i open pyhton [01:11] hi, im running 16.04. where has /var/log/messages gone? [01:11] Thunder_Tw, I can't see an option, tho. [01:11] connorkmc: for info about using the program pyhton try: man python [01:12] Thunder_Tw, I mean, I'm in the sounds options right now and there isnt any sort of fine tunning regarding this. At least, none that I can spot. [01:12] you needs python3? [01:13] Thunder_Tw, nonetheless, its odd that I have 3 hardware sound inputs... [01:13] or some other place i can look for system messages/events/etc [01:14] although I have only my PCs mic and my headset mic... [01:15] yah idk [01:15] Are there any Ubuntu system scripts that enable read_only on mariadb/mysql for any reason? [01:17] connorkmc: are you more like interested to learn how to use python try a tutorial, loads on the internet, even youtube vids i guess but you have a working pyhton on yout linux machine [01:17] k thx for all the help [01:18] mejnour: I'm no expert, i was hoping it would be there === ilfantomas_ is now known as ilfantomas [01:23] hi [01:23] Thunder_Tw, Ok then. I'll try to elaborate my problem and ask here again in a few [01:23] i installed gnome and remove it still show logo before unity [01:24] mejnour: yeah, seems like the best option for now :) [01:24] grey screen then another grey screen with paws and loading [01:26] Guys, when I connect a certain headset, my system starts to output all my inputs, even the ones that's not mic-related. Let's say I play a video on YT, people starts hear it even if It's not loud. So I think It's an audio leak, It's like the system is set to "hear everything". How do I change that? [01:26] So I think it's NOT an audio leak* sorry [01:26] where can i go to see system messages/events since ubuntu nuked /var/log/messages? [01:27] id expect this kind of thing from fedora, but.. i guess we are talking about a debian dist, nm [01:27] i install gnome and revert back to unity but when my system load it show grey blank screen then gnome logo loading screen then unity login [01:29] how do i complete remove gnome? [01:30] theablestman: did you use apt-get remove instead of apt-get purge perhaps? [01:30] think so [01:31] purge also removes configuration files [01:31] everything is gone but that [01:31] how? [01:31] like: sudo apt-get purge [01:31] k [01:32] mejnour, you could try the following: install pavucontrol, open it and click on Recording and see if the input device for the app you are using the mic on is set to the monitor of your sound card [01:33] did apt-get remover gnome and apt-get purge gnome it did nothing [01:33] Is the naming convention of devices (in /dev directory) on different linux distributions same? I searched on ubuntu community about this but the page is not present. === Rob is now known as Guest51298 [01:44] pankaj_ nothing is the same in linux distributions [01:44] sometimes yes. but no guarantee. and they like to change things a lot [01:45] marijuana: So, what is the naming convention of devices on ubuntu. I searched on ubuntu community wiki but found not answers. [01:45] for example, almost every distro in the history of forever has had "/var/log/messages" but now somebody decided that we dont need that anymore [01:45] kostkon, what exactly are you looking for [01:45] i dont know, im here for answers too [01:46] pankaj_, it depends on the device [01:46] marijuana: But logs are very much important. What about them now? [01:47] pankaj_, on some distros jounalctl takes care of the logs now [01:48] marijuana: I am talking about the naming convention. Sometimes the names are different but how can they depend on the device? [01:48] kk4ewt: What is it? [01:48] pankaj_, are you looking for like hd or what [01:49] fdisk -l may can answer your question on the hard drives [01:49] are you looking for /dev/hda? [01:49] dev is short for device [01:49] kk4ewt: Yes, because sometimes I read different linux books (not ubuntu sometimes) and their I get different naming so I am always confused. So, what about their naming like hd or sda on ubuntu and which device they represent. [01:51] cong: Yes, I know that. But is not there any list that represents that which device represents which file in /dev? [01:51] fdisk -l [01:51] cong: And also helps me to understand about their 'n' numeric value at the last. [01:52] i don't really use linux so here you go http://www.tldp.org/LDP/sag/html/dev-fs.html [01:53] my world is filled with drives like c: and d: [01:53] kk4ewt: I can see 'ram1', 'ram2', 'ram3' ...........'ram15'. What do these n values represent. Are these the temporary memory partitions in the RAM ? [01:53] top [01:53] cong: OK [01:55] cong: It is very nice. [02:05] hello ! [02:07] i see libpng12 and libpng16 in apt but i need 14 why is it not there [02:21] any takers? [02:21] libping14? [02:21] libpng rather [02:27] well i guess ill build it myself [02:27] i noticed that when i launched xfce4-terminal my path get a mystical /snap/bin appended to it but when i'm using tty1, that path is not being appended [02:28] (using zsh) [02:28] but i can't find where/how it is being appeneded [02:30] nvm. it's coming from .profile but it's a part of my entire login [02:35] where and which AMD drivers do I download? can't even get ubuntu to install normally on my gpu [02:36] So I'm using ubuntu (server) LTS, and just upgraded from 14LTS to 16LTS and it upgraded JWM as well. I like everything so far but one thing: It used to be that the "TaskList" would only show applications running in the currently active virtual desktop. Now they always show regardless of what desktop is active. Is there a way to get the old function [02:36] ality back? [02:37] serotuna: AMD drivers are in the kernel now . [02:37] i dunno what that means [02:38] Hi! [02:38] I am having an issue w/ fanctl and NetworkManager [02:39] serotuna: There are no drivers ( not withstanding bleeding edge cards ) to be downloaded on 14.04.2++ releases . [02:39] erm [02:39] so 600x480 is desirable, then? [02:39] wow that is low resolution [02:40] lol [02:40] i can't even get the install screen to show up on my 390 [02:40] so i'm definitely missing some sort of driver functionality [02:40] sorry to jump in here - if I am having an issue what is a good way to report it [02:40] or search to see if it has already been submitted? [02:44] There is any way to compile a graphic card to support a new version of openGL? I need a function from OpenGL 4.4 in my graphic card. [02:45] jesse__: explain each of the two different issues, one at a time. Start with network manager, once you have made process on the network manager front, then and only then move into discussion of the fanctl issue. [02:47] Hello there [02:47] Currently messing with WSL === ilfantomas_ is now known as ilfantomas [02:54] My Issue is solved, was due to an atypical ubuntu default configuration [03:07] hi, I just installed Ubuntu (17.10 I think), is it possible to change the appearance of the bars above windows? [03:07] I'm trying to install Ubuntu on a USB for persistent use. I am receiving the following error. Why? Thanks - "Busybox v1.222.1 Ubuntu 1:1.22.0-19ubuntu2 Built-in shell (ssh), Enter 'help" for a list of built-in commands, (intramfs) Unable to find a medium containing a live file system" [03:08] SomethignSpecial, what did you do to install Ubuntu on the USB so far? [03:08] I downloaded the ISO and tried to use Yumbi at first === nechayev is now known as Derom === Derom is now known as nechayev [03:13] I'm recieving it at boot [03:19] What is meant that 'fd0' - first floppy drive, 'fd1' - second floppy drive. What is meant by first and second? [03:19] pankaj_: yes [03:20] bcowan: What? [03:21] <[n0mad]> First and second seem pretty self explanatory [03:22] <[n0mad]> Primary and secondary are probably more appropriate [03:22] Means drive a: and b: in old school talk or winblows [03:23] Floppy a: [03:26] bcowan: OK. I understood. But my sda is named in order sda1,sda2,sda5. Why not serially sda1,sda2,sda3? [03:28] i installed ubuntu on other device, and find out that if i dont try to set it on high contrast [03:28] pankaj_: idk maybe primary and extended partitions or there are other partitions not mounted or hidden between them [03:28] i cant see the screen where i could find 'try ubuntu' or 'install ubuntu' [03:28] is there a better way to fix this? [03:30] For more detail, Windows 10 crashed and I'm not able to access it properly due to HDD crashing, I'm using the Ubuntu as a persistent means of computing until my new HDD arrives. [03:32] I used the method of Yumi on another Windows PC. One second I have an idea, maybe Windows is screwing up the normal boot by trying to do some kind of error correcting on rebooting (again can't do it because HDD is crashing). [03:32] I"m going to test the pendrive on another laptop [03:32] I don't know [03:38] @search Masha Gessen === malkauns_ is now known as malkauns [03:50] hi all....i have a lenovo ideapad Z485 and i want to install ubuntu on it [03:51] but i can install 32 bit but not 64 bit version...try disable UEFI still the same...is there anything i can do? [03:53] What happens when you try to install the 64bit version? [03:54] can anyone tell me what I need to do to get my 390 working on ubuntu after installing via nomodeset? [03:54] it just show black screen...but when i use the 32bit iso...can install [03:55] i try use nomodeset...still not able to boot 64bit [03:56] able to boot and install windows 7 64bit [03:56] hata_ph: that has amd cpu, try the amd version [03:57] i may be wrong, but thats the first impression [03:57] Sveta`: do u mean the amd64 version? [03:57] yes [03:57] i am using amd64 [03:57] That’s funny [03:58] install ubuntu amd64, it gives you exactly the same stuff you expected from 64bit [03:58] ubuntu-16.04.2-desktop-amd64 [03:58] yes that [03:58] that is the iso i download [03:58] same [03:58] if it works... so what is the problem? [03:59] i try ubuntu, fedora...all 64bit version will not boot...can boot on 32bit version [03:59] you just said amd64 boots. is this correct? [03:59] i mean will not boot meaning will not start the installation process [04:00] sorry no...64bit will not boot...if not mistaken amd64 is 64bit...there is not intel64...right? [04:00] ok [04:00] amd64 does not start the install process [04:00] does amd64 boot into live cd? [04:00] you may have a 32 bit efi or your uefi settings are wrong [04:00] any idea? it is my laptop do not support 64bit? [04:01] amd64 will not boot to live cd...32bit can boot to live cd and install fine... [04:01] i'm trying to do web search on "AMD Trinity A4/A6/A8/A10/E2 series APU " but the results i get look irrelevant, maybe my search keywords are wrong [04:01] i would like to find out whether it's 32bit or 64bit [04:01] do ubuntu suport 32bit efi? [04:02] i try disable secure boot in bios...still the same [04:02] 32 bit efi with 64 bit userland is a pain to install [04:03] :( [04:03] hello i also have a problem installing ubuntu, i need to set it on high contrast first so i could see the 'try ubuntu' and 'install ubuntu' part [04:04] (sorry, i'll stop at this point, i do not know how to reinstall efi or change uefi settings) [04:04] so u all suspect is because of 32bit efi? [04:04] will disable secure boot help? [04:04] what can i do to make easy? [04:04] hata yes disable secure boot [04:05] What's the easiest way to get a 4.13+ kernel on 16.04? [04:05] after disable secure boot still cannot boot to 64 bit os [04:05] at least, something that apt will update over time [04:08] So those who are still with me [04:08] sorry for the wait [04:09] I had to diagnose an acers secure boot/windows to even access the thumb and still same error [04:09] The laptop I'm having this error on is non-secureboot [04:10] So I'm not sure why I am receiving the error [04:10] hata_ph: turn off fast boot also [04:10] I'm going to try something else. I'll be back later. I really want to rule out Windows 10 [04:10] Ok I will [04:10] Oh me [04:10] sorry [04:10] Thanks guys [04:11] don't think there is fast boot option in bios [04:11] bcowan: dun think there is fast boot option in bios [04:11] bcowan: i may try again later...is there any other option? [04:13] bcowan: could it be driver issue? but then that does not explain why it work on the 32bit iso too... [04:14] hata_ph: does it boot at all or just nothing [04:15] I see lots of video issues at boot time with that chipset [04:15] can anyone help me out? [04:15] in 32bit...can boot and install. but in 64bit...can boot till the ubuntu grub menu...then black screen after that... [04:16] same happen with secure boot enable and disable === danny is now known as Guest24430 [04:18] hata_ph: I think it’s just a video driver issue especially if u can boot to grub [04:19] any way to confirm that? 32bit no problem thou === r0Oter is now known as r00ter === ilfantomas_ is now known as ilfantomas [04:46] is there a way i can change my couser [04:48] Chinese hackers took over my ubuntu [04:49] is there a way [04:49] Okay, it's not as pressing as it sounds, but something fishy is going on [04:49] y [04:50] I have Ubuntu 14.pr [04:50] yes [04:50] 14.04 and when I try to change Firefox's homepage to "about:home" the field goes blank. [04:50] weird [04:51] I can type *anything* else into the homepage but as soon as I type the 'e' the field goes blank === semeion is now known as mnemonic [04:56] I'm just going to get new Ubuntu version to install [05:00] i need help === jason_ is now known as Guest5681 [05:00] is there a was to change your curser [05:01] is there anyone on === Guest5681 is now known as vaskark [05:02] anyone [05:04] /msg connorkmc yes, try it in mouse settings [05:33] hi i am facing some issue https://paste.ubuntu.com/25783240/ [05:33] i just run update command [05:33] to get an executable file, will "make" do the job? [05:33] i don't want to install the file systemwide, just want an executable [05:34] ? [05:45] how do I run a bash script when I log in? [05:46] I want to add the startup script from a shell script, in an unattended and automated way [05:46] I don't want to need to use the GUI [05:46] I see that this GUI tool exists https://askubuntu.com/questions/48321/how-do-i-start-applications-automatically-on-login [05:47] but how would I do that on CLI [05:47] Hello [05:47] I am on Ubuntu 17,10 and ever since installing Ubuntu i am having issues with this laptop wifi [05:47] I can only get up to 1mbps on my 75mbps connection. [05:47] Mikeloveslinux: unfortunately with linux and laptops, that's probably unsurprising [05:48] My laptop uses Realtek wifi adapter drivers.. How do i get the device to get the full speed again [05:48] foobuntu is there any way to fix it? [05:48] Mikeloveslinux: I don't know, sorry [05:51] Mikeloveslinux: Realtek's drivers have a bad reputation. You might be able to find newer drivers that perform better, but you also might not :( [05:51] Mikeloveslinux: Please pastebin the output of "lspci". [05:52] Jordan_U https://paste.ubuntu.com/25783312/ [05:57] I found something on github that says it makes it supported should i try it? === jason_ is now known as Guest81158 [06:00] Mikeloveslinux: Most likely no. If it's something claiming to make it supported then it's likely something from before the driver made it to the mainline kernel and is actually older than what you have. You want something that makes the support *better*. [06:13] sonu_nk: As the systen advises: multiple sources - remove the duplicate entries ->cat -n /etc/apt/sources.list compated also to tail -v -n +1 /etc/apt/sources.list.d/* . [06:30] Hello World [06:31] Hello nightrain [06:31] nightrain: welcome, what can we do for you? [06:32] hanging out learn something new [06:33] nightrain: sure, idle here as you like, for chat try #ubuntu-offtopic & #ubuntu-discuss [06:33] lotuspsychje: okay [06:40] hi is there a way where we can find the various namespaces in a linux box [06:42] littey: you mean hostname? [06:42] lotuspsychje: no linux gives lxc containers and docker containers [06:42] these containers work on namespaces [06:42] oh, ok not my cuppa teas sorry [06:43] !info namespaces [06:43] Package namespaces does not exist in artful [06:45] !info ip-netns [06:45] Package ip-netns does not exist in artful === gms is now known as Guest51844 [06:47] Is there a way to disable the transparency effect in the dock and menu bar in 1710? If any window gets within a few pixels of the dock/menu bar it switches to non-transparent. Really annoying. It'd be better if it could just get disabled altogether [06:48] R-Smith: i think its possible with dconf-editor [06:49] Thanks, I'll check it out. I was using the gnome tweak tool, but couldn't find the option in there [06:58] found half of it - /org/gnome/shell/extensions/dash-to-dock/transparency-mode [06:59] that'll let you disable the transparency shifting on the dock. but the top menu bar still does that weird transparency shifting effect. does anyone know if there's a way to control that? can't find it in the dconf editor [07:09] I upgraded to Uuntu 17.10 as the dialog prompted me, restarted, but I'm back in 17.04: https://imgur.com/a/oOQx6 [07:09] What is going on? [07:14] vadi: looks like just a gui error, the text clearly says you're on 17.10 [07:14] no idea why the gui says that, though [07:14] GUI error? I'm still on Unity too [07:15] I thought that went the way of the dodo in 17.10. [07:15] vadi: try logging out an see if you can select a gnome session [07:16] unity still exists in 17.10, it's just no longer the default [07:19] Yeah, I can select GNOME, but that doesn't help. [07:19] Ubuntu still goes to 17.04 using Unity. [07:20] Hello [07:21] vadi_: no, you definitely are on 17.10 - try 'sudo apt install --reinstall ubuntu-desktop' [07:23] I did that to no effect. The login screen also says 17.04, by the way [07:25] vadi: this is odd, you should also be on a newer kernel... can you pastebin /etc/apt/sources.list? [07:25] i cant autolof after update [07:25] log [07:26] am I missing out on something significant by remaining on 16.04? [07:27] * opencw serves some coffee [07:27] http://paste.ubuntu.com/25783683/ [07:29] quo vadi? [07:30] vadi: ducasse : I read this: https://didrocks.fr/2017/10/18/ubuntu-gnome-shell-in-artful-day-16/ that on an upgrade unity is not totally dead . still there . [07:30] yes, it's still in the repos [07:33] vadi: what does 'apt policy linux-image-generic' say? [07:33] http://paste.ubuntu.com/25783711/ [07:37] vadi: try 'sudo apt update && sudo apt full-upgrade' [07:39] http://paste.ubuntu.com/25783739/ [07:39] Should I try changing the mirror? [07:40] yes, try that [07:41] the one you're on might not be up to date [07:41] Yes, it has a whole lot of stuff to do now. That is worrying that such a flaw exist in the upgrade mechanism. [07:42] *exists [07:44] it can't really know if your mirror is valid/updated except by comparing the contents to all the others' [07:45] vadi: How do you change the mirror? [07:45] It's an option in Software Sources. [07:45] notify the mirror maintainers in #ubuntu-mirrors, and they can sort it out [07:48] vadi: oh okay thanks [07:49] sure, notified === bekir is now known as Guest7857 [08:02] hrmph. am i going stupid, or does ubuntu 17.10 not listen to /etc/network/interfaces properly? [08:04] https://pastebin.com/GT3A4ers .. looks the same compared to the other ubuntu's i've configured, but the ip doesn't go static [08:04] damian: read the release notes - https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes/#Network_configuration [08:05] y'know, i completely forgot there were release notes with detail! i'm so used to windows [08:05] thanks [08:06] Using netplan to configure systemd-networkd now [08:16] Hi folks, just trying this out... is this an ubuntu help room or something? or have you all just downloaded 17.10 and need consoling? [08:27] Help - Ubuntu went from half an upgrade to failing to boot. It does not show the login screen anymore, just black. [08:27] This 17.10 upgrade is not going ok. [08:27] Vadi: go to recovery mode and complete the installation [08:28] How [08:28] Wait, first, does alt+ctrl+f1 show a login terminal? [08:29] No [08:30] OK then do you know how to select the recovery mode in grub? [08:30] omfg [08:30] It shows the four loading dots then nothing [08:31] !recovery [08:31] If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [08:31] F1 doesn't work but f2 does give me a login [08:31] alkisg, google [08:31] Vadi: nice, can you login there? [08:31] Yes [08:31] unix_: I know everything, I don't need google [08:31] !google | unix_ [08:31] unix_: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question. [08:31] What can I do from here on? [08:31] Vadi: run this: sudo -i [08:31] Then, apt-get update [08:32] then, apt-get dist-upgrade [08:33] What then? It only affected one network manager package [08:33] Vadi: so the result is one update with no errors etc? [08:34] Yeah [08:34] Vadi: ok, what does this show? ls /usr/share/xsessions [08:34] Just ubuntu.desktop? [08:35] Vadi, lsb_release -r ? [08:35] Gnome flashback composition, gnome xorg, Ubuntu xorg, unity desktop, openbox desktop, gnome flashback metacity [08:36] Ah, you have a lot there. Answer to kostkon too, it's a small command... [08:36] Fyi I'm on a 780 Ti so I use the proprietorary drivers [08:36] Is that nvidia? [08:36] Release is 17.10. [08:36] Yes, nvidia [08:37] OK, what's the output of: ubuntu-drivers list [08:37] And of: ubuntu-drivers devices [08:37] Nvidia-381, 340, 384 and intel [08:38] Good morning all, I want to create a folder which is a shortcut to another server (via FTP)? Can someone tell me what I should be Googling? [08:38] That's a lot and I'm on a phone [08:38] I'm not using nvidia so I don't know which one are the correcti drivers there, lets see if someone else knows [08:38] What's the output of: cat /etc/X11/default-display-manager [08:39] Lee_J: shortcuts can't cause network drive connetions. Maybe you want a .desktop file that will appear as an icon on your desktop, and execute the ftp connect command? [08:39] On Ubuntu 17.10, I use the nvidia-384 driver with a Geforce GT 730 [08:39] Gdm3 [08:40] Vadi: see what totoland said, do you have the 384 drivers insstalled? [08:40] Dunno. I had it working before the upgrade [08:40] How do I check? [08:40] dpkg -l '*nvidia*'|grep ^ii [08:40] alkisg: I want to download a really big file from my very fast VPS but save it to another server, basically using VPS as a proxy I guess. [08:40] This should tell which ones are installed [08:41] VPS only has 20GB HDD - File is 1TB [08:41] I have W 381.22 per xorg log [08:41] Vadi, try ubuntu-drivers autoinstall [08:42] That's installing 384 now [08:42] anybody? [08:43] excuse me, i installed Ubuntu 16.04 LTS in my Desktop PC [08:43] why do i need to set it on highlight contrast to see the 'try install' and 'install ubuntu' [08:43] Lee_J: can you mount the ftp folder using nautilus? [08:43] is there an easier way for that? [08:44] Perhaps, I will google and try, I'm more used to terminal (typically a redhat) - thanks [08:44] I'll try rebooting. [08:44] Lee_J: gvfs-mount will let you mount ftp [08:44] Nice, thank you [08:44] Lee_J: then, you'll find the ftp folder in /run/user/1000(your id)/gvfs [08:45] No luck, black screen [08:45] OK that sounds perfect [08:45] hello. i'm trying to download all iso images for the various ubuntu editions (17.10). i can't find ubuntu-17.10-desktop-i386.iso.torrent anywhere... [08:45] Lee_J: so then, you run wget file -O/run/user/1000/gvfs/ftpmount [08:45] fturco: doesn't exist [08:45] 32 builds are gone [08:45] fturco: you can only use the server or netinstall image for i386 [08:46] Just like my installation. [08:46] ducasse: did ubuntu drop 32-bit version for the desktop? [08:46] fturco, yes [08:46] ok, thanks for the info [08:46] Vadi: try this: sudo service gdm3 stop; sudo xinit ==> do these display an xterm? [08:46] (11:46:01 πμ) fturco: ducasse: did ubuntu drop 32-bit version for the desktop? ==> afaik NO, just the iso [08:46] They still have all 32bit packages in the repositories [08:47] And ubuntu-mate, xubuntu etc all ship 32bit isos [08:49] Failed to start NVIDIA persistence daemon [08:49] The screen is flashing text (literally) and that's on there [08:49] That would be something to google... sorry not using nvidia [08:50] Btw you did reboot after installing 384, right? [08:50] Man I'm loving Wayland already. Yeah. [08:50] How can I get rid of Wayland? [08:50] xinit doesn't use wayland [08:50] (afaik) [08:50] (not using wayland either :D) [08:52] wayland doesn't run on proprietary nvidia afaik, you would be running xorg [08:53] I can see that it doesn't! [08:53] Nothing runs! [08:56] Any other ideas on how to unfuck this thing? [08:57] Vadi, no cursing here [08:58] It also says failed to load kernel modules [08:59] what happens when you try to load it? [09:00] What do you mean by it? [09:00] 'modprobe nvidia' [09:03] Could not find module by name nvidia_384 [09:03] Among other errros [09:05] look back for errors while installing it [09:05] Where? [09:06] Vadi_: any hits with "find /lib/modules/$(uname -r) -type f -name 'nvidia*.ko' " [09:07] It lists one line for 4.10 kernel [09:07] A nvidiafb.ko file. [09:08] Vadi_: ok, so missing. Now let's see what's supposed to be installed: "dkms status" ... any entries for nvidia module(s) ? [09:08] are you still on 4.10? why is that? [09:09] Because I selected it at grub recovery [09:09] Yes, dmks says nvidia-384 installed [09:10] Vadi_: for which kernel version(s) [09:10] Systemctl says load kernel modules failed. Not sure how to get the log of that [09:10] Oh 4.13 [09:10] Vadi_: right. so try ... [09:11] Vadi_: ... "sudo dkms install nvidia-384/ -k $(uname -r) " [09:11] Vadi_: I assume the version number will be something like 384.x.y [09:12] Could not find source directory, I chose nvidia-384/90 [09:13] soms status says nvidia-384, 384.90, 4.13... [09:13] Er, dkms. [09:13] Vadi_: you need to use "sudo dkms install nvidia-384/384.90 -k $(uname -r) " [09:15] I found the systemd log, it said could not find module by name='nvidia_384' [09:15] Ol [09:15] Vadi_: this will cause the module to be built for the currently running kernel. If it doesn't fail, you'll then have the nvidia_384.ko module. After install finishes "modinfo nvidia_384" should show you the module's details, then you can load it into the kernel with "sudo modprobe nvdia_384" [09:16] Vadi_: typo :) "sudo modprobe nvidia_384" [09:16] That all worked ok [09:16] sup all [09:16] Modprobe went through fine. What next? [09:17] Vadi_: if the module is loaded you can now retry starting the GUI with "sudo systemctl start gdm3.service" (I think it's gdm3, not gdm - if you get an error, change that!) [09:17] looking to join programming channel [09:17] !alis | scorpiosec [09:17] scorpiosec: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [09:17] /j ##programming scorpiosec [09:18] what about penetration testing channels [09:18] It said ok [09:18] But now it's not fiviy the prompt back [09:19] Giving. [09:19] Vadi_: try alt+ctrl+f7 [09:19] scorpiosec: try alis, read the factoid from ubottu [09:19] Nothing happens [09:19] Vadi_: in which case the GUI ought to have started and the tty's switched to the one carrying the GUI. I think the GUI moved to tty1 for 17.10 Gnome, didn't it? [09:20] Vadi_: check what happened with "journalctl -u gdm3.service" in case there were errors [09:20] hello everyone [09:20] So ctrl+C to get prompt back? [09:20] alt+ctrl+f1 then [09:20] I'm already on that - I booted into recovery mode [09:21] Vadi_: ah, are you still operating from the root shell? [09:21] Y [09:21] No entries in the log [09:21] Vadi_: so we need 'resume' standard start-up. Will Ctrl+D get you back to the friendly-recovery menu so you can "resume" [09:22] Vadi_: did you earlier disable the gdm3 service whilst debugging this? [09:23] I don't think so. Screen is flashing loading log now, and it says failed to start NVIDIA persistence daemon [09:23] do anyone have a problem with WIN(SUPER)+L lock screen shortcut after updating ubuntu to 17.10 from 17.04? [09:23] Vadi_: hmmm, I can't recall if that is a fatal error or just a warning === amir_ is now known as Guest6085 [09:24] Hi there! I'm updating my system! [09:24] Vadi_: It might be easier as we're not sure what state the system is in to reboot to the normal mode with this same kernel version now the nvidia module is built. See if that improves things [09:25] helloo [09:25] hello [09:25] I need help with setting up an ubuntu server [09:26] cryptospider: you can start by downloading the install iso [09:26] https://photos.app.goo.gl/YC5mu3QvtOtJaJXX2 is what it says [09:26] I have already downloaded it [09:26] Unfortunately the browser closes the page on Android. [09:27] cryptospider: you now have to place it in an usb key or burn it to a dvd [09:27] any one know about hacking irc ? [09:28] !illegal | scorpiosec [09:28] scorpiosec: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [09:28] bodom: when I am done with that what next? [09:29] i mean ethical hacking [09:29] scorpiosec: no you don't [09:29] this channel is for ubuntu support discussion only [09:29] please stick that topic only [09:29] scorpiosec: also, this channel is for ubuntu support, not an irc directory [09:29] cryptospider: then you have to have the target machines efi/bios boot from your usb/cd [09:29] It says failed to query NVIDIA devices [09:29] ok [09:29] cryptospider: and follow the on-screen procedure, answering questions [09:30] Vadi: is this a fresh reboot into 4.10 in normal mode? [09:30] bodom: Thanks for the answer. Will ask more questions if I get any problem [09:30] I dont recall so I'll do that now [09:30] cryptospider: yw [09:31] Black screen still in 4.10 normal mode [09:31] !server | cryptospider see this, there are install instructions in the server guide [09:31] cryptospider see this, there are install instructions in the server guide: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Xenial (Xenial Xerus 16.04.1) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu [09:32] And no ctrl+alt+f works [09:32] ducasse: Thanks [09:32] ubottu:Thanks [09:32] You're welcome! But keep in mind I'm just a bot ;-) [09:33] Vadi: OK, during boot that suggests you need "nomodeset" initially on the kernel command-line. Once you've got a console you can figure out fixing the other issues. [09:34] Vadi: is the system using UEFI firmware do you know? [09:36] Yes, because I have to sign VirtualBox modules manually [09:37] ...and nvidia :) [09:37] Vadi: aha! so you're booting in Secure Boot mode? then you'll need to sign the nvidia and any other self-built modules [09:37] I don't have to sign NVIDIA [09:37] Ok [09:37] can we use linux as usb persistent? [09:38] like we do in kali linux? [09:38] I'll go to 4.10 recovery mode [09:38] Vadi: if the system is enforcing Secure Boot you would. But if you're using the shim loader then you can load a kernel that isn't signed and load unsigned modules too [09:39] Recovery mode let's me run modprobe NVIDIA ok [09:40] hi, i noticed in 17.10 that 'less' isn't showing raw escape characters anymore. it shows them like "ESC[1mNAMEESC[m^O". i couldn't find anything in changelogs etc. 'less -r' fixes it. is there a way to restore old behaviour? [09:41] m4t: would alias ing less to less -r help [09:42] maheshpec: yeah i was hoping i could find the root cause though [09:43] how can we invoke an application from terminal but keeping it usable for other operations [09:43] it = terminal [09:43] xtron: application & [09:43] That & puts it to the background [09:44] alkisg: ok, let me check [09:44] hmm. perldoc is calling 'sensible-pager' while 'man' is calling 'pager' [09:45] i guess it's actually a change in perldoc somehow...or sensible-pager [09:45] m4t: you can set the environment variable LESS with the options [09:46] yeah. i think 'less' is the same... [09:46] hello? [09:46] alkisg: thanks, so what it mean by & ? if you can tell me [09:46] it's perldoc/sensible-pager whose behaviour have changed [09:46] and where else we can use it === majhi is now known as xxr9861 [09:47] looking at perl/perl-doc changelog... [09:47] xtron: he already told you, it runs the command in the background [09:47] * Fix visible escape sequences in perldoc output by passing the "-R" [09:47] xtron: man bash, and search for "background" [09:47] option to the "less" pager. (Closes: #758689) [09:47] i'll figure it out. something in the sequence between perldoc -> less changed to where it's not being called with -r/-R now [09:47] thanks [09:48] xtron: you can only use the "& at the end" trick in terminals [09:49] alkisg: Thunder_Tw thanks [09:50] Or in bash scripts. Or in the middle of a line, like cmd1 & cmd2. [09:50] xtron: you might want to look at "nohup" which is designed for what you asked for [09:50] m4t: did you try if setting LESS="-r" changed the behaviour? [09:50] akik: yes it does [09:51] i've used it so that less will not wait for a key press to quit it [09:51] TJ-: method mentioned above it good [09:51] but default less behavior has always been to e.g. ESC[1mNAMEESC[m^O [09:51] TJ-: at least for now [09:51] it's perldoc that isn't passing raw escape now [09:52] less itself is still acting fine... [09:58] hello folks, I have a xenial on my laptop. It's little bit old. Should I change to artful? or do you recommend to wait until next LTS? [09:59] thiras: recommended is to wait [10:02] i don't think going from 16.04->17.10 would be officially supported, but 16.04->18.04 should (lts to lts) [10:05] m4t: It's not about the upgrade to 17.xx wouldn't be supported. But it is prone to have bugs [10:06] hence my wording of officially supported === john is now known as Guest60476 [10:06] 16.04->16.10->17.04->17.10 would be OK i guess [10:07] Thunder_Tw, one step lts to lts [10:07] sup m4t [10:07] sup yo [10:07] n2m u [10:07] Cool man [10:17] hello [10:17] anyone there? [10:18] ubuntu support yes gotogoat [10:18] gotogoat: about 1197 ppl here [10:18] 1196 [10:19] that 1197 people wont count if they dont chat. [10:19] details [10:19] this isn't a chat channel [10:19] in my somewhat humble opinion. [10:19] gotogoat, this is not the chit chat channel [10:19] Hi feel my 17.10 64 bit experiencing latency after upgrade from 17.04. Also Synaptic package manger would not launch after authentication. [10:19] I have a 4 GB DDR2 RAM 800MHz and a AMD Athlon X2 5200 processor. [10:20] Also adequate HDD space [10:20] anibic: that's pretty slow, but should still work. pastebin the output from trying to run synaptic from command line [10:21] sorry guys ill let you get to it then. [10:21] gotogoat: feel free to join #ubuntu-discuss [10:22] @Ben64: what command should i type in terminal [10:22] sudo synaptic [10:23] I need to use the synaptic cause I saw a notification that 2 packages was not updated as after restart the internet got disconnected. [10:23] well that doesn't mean you need synaptic [10:23] need is a big word [10:24] sudo synaptic says: Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused [10:24] (synaptic:3817): Gtk-WARNING **: cannot open display: :0 [10:25] anibic: "sudo apt-get update" followed by "sudo apt-get upgrade" should fix your packages without synaptic [10:26] full-upgrade [10:26] not just upgrade === JimD is now known as Rob_C [10:27] does the output make some sense [10:27] yeah it can't open the display [10:27] what shall I do [10:28] so either... 1. you don't have a desktop 2. it's because of wayland 3. you have messed up permissions [10:28] wayland ? [10:29] wahts that ? [10:29] anibic: first we panick, then we blame cononical, and beg for micromercy [10:29] replacement for xorg [10:29] j/k [10:29] I am not in a panick I have all my files backed up. [10:29] someone in #perl pointed me to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870340. apparently Pod/Perldoc.pm was setting LESS=-R before, but that changed in 5.26 which 17.10 ships with. thanks [10:29] Debian bug 870340 in perl-doc "perl: perldoc outputs visible escape sequences again" [Normal,Fixed] [10:31] setting PAGER=less fixes it, so i am just going to: alias perldoc='PAGER=less perldoc'. === ubuntu is now known as Guest97739 [10:39] wow ubuntu 17.10 has majore bugs, what is going on? was it rushed? [10:39] is there an update we could expect? [10:41] having it now for three days, i realise it is unusable, what happened? ubuntu used to be better than this. [10:47] acresearch: you could stick to LTS releases [10:47] \ [10:49] Ben64: i am thinking of converting to another distro, ubuntu seems to have been buggy for quite a while now. what is happening with the company? [10:50] acresearch: well you could use LTS releases or a different distro, complaining here doesn't help though [10:51] Ben64: i just want to know if this is the trend in ubuntu from now on, or i should just wait for another 6 months [10:53] acresearch: if what is the trend === Harry_ is now known as Harry [10:56] Ben64: a buggy os, Ben64 if you open libra office there are no buttons ! when you copy files no progress bar shows up these are fundimental problems with the OS [10:56] Is it possible to upgrade Ubuntu version (16.10 to 17.04) using an iso of ubuntu? How? And will it retain my software? [10:56] acresearch: well non-lts versions are usually more experimental, so again, if you want stability, stick to LTS [10:56] I have the 17.04 iso downloaded [10:57] ddoobb: do you want to do an off-line release-upgrade? if the system has networking then "do-release-upgrade" is the preferred method [10:58] TJ- Yes I want to do offline upgrade with a downloaded iso as this system has internet data transfer limits. And I have multiple systems so that will be a lot of data. [10:59] ddoobb: Although the ISOs have some packages in proper archive format in the dist/ and pool/ directories, I don't believe everything is there to use them as a source for a release-upgrade [11:00] ddoobb: one way would be to do "do-release-upgrade" somewhere else, and copy all the downloaded .deb files from /var/cache/apt/archives, to save the net bandwidth === ubuntu is now known as Guest87328 [11:00] Then apt won't re-download them as they'll already be there [11:02] ddoobb: a couple of options. install and use apt-cacher-ng or squid-deb-proxy (I think I have the names correct but...!) so they cache all the packages needed. On each system to be upgraded configure it's Apt::Proxy:: ... to use the local caching server. That way the only calls out will be by the proxy to fetch any packages it doesn't already have. Therefore there should be no more than one download for each [11:02] package (until upgrades start hitting artful-updates) [11:02] OK, so usually is the download done during upgrade the same size as the ISO (1.5GB or lesser? [11:02] sorry - you said 17.04, so that'd be zesty-updates [11:03] ddoobb: yes [11:03] ddoobb: depends on what is already installed on the system [11:04] ddoobb: the main thing is, if you've got the proxy configured correctly, from then only one request for a particular package/version will cause a download - forever, not just for the release-upgrade. [11:05] !info squid-deb-proxy | ddoobb [11:05] ddoobb: squid-deb-proxy (source: squid-deb-proxy): Squid proxy configuration to optimize package downloads. In component universe, is extra. Version 0.8.14 (artful), package size 12 kB, installed size 64 kB [11:05] TJ- that will require me to connect these systems in some sort of network right, but that's not the case here [11:05] !info squid-deb-proxy-client| ddoobb [11:05] 'ddoobb' is not a valid distribution: artful, artful-backports, artful-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backports, yakk [11:05] !info squid-deb-proxy-client | ddoobb [11:05] ddoobb: squid-deb-proxy-client (source: squid-deb-proxy): automatic proxy discovery for APT based on Avahi. In component universe, is extra. Version 0.8.14 (artful), package size 4 kB, installed size 22 kB === kyriakos_ is now known as kakosf [11:05] ddoobb: Yes it would. If they're mostly offline use apt-offline to move packages around. [11:06] !info apt-offline | ddoobb [11:06] ddoobb: apt-offline (source: apt-offline): offline APT package manager. In component universe, is optional. Version 1.8.1 (artful), package size 45 kB, installed size 223 kB [11:06] hey guys i need help with how to fuck my dog. it just wont sit still. [11:07] me? [11:07] it's a pitbull. [11:09] When i take it for walks yes. it gives me mixed messages. [11:10] male, 6 months. [11:10] i am 30. [11:11] i am male as well. [11:11] yes male. [11:11] gotogoat, wrong channel. for dating, hookups look elsewhere. [11:12] it barks and moves somewhere else in the room. [11:18] hello. I just installed 17.10 . I've been having this issue where after my laptop goes to sleep when I wake it up again the touchpad stops working [11:18] anybody got any ideas why it happens ? [11:25] superKiller: try this; I wrote it up because it happens so often and the usualy cause is ACPI DSDT: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [11:28] TJ-: have you tried including that to ubuntu proper? :) [11:28] akik: I'm working on that [11:29] superKiller a temp fix wchic will possibly lead to point you in right direction is to type command # sudo udevadm trigger once you start up from sleep and see if that fixes things [11:29] akik: the hard part is deciding on where it goes and what depends on it and what triggers it. Ideally it needs to be used by the installer itself *before* it boots - that's a hard one - means either GRUB or isolinux have to do the same parsing of the ACPI DSDT and add the entry into the LiveISO boot menu entries in real-time. [11:30] akik: in theory a hook into update-grub might we sufficient, but that doesn't do things to /etc/default/grub, and that's where this really needs to be so it is user-visible [11:31] join #setoolkit [11:31] when you connect your iphone via usb to serve as a hotspot and it works perfectly [11:31] TJ-: btw what does acpi_osi=Linux change? i used it once together with acpi_backlight to make the brightness adjusting work [11:32] eb0t_: okay the next time it happens I'll make sure I try that [11:32] yes [11:34] how's to affiliate ubuntu project??? [11:34] akik: The ACPI DSDT is byte-code executed by the running kernel (windows or Linux or *BSD). When the DSDT is initialised using the kernel's bytecode interpreter it passes the OSI name into the DSDT, and the DSDT code makes decisions on what to enable based on that OSI. Most DSDT's set up minimal default functionality and then enable more things based on matching the OS name. Unfortunately they also only [11:34] usually check for various "Windows XXXX" version strings, so "Linux" only gets minimal functionality. [11:34] hello .... hello I installed an ubuntu inside kvm(qemu) but I can't ssh to it from the host server. what should I do? is this need any trick? (right now it says no route to the host) [11:35] ddg.gg [11:36] ifconfig [11:36] !contribute | atomo [11:36] atomo: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu [11:36] ssh the internet virtual machine [11:37] ok ty cfoch-al1 [11:37] if not try IPv6 [11:37] i apreciate very much the ubunut project ;) [11:38] is this the right place to ask for ubuntu flavor pick advice? [11:38] mdroid: i've used this with kvm to forward host port 2222 to kvm port 22 "-device e1000,netdev=user0 -netdev user,id=user0,hostfwd=tcp::2222-:22" [11:38] psychodude, sure. ask [11:38] !flavors } psychodude [11:38] cfhowlett: I am only a bot, please don't think I'm intelligent :) [11:38] !flavors | psychodude [11:38] psychodude: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [11:39] mdroid: the other option i used was to give kvm machine access to the same subnet i was using but in that case i couldn't connect to the kvm machine [11:39] alright. i've used unity, gnome, gnome classic and kde plasma and think i like plasma the most. but i installed it on vanilla ubuntu and after a few months started experiencing kde modules crashing and having to restart often. is there a flavor that would be better out of the box? [11:40] akik, I set my guest to use macvtap and it has a valid IP. but ssh from host says no route to host !!! [11:40] :( [11:41] psychodude, w/o knowing why it's failing? Too hard to say. that said, it's very east to test the different desktop environments. sudo apt lxde xfce4 will add those 2 to your current system. logout, choose one, login. similar process on the other DE's. See one you like? install the full meal distro with sudo apt install [flavor name here]-desktop [11:44] */mactapv/macvtap [11:47] i have a feeling (im no linux expert obviously tho) that just throwing additional environments on top of my existing slightly customized setup results in some sort of dependency conflicts and shit like that and eventually things start crashing a lot, ive experienced that with every flavor. maybe im doing it wrong [11:47] with every DE* [11:49] psychodude, so long as you're installing and testing ONLY the DE, you should be good. However, you can always install virtualbox and put whatever you like a VM. break it, tweak it, delete it ... [11:51] anyway im leaning towards kubuntu [11:52] psychodude: i'm using kubuntu 16.04 with the update from backports https://kubuntu.org/news/plasma-5-8-4-and-kde-frameworks-5-8-0-now-available-in-backports-for-kubuntu-16-04-and-16-10/ [11:52] psychodude: it works really good [11:52] whats the update? [11:52] psychodude: it just updates kde to a newer release [11:54] cool. i like plasma a lot, i need all my apps that i use a lot to be 1 click away on the bar and ive enjoyed desktop widgets for monitoring things since windows 7 [11:55] hello linux is new to me,i want to konw which is the best linux os [11:55] lidong, ubuntu [11:56] ubuntu is the best -#ubuntu [11:56] shocker [11:56] :) [11:56] why ubuntu is better? [11:56] is ubuntu 17.10 good for programming and school projects? as in running a visual machine with windows? [11:56] lidong, easier answer: install it, test it and see for yourself. better than asking random people on the internet what is good for YOU. [11:57] varaindemian, programming and projects, yes. "visual" machine??? [11:57] varaindemian: if you are new to linux i would recommend the 16.10 (LTS: Long Term Stable) of ubuntu [11:57] virtual* [11:57] cfhowlett,thanks for your advice i will try [11:57] whats the difference between 16.04 on 16.10? [11:57] 16.04 is the LTS release, varaindemian [11:57] !LTS support [11:57] and* [11:58] lidong, are you a Chinese computer user? if so, Ubuntu-kylin is worth investigating [11:58] thanks all you guys [11:58] !lts [11:58] LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Xenial (Xenial Xerus 16.04.1). Ubuntu !flavors may have different support durations, check their release notes for information. [11:58] lidong: that is for each person different. Commonly one could say Ubuntu is easy for the new user [11:58] Hiyas all [11:59] Thunde_Tw: i see [11:59] is installing gentoo like a rite of passage after a few years of using linux? [12:00] psychodude, nop [12:00] it's hard [12:00] try arch first [12:01] all off-topic in this channel though [12:01] but how else do i get my sysadmin friends to respect me [12:03] psychodude: by giving them money if they do? [12:04] so, I just upgraded my server from ubuntu server 17.04 to 17.10, and as a result, php (with nginx and php-fpm 7.1) doesn't work anymore, with no errors printed in php-fpm's or nginx' error logs. [12:05] nginx just returns a 500 status code with no output, even for a file which just contains ` is this the scout chat? [12:12] guest-efzvyt, no === Lu is now known as Guest57766 [12:14] what is this chat used for? [12:14] !topic | lidong, [12:14] lidong,: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [12:15] ubuntu support in this channel lidong [12:15] hi [12:15] thank you [12:15] when I use mozplugger, opening pdf files, I notice a strange behaviour about input events. If I use arrow keys on keyboard, they don't work, but if I use the mouse wheel scrolling, it works, instead [12:16] How could I fix the issue for embedded pdf files using it? [12:16] Any ideas? [12:22] Hy [12:22] https://www.freakyness.de/en/2017/10/21/kubuntu-kdeplasma-or-ubuntu-gnome/ <-- tell me what u think :) kubuntu or ubuntu :) [12:23] How can i revert ubuntu 17.10 from gnome to unity?, just upgraded from 17.04 [12:23] unity is 17.10? nope [12:23] I should've known better than to update my server from 17.04 to 17.10 [12:24] yes, and you can use unity or unity 8 [12:24] It's a DE, not a server [12:24] Ok, so how, if i apt install unity says it s already installed [12:24] b247: it wasn't a comment on your situation; I said "I", not "you" [12:25] b247, logout, at the login screen choose unity session, login [12:26] No option to change the default session manager [12:26] 17.10 is both unity I believe, regular unity, and unity 8 , isn't it? [12:27] unity has been dropped as a default DE. you have to manually install it now. [12:27] right Tin_man ?? [12:27] Ok, but how, cause if i run apt install unity says it s alrwady installed [12:27] yes, and well not be supported past the end of the year, except for security I believe.. [12:29] Anyone here using ubuntu 17.10? [12:29] I did like Unity 8 though, maybe some of the look will be integrated into gnome next year. [12:29] Hi, I need a 32 bit version of 17.10. Where on the site would this be? [12:29] i was up till a few days ago just to try it out.. [12:30] NaCl1: try lubuntu [12:30] NaCl1, standard ubuntu is not available in 32 bit. I believe the other flavors do offer it [12:30] ok thx [12:32] I m using ubuntu starting 17.04 (coming from mint 15-18), now i have enjoyed the unity and want it ba k afyer upgrade, how can i do it? [12:34] !info unity-session [12:34] unity-session (source: gnome-session): Unity session, previous ubuntu default experience.. In component universe, is optional. Version 3.26.1-0ubuntu5 (artful), package size 2 kB, installed size 54 kB [12:34] b247, you can install it. expect it to fail at some point because it is no longer in development and is only minimally supported. [12:34] b247: in the login manager there might be a button to change the DE to the right of the username box or so [12:39] I just Installed 17.10 and as I understand it python3 is the goto version, but why is it not symlinked to python? [12:41] Frjd, because it would cause a lot of troubles, i guess [12:41] There is no python at all right now in the system [12:41] @ubottu, i newer used gnome (only on kali but just few minutes until installed xfce), my laptop can handle gnome, it s a second genereation intel i5, but xfce have some drawbacks and unity is just perfect for my t420 laptop. The question is if i can install unity from shell just like xfce, shoul i add some custom repo or ppa ? [12:42] hi, is there a way to configure static ip for my laptop, but only when it's on my home network? [12:43] b247, unity is working now ? [12:43] Frjd, really ? [12:44] my 17.10 hangs when left idle [12:44] Since python2.7 is not installed there is no `python` command, I guess since a user might install python2.7 manually the python command is still reserved for python2.7.... [12:45] @Frjd: Please help [12:46] Frjd, ls -l /usr/bin/python are you sue you have no python ? [12:46] anibic, I don't use IDLE sorry [12:46] *sure [12:46] yep, `no such file or directory` [12:47] That's why I was a bit confused and wanted to hear if this is normal or if something happened to my installation [12:48] Frjd, which python [12:48] @ioria, what OS are you running? [12:48] @Frjd: I am leaving my machine to dowload movies and its freezing. [12:48] b247, ubuntu :þ [12:48] python3.6 is installed, symlinked to python3 [12:49] so the command would be python3 ? [12:51] Yes, but I'm running manjaro on another machine where python3.6 is also symlinked to python so I was a bit confused [12:51] I guess this is how it should be though [12:52] hi folks. im trying to use qemu-kvm to boot with uefi. the OS I'm booting seems to whine, I'm wondering if there's more things I need to do === jstevewhite is now known as stwhite === stwhite is now known as jstevehite === jstevehite is now known as jstevewhite [12:53] im using "qemu-system-x86_64 -L /usr/share/qemu -hda disk.img -hdb file.img -bios /usr/share/qemu/OVMF.fd -enable-kvm" and variations [12:55] hk [12:55] m, [12:55] halo === KindTwo is now known as KindOne [13:02] fly_: does it work without kvm? [13:03] #ubuntu17.10, anyone using it or just upgraded? [13:03] b247: definitely someone here does. just ask your real question. [13:03] e [13:04] tomreyn: it doesn't. but it goes a really long way [13:04] and the target im booting (I shoudl really try something else too for sanity sake) [13:04] b [13:04] says: [13:04] LNKS: BIOS IRQ 10 for 0.1.INTA is invalid [13:04] LNKC: BIOS IRQ 11 does not match initial IRQ 10 [13:04] so I'm wondering if the way I'm using -bios is wrong [13:06] fly_: there's a simple test case https://fedoraproject.org/wiki/Using_UEFI_with_QEMU [13:06] this is probably more a topic for #qemu though [13:06] sure, thanks [13:08] hi [13:09] @tomreyn: my question is how can i revert/install unity in 17.10, i just upgraded from 17.04 and gnome is not for me [13:10] b247: okay, i think (not sure really, maybe it's just no longer installed by default) unity is no longer part of ubuntu starting 17.10, but you may be able to find some PPA which still provides compatible builds. [13:11] b247, install 16.04 Long Term Support release and you're good for 5 years [13:12] unity still seems to be available in 17.10 from the universe repositories [13:13] i heard something like "sudo apt install unity" and it becomes an option at login to have a unity-session or gnome-session, is that correct? [13:14] probably [13:14] mdroid: i was able to make the kvm vm access work through creating a bridge https://wiki.gentoo.org/wiki/QEMU#Create_network_bridge === SimonNL is now known as SimonNL_Afk [13:19] 09:17 -!- f10 [~flo@ip5b40034f.dynamic.kabel-deutschland.de] has quit [Remote host [13:19] closed the connection] [13:19] oops [13:19] 09:17 -!- dxiri [~dxiri@186.176.50.117] has quit [Ping timeout: 258 seconds] [13:20] Hi there [13:20] Thank you, apt install unity unity-session don t work, ... is already to the newest version, i already miss unity, i can of course go back to lts and miss all the stable features. Ill try first a reinstall of unity de [13:27] Omg, i m so stupid, there was indeed a little cog at the login screen :) === KindTwo is now known as KindOne [13:39] hi folks. I got an updated OVMF.fd and it worked :-) [13:43] !yay | fly_ [13:43] fly_: Glad you made it! :-) [13:44] :) [13:50] hey workign with ipmitools to set up a virtual ipmi instance, but I cant get the system to work, does installing and configuring ipmitools actually allow you to simulate a virtual ipmi device, or do you actually need the hardware? [13:55] afternoon alkisg [13:55] Afternoon lotuspsychje, hi all! :) [13:58] 17.10 freezes a lot, anyone else notice that? [13:58] nah, rullie, no freezes here [13:59] hlias: gnome on wayland on nvidia card here [13:59] ah, intel wayland ;) [13:59] ugh [13:59] ipmi makin my day a rainy one [14:00] in fact, it's the most smooth experience. I guess it is due to wayland [14:02] rullie: try the xorg session at login plz [14:04] ciao a tutti [14:06] hello [14:06] Artful_Aardvark: welcome, how can we help? [14:07] i've recently switched from Xubuntu to the regular Ubuntu and i've found that i'm unable to create desktop launchers by right clicking in the mouse. is there any way to implement this feature like it exists on Xubuntu? [14:08] i mean, without the need to install another desktop environment [14:08] i've been searching around the web but seems there's not a native way to do it. [14:10] who use ubuntu 16.04, every time i open the software and install the OS updates, my computer crashes [14:11] how can i solve this problem [14:12] lidong: plasma discover? [14:12] gnome software? [14:12] yes, gnome software [14:13] I guess command line apt update/upgrade works well [14:13] Artful_Aardvark: wich ubuntu version are you on? [14:14] lidong: try to run gnome software from command line, when it crashes , paste output on pastebin [14:14] !paste | lidong [14:14] lidong: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:15] cristian_c: command line works very well [14:15] lotuspsychje, 17.10 :D [14:16] thanks all you guys, i will try [14:16] Artful_Aardvark: didnt test myself, but did you try drag n drop to desktop? [14:18] Artful_Aardvark: https://askubuntu.com/questions/64222/how-can-i-create-launchers-on-my-desktop [14:21] lotuspsychje: as in don't use wayland? [14:22] rullie: as in test and compare the difference to see if you can work properly? [14:22] lotuspsychje: the freeze can't be reliably reproduced from my 4 days of experience. but ok, i'll switch to x to see if it differs [14:23] lotuspsychje: and what are we trying to gather from the experiment should the result differ? [14:23] rullie: if wayland doesnt work properly on your hardware, you could add it to a new/existing bug to help the community [14:24] lotuspsychje, hum, interesting. Using Alt +F2 doesn't work, but launching it from terminal it does [14:24] lotuspsychje: ok, thanks. [14:25] rullie: got a box with an old ati aswell, doesnt likes wayland too much neither, i also got a bug running [14:26] rullie: when the system freezes can you ssh into it from another PC? [14:30] test [14:30] test [14:35] I'm trying 17.10 in a vbox VM. When running xorg, I can see a lot of display resolutions. When running wayland, I only see 800x600. [14:35] Normally I would do `xrandr --new mode 1440x900, xrandr --addmode XWAYLAND0 1440x900, xrandr --output XWAYLAND0 --mode 1440x900`, but this fails in wayland. [14:35] So question, how can I set a custom resolution in the wayland era? [14:37] alkisg: welcome to the future :) [14:37] :D [14:37] We'll certainly need time to adjust! :D [14:38] * alkisg tries passing the edid in the cmdline... [14:38] people how do i add natural scrolling in ubuntu 16.04? it is not found in the setting under mouse/touchpad [14:39] alkisg: does this help? https://superuser.com/questions/1137574/manually-add-a-resolution-to-gnome-with-wayland#1168914 [14:39] none of the commands in the forums seems to work i get packgae errors, is there a solution? [14:39] TJ-: passing the edid in the cmdline worked, it even allowed the splash screen to be 1920x1080 [14:39] That's actually cool! :) [14:40] Long story short, dpkg-reconfigure grub-efi-amd64, and drm_kms_helper.edid_firmware=edid/1920x1080.bin [14:41] alkisg: is that a kernel parameter? [14:41] akik: yes [14:41] alkisg: that's neat; I need to remember that. Hell of a way to run a GUI though! [14:42] Feels like we've gone back to 2005 [14:42] back.. back to the future [14:42] It does make sense to use the same resolution in initramfs/plymouth/gdm/session though [14:42] when we used to be adding vga=791 or whatever [14:42] Haha, true [14:43] * alkisg tries to find the list of all available modes/edids... === one2zero_ is now known as one2zero [14:43] alkisg: yes, but the GUI should allow you to select from all the resolutions the monitor is capable of. Especially for hi-DPI screens some folks don't want to drive them at full res because the output is too fine/small [14:43] Those seem limited: edid/1024x768.bin edid/1280x1024.bin edid/1600x1200.bin edid/1680x1050.bin edid/1920x1080.bin [14:43] True [14:44] people how do i add natural scrolling in ubuntu 16.04? it is not found in the setting under mouse/touchpad [14:45] acresearch: what is natural scrolling? [14:45] Ehrm. The bad thing is that it only lists that one resolution, not all common resolutions up to 1920x1080... [14:46] TJ-: like the ipad,,, as if you are touching the screen, it is the reverse of the default setting (when moving up page goes down) [14:47] acresearch: inverted axis? [14:47] yes [14:48] Heh. sudo -i. xrandr. No access to display. Nice future! [14:49] alkisg: if there's no X there's no Xrandr [14:49] TJ-: well, xrandr as the user works... [14:49] (under xwayland) [14:49] alkisg: to show all resolutions, or just the operative one? [14:50] Just the operative one. But I mean, "sudo gedit" won't have access to the display now? [14:50] There are many cases people are still using sudo gui... [14:50] Hello all! I'm trying to install intellij using the software center, but the install has been stuck on 99% for 15 minutes... How do I solve this? [14:51] alkisg: right - because XWayland provides a socket but doesn't actually provide a way to configure anything, it's read-only [14:51] Hallo tomreyn. Jetzt heiße ich Rolfi01 [14:51] alkisg: Apaprently, from what I've read, the Wayland designers deliberately don't want it running as UID 0 [14:51] TJ-: shouldn't the root user be able to access the display, even via socket or anything? [14:51] Hrm [14:52] The socket could be uid user, and still give access to root gedit over that... [14:52] So what's the official way now to use gedit to edit e.g. /etc/addusers.conf? [14:52] alkisg: There isn't one. you can try "xhost +si:localuser:root" [14:54] TJ-: cool, that worked! [14:54] alkisg: basically, the dev's have said any process that want's access to 'root' capabilities should be using policykit calls [14:54] Maybe gksu should use that... now it doesn't work [14:54] alkisg: as usual the arch wiki is informative: https://wiki.archlinux.org/index.php/Running_X_apps_as_root [14:55] Sure, that's a great design choice.... not :/ Instead of simplifying things, make them all tool-specific. [14:55] ty, reading... [14:59] alkisg: seems like this presciption thing comes from the companies behind the major distros where you've got management making directives rather than organic community development. We had it with Canonical and Unity, Mir; Redhat with pulseaudio, systemd, gnome, etc. === ilfantomas_ is now known as ilfantomas [15:02] TJ-: I can understand the need for sandboxing, but not the need to rewrite apps in a 'root backend/userland gui' seperation, that's just too much trouble for little benefit, the backend code won't be sandboxed then [15:03] Anyways, nothing we can do to avoid that :) [15:04] all the apps will get re-wrriten to use policykit, at which point someone will come up with a different solution and then it's all change once more :) I'm so glad I work in the terminal 95% of the time [15:05] Exactly that. :) [15:05] And I can't say policy kit is well designed, far from it [15:07] Since 14.04 there have been so many major regressions that haven't been fixed I'm almost running a custom distro. Kernel's broke original bluetooth standard devices so that means many of my BT keyboards won't work. several DE's broke multi-monitor support. systemd broke cryptsetup keyfile support (refuses to implement it) [15:08] Thank goodness for virtual machines and containers === jstein_ is now known as jstein [15:12] what desktop is easiest for a user to interact with? [15:13] if you would ask"which not" the answer would be "none" [15:14] all desktop environments need some time to explore, tweak and adjust === SimonNL_Afk is now known as SimonNL [15:14] horrivel [15:14] I need some help. I adde this repo (https://launchpad.net/~teejee2008/+archive/ubuntu/ppa) and did 'sudo apt-get update' and tried to install conky-manager but it says package not found. But I can see the package right there on the web[age [15:15] it looks like there is no gopher server in Ubuntu repo [15:15] ddoobb, on artful 17.10 ?? [15:15] oerheks 16.10 [15:16] ddoobb, there is no conky-manager on 16.10 [15:16] on that ppa [15:16] 16.10 is dead, EOL upgrade please [15:16] So no way to get conky-manager? [15:16] else you could filter on your version https://launchpad.net/~teejee2008/+archive/ubuntu/ppa?field.series_filter=artful [15:19] you would need gdebi to do it manually https://askubuntu.com/questions/932300/problem-in-installation-of-conky-on-ubuntu-17-04 [15:19] Why do they go from n.04 to n.10 to (n+1).04. Aren't they wasting numbers? [15:20] No, those are dates. [15:21] 16.04 and next 18.04 are LTS releases, long term support = 5 years [15:21] Ubuntu 17.10 is short for Ubuntu released on Oktober 2017 [15:21] aimed at stable, other releases are development stages, 9 months support === Vurticle is now known as Vurticle_ [15:26] If I run this deb with the default software installer will that work? Or is gdeb necessary [15:27] doubleclicking a .deb file works [15:27] show change to x11 instead of waylaid on 17.10 if I want stability everywhere? [15:27] will it also install dependencies? [15:28] otherwise in console use sudo dpkg -i filename.deb === juboxi is now known as jubo2 [15:28] yes [15:29] i guess you will fail, as it is written for an other ubuntu version, try it? === Vurticle_ is now known as Vurticle [15:29] yes/no?? [15:29] ddoobb, no dependencies will be installed, your ubuntu repo server is dead [15:30] Can anyone confirm or deny that XRDP 9.0.1 is broke in Ubuntu/Lubuntu 17.04 ? XRDP worked great in 16.10. [15:31] join #political [15:32] is ubuntu live? [15:33] chat? [15:33] skupra_ if you run it from a dvd/usb, then yes, it's called a live session [15:33] :) [15:33] not death :) === Guest83800 is now known as Eterno [15:34] but, dont you have only a small amount of capabilites on live [15:34] like no nmap, wireshark, ect [15:34] i am a dragon [15:35] love iptables [15:35] skupra_, do you have an ubuntu support issue? [15:35] no a am fake user [15:35] a dont exist really [15:35] !ot > skupra_ [15:35] skupra_, please see my private message [15:36] Ubuntu 18.04 code name? [15:37] Beautiful Buster? [15:37] barf bag [15:37] sudo sed -i 's/artful/Buster/g' /etc/apt/sources.list [15:37] Lowas stop [15:37] sudo sed -i 's/ubuntu/Debian/g' /etc/apt/sources.list [15:38] Joke... [15:38] this is not a joke/chat channel guys, support only [15:38] Lowas take your jokes elsewhere [15:39] is there a way to list channels for irc network? [15:39] how to change username? [15:39] ghoalee /msg alis list blah [15:39] skupra_ /nick blah [15:40] But seriously? [15:40] Code name ubuntu 18.04 LTS. === skupra_ is now known as skupra82 [15:40] Lowas, not announced yet. [15:40] ta ta [15:40] oerheks:sadly... [15:43] what exactly are frameworks in andoroid [15:44] #Ubuntu-taking [15:44] Vincent_, ask again in #android ?? [15:45] oh sorry oerheks [15:46] ubuntu ubuntu you my religion :) [15:46] skupra.org/cover jouin me [15:46] skupra82, don't spam here, you could get removed for that [15:47] how can i unzip zip file? [15:47] ok i be good [15:47] very good [15:47] a good boy [15:47] good like linux mint [15:47] mitmf, double click in your filemanager? [15:48] i want to do it with terminal [15:48] :) [15:48] oerheks: [15:48] mitmf, install unzip and see man unzip [15:48] I'm trying to boot 17.10 from an iso on thumb drive. On one computer I'm offered a selection that appears to be for uefi/non uefi. On the computer where I really want to check out 17.10 there's only one selection for usb, but it is ignored. Is there a setting that I need to do somewhere? [15:48] dpkg -i ? [15:49] oerheks: i think that ubuntu is preinstalled unzip [15:49] i think that unzip is preinstalled on ubuntu [15:50] is ther a way i can change my curser [15:50] how can i unzip zip file? help me [15:50] ubuntu user :( [15:50] !zip | mitmf [15:50] mitmf: Files with extensions .tar, .gz, .tgz, .zip, .bz2, .7z, .ace and other archive file formats can be opened with file-roller (GNOME), Ark (KDE), or Xarchiver (XFCE) - Also see https://help.ubuntu.com/community/FileCompression [15:50] zacktu, maybe fastboot is enabled on that machine? see the uefi manual [15:50] mitmf: right click and press extract here or extract to [15:50] !uefi [15:50] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [15:51] connorkmc: but i want to do it with terminal [15:51] zacktu: how did you create the usb stick, with which tool? [15:51] mitmf, time to learn to read te man pages [15:51] mitmf https://help.ubuntu.com/community/FileCompression#Command_Line_Usage [15:52] oerheks: I used unetbootin [15:52] unzip .zip [15:53] can i change my mouse in xfce [15:53] hi [15:53] zacktu: afaik unetbootin doesn't support uefi, so use the recommended rufus tool. https://github.com/unetbootin/unetbootin/issues/33 [15:53] zacktu, unetbootin is known for issues, but it worken on an other machine, so i guess it is oke [15:53] (or better yet, "dd') [15:53] dd would be my choise too [15:54] can i get help installing wine [15:55] connorkmc, installing wine, yes, aps and game help, no [15:55] !wine [15:55] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [15:55] i tried to setup a local clone of repository but seems to be 171GB there are anyway to clone a bit smaller set of debs? mayve 20 or 30 GB instead of the huge amount of nearly 200GB [15:56] oerheks: I'll read some more and see what I can learn. Thanks much. [15:56] whats the comande line [15:57] connorkmc, comandline = tty = terminal [15:58] Can anyone confirm or deny that XRDP 9.0.1 is broke in Ubuntu/Lubuntu 17.04 ? XRDP worked great in 16.10. [15:59] Derez, current is 0.9.1-9 in 17.04 [15:59] cannot confirm, ask again in #lubuntu ?? [15:59] They sent me here. [16:01] Derez: i doubt the package itself is broken, what sort of problems are you having? [16:01] oerheks: I just want to be certain that I'm interpreting what I read correctly. None of my computers has UEFI, and I've never had a problem burning an ISO before. What should I be looking for now? [16:01] Derez: and have you tried searching launchpad for bugs? [16:02] zacktu, non uefi, then i have no idea why your usb does not show up [16:02] The usb shows up -- even the brand name -- but it is ignored when selected. [16:03] if I use remotedesktop to connect, I get the Black or Blue screen. Desktop never loads. [16:03] Can anyone explain what this means... " try exporting your $USER to the enviornment as every path in the conky files has /home/$USER/.. as path." [16:04] is there any gsetting to disable mouse acceleration? [16:04] ddoobb: "export USER" [16:05] right now I use `xset m 0 0` but it doesn't persist across sessions and it's probably not wayland compatible [16:05] ddoobb: if you want to find a tutorial search for something like "environment variables linux" [16:06] I'll give rufus a try. Thanks again. [16:06] is this room for hacker? [16:06] TJ-, Pettis, If 'echo $USER' gives my home directory name, does that mean everything is OK === SimonNL is now known as SimonNL_Afk [16:07] skupra82: no [16:07] ddoobb: USER should just be your username. HOME should be /home/$USER [16:07] i want chanel for hacker i big hacker [16:08] skupra82, if you were, you wound not need to ask [16:08] TJ- so files that use /home/$USER/... sshould work right? [16:08] it does give my username [16:09] trying to narrow down a problem because it's not working right now [16:09] Need some free alternative to cPanel for ubuntu [16:10] ddoobb: it might be that the $USER var is not in the environment scope, just only been set in the shell you are using at the moment [16:10] ddoobb: that's correct. type "env" to see all the environment variables currently set === matheus is now known as Guest40887 [16:12] is anyone aware of some sort of IDE-like auto-complete for GNOME Terminal or similar? [16:12] brunch: you can put that xset command in ~/.xsessionrc, but that won't help you with wayland. [16:12] Pettis: many programs ship with bash-completion helpers [16:12] e.g. that uses the man page to create a dropdown menu as you type from which you can see the available command options [16:12] Pettis, TJ- yeah env shows USER= [16:13] So I assume this is not the problem? [16:14] ddoobb: did you do "export USER" before calling the other script (in the same shell ) [16:15] TJ- yes I did [16:16] where did you make export command ? profile ? bashrc ? [16:17] bash shell [16:18] ddoobb: so it is available then [16:18] TJ-: I am thinking of a sort of GUI element as part of the terminal application itself... [16:19] and whey you wrote echo $USER nothing ? [16:19] when* [16:19] Pettis: what's wrong with tab-completion? [16:20] does ubuntu have an openssh server running by default? [16:20] TJ-: I'd like to be able to see the description of command options as I type so I don't have to go back to the man page [16:20] luxio: server yes, desktop no [16:21] ok thank you [16:21] Pettis: ahhh. Not sure how that'd work in a text terminal/console. And for GUI terminals they're just simple wrappers around the text terminals === christian_ is now known as kristhian [16:22] Pettis, something like upterm? http://www.omgubuntu.co.uk/2017/08/upterm-terminal-ubuntu [16:23] ...e.g. for pg_dump (https://www.postgresql.org/docs/9.1/static/app-pgdump.html) I would be able to see there is a "-F format" option and after I type "-F" the menu would then show "p plain \n c custom \n d directory \n t tar" etc. [16:23] guys, i have a question. i am installing ubuntu 16.04 desktop in my pc [16:23] next to wobbly windows, a nice ubuntu feature [16:23] Pettis: thats the worst idea I can imagein [16:23] oerheks: *click* [16:23] Ouch! built on electron [16:23] some commands have 200+ options [16:23] how can you expect to display 200 options as you are typing [16:23] problem is if i don't set it to 'high contrast' i cant view the 'try ubuntu' or 'install ubuntu' [16:23] why do i have to set it on high contrast? [16:23] just use the help flag or the man page, thats what it's there for [16:24] is there a better way to make it easier [16:24] kristhian, if you need high contrast, something wrond with your screen? eol ? [16:24] c/wrong [16:24] how can i extract img.xz file? [16:24] ikonia: lol, I imagine it would display in a jump menu hovering over the cursor, as a intelligent auto-complete does in a programmer's IDE [16:24] oerheks, yes [16:24] i think so === matheus_ is now known as Guest95300 [16:25] how can i extract img.xz file? [16:25] kristhian, or maybe it needs a reset, with the menu on your monitor? [16:25] or i think it is on the display, that i don't see the 'try ubuntu' and 'install ubuntu' [16:25] mitmf: use unxz [16:25] hmmm, i don't know about that [16:25] oerheks: yes RE: upterm! this looks like exactly what I was looking for [16:26] ducasse: unxz filename? [16:26] Pettis: the problem is, if the commands you're using aren't in the upterm database, it won't be suggesting anything. [16:26] Pettis: thats not how terminals work [16:27] Pettis: check the db supports the apps you want help with [16:27] oerheks: I suggest you fall in line with the way the world expects a terminal to work (not trying to be harsh but real) [16:27] oerheks: oops, not you [16:27] Pettis: ^ [16:27] mitmf: 'man unxz' if you're unsure === Guest95300 is now known as bk-br [16:27] TJ-: ah, so it is not using man pages [16:27] Hello [16:27] ikonia, i know, it is fancy, it looks fun, and i see the educational part in it [16:27] I have a question. [16:28] Pettis: no, that's be hard to do since there is no common format for them. it'd get caught out by different layouts, sections, etc. [16:28] ikonia: I am not sure why a GUI terminal shouldn't be able to work that way? [16:29] I just installed Ubuntu 17.10. Is there a way I can make the time at the top also show the date? [16:30] ducasse: thanks i did it :) [16:30] TJ-: ah, I didn't realise, I had a quick look at https://liw.fi/manpages/ and thought there was some sort of standard convention [16:30] <[n0mad]> plaindave: gnome tweak tool > top bar is where it's configured on my 16.04 [16:31] Pettis: there is a rough organisation but there's no guarantee of layout. some tools don't use hyphen prefixes, for example [16:31] hi guys can anyone just quickly answer one question i have [16:31] !ask | bolice [16:31] bolice: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [16:32] Ok, I just installed 17.04 a few days ago, not knowing that 17.10 is coming out and I set everything up like I want it and I'd really not upgrade, at least not until 18.04. Security wise, how supported for updates and software will I be with the 17.04? [16:33] bolice: 17.04 is supported until january [16:34] TJ-: fair point. Do you know if there have been any attempts at creating a standard markup language for man pages? [16:34] Hi, how to compile dkms driver bcmwl for broadcom drivers? [16:34] How can I check installed version of a package [16:34] for latest kernel 4.14.0 rc5 [16:35] ducasse: and what kind of support can I expect from January to April when 18.04 comes out? Nothing at all or will I still be able to update some stuff manually? [16:35] Pettis: man-pages aren't even standard. The GNU project uses 'info' pages! [16:36] bolice, you would need to upgrade to 17.10 [16:36] drake01: you mght find it fails to build - try the dkms package though [16:37] oerheks: ok thanks for the help guys [16:38] n0mad Thanks [16:38] TJ-: even the dkms package fails to build. When I do dkms install log files show errors: initialization from incompatible pointer type [16:38] errors multiple time [16:38] *times [16:39] TJ-: haha, damn, I'm out of my depth then. I'm going to be looking at this upterm though, sound promising. [16:39] drake01: right, because the v4.14 code has changed and bcmwl hasn't been patched. This is the problem with out-of-tree drivers. [16:40] Pettis: it'd need a curated list of the options (and short snappy summaries) for every application to be useful, which is where the hard work and time is required [16:42] TJ-: yeah, that is the problem. I am wondering if broadcom chips are supported by opensource wireless drivers? [16:42] TJ-: yeah, it's a fair point. I wouldn't mind writing some myself because it's just a handful of applications I don't use frequently enough to be able to memorise the options [16:43] yet do use frequently enough that forgetting the options is annoying [16:43] drake01: well brcmwl is open-source, but it's out-of-tree so it doesn't get automatically updated as the kernel changes, it's down to it's devs or interested users to do that and share the patches [16:44] Pettis: I use a terminal multiplexer (tmux) so when I need that I create a new pane to the right in the window and load the man-page their; then I can see both the command I'm building and navigaite the man-page [16:44] s/their/there/ [16:45] Pettis: you don't need to memorise the options, thats the point [16:45] TJ-: yeah, that's a good idea also, I should really start doing that. I have used screen before, I just keep forgetting [16:45] Pettis: if you need to reference the options as they are not fresh in your mind, most have a --help option for common options and the man page for details [16:46] Pettis: just take a quick look before you use the command [16:47] TJ-: thanks for replying :) I hope am able to fix this wireless driver issue for the kernel by the end of weekend. life sucks without wireless. [16:48] drake01: why not simply use an earlier kernel version for the time being? [16:48] ikonia: thanks, I will try all these things [16:49] TJ-: yeah that's what I am using and able to connect. till 4.10 broadcom' dkms driver used to work but after [16:49] Pettis: you're the only person I've ever seen requestthat sort of feature, [16:50] 4.10 it just does not work. I am testing latest kernel this weekend, if I can change dkms driver's code to work with latest kernel source [16:52] drake01: building it here to check [16:53] TJ-: cool. THANKS a lot :) [16:54] ikonia: cognitively my working memory tests below average so maybe I find it difficult to memorise options or something [16:55] ikonia: if you check this out though it does seem I'm not the only one... https://github.com/railsware/upterm [16:55] TJ-: initial error is about last_rx being not there anymore that should be fixed by deleting: skb->dev->last_rx = jiffies in src/wl/sys/wl_linux.c [16:56] drake01: yeah, looks like lots of changes have broken it. doesn't look trivial to fix up [16:58] TJ-: yeah lot of changes, am trying to see if I can understand changes done from 4.10 to 4.14 in those structs. It should be a fun weekend :) [17:00] question, what is a good ip camera software for ubuntu? [17:00] drake01: the artful package supports 4.12 but I don't see any patches anywhere for 4.13/4.14 [17:05] upterm issue #1029... 'Typing "git" triggers 724 system calls' :'''D === foxy is now known as BlackJesus [17:07] deb http://cz.archive.ubuntu.com/ubuntu xenial main restricted === BlackJesus is now known as the_mink [17:10] dragly, maybe you need to enable HWE [17:10] !hwe [17:10] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [17:11] hi === Chinesium is now known as X230t [17:14] hi everybody === SimonNL_Afk is now known as SimonNL [17:16] Hi, when running apt-get update: "W: The repository 'http://security.ubuntu.com/ubuntu xenial-security Release' does not have a Release file." along with several others of the same genre... any thoughts as to why? fresh install [17:17] E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/universe/source/Sources 404 Not Found [IP: 91.189.88.162 80] [17:17] etc etc [17:18] do I need refi partition on ubuntu? [17:19] ef* [17:19] efi* [17:21] varaindemian: install efi on Ubuntu? You should instasll ubuntu and link to it on the uefi bootloader, probably the same as windows is using if you have windows. Just boot your install USB in EFI/UEFI mode and the Ubuntu installer does this by itself https://help.ubuntu.com/community/UEFI [17:21] Can I have multiple dist on an iso? [17:22] why would you want that? yes you can, but it's complicated CashDash123 and probably not worth the time [17:22] https://cryptosrevolution.wixsite.com/beta [17:22] LoveCoinz: no spam here, please [17:23] vimes, because I want to mess around with an EOL version,and want to add multiple dist to have upgraded packages [17:23] during the install [17:23] vimes, how can you I tell if it's booted in efi mode? [17:24] varaindemian: see if /sys/firmware/efi/efivars exists and is non-empty [17:24] you shouldn't use packages for a newer distro on a EOL distro any how CashDash123, you *can*, but it's not tested. I'd rather download packages I needed manually and install instead of chrooting into (or pulling from iso) packages [17:24] vimes, I meant the archive [17:25] from the archive for lucid [17:25] ducasse, inside the graphical installer? [17:26] varaindemian: start the installer in 'try ubuntu' mode, then check from a terminal to continue installing, just click the icon [17:27] Hi, when running apt-get update: "W: The repository 'http://security.ubuntu.com/ubuntu xenial-security Release' does not have a Release file." along with several others of the same genre... any thoughts as to why? fresh install [17:27] CashDash123: lucid is eol, so not supported here [17:28] ducasse, I meant adding the archived dist from http://old-releases.ubuntu.com/ubuntu/dists [17:28] it looks like Synergy which I think used to be totally open source, is now a pay for security model. https://symless.com/synergy/pricing [17:28] Is there an alternative for Ubuntu? [17:29] ducasse, and if it has refi/var populated can I restart and install? [17:30] varaindemian: no need, read what i said again [17:30] ducasse, and if I want to manually create the partitions should I also create the onefor efi? [17:33] I'm trying to generate an executable from an asm code I did. Executing "gcc -g -o div div.o" returns "/usr/bin/ld: div.o: relocation R_X86_64_32 against `.data' can not be used when making a shared object; recompile with -fPIC" [17:33] Is there any repo to download an compile ld by myself with the required option? [17:33] what ? [17:34] recompile the linker ???? [17:34] Yes [17:34] that seems foolish [17:35] are you sure it doesn't mean you need YOUR code to be compiled with -fPIC options [17:35] rather than the linker [17:35] mmmmmm, going to dig it [17:35] dig it ? [17:35] groovy, man [17:36] but as the linker is called from the gcc command, I don't know if I can change the options [17:36] of course you can [17:36] you set the linker options [17:37] *i'm going to dig into it [17:38] thanks :-) [17:39] carnau: may I suggest joining some c programming channels and asking for help - rather than telling people the solution [17:40] reaplcing and breaking the linker on your system (when there is no need to touch the linker) would cripple your system [17:41] ducasse, ? [17:41] ducasse, should I create the efi partition if I choose to manually create partitions? [17:42] varaindemian: yes, manual partitioning requires you handle that [17:42] varaindemian: (unless one exists already) [17:43] Can I move a partition that has ubuntu installed on it to somewhere else in the drive (I want to shrink/expand other partitions) with GParted on a liveUSB. Will I need to edit grub or anything like that after this? [17:44] ducasse, I have one from my previous arch install [17:45] varaindemian, this tutorial is very straight forward easy to follow if you need a reference, https://fitzcarraldoblog.wordpress.com/2017/02/10/partitioning-hard-disk-drives-for-bios-mbr-bios-gpt-and-uefi-gpt-in-linux/ [17:46] ddoobb: Any time you repartition you should re-install grub. (There are times when it's needed, and times when not, but it's easiest just to always re-run grub-install after repartitioning) [17:48] varaindemian: Then set that partition's mountpoint to be /boot/efi/. The two distros will share the EFI System Partition. You only have one EFI System Partition per drive. [17:48] hi [17:49] hi [17:49] i installed gnome and remove most of it when my system starts up i see gnome then unity how do i fix this? [17:50] Jordan_U, I just want one distro for my system. Should I use efi in this case? [17:50] should I create it in the ubuntu installer? [17:50] or just the /, /home and swap? [17:50] varaindemian: Are you using the whole drive for your new Ubuntu install? [17:51] j #beast-chat [17:51] yes [17:51] Jordan_U, [17:52] varaindemian: Then why not just let the installer automatically partition the drive for you? [17:52] Jordan_U, will I get the home partition afterwards? [17:52] and the swap? [17:53] varaindemian: Why do you want a separate /home/? [17:53] ikonia, -fPIC on gcc command does nothing [17:53] Jordan_U, future reinstalls of os? [17:53] I will switch to 18.04 when its ready === guest-10KXIs is now known as greng [17:53] carnau: you don't just do that [17:53] Its good to have separate /home partition [17:54] is there a program specifically for searching source code references? Like, I want to be able to enter the name of a method/function and get the file/line number. [17:54] make /, /home, /swap [17:54] preferably without the use of ctags. === greng is now known as GRENG [17:55] There's cscope, but I'll mostly be searching C++, JS, and C# [17:55] varaindemian: Ubuntu's installer allows you to re-install while preserving /home, even when it's not on a separate partition. [17:56] Jordan_U, why not have a separate partition for that? [17:56] hoe`: Are you searching within a single project, or searching for references across many projects. [17:56] ? [17:56] Jordan_U, How does he allocate memory for it? [17:56] swap memory* [17:57] Jordan_U, I'm thinking of "recursively from my current directory" [17:57] varaindemian: Because if you have /home/ be a separate partition you have to predict ahead of time how much of your space will be needed for / vs /home, possibly needing to resize later on. [17:57] varaindemian: You could use a swap file, but a swap partition is pretty standard. So yes, I agree with your /, swap, and /home [17:58] If any conky users are here please answer my questions on #conky [17:59] varaindemian: if you use LVM you can reassign space as needed rather than trying to guess how much will be needed where. I have lvextend-ed the /home/ LV several times over the years [17:59] so LVM would be the best choice [17:59] hoe`: grep -Rn "some_function" . [18:00] I was worried that was the answer :) I can live with it tho. [18:00] ? [18:01] alias grepcf=grep --exclude ".git" --include "*.h" --include "*.hpp" --include "*.c" --include "*.cpp" --include "*.m" --include "*.cs" --color -2 -IrizoE "(#DEFINE\s+$*)|([^\w_]$*\s*\([^\)]*\)\s*\{)" * [18:01] that's what my current method definition searcher looks like. [18:01] TJ any downsides for LVM? [18:02] varaindemian: the only problem with the installer in automatic mode is it allocates all the space immediately. I would only allocate what I expect to use for the next 12 months (generally 8GB rootfs, 8GB /var/ 1GB /boot/ /usr/local/ 2GB, and /home/ 50GB then the remainder is free space in the Volume Group (VG) that can be used to extend any of those LVs, or add new ones (for virtual machines, containers, [18:02] etc.) [18:02] varaindemian: LVM supports snapshots of LVs too, making it possible to roll back things like release-upgrades that go very wrong [18:02] varaindemian: you need to understand how LVM works (it's not that complicated), and if things go south, your rescue disks need to understand LVM (which isn't as uncommon as it once was) [18:03] is lvm more secure and traditional installer? [18:03] No. [18:04] varaindemian: LVM is just containers - you still use regular file-systems inside the Logical Volumes [18:04] hoe`: have you looked at 'ack'? [18:04] I'm messing with silver searcher (ag) atm. [18:04] have not used ack/ag before tho. [18:04] varaindemian: think of LVs as individual partitions you can resize at will (given some free extents in their parent VG) [18:05] TJ-, just found an example here https://wiki.debian.org/LVM === liquidLD is now known as liquidddd [18:07] varaindemian: another useful feature is the ability to install different distros into separate LVs but all use the same /home/. (I do that and those LVs can be booted on bare-metal, in a virtual machine, or as containers (because I have a separate /boot/ containing the kernels) [18:08] hi. I want to ubuntu 17.04,since I like Unity. But in releases over 15.10, there is a visual glitch : when i drag a (small?) windows down on the screen,move it, the launcher and panel start flickering,and then they become completely invisible,but one could still see their shadow. Once I click anywhere on the desktop again,they become visible again. This is very annoying ,forcing me to stay on 15.10. There is any cure ? Thanks PS: I have Intel hd 4600 [18:08] graphics [18:08] oh [18:08] irc ate my text [18:08] varaindemian: I think it's good to think about what you're actually gaining by your choices though. If you plan to use LVM's snapshotting features, or multi device features, or plan to share /home/ between multiple distributions *at the same time*, then you gain a lot by using it. If not, then you're just gaining the freedom to manually resize your /home/ partition when needed, but it's a freedom you [18:08] hi. I want to ubuntu 17.04,since I like Unity. But in releases over 15.10, there is a visual glitch : when i drag a (small?) windows down on the screen,move it, the launcher and panel start flickering,and then they become completely invisible,but one could still see their shadow. Once I click anywhere on the desktop again,they become visible again. This is very annoying ,forcing me to stay on 15.10. There is any cure ? Thanks PS: I have Intel hd 4600 [18:08] graphics [18:09] don't need if you never need to resize anything (because when everything is in your root filesystem, things take up exactly the space they need and no more). [18:09] TJ can I switch to LVM from traditional installer? [18:09] sorry for the messed up text..dunno what happen. Im not good at irc [18:12] Jordan_U, using a / and /home partitions makes for much less work after upgrading to a new release , most of your settings and their config files are saved === ubuntu is now known as Guest48587 [18:13] "or plan to share /home/ between multiple distributions *at the same time*" ==> how does lvm help there? Why is it different from just using a separate mbr/uefi ext4 partition for /home? [18:13] hi [18:14] varaindemian: installer offers the option for LVM install [18:14] hallo [18:14] wie heist du [18:14] was? [18:14] fuck [18:14] !de [18:14] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [18:15] ndkbfksfjsbfkadbnavahgassjhsf bfkojkkgnugh gjkbjun iujtrnhs [18:15] jugwdfiogjstuigh jkginjkghtr rijin, hy [18:15] ,ktgkitrjjnkeonke\ [18:15] phiomghnl; [18:15] gjhomopghkjotyjkt [18:15] hylonjketokjyu [18:15] incase anyone wants it, here's that grep converted to ag: ag --ignore ".git" -G ".+\.(h|hpp|c|cpp|m|cs)" -i "(#DEFINE\s+$*)|([^\w_]$*\s*\([^\)]*\)\s*\{)" [18:15] it will find a C/C++/C#/JS syntaxed function who's passed in as the first argument. [18:16] what is the best way to reduce ubuntu to a minimal system.. like just browser with plugins and transmission [18:16] TJ-, does encrypting the ubuntu installation affect the speed of the os? [18:18] ghoalee: start with a minimal installation and then install the browser and transmission [18:18] kay [18:18] anyone ? Has any idea why newer unity releases are screwed on intel graphics ? [18:19] Hello eveyone [18:19] how are you all liking 17.10? [18:19] liquidddd, an idea on your opinion ? this is technical support [18:20] oerheks, its not an opinion, its a fact. I see it tens of times . [18:20] lolololololololololoololololoolo.lo0l0lo0lo0llolololololololololololololololololololololololololololololololololololololololololololo9ooi9lol9o9oololloklfuckzou lol [18:20] ghoalee: you can use the lubuntu alternate installer to install just a minimal base, then add what you want [18:20] guest-9DFWGQ: please stop that. [18:21] its not my pc, since versions till 15.10,as I said,works FINE. As well as other compiz based things === KindTwo is now known as KindOne [18:21] hez are zou single [18:21] liquidddd: it's not broken for everyone, i can assure you of that [18:21] lolololololol9ol9olol0olo0ol90omd nz ok,maybe not everyone,but it is for me. And i seeked ''technical support'' [18:21] so it does not affect you, good [18:22] liquidddd, working fine here, on intel [18:23] oerheks, sorry man, your idea of 'technical support' is pathetic. If you're the guy who gives it, you better change your job.no offence. [18:23] rdh, i belive you,but i have an issue. [18:23] and its resolved by saying that its just an opinion [18:23] In 17.10 Ubuntu/Gnome, where can I disable the screensaver locking feature? [18:23] please, no1 is dooing their job here. no1 is getting payed [18:24] liquidddd, no, this is a specific issue that does not apply to ALL intel, as your statement implies: anyone ? Has any idea why newer unity releases are screwed on intel graphics ? [18:25] okay maybe i generalized as an expression,a way of saying, but still the issue for me exist [18:25] @alkisg https://askubuntu.com/questions/177348/how-do-i-disable-the-screensaver-lock/817514 === test is now known as Guest90001 === Guest90001 is now known as user--01 [18:26] ghoalee: do you have that option in 17.10? I don't seem to have it... [18:26] I can use gsettings to do it from the console, but I can't find a gui for it [18:27] I don't run 17 [18:27] liquidddd, besides... we do not know what "screwed" is as far as to what you are seeing [18:27] I don't think your advice applies to 17.10... [18:28] Thank you though [18:28] well guys,thanks for your help, at least i learned that if you dont use proper english, people will 'help' you to not generalize. But unity still sucks FOR ME. I'll stay with 15.10 [18:28] can try xset command [18:28] liquidddd: what exactly is broken? [18:29] ghoah found it , they put it in the "privacy" tab [18:29] nice [18:29] ducasse, unity panel and launcher flicker untill they dissapear when i drag a window to the botoom of the screen. They reaper on the next mouse click [18:29] *ghoalee, sorry, mistyped the name [18:30] rdh, if you dont understand proper english ,we can both go and take some classe,no worries.At least im not a native speaker. tc [18:30] classes* [18:30] liquidddd, lol screwed is not a technical term [18:30] but im not a technical dev either aint i haha [18:30] Im a normal user [18:31] I am a normal user too [18:31] liquidddd, http://www.catb.org/esr/faqs/smart-questions.html [18:33] liquidddd, https://ubuntuforums.org/showthread.php?t=2088695 <- seems related. [18:33] rdh, thanks. I,ll put it on my christmas reading list-1228Christmas. I dont plan to lurk on irc till the rest of my life. Two times in my life,I dont need 'education' for irc questions. In any case, your help was invaluable, thanks. [18:33] how to turn off some notifications in xchat? [18:34] liquidddd: there's a suggestion to disable fading windows in ccsm [18:35] liquidddd: ccsm = compiz config settings manager [18:35] akik, thanks.. i found something similar ..https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1283979 [18:35] Launchpad bug 1283979 in unity (Ubuntu) "moving windows causes the top bar and the launcher bar to flicker" [Medium,Confirmed] [18:37] is that bug ,or can it be resolved ? [18:38] liquidddd: try reading the comments, see if anyone found a solution [18:39] liquidddd, this is an nvidia related issue. [18:39] ducasse, thanks. I,ll also try to find that option in ccm,to disable fading windows. In a virtualbox,ofc [18:39] ccsm* [18:40] did you try the mesa stack updates [18:40] look up nvidia mesa stack update or something [18:40] liquidddd, https://askubuntu.com/questions/786046/unity-problem-missing-launch-bar-and-severe-flickering-of-windows-icons/787889 [18:41] i just updated normally, ubuntu 17.04, 16.10, and 16.04 . They still have that annying behavior. While the Unity in ubuntu 15.10 doesnt. [18:41] also, I have Intel not Nvidia [18:41] :) [18:44] hi [18:44] In any case,thanks for the help. To all. I could always stay with 14.04, it doesnt show this behavior either,and it's still supported. [18:44] can i still get a passwordless login via single mode ? [18:44] after upgrade , mygraphics are in 640x480 and my sudo comamnd won t work [18:45] liquidddd: you should also try filing a bug if you can't find one that matches [18:45] it just hangs ater typing the pass [18:45] liquidddd: that way it can get fixed [18:45] liquid.. i think it might be something like you need to upgrade your mesa stack.. but you have to find.. there are like 4 or 5 things and they deal with open_gl and stuff [18:45] ghoalee, more than likely what the issue is [18:45] https://askubuntu.com/questions/643140/how-to-update-opengl-with-intel-graphics-card-ubuntu-14-04 [18:45] kind of like that [18:46] thanks man, I'll take a look [18:47] how can I configure my Ubuntu xenial to always use the latest 4.x version of bluez-tools, but avoid 5.x or later? [18:50] Sven_vB, https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package === KindTwo is now known as KindOne [18:52] diskin, won't that hold or lock on to the exact current version? I'd prefer to still get 4.x updates if any are released. or is the latter impossible in apt's versioning scheme? [18:56] Sven_vB: as you generally don't find v4 and v5 of a package in the same repo, i guess it doesn't come up often [18:57] in the cases you do, the major number is usually part of the package name [18:57] ducasse, thanks! [18:57] so first I'll go check whether 4.x is actually available [19:00] hello [19:01] i am sorry maybe i ask a stupid question , but my wife want another background and i am in the hurry... [19:01] "howto"? [19:01] and good evening for everybody [19:02] Sven_vB: if you have v4 in one repo and v5 in another, you should be able to prefer one of them via some clever apt configuration. which ubuntu version is this? [19:02] ducasse, xenial 16.04.3 [19:02] ducasse, I'm not sure yet whether I do have a repo with 4.x [19:03] Sven_vB: ok, so theoretical question so far :) [19:04] yeah. I might even abandon the entire attempt because I just had an idea how I might be able to shim bt-audio with bluez 5.x :) [19:04] then I won't have to consider whether the hold has security implications === JanC is now known as Guest24634 === JanC_ is now known as JanC [19:10] [ 0:000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later) [19:10] 0x25 or later **** [19:11] anyone can help here? [19:12] varaindemian: install the micocode update utility which matches your cpu [19:12] I had this while trying to install ubuntu [19:12] varaindemian: Is there an intel microcode update available in the "Additional Drivers" tool that comes with Ubuntu? [19:12] I tried ubuntu and after turning it off it appeared again [19:12] does it stop you from installing? [19:13] should I proceed with installation and see after that what can I do? [19:13] yes [19:13] tomreyn, nope [19:13] should this get fixed after installation? [19:13] the "additional drivers" GUI should allow you to do so post-installation [19:14] (as Jordan already pointed out) [19:14] alright [19:15] for fat32 type i see only dos and windows [19:16] whats the correspondent for /boot? [19:22] what do you recommend refi or legacy? [19:22] uefi* [19:24] varaindemian: UEFI [19:24] can I update the bios without having windows? [19:25] hello, does anyone know how to check file size limit for a given partition? I've tried `ulimit -c` but I'm not sure what partition that limit is for or if this value is even ok (it gives me 0 which apparently is unlimited). I can only think of parsing df output and hard code mapping from partition type and block size to a max file size [19:25] varaindemian: not in every case. there's a legal way to create a bootable windows iso which gives you a kind of live session [19:25] varaindemian: depends, some can be updated from inside the firmware menus, and some even from ubuntu [19:26] varaindemian: http://www.webupd8.org/2013/07/how-to-create-bootable-windows-pe-iso.html [19:28] hi! [19:30] krwq: The primary file size limit I can think of is that imposed by the design of the filesystem itself, like the 2 GiB file size limit for any fat32 filesystem. So maybe you should just be checking the filesystem of the mountpoint in question? What problem are you having? What is your end goal? [19:31] downgraded back to 17.04 could not handle the massive amount of bugs in 17.10 [19:31] fat32 max file size is 4 gigs [19:33] Jordan_U: when I'm doing backups on the usb device I'd like to detect if the zip will fit within limits. currently it depends on how partition is formatted [19:34] act 1 [19:34] help [19:35] hello [19:35] someone here? [19:35] haze_: ? [19:35] !ask | haze_ [19:35] haze_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:35] just testing [19:35] ok, going with: df -PT | awk '{print $2}' | tail -1 [19:36] and checking what it returns and mapping that to some hard coded sizes [19:36] haze_: wouldn't ##test be a better place for that? [19:36] question: is Peerguardian any good? [19:37] ducasse im fine === jk is now known as januewer [19:39] are the bugs in 17.10 going to get fixed, or this is the way it is going to stay? [19:39] what is the policy from canonical? [19:39] i'm new into bash in windows [19:39] what can i do with this? [19:39] just manage my system as i doing with cmd? lol [19:39] !ubuwin | haze_ [19:39] haze_: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide [19:40] haze_: we don't support that, try ^^ that channel [19:40] ok, dude [19:40] thanks === X230t is now known as Chinesium [19:42] acresearch: Of course developers will try to fix bugs in Ubuntu 17.10. There will be many bug fix, and security update fix, updates for the supported life of the release. That said, I can't guarantee that the particular bugs you're facing will be fixed. Also, bug fixes that would require upgrading to a new major version of a package are not likely to happen unless they're particularly severe (and affect [19:42] many users). Though, usually with such severe common bugs the fixes get backported so that new major versions aren't needed anyway. [19:43] Jordan_U: oh ok [19:43] Jordan_U: i understand [19:44] acresearch: bugs being fix depend on people actually filing them, though [19:44] *fixed [19:45] Also could help testing *before* a release. [19:45] Hello there channel [19:46] I've upgraded ubuntu 16.04 let to th latest, 17.10 [19:46] ducasse: well, i am not motivated to report bugs when i see each release worse then the one before. [19:46] but I don't see the default (gnome) desktop environment, it logs me into unity [19:46] when I log off, and relog, there is only the unity option there [19:46] acresearch: so, how is it supposed to get better if nobody bothers to do that? [19:46] So I'm wondering if it's possible to reinstall the current version of ubuntu without losing any data, (and if that would solve my problems) [19:47] ducasse: if i feel my efforts are being addressed i would, but from experience bugs i reported remained [19:48] So why even bring this up then? [19:49] krytarik: maybe someone here would be motivated to report it instead of me [19:49] or maybe the developer reads it [19:49] But you aren't telling any details? [19:49] krytarik: sorry, i think i discussed them earlier this morning [19:49] Aha, ok. [19:50] Hello everyone. I need help, please. I have a Macmini and I installed Ubuntu along with Mac Os. In order to dual boot, I installed rEFInd. The thing is I can boot both Mac Os and Ubuntu 17.10, but there are two ubuntu boot entries and one of them doesn't boot anything... [19:50] How can I get rid of that one? [19:51] mia: You can re-install without losing any data, but you have to be careful when installing to not accidentally select the "Erase Entire Drive" option. [19:51] 1. global dark theme from tweek tools do not work. 2. progress bar for (copy/move files) non-existant. 3. all libra office programs has no buttons (these i found so far i down graded back to 17.04 so if there are more bugs i don't know of them) [19:51] krytarik: [19:51] Jordan_U, I will be careful about that, would that solve my problems ? [19:52] Also --- is there any way to do this without downloading the image, writing it to usb, and going through all that ? [19:52] I'm looking for (if possible) a terminal baased workaround, if not possible my second option would be to directly download and install rather than writing it to an external drive [19:53] mia: https://didrocks.fr/2017/10/18/ubuntu-gnome-shell-in-artful-day-16/ This covers what sessions are available in Ubuntu 17.10, and when you would have multiple options. [19:53] mia: How did you upgrade? [19:54] Jordan_U, apt-get dist-upgrade was my method [19:54] after setting my LTS to "all upgrades" rather than LTS only of course [19:55] mia: Only running "sudo apt-get dist-upgrade" won't ever upgrade you to a new Ubuntu releases, and is *not* even a part of upgrading the correct way. [19:55] !upgrade | mia [19:55] mia: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [19:55] but at the end of my upgrade, my computer somehow restarted itself without any notification, I think that was related to some nvidia drivers, so I don't know if the installation was a success or not [19:56] Jordan_U, yes, the software updatr says I don'T have any updates [19:56] and when starting the machine it states 17.10 [19:56] so I believe it's updated (not sure if properly though) [19:56] so I cna't do the software update method any more, as it ays, "no updates" [19:57] ok, then abother question [19:57] mia: Did you perform any steps other than running "sudo apt-get dist-upgrade"? [19:57] what command could I type in order to know if wayland is running? [19:57] I've went into software updater first, and selected "for any new version" [19:57] any ideas? [19:58] Jordan_U, before all that I did apt-get update and apt-get upgrde just to be safe [19:58] where can I find casual games for Ubuntu? [19:58] so it's only sudo apt-get update, sudo apt-get upgrade, selecting "for any new version" from the software and updates window, and then doing the dist-upgrade [19:58] mia: You didn't edit /etc/apt/source.list? (You should *not* have, but many people think that's the correct way to upgrade). [19:58] analogical: software center [19:59] how to launch an application using ./app without going to app_location [19:59] no I didn't do anything like that, I'm very beginner in all this, lets say "casual user" [19:59] so I try not to mess up with anything [19:59] are there any tricks to get 17.10 3d acceleration as a vbox guest to work? [20:00] xtron: just write the full path to the app [20:00] xtron: Just provide the path to the executable, like "/home/xtron/myapp/foo/app" if you want to be able to run just "app" and have it run, you need to either move the executable to a directory listed in $PATH, or add the directory it's in to $PATH. What is your end goal though? [20:01] cristian_c: try 'loginctl list-sessions', one line should list something under 'seat' - what's on that line under 'session'? [20:01] ducasse: oh, thanks [20:02] cristian_c: then do 'loginctl show-session | grep ^Type' [20:02] anyone would know what would have broken sudo in 17.10 ? [20:02] akik: what will be the syntax like <./home/xtron/myapp> [20:02] ok [20:02] sudo just hangs after typing a good passwd [20:02] xtron: read Jordan_U's message [20:02] mia: The problem is that what you've done alone couldn't possibly have upgraded you, even partially, to Ubuntu 17.10.   .  [20:03] Jordan_U, but seems like it did [20:03] it took around 2 hours [20:03] and I'm pretty sure I didn2T use any other commands [20:03] (because I don't know anything else ) [20:03] if there is a way to check (and send you some sort of logs, etc) I can happily do it [20:04] mia: What is the output of "lsb_release -d"? [20:04] Ubuntu 17.10 [20:05] mia: I don't know what to tell you. That's simply not possible, so some part of the story is missing and I don't know what. Not knowing that, I don't know how to proceed. [20:06] is there any way to learn what's missing* [20:06] mia: you didn't click a button prompting the upgrade? [20:06] Nope, I didn't [20:06] sidenote: I also did dist-upgrade to my server through ssh and it's upgraded to 17.10 as well [20:06] but since I don2t use graphical UI, I didn2t really care [20:07] now I want gnome so I care [20:07] ducasse ^ [20:07] mia: Still impossible. Only "sudo do-release-upgrade" would have done that (or manually messing with /etc/apt/sources.list). [20:07] I have no idea about that command [20:07] or no idea about that location [20:08] mia, logs are in /var/log/apt/term.log* [20:08] I just did it nwow and it says "no new release found" [20:08] u can open .gz with zless [20:08] why is it arch so fucking well documented [20:08] varaindemian: no swearing [20:08] they do copy pasta [20:09] mia: On the assumption that whatever happened produced a sane system (which is *not* a safe assumption) you can just run "sudo apt install gnome-session" to get upstream gnome-shell defaults avaialble as a session at login. [20:09] ducasse, I was able to update the bios using geteltorito our package [20:10] mia: Next time you want to upgrade to a new release of Ubuntu, follow the official upgrade procedure (which does *not* involve apt-get dist-upgrade). [20:10] I got answers here that I should update using Windows [20:10] Jordan_U, without hacking anything in, is there any way to reinstall the whole ubuntu without losing data [20:10] so sad :( [20:10] Jordan_U, I will! [20:10] well you can do dist-upgrade, it wont switch to a new release , that s all [20:10] varaindemian: Multiple people told you that it would likely be possible via Ubuntu. [20:11] varaindemian: no, you got told what your options likely were [20:13] varaindemian: Looks like it wasn't multiple people but rather only one (ducasse), looking at the logs. I would have told you it was likely possible via Ubuntu had ducasse not already done so. [20:14] Hey /usr/lib/python2.7 <-- If I give this dir a recursive owner of user, instead of root, so I can run some programs without sudo . That makes sense, or this dir should be owner by root ??? [20:15] ducasse: weird [20:15] Scoop7: NO. Do not change the permissions of any packaged binaries. That would make your system much less secure, and wouldn't get you any closer to running programs without sudo either. [20:15] Scoop7: What is your end goal? [20:17] ducasse: 'command 'loginctl' not found. Maybe you mean: Command 'loginctl' from 'systemd' package (main). loginctl: command not found' [20:17] ducasse: on 17.10 [20:17] I am running supervisor, and I get a error of a python file permission error if I try to lunch supervisor without sudo, So I thought that I maybe installed with sudo where it was not needed (did some bunch of commands with sudo(where it was not needed - and now fixing some things in my OS) [20:18] Scoop7: How did you install supervisor? [20:18] cristian_c: try '/bin/loginctl' [20:18] I don't remember [20:18] oh maybe i've installed python with sudo [20:19] ducasse: no such file or directory [20:19] *not exist [20:20] Scoop7: You should only be installing things from the default repositories using apt, apt-get, or similar. That will always require using sudo, but that doesn't mean that those apps then can't be run by normal users. (Some apps however, by their nature, can't be run by normal users). [20:20] cristian_c: ok, something is broken. try 'sudo apt install --reinstall systemd' [20:20] Scoop7: What are you trying to use supervisor to accomplish? What is your end goal? [20:21] ok [20:21] Oh I don't think it's related, but just some laravel redis queues <-- everything works. I was just wondering if it was needed to access/start supervisor with sudo [20:21] ducasse: I say also: I've made a release upgrade [20:21] from 17.04 [20:23] ducasse: systemd reinstalled [20:24] Scoop7: To determine that we would need much more information about what you're trying to do than you've provided. [20:24] cristian_c: try running loginctl now [20:25] I mean I don't have a real problem. I was just wondering about the standard workflow, but I got my answer - that sudo is perfectly normal here . Thanks Jordan_U [20:25] Jordan_U, I am sorry. Please let me know howI can update from ubuntu [20:26] ducasse, ^ [20:26] varaindemian: i mentioned a couple of options earlier [20:28] varaindemian: but if you already updated, isn't the problem now solved? [20:29] ducasse: unfortunately , same reply [20:29] cristian_c, you could do a sudo apt-get clean to make sure you the packages you are downloading are straight from the repos and not your cache [20:29] ok [20:30] ducasse, depends, some can be updated from inside the firmware menus, and some even from ubuntu" [20:30] kostkon: after clean, should I reinstall systemd? [20:31] *after apt-get clean [20:31] cristian_c, give it another try [20:31] ducasse, I updated from the arch install that I have right now [20:31] ducasse, did you mention anything else? [20:32] irc is awesome, one can readback [20:32] kostkon: unfrtunately, loginctl is still not detected [20:32] I got bluetooth to work with xenial. however, each time I connect to my BT device, wifi seems to stop for a moment: I ping the BT computer from another one and the icmp_seq jumps by +8. a few seconds later I SIGINT ping and it reports some % packet loss. how to fix? [20:33] hi all. i'm trying to troubleshoot a broken dist-update. i've booted into a 17.10 USB stick and chrooted into the laptop's encrypted filesystem. but apt-get update --fixing-missing cant find gb.archive.ubuntu.com. I cant ping from the chroot either. Did I do it wrong? [20:34] oerheks, I only see that he said that there are options inside ubuntu... [20:34] did I miss soemthing? [20:34] (I mounted dev proc and sys into the laptop's root FS before I chrooted natch) [20:35] another option would be if I take this oportunity to back up the user's files but I cant find them in their user directory because of ubuntu's crypt setup :-S *confused* [20:35] daniel331: it sounds like networking isn't configured if you're getting a failure to find any given repository server domain. (Especially if ping doesn't work) [20:35] ducasse, can you tell me the options inside ubuntu? [20:35] please [20:36] networking's fine outside of the chroot tho [20:36] so is the WPA2 hack possible to patch in 14.04 LTS? Have many drivers been fixed? [20:36] and the weird thing is chrooted ping locks up the terminal! [20:36] cristian_c, the cmd: which loginctl gives nothing? [20:36] Squarism: it's not a driver level patch, it's a wpa_supplicant patch among others [20:36] teward, so its bios? [20:36] varaindemian: one of them is fwupd, which is a sort of common framework supported by some uefi firmwares [20:36] Squarism: the second part is that it also affects access points and such, so it requires the other side of patching too [20:36] Squarism: ... no? [20:37] varaindemian: but again, you've already updated, right? [20:37] Ok.. i dont know much about the technicalities - i just wanna fix the problem [20:37] Squarism: there's no BIOS level or Driver-level involvement here, it's patched in a package which is the set of tools that make WPA communication possible - called `wpa_supplicant` [20:37] Squarism: sudo apt-get update; sudo apt-get upgrade [20:37] Hi guys, looking for some help with bluetooth. I can't seem to detect a bluetooth speaker from ubuntu 17.10 on a Thinkpad Carbon X1 5th Gen. I can see and successfully connect to my phone via bluetooth but not the speaker [20:38] kostkon: /bin/loginctl [20:38] teward, thanks [20:38] ducasse, yes it is solved. and fwupd got mentioned only this time :) [20:38] Squarism: just a standard update is what you need to do, but it only protects you if you're patched at both the access point *and* your computer/client [20:38] Squarism: see https://www.ubuntu.com/usn/usn-3455-1 [20:38] got it [20:38] also refer to https://www.krackattacks.com/ for more on the vulnerability itself [20:38] varaindemian: because the first time you only asked if you had to do it from windows [20:39] Squarism: it's both wpa_supplicant and hostapd; but both have patched versions in the repos, so just do a standard update/upgrade. [20:39] and that is all you need. [20:39] thanks [20:39] at least, to patch the computer side of things (access points are still vulnerable and that's the other half of the 'protection' thing that you can't really control) [20:40] kostkon: oddly, now it r [20:40] kostkon: oddly, now it works [20:42] ducasse: btw, I see: c2 the uid, the user, seat0 [20:42] cristian_c, good to hear. Have you done a sudo apt-get dist-upgrade since you upgraded to 17.10? do an apt-get clean again and then a apt-get update and apt-get dist-upgrade [20:42] instead, tty field is empty [20:43] cristian_c, after you debug this probably [20:43] cristian_c: 'loginctl show-session c2', look under Type [20:44] kostkon: after made release upgrade, update manager said system was updated [20:44] teward: (access points are only vulnerable if they use 802.11r or roaming (or some other AP-is-client feature i'm not aware of), which is almost none of them) [20:44] cristian_c, well you never know [20:44] cristian_c, you may have some left overs [20:45] ok [20:45] teward: s/roaming/repeater mode/ [20:45] dax: some of them may be, though, point is patching the endpoint machines is only half the security [20:45] teward: "half" is what i take issue with, it's more like 99% [20:45] dax: that being said a simple update to Ubuntu will help patch against the original KRACK problem. It doesn't prohibit the clients from accessing a malicious access point though [20:46] system halted by mistake [20:46] dax: fine, whatever, we can argue semantics later. But we can't control the access points or routers, and if *any* of them are in such modes a user is still at risk. Even if wpasupplicant is patched. [20:46] that's why i said half. Because you just *don't know* how some networks are set up, at least globally. [20:46] teward: sure, and there are any number of more statistically likely exploits against APs [20:46] you aren't wrong about 'almost none of them' but that only applies in the environments which we know of. [20:47] dax: again, it's basically arguing over semantics. We all have better things to do with our time :P [20:47] well no, it's creating unnecessary worry for users [20:47] ... like patch nginx for some HTTP/2 body corruption o.o [20:47] dax: you forget i'm a paranoid security guy [20:47] :P [20:47] so am i. that mindset is often not appropriate in an end-user channel [20:47] see, for example, the KRACK website: [20:48] "Our main attack is against the 4-way handshake, and does not exploit access points, but instead targets clients. So it might be that your router does not require security updates. We strongly advise you to contact your vendor for more details. In general though, you can try to mitigate attacks against routers and access points by disabling client functionality (which is for example used in repeater modes) [20:48] and disabling 802.11r (fast roaming). For ordinary home users, your priority should be updating clients such as laptops and smartphones." [20:48] ducasse:ok, x11 [20:48] cristian_c: then bingo, you're not in a wayland session [20:49] thanks [20:49] cristian_c: np [20:49] so, a regression occurred from 17.04 about touch devices in xorg [20:50] *since [20:50] xorg.0.log gives a strange behaviour about detection [20:51] an user on askubuntu has desdribed the same issue (not answers) [20:51] *described [20:51] cristian_c: https://ubuntuforums.org/showthread.php?t=2374782 might be of interest to your case . [20:51] ok [20:54] ducasse, for fat32 file system I see that the options available are /dos and /windows. what should I choose if I want the mount point /boot. I am taking about the efi partition [20:54] cristian_c: I have yet to determine with wayland that the Xorg file has any value . [20:55] Bashing-om: :O [20:56] varaindemian: you don't want /boot, but /boot/efi [20:56] Bashing-om: ok, but loginctl tells wayland is not running, while x11 is [20:57] lolz, logout, change, login [20:58] cristian_c: Then in X11 i can accept that /etc/X11/xorg.conf is pertinent . [20:58] oerheks: I think just gnome supports wayland [20:59] ducasse, hmm here they say that I want /boot https://help.ubuntu.com/community/DiskSpace [20:59] cristian_c, no, there are more options standard, 17.10 [20:59] Bashing-om: I've crested xorg.conf because xbacklight didn't work [21:00] so, I've added intel-backlight string to xorg.conf, in order to tell xorg where to find stuff [21:00] varaindemian: no, it doesn't. [21:00] varaindemian: "EFI Partition - Mount point: /boot/efi" [21:00] varaindemian: "Mount point: /boot/efi (no need to set up this mount point as the installer will do it automatically) " [21:00] oerheks: unfortunately, I've not found that in lightdm [21:00] (gnome uses gdm, now) [21:01] cristian_c: In the links from ^ there is a tutorial to create a stub . [21:02] Bashing-om: I'm afraid xorg.conf creation could have brought issues to xinput [21:02] Bashing-om: ok [21:03] I couldmtry to rename xorg.conf in order to see if proper input detection is restored [21:03] ducasse, boot flag? [21:03] It must be located at the start of a GPT disk, and have a "boot" flag. [21:06] are 25 gb enough for / ? [21:06] Bashing-om: the odd issue is that xorg.0.log detects the touch devive properly, after some lines it gets insane and cancel the previousnsetup, finally detefting the devive as mouse [21:06] so, giving missng scrolling property [21:06] *resulting in missing scrolling priperty [21:07] varaindemian: "Root partition - Size: minimum is 8 GB. It is recommended to make it at least 15 GB." [21:07] Hello everyone. Can grub2 boot both Mac Os and Ubuntu? [21:07] I'm on a Macmini machine. [21:07] Bashing-om: scrolling works just in gedit, not other applications [21:07] And trying to boot both operating systems with grub2 [21:08] cristian_c: I have observed that " device removed " I do not to this time understand what is taking place . I be in that learning mode . [21:08] I remember in 17.04 I could scrollling everywhere, also firefoc [21:08] *firefox [21:08] ducasse, also, regarding the mount point for EFI, the installer says that it won't use the partition unless I select a mount point... [21:09] varaindemian: then just set it to /boot/efi [21:09] Bashing-om: if you look at xorg.0.log lines of another user. https://askubuntu.com/questions/943041/unable-to-calibrate-samsung-galaxy-book-touchscreen-with-xinput [21:09] iirc the installer only wants the type to be efi [21:09] varaindemian: ^ [21:09] at a particular point, it says: 'ignoring device' [21:10] then the info telling the user that "no need to set up this mount point as the installer will do it automatically" is kinda missleading [21:10] I guess [21:10] selam [21:10] [ 10.994] (II) No input driver specified, ignoring this device. [21:11] Bashing-om: and it's totally insane because sime lines above the device is detected and configured properly [21:11] I've experienced the same type of issue [21:11] varaindemian: the installer needs an efi partition to be selected, but i remember it just taking the "type" as efi and not asking for a mountpoint [21:12] EriC^^, it asks for the mount point.. [21:12] aha [21:12] EriC^^, and the type is FAT32 [21:12] cristian_c: yeah, exactly .. As said .. I do not understand what the logs are saying ..or what the source is . I do not have access to a 17.10 install to poke about . [21:13] Bashing-om: I understand. I talk just about xorg.0.log [21:14] EriC^^, is there a type called efi that miss? [21:14] varaindemian: in the "use as" field [21:14] before it adds the device properly, after some lines it cancel his decision and addamit again but as mouse [21:15] refuaing to accept the previous decision [21:15] varaindemian: this is how it used to be https://www.tecmint.com/wp-content/uploads/2015/04/EFI-System-Partition-Size.png [21:15] cristian_c: Makes one wonder what udev is doing . [21:15] yeah [21:15] udev config lines are relevant [21:15] EriC^^, didn't see that type [21:16] (II) config/udev: Adding input device [21:16] maybe it's a 17.10 thing [21:16] EriC^^, you sure this would be the case for 17.10? [21:16] is 17.10 that buggy? [21:16] this lune occurs two times for the same input event [21:16] *shrug* maybe they're making it more free to choose the fs type and what not [21:17] the first time it says the proper device, the second time it says it's a mouse [21:17] making the wrong decision [21:17] cristian_c: maybe open a bug and have the big boys explain ? [21:17] Bashing-om: that's the only thread I've found on internet about my same issue [21:18] Bashing-om: It could be an idea, I'm not sure btw, because usually bug reports are ignored by devs [21:18] (for my experience) [21:19] cristian_c: Well, depends on IF enough info is provided to act on it .. garbage in is garbage out . [21:20] EriC^^, no EFI option [21:20] Bashing-om: yeah, but it's not automatic, reports are usually ignored also when they are full of detailed infornation [21:20] EriC^^, does that mean I do not have efi enabled in bios? [21:20] varaindemian: no, it does not mean that [21:21] varaindemian: possibly, can you open a terminal and run "ls /sys/firmware/efi" ? [21:21] I am on 17.10 [21:21] I only have ubuntu now [21:21] i am in the installer [21:22] varaindemian: press ctrl+alt+f1 , login with ubuntu and an empty password and type it [21:22] trying to create an install usb (32gb drive formatted as ext4) with startup disk creator on ubuntu but i can't boot it [21:23] ratatata: try using "dd" [21:23] in bios I had UEFI/Legacy boot - both... [21:23] ratatata: sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync [21:23] maybe that was the case [21:23] replace /dev/sdX with your usb device [21:24] (not device not partition e.g. /dev/sdxY) [21:24] *note device [21:24] varaindemian: do you remember when the live usb booted if you got a white and black grub menu or a menu in the middle with a bunch of options? [21:25] grub v2 [21:25] Bashing-om: I'll try a 17.04 live session, in order to confirm my suspects [21:25] now when i open gparted i get a Libparted warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes. [21:25] varaindemian: then it booted in uefi mode [21:25] so somethings fucky with that usb [21:25] I mean: the fact 17.10 x server has broken things [21:25] ratatata: that's not a problem, that's just cause the blocksize used to transfer the data was different, nothing's wrong with the usb [21:26] ratatata, dd is a safe bet but if you are looking for a better image writer gui app, check these out: rufus and etcher (and unetbotin) [21:26] i ran the dd thing, now what [21:26] unetbootin* [21:27] EriC^^, eri partition size? [21:27] efi* [21:27] ratatata: once it returns the prompt back you can try the usb out [21:27] its not returning for a while now [21:27] ratatata, it might take some time to finish [21:28] 381+1 records in [21:28] 381+1 records out [21:28] 1599602688 bytes (1,6 GB, 1,5 GiB) copied, 4,10268 s, 390 MB/s [21:28] ah nvm its done [21:28] alright thanks ima give this a shot again [21:30] size of efi partition?> === twager is now known as G3TPI === Supreme is now known as Supreme- === Supreme- is now known as Supreme-- [21:35] Hey all [21:35] size of efi partition?> [21:35] I tried to install ubuntu to another hdd than my windows, but looks like my windows bootloader is replaced === Supreme-- is now known as Supreme_ [21:35] varaindemian: 300mb is good [21:35] I assumed ubuntu to install its boot manager to the second hdd instead opf the primary [21:35] !patience | varaindemian [21:35] varaindemian: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [21:36] I do not wish to use ubuntu boot manager when I start my device, instead I want to pick ubuntu hdd when I need to start ubuntu [21:36] Mia: how did you let ubuntu installer the bootloader to the disk? === Supreme_ is now known as Supreme- [21:37] Mia, so to clarify that: you want to use the windows bootloader and not grub? [21:37] EriC^^, I have no idea, ubuntu was already installed on another drive with its bootloader [21:37] I wanted to reinstall 17.10 s some component were broken, and when I ran the usb installer it gave me the option to "reinstall 17.10" and I picked that [21:38] Mia: aha [21:38] now 17.10 is installed but its bootloader is installed in my primary drive, that also replaced windows bootloader (now windos is just an option) [21:38] Mia: are you in ubuntu right now? [21:38] I wanted to have th primary hdd as is [21:38] nope, I'm in windows [21:38] (just needed to check if everything here is alright, had a small panic attack, lol) [21:38] Mia: boot into ubuntu and come back here [21:39] okay, will do so in a second! [21:39] yeah [21:39] see you [21:39] ok [21:39] hi, can someone help me convert a mbr drive to gpt without data loss on ubuntu? [21:41] Supreme-: step one, create a backup === HashMuff1n is now known as HashFreedom === jstein_ is now known as jstein [21:54] EriC^^: back [21:54] mia__: wb [21:55] on mobile atm, reinstalling Ubuntu, for some reason it didn't start [21:55] also I've realized I have two Ubuntu bootloader's on the BIOS disk select menu for the same hard drive [21:55] aha [21:56] how is that even possible? I see HDD name (as usual, it was going directly into windows) and I see two Ubuntu named entries, both seem to point to the primary hard drive, but Ubuntu is supposed to be installed in another hdd [21:57] Windows logs in fine, but Ubuntu is not. and now the USB installer didn't give me the option to "reinstall" [21:58] mia__: maybe it's uefi [21:58] once the installer is done, let me know, be sure not to overwrite the windows installation by mistake, i'd use the manual partitioning if you haven't started it already === tking0036 is now known as Guest71896 [21:58] so I be picked the mount points manually now, fro. the cp4rect hard drive, without formatting anything, so hopefully it will install fine and I will need your guidance to figure out what went wrong with the primary hdd [21:58] mia__: good job, ok [21:58] thank ypu [21:59] just a few more minutes remainşng hopefully [22:06] how to check what are running before clean/remove stuff in /boot ? [22:06] how can I access the logs for this server? [22:07] Blueking: uname -r [22:07] !irclogs | varaindemian [22:07] varaindemian: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/ [22:10] EriC^^, back === mia is now known as Guest43157 === Guest43157 is now known as Mia_ [22:10] ok this is better [22:10] Now I'm in ubuntu [22:11] \o/ [22:11] Mia_: great [22:12] thank you [22:12] Mia_: open a terminal, type "sudo parted -l | nc termbin.com 9999" and paste the link it gives you here [22:12] what's the next step now [22:12] what should i install to have libboost_system.so.1.58.0 [22:12] ? [22:12] !find libboost_system.so.1.58.0 [22:12] Found: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 145 others) http://packages.ubuntu.com/search?keywords=libboost_system.so.1.58.0&searchon=names&suite=artful§ion=all [22:13] http://termbin.com/ykuvu EriC^^ [22:14] no results [22:16] Mia_: some of the installs are in uefi mode and some in legacy mode [22:16] Mia_: windows is on the 500gb ssd? [22:16] the rest are just data drives? [22:17] EriC^^, yes, primary windows is there [22:17] however there is also a windows 7 installation on the ubuntu hdd [22:17] (which was accessible through the ubuntu grub (?) menu before) [22:18] sudo update-grub [22:19] should I do something special for an ssd on ubuntu? [22:19] is trim enabled and all that? [22:21] Mia_: i got dc [22:21] uh if i have radeon hd7870, should i get a proprietary driver? [22:22] EriC^^, yes, primary windows is there [22:22] however there is also a windows 7 installation on the ubuntu hdd [22:22] (which was accessible through the ubuntu grub (?) menu before) [22:22] last things I've posted ^^ [22:22] sudo update-grub [22:23] pbriendave but then should I be able to get the default windows menu back [22:23] I don't want the ubuntu grub to exist in the ssd [22:23] ObrienDave, ^^ [22:23] Mia_: i see, so you want to boot windows when you switch to uefi mode, and when you switch to legacy mode you want to boot ubuntu? [22:24] way too confusing for me LOL [22:25] EriC^, when I turn on the pc, I want it to autoboot into the primary hard drive. If it's windows HD (SSD) then windows will boot as the boot manager is default windows boot manager. If I change the primary hard drive to ubuntu HDD (through bios settings, or pressing F8 to select primary boot drive temporarily) then ubuntu grub should start on that HD, which has windows 7 and ubuntu installation [22:25] Not sure if all that ^ makes sense [22:25] Mia_: right now what you can have is that when you switch to uefi mode you get windows on the 500gb ssd, and when you switch to legacy mode you can get grub and there choose ubuntu or windows 7 [22:25] I don2t wish to switch modes, I want it to work as it did before to be honest [22:26] Where I only pick the primary HD and the drive would handle the rest [22:30] 2 windows versions.. how would that have worked *before*, uefi and legacy? [22:30] ubuntu is now in the mbr of the disk, so the windows bootloader is gone, also ubuntu needs an mbr to put grub since windows can't boot it, so you can't boot ubuntu unless you put it in some mbr, and if you want the windows 7 bootloader then you'd have to put ubuntu's grub in one of the data disks mbr, and then it wouldn't be a standalone install, you'd always need the data disk to be able to boot ubuntu [22:31] oerheks, I would select which HD to start, that's all [22:31] I don't want the windows 7 bootloader, I can pick it through the ubuntu disk [22:31] ubuntu bootloader* [22:31] But the SSD has windows 10 installed, which I don't want the ubuntu bootloader there [22:32] because ubuntu is not even installed in the same hd [22:32] Normally, this HD that has ubuntu installed (and windows 7) is not belonging to this machine I'm using [22:32] so I will remove it when I'm done with it [22:32] Mia_: i guess that's possible depending on if your bios knows what to do [22:32] Mia_: right now when you select the windows ssd what happens? [22:32] and the SSD that has windows 10 will still have ubuntu grub there, which is pointlss [22:32] not sure grub supports uefi and legacy boot, in the same menu, i guess not [22:33] EriC^, right now ifI select the ssd (windows 10 only) it gives me ubuntu grub menu [22:33] there is windows there, and there is ubuntu (that's located on another hd) [22:33] so simply ssd should have nothing to do with the ubuntu [22:34] oerheks, I want to get rid of the grub alltogether [22:34] in my windows HD it's not necessary [22:34] ubuntu is installed on a separate physical hd anyway, and I can select it as the primary HD to get into it [22:34] (through bios) [22:35] Mia_: it shouldn't be there, try "sudo mount /dev/sdb2 /mnt && ls -lR /mnt | nc termbin.com 9999" [22:36] Mia_: windows 7 is there? [22:36] This is what ı get (no link this time) "mount: /mnt: /dev/sdb2 already mounted on /boot/efi." [22:37] windows 7 is installed on the same hd as ubuntu, that's not vital at this point [22:37] what's vital to me is that windows 10 hd has ubuntu menu. ubuntu is not even installed on that hd (ssd) [22:37] I want windows 10 ssd to be standalone as before [22:37] Mia_: in grub, do you get windows 7? [22:37] just, purely, windows. no grub, no ubuntu boot menu, nothing related to ubuntu, shortly. [22:38] No I don't, atm, but that's okay at this point [22:38] that's the second thing to fix [22:40] http://termbin.com/3m9y EriC^ (sudo was missing in your command I guess) [22:41] hi everyone.. i just upgraded to artful from zesty. I had auto login set in zesty. Now, when i boot my system, i'm dropped into unity. How do I make gnome the default? [22:41] Mia_: ubuntu somehow found its way into the efi partition, i guess it was installed in uefi mode earlier? [22:41] Mia_: try "ls /sys/firmware/efi" [22:42] ls: cannot access '/sys/firmware/efi': No such file or directory [22:42] ' EriC^ [22:42] Mia_: anyways just to be clear, windows isn't affect at all so no worries [22:43] yes, but still, why/how is it there [22:43] plus, when I open the bios disk select menu I see two there were none before, there were only physical HD's listed [22:43] if I wanted the ubuntu grub menu, I would pick the ubuntu HD (2 TB one) [22:43] If I wanted windows I would pick the SSD [22:44] maheshpec, try the gear icon at the login screen, upper right corner [22:44] Mia_: it must have been booted in uefi mode earlier, and it saw the efi partition and installed itself there and added its entry to the uefi list [22:45] I was able to get to gnome after logout but unity came up by default [22:45] Hmm, maybe, I've tried to update (and failed) my ubuntu to the latest version [22:45] thats where I messed things up I believe [22:45] Anyway, how can I fix this at this point ? [22:46] Mia_: boot the live usb in uefi mode and click on try ubuntu, then come back here and we'll get you sorted out ;) [22:46] Mia_: wait 1 sec [22:46] Mia_: type "cat /etc/fstab | nc termbin.com 9999" [22:46] i think ubuntu has the efi partition there, which isn't needed [22:46] Mia_: also type "dpkg -l | grep grub | nc termbin.com 9999" to make sure of something [22:46] http://termbin.com/7hnm first one [22:47] http://termbin.com/4qony second one [22:47] cc EriC^ === mike_ is now known as Guest93306 [22:57] dc again [22:59] i got dc [22:59] Mia: still there? [23:03] 6es here [23:03] eric^^ [23:06] mia__: did you run the sed and apt-get commands? [23:07] > http://termbin.com/4qony second one [23:07] http://termbin.com/7hnm first one [23:08] sorry now I switched from mobile again, İ can try whatever you suggest, trying to repair windows default bootloader's from within windows atm [23:08] eric^^ [23:13] EriC^^ you there? === fbi is now known as Guest36793 [23:19] HOLA === daniel is now known as Guest46367 [23:21] ALGUIEN PARA CHARLAR [23:21] SOY DE URUGUAY [23:21] !alis | Guest46367 [23:21] Guest46367: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [23:22] I.e. not here. [23:23] !uy [23:23] nope [23:23] !es | Guest46367 [23:23] Guest46367: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. === KindOne- is now known as KindOne [23:29] Mia: i got dc, did windows boot fine? [23:31] eric^^ windows boots fine [23:31] but there I see Ubuntu option in bios disk select [23:32] that's what I am trying to remove [23:34] EriC^^, going through this thread atm [23:34] https://askubuntu.com/questions/429610/uninstall-grub-and-use-windows-bootloader [23:37] Mia: that guide is for mbr not uefi [23:38] there are some efi related answers below [23:38] the top answeres are not related I know [23:39] Mia: as you wish [23:40] EriC^^, if you have an option to fix this windows ssd I would prefer to follow your guidance instead [23:40] Mia: ok, cool [23:40] Mia: boot the live ubuntu usb in uefi mode [23:40] okay [23:41] open a terminal and type "sudo efibootmgr -v | nc termbin.com 9999" [23:41] can I do this with the regular ubuntu installation where I have my irc and such [23:41] othrwise I'm stuck with the mobile irc [23:41] Mia: nope, we need it to be in uefi mode to access the uefi list [23:42] okay, doing so now . [23:43] loading live USB now [23:43] in "try Ubuntu" mode cc eric^^ [23:43] I am in [23:47] mia__: ok, once it boots, you can access freenode from webchat.freenode.net [23:47] (in a browser) === EriC^ is now known as EriC^^ [23:47] mia__: type "sudo efibootmgr -v | nc termbin.com 9999" [23:47] Hi, just a quick question. I can't figure out how to install programs that I have installed. For example I have the file firefox but I don't know how to install that file so it becomes a program. [23:48] EriC^^: ok here [23:48] via browser [23:48] aa2: why are you not installing firefox from the repos? [23:48] mia_temp: great, run "sudo efibootmgr -v | nc termbin.com 9999" [23:48] Firefox is just an example I have a bunch of programs like that [23:48] aa2: what extension do they have? [23:49] .gz, .deb [23:49] http://termbin.com/kd9z EriC^^ === xrandr_ is now known as xrandr [23:50] aa2: for the .deb you do sudo dpkg -i /path/to/deb , for the .gz you need to do tar xzvf /path/to/tar.gz and follow the instructions in the README [23:50] aa2: you'll probably find a lot of them are already in the repos though [23:51] aa2, which programs, gives us an example [23:51] !checkinstall | aa2 might take a look at this too for the tar.gz ones [23:51] aa2 might take a look at this too for the tar.gz ones: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [23:51] aa2, do you know how to install apps in ubuntu, i.e. use the software store which should be able to cover the majority of your needs [23:51] mia_temp: type "sudo efibootmgr -B -b 0002" [23:51] EriC^^: there, the two entries for ubuntu [23:52] mia_temp: also, sudo efibootmgr -B -b 0003 [23:52] aa2, besides firefox which comes with ubuntu, unless you are using some other flavour [23:52] did both EriC^^ [23:53] mia_temp: ok, type "sudo parted -l | nc termbin.com 9999" [23:53] I'm trying to install sophos-av [23:53] "Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes." [23:53] http://termbin.com/m7bw EriC^^ [23:54] mia_temp: type "sudo parted -ls |& nc termbin.com" [23:54] !info sophos-av [23:54] Package sophos-av does not exist in artful [23:54] !find sophos [23:54] File sophos found in check-mk-server, sqlmap, whatweb [23:55] http://termbin.com/zvxd EriC^^ [23:57] mia_temp: type "sudo mount /dev/sdc2 /mnt" [23:58] did [23:58] Also when using Unbuntu Software when I try to install something is starts the download and then stops [23:58] mia_temp: ls -lR /mnt | nc termbin.com 9999 [23:58] uh after updating plasma through backports my system doesnt boot anymore, i see the kubuntu splash screen but then it goes to black with a blinking _ [23:58] hola [23:58] hi === ilfantomas_ is now known as ilfantomas [23:59] http://termbin.com/osga EriC^^ [23:59] es la primera vez que uso esta herramienta [23:59] para que sirve?