/srv/irclogs.ubuntu.com/2017/10/21/#ubuntu.txt

Thunder_Twcodepython777: I'm an old user, no expert. But if i have to guess there's still some windows stuff on your computer somehow.00:01
codepython777Thunder_Tw: Another data point - when I do exactly the same partition - it works beautifully in VM00:02
Thunder_Twin VM you have a blank BIOS and EUFI settings00:03
Thunder_Twi 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 wrong00:04
alsetemaThunder_Tw: I think that could be applicable to my problem too00:05
alsetemaIt's like old UEFI boot ooptions are still there but not the new ubuntu one I want00:05
Thunder_TwBe carefull if you fiddle around the bios settings. if everything fails by fiddling though. (or first)try to find the bios-reset in the manual00:06
rdhalsetema, codepython777, efibootmgr can be used to manange efi entries00:07
codepython777Thunder_Tw: I think its the machine/bios - not the ubuntu installer00:07
codepython777rdh: Should I move to legacy instead of uefi ?00:07
wonkohmmm, I wonder if the onboard ASPEED video is causing me issues somehow00:08
rdhcodepython777, im not sure if that will help.00:10
slimetraphi! 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
slimetrapit's just a backup of my home directory00:11
Thunder_Twfound an interesting read about EUFI and booting: https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then/00:11
shakermakerslime, dont think backup works that way. its not like an image.00:12
slimetrapi just wanna grab some files darn00:12
shakermakerlikely need to install the packages u use after backup00:12
shakermakerwhat files00:13
slimetrapi 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 model00:13
rdhcodepython777, btrfs seems to be more hands on then just partitioning it and installing.00:13
slimetrapjust the files in my /home directory is what i backed up00:13
slimetrapi cannot seem to restore them or copy them onto new machine00:14
=== KindTwo is now known as KindOne
alsetemardh: I am looking a bit at efibootmgr and it seems to be just what I need.00:19
alsetemaIf this works I will cry00:20
shakermakerslime, why cant you restore from deja dup backup00:20
shakermakeris that what you are trying to do00:20
alsetemaPeople, efibootmgr shows this when I try to remove a boot entry Could not delete variable: Interrupted system call00:25
Thunder_Twslimetrap: what you want to do is exactly what deja-dup exists for. What whent wrong? Did you remove the backup folder?00:26
alsetemaIs there a way to overcome this?00:26
slimetrapThunder_Tw, no it's on my usb drive00:26
slimetrapThunder_Tw, the backup on the uusb drive is a deja-dup backup from my old laptop00:27
Thunder_Twthen you should be able to select "Restore" in the overview of that black box program00:27
slimetrapi'm not tho00:27
slimetrapit just ssees the one i made on this computer00:28
Thunder_Twdoesn't he ask "Restore from where?" and allow you to select your usb-folder as restore point?00:29
slimetrapwait!00:30
slimetrapit sees it now00:30
slimetrap...00:30
slimetrapwtf00:30
slimetrapowo00:30
connorkmchi00:30
Thunder_Twoi00:30
=== stwhite is now known as jstevewhite
connorkmchow do i get python on linux?00:31
slimetrapconnorkmc, you can sudo apt install python3 if that's what you want00:31
slimetrapconnorkmc, otherwise python2 is included by default00:31
slimetrapcheck version with python --version00:31
connorkmcit was not able to fine package00:32
leftyfbconnorkmc: what version of ubuntu are you running?00:33
connorkmci think 16.0600:33
leftyfbconnorkmc: type: cat /etc/issue00:33
Thunder_Twconnorkmc: try uname -r00:34
Thunder_Twoh damn sorry bad of me00:34
leftyfbThunder_Tw: uname -r gives the kernel, not the distro release00:34
leftyfbconnorkmc: lsb_release -r00:34
Thunder_Twindeed my bad, i was thinking about the wrong command00:35
bryanfrommacauhi00:48
bryanfrommacauI want to change some content under /home/user/.local/share/openlp00:49
Thunder_Twk00:49
bryanfrommacaubut the permissions are set so that only the owner can change the content00:50
bryanfrommacauwhen I try to change the permissions, I get "operation not permitted"00:51
Thunder_Twbryanfrommacau: also with sudo?00:51
bryanfrommacauI am trying to do this using PCManFM00:51
bryanfrommacauusing a gui00:52
bryanfrommacauI'm not sure what command to type in the terminal....something about chmod?00:53
connorkmci want python but i dont know how to get it00:53
connorkmcpiz help00:54
Thunder_Twbryanfrommacau: try: gksu PCManFM00:54
Sven_vBconnorkmc, usually Python ships with Ubuntu00:54
Thunder_Twbryanfrommacau: it wil open your file manager as root00:54
connorkmcoh i dont have it on mine00:54
connorkmcim on ver 16.04.200:55
bryanfrommacauok I'll try00:55
connorkmcfor xfce00:55
Thunder_Twconnorkmc: try the command: sudo apt-get install python00:55
connorkmcit says python is set to manuly install and is newest ver00:56
Bashing-omconnorkmc: sure that you have 2 versions of python installed . In terminal type ' dpkg -l python* ' . See what all is there !00:56
connorkmci typed it00:58
connorkmcthere lots00:58
connorkmcwhat do do00:58
bryanfrommacauThat is working00:58
bryanfrommacauthanks~00:58
bryanfrommacau! :)00:58
Thunder_Twconnorkmc: to reinstall: sudo apt-get purge python00:59
Thunder_Twconnorkmc: then install again and shoose python2 or python3 like: sudo apt-get install python301:00
connorkmck deleting it now01:00
=== CodeMouse92__ is now known as TheCodeMouse
=== TheCodeMouse is now known as CodeMouse92__
=== mnepton is now known as mneptok
connorkmcok installed it01:02
connorkmcis says o installed 127 not upgraded01:02
connorkmcidk what to do01:03
Thunder_Twtry: sudo apt-get update      then: sudo apt-get upgrade01:03
Thunder_Twthen install python again01:03
Thunder_Twno reinstall cause 0 installed sounds like not installed to me01:04
Thunder_Twconnorkmc: if succesfull, this command should confirm: python --version01:05
connorkmck thx upgrading now01:05
connorkmc5 more mins01:05
jac76can I ask questions about lubuntu here?01:06
jac76never mind, I just found a channel for that.01:07
Thunder_Twjac76: I think you can. no punishments for asking stuff here as far as i know01:07
mejnourHello 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:07
daxjac76: 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:08
Thunder_Twmejnour: right click that volume icon in the top right and go to options. If there is an option for that it's likely there01:09
connorkmcit says python 2.7.1201:09
connorkmc how do i open pyhton01:09
marijuanahi, im running 16.04.  where has /var/log/messages gone?01:11
mejnourThunder_Tw, I can't see an option, tho.01:11
Thunder_Twconnorkmc: for info about using the program pyhton try: man python01:11
mejnourThunder_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
jackleyou needs python3?01:12
mejnourThunder_Tw, nonetheless, its odd that I have 3 hardware sound inputs...01:13
marijuanaor some other place i can look for system messages/events/etc01:13
mejnouralthough I have only my PCs mic and my headset mic...01:14
connorkmcyah idk01:15
SoltisAre there any Ubuntu system scripts that enable read_only on mariadb/mysql for any reason?01:15
Thunder_Twconnorkmc: 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 machine01:17
connorkmck thx for all the help01:17
Thunder_Twmejnour: I'm no expert, i was hoping it would be there01:18
=== ilfantomas_ is now known as ilfantomas
theablestmanhi01:23
mejnourThunder_Tw, Ok then. I'll try to elaborate my problem and ask here again in a few01:23
theablestmani installed gnome and remove it still show logo before unity01:23
Thunder_Twmejnour: yeah, seems like the best option for now :)01:24
theablestmangrey screen then another grey screen with paws and loading01:24
mejnourGuys, 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
mejnourSo I think it's NOT an audio leak* sorry01:26
marijuanawhere can i go to see system messages/events since ubuntu nuked /var/log/messages?01:26
marijuanaid expect this kind of thing from fedora, but.. i guess we are talking about a debian dist, nm01:27
theablestmani install gnome and revert back to unity but when my system load it show grey blank screen then gnome logo loading screen then unity login01:27
theablestmanhow do i complete remove gnome?01:29
Thunder_Twtheablestman: did you use apt-get remove instead of apt-get purge perhaps?01:30
theablestmanthink so01:30
Thunder_Twpurge also removes configuration files01:31
theablestmaneverything is gone but that01:31
theablestmanhow?01:31
Thunder_Twlike: sudo apt-get purge <what you want removed, like gnome>01:31
theablestmank01:31
kostkonmejnour, 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 card01:32
theablestmandid apt-get remover gnome and apt-get purge gnome it did nothing01:33
pankaj_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.01:33
=== Rob is now known as Guest51298
marijuanapankaj_ nothing is the same in linux distributions01:44
marijuanasometimes yes.  but no guarantee.  and they like to change things a lot01:44
pankaj_marijuana: So, what is the naming convention of devices on ubuntu. I searched on ubuntu community wiki but found not answers.01:45
marijuanafor example, almost every distro in the history of forever has had "/var/log/messages" but now somebody decided that we dont need that anymore01:45
kk4ewtkostkon,  what exactly are you looking for01:45
marijuanai dont know, im here for answers too01:45
kk4ewtpankaj_,  it depends on the device01:46
pankaj_marijuana: But logs are very much important. What about them now?01:46
kk4ewtpankaj_,  on some distros jounalctl takes care of the logs now01:47
pankaj_marijuana: I am talking about the naming convention. Sometimes the names are different but how can they depend on the device?01:48
pankaj_kk4ewt: What is it?01:48
kk4ewtpankaj_,  are you looking for like hd or what01:48
kk4ewtfdisk -l  may can answer your question on the hard drives01:49
congare you looking for /dev/hda?01:49
congdev is short for device01:49
pankaj_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:49
pankaj_cong: Yes, I know that. But is not there any list that represents that which device represents which file in /dev?01:51
kk4ewtfdisk -l01:51
pankaj_cong: And also helps me to understand about their 'n' numeric value at the last.01:51
congi don't really use linux so here you go http://www.tldp.org/LDP/sag/html/dev-fs.html01:52
congmy world is filled with drives like c: and d:01:53
pankaj_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
kk4ewttop01:53
pankaj_cong: OK01:53
pankaj_cong: It is very nice.01:55
mr_zenghello !02:05
marijuanai see libpng12 and libpng16 in apt but i need 14 why is it not there02:07
marijuanaany takers?02:21
marijuanalibping14?02:21
marijuanalibpng rather02:21
marijuanawell i guess ill build it myself02:27
Pwnnai 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 appended02:27
Pwnna(using zsh)02:28
Pwnnabut i can't find where/how it is being appeneded02:28
Pwnnanvm. it's coming from .profile but it's a part of my entire login02:30
serotunawhere and which AMD drivers do I download? can't even get ubuntu to install normally on my gpu02:35
Kerr-ASo 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 function02:36
Kerr-Aality back?02:36
Bashing-omserotuna: AMD drivers are in the kernel now .02:37
serotunai dunno what that means02:37
jesse__Hi!02:38
jesse__I am having an issue w/ fanctl and NetworkManager02:38
Bashing-omserotuna: There are no drivers ( not withstanding bleeding edge cards ) to be downloaded on 14.04.2++ releases .02:39
serotunaerm02:39
serotunaso 600x480 is desirable, then?02:39
jesse__wow that is low resolution02:39
serotunalol02:40
serotunai can't even get the install screen to show up on my 39002:40
serotunaso i'm definitely missing some sort of driver functionality02:40
jesse__sorry to jump in here - if I am having an issue what is a good way to report it02:40
jesse__or search to see if it has already been submitted?02:40
ricardo_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:44
tatertotsjesse__: 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:45
AldemHello there02:47
AldemCurrently messing with WSL02:47
=== ilfantomas_ is now known as ilfantomas
Kerr-AMy Issue is solved, was due to an atypical ubuntu default configuration02:54
agarosehi, I just installed Ubuntu (17.10 I think), is it possible to change the appearance of the bars above windows?03:07
SomethignSpecialI'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:07
agaroseSomethignSpecial, what did you do to install Ubuntu on the USB so far?03:08
mint_I downloaded the ISO and tried to use Yumbi at first03:08
=== nechayev is now known as Derom
=== Derom is now known as nechayev
SomethignSpecialI'm recieving it at boot03:13
pankaj_What is meant that 'fd0' - first floppy drive, 'fd1' - second floppy drive. What is meant by first and second?03:19
bcowanpankaj_: yes03:19
pankaj_bcowan: What?03:20
[n0mad]First and second seem pretty self explanatory03:21
[n0mad]Primary and secondary are probably more appropriate03:22
bcowanMeans drive a: and b: in old school talk or winblows03:22
bcowanFloppy a:03:23
pankaj_bcowan: OK. I understood. But my sda is named in order sda1,sda2,sda5. Why not serially sda1,sda2,sda3?03:26
kristhiani installed ubuntu on other device, and find out that if i dont try to set it on high contrast03:28
bcowanpankaj_: idk maybe primary and extended partitions or there are other partitions not mounted or hidden between them03:28
kristhiani cant see the screen where i could find 'try ubuntu' or 'install ubuntu'03:28
kristhianis there a better way to fix this?03:28
SomethignSpecialFor 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:30
SomethignSpecialI 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
SomethignSpecialI"m going to test the pendrive on another laptop03:32
SomethignSpecialI don't know03:32
pinemore@search Masha Gessen03:38
=== malkauns_ is now known as malkauns
hata_phhi all....i have a lenovo ideapad Z485 and i want to install ubuntu on it03:50
hata_phbut i can install 32 bit but not 64 bit version...try disable UEFI still the same...is there anything i can do?03:51
Sveta`What happens when you try to install the 64bit version?03:53
ironratcan anyone tell me what I need to do to get my 390 working on ubuntu after installing via nomodeset?03:54
hata_phit just show black screen...but when i use the 32bit iso...can install03:54
hata_phi try use nomodeset...still not able to boot 64bit03:55
hata_phable to boot and install windows 7 64bit03:56
Sveta`hata_ph: that has amd cpu, try the amd version03:56
Sveta`i may be wrong, but thats the first impression03:57
hata_phSveta`: do u mean the amd64 version?03:57
Sveta`yes03:57
hata_phi am using amd6403:57
bcowanThat’s funny03:57
Sveta`install ubuntu amd64, it gives you exactly the same stuff you expected from 64bit03:58
hata_phubuntu-16.04.2-desktop-amd6403:58
Sveta`yes that03:58
hata_phthat is the iso i download03:58
hata_phsame03:58
Sveta`if it works... so what is the problem?03:58
hata_phi try ubuntu, fedora...all 64bit version will not boot...can boot on 32bit version03:59
Sveta`you just said amd64 boots. is this correct?03:59
hata_phi mean will not boot meaning will not start the installation process03:59
hata_phsorry no...64bit will not boot...if not mistaken amd64 is 64bit...there is not intel64...right?04:00
Sveta`ok04:00
Sveta`amd64 does not start the install process04:00
Sveta`does amd64 boot into live cd?04:00
bcowanyou may have a 32 bit efi or your uefi settings are wrong04:00
hata_phany idea? it is my laptop do not support 64bit?04:00
hata_phamd64 will not boot to live cd...32bit can boot to live cd and install fine...04:01
Sveta`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 wrong04:01
Sveta`i would like to find out whether it's 32bit or 64bit04:01
hata_phdo ubuntu suport 32bit efi?04:01
hata_phi try disable secure boot in bios...still the same04:02
bcowan32 bit efi with 64 bit userland is a pain to install04:02
hata_ph:(04:03
kristhianhello 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' part04:03
Sveta`(sorry, i'll stop at this point, i do not know how to reinstall efi or change uefi settings)04:04
hata_phso u all suspect is because of 32bit efi?04:04
hata_phwill disable secure boot help?04:04
kristhianwhat can i do to make easy?04:04
bcowanhata yes disable secure boot04:04
roothorickWhat's the easiest way to get a 4.13+ kernel on 16.04?04:05
hata_phafter disable secure boot still cannot boot to 64 bit os04:05
roothorickat least, something that apt will update over time04:05
SomethignSpecialSo those who are still with me04:08
SomethignSpecialsorry for the wait04:08
SomethignSpecialI had to diagnose an acers secure boot/windows to even access the thumb and still same error04:09
SomethignSpecialThe laptop I'm having this error on is non-secureboot04:09
SomethignSpecialSo I'm not sure why I am receiving the error04:10
bcowanhata_ph: turn off fast boot also04:10
SomethignSpecialI'm going to try something else. I'll be back later. I really want to rule out Windows 1004:10
SomethignSpecialOk I will04:10
SomethignSpecialOh me04:10
SomethignSpecialsorry04:10
SomethignSpecialThanks guys04:10
hata_phdon't think there is fast boot option in bios04:11
hata_phbcowan: dun think there is fast boot option in bios04:11
hata_phbcowan: i may try again later...is there any other option?04:11
hata_phbcowan: could it be driver issue? but then that does not explain why it work on the 32bit iso too...04:13
bcowanhata_ph: does it boot at all or just nothing04:14
bcowanI see lots of video issues at boot time with that chipset04:15
kristhiancan anyone help me out?04:15
hata_phin 32bit...can boot and install. but in 64bit...can boot till the ubuntu grub menu...then black screen after that...04:15
hata_phsame happen with secure boot enable and disable04:16
=== danny is now known as Guest24430
bcowanhata_ph: I think it’s just a video driver issue especially if u can boot to grub04:18
hata_phany way to confirm that? 32bit no problem thou04:19
=== r0Oter is now known as r00ter
=== ilfantomas_ is now known as ilfantomas
connorkmcis there a way i can change my couser04:46
mistformChinese hackers took over my ubuntu04:48
connorkmcis there a way04:49
mistformOkay, it's not as pressing as it sounds, but something fishy is going on04:49
connorkmcy04:49
mistformI have Ubuntu 14.pr04:50
connorkmcyes04:50
mistform14.04 and when I try to change Firefox's homepage to "about:home" the field goes blank.04:50
connorkmcweird04:50
mistformI can type *anything* else into the homepage but as soon as I type the 'e' the field goes blank04:51
=== semeion is now known as mnemonic
mistformI'm just going to get new Ubuntu version to install04:56
connorkmci need help05:00
=== jason_ is now known as Guest5681
connorkmcis there a was to change your curser05:00
connorkmcis there anyone on05:01
=== Guest5681 is now known as vaskark
connorkmcanyone05:02
mistform /msg connorkmc yes, try it in mouse settings05:04
sonu_nkhi i am facing some issue https://paste.ubuntu.com/25783240/05:33
sonu_nki just run update command05:33
Hychto get an executable file, will "make" do the job?05:33
Hychi don't want to install the file systemwide, just want an executable05:33
Hych?05:34
foobuntuhow do I run a bash script when I log in?05:45
foobuntuI want to add the startup script from a shell script, in an unattended and automated way05:46
foobuntuI don't want to need to use the GUI05:46
foobuntuI see that this GUI tool exists https://askubuntu.com/questions/48321/how-do-i-start-applications-automatically-on-login05:46
foobuntubut how would I do that on CLI05:47
MikeloveslinuxHello05:47
MikeloveslinuxI am on Ubuntu 17,10 and ever since installing Ubuntu i am having issues with this laptop wifi05:47
MikeloveslinuxI can only get up to 1mbps on my 75mbps connection.05:47
foobuntuMikeloveslinux: unfortunately with linux and laptops, that's probably unsurprising05:47
MikeloveslinuxMy laptop uses Realtek wifi adapter drivers.. How do i get the device to get the full speed again05:48
Mikeloveslinuxfoobuntu is there any way to fix it?05:48
foobuntuMikeloveslinux: I don't know, sorry05:48
Jordan_UMikeloveslinux: 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
Jordan_UMikeloveslinux: Please pastebin the output of "lspci".05:51
MikeloveslinuxJordan_U https://paste.ubuntu.com/25783312/05:52
MikeloveslinuxI found something on github that says it makes it supported should i try it?05:57
=== jason_ is now known as Guest81158
Jordan_UMikeloveslinux: 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:00
Bashing-omsonu_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:13
nightrainHello World06:30
sirru5hHello nightrain06:31
lotuspsychjenightrain: welcome, what can we do for you?06:31
nightrainhanging out learn something new06:32
lotuspsychjenightrain: sure, idle here as you like, for chat try #ubuntu-offtopic & #ubuntu-discuss06:33
nightrainlotuspsychje: okay06:33
litteyhi is there a way where we can find the various namespaces in a linux box06:40
lotuspsychjelittey: you mean hostname?06:42
littey lotuspsychje: no linux gives lxc containers and docker containers06:42
litteythese containers work on namespaces06:42
lotuspsychjeoh, ok not my cuppa teas sorry06:42
lotuspsychje!info namespaces06:43
ubottuPackage namespaces does not exist in artful06:43
lotuspsychje!info ip-netns06:45
ubottuPackage ip-netns does not exist in artful06:45
=== gms is now known as Guest51844
R-SmithIs 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 altogether06:47
lotuspsychjeR-Smith: i think its possible with dconf-editor06:48
R-SmithThanks, I'll check it out.  I was using the gnome tweak tool, but couldn't find the option in there06:49
R-Smithfound half of it - /org/gnome/shell/extensions/dash-to-dock/transparency-mode06:58
R-Smiththat'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 editor06:59
vadiI upgraded to Uuntu 17.10 as the dialog prompted me, restarted, but I'm back in 17.04: https://imgur.com/a/oOQx607:09
vadiWhat is going on?07:09
ducassevadi: looks like just a gui error, the text clearly says you're on 17.1007:14
ducasseno idea why the gui says that, though07:14
vadiGUI error? I'm still on Unity too07:14
vadiI thought that went the way of the dodo in 17.10.07:15
ducassevadi: try logging out an see if you can select a gnome session07:15
ducasseunity still exists in 17.10, it's just no longer the default07:16
vadi_Yeah, I can select GNOME, but that doesn't help.07:19
vadi_Ubuntu still goes to 17.04 using Unity.07:19
jangsHello07:20
ducassevadi_: no, you definitely are on 17.10 - try 'sudo apt install --reinstall ubuntu-desktop'07:21
vadiI did that to no effect. The login screen also says 17.04, by the way07:23
ducassevadi: this is odd, you should also be on a newer kernel... can you pastebin /etc/apt/sources.list?07:25
syedomari cant autolof after update07:25
syedomarlog07:25
FManam I missing out on something significant by remaining on 16.04?07:26
* opencw serves some coffee07:27
vadihttp://paste.ubuntu.com/25783683/07:27
FManquo vadi?07:29
Bashing-omvadi: 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
ducasseyes, it's still in the repos07:30
ducassevadi: what does 'apt policy linux-image-generic' say?07:33
vadihttp://paste.ubuntu.com/25783711/07:33
ducassevadi: try 'sudo apt update && sudo apt full-upgrade'07:37
vadihttp://paste.ubuntu.com/25783739/07:39
vadiShould I try changing the mirror?07:39
ducasseyes, try that07:40
ducassethe one you're on might not be up to date07:41
vadiYes, it has a whole lot of stuff to do now. That is worrying that such a flaw exist in the upgrade mechanism.07:41
vadi*exists07:42
ducasseit can't really know if your mirror is valid/updated except by comparing the contents to all the others'07:44
nightrainvadi: How do you change the mirror?07:45
vadiIt's an option in Software Sources.07:45
ducassenotify the mirror maintainers in #ubuntu-mirrors, and they can sort it out07:45
nightrainvadi: oh okay thanks07:48
vadisure, notified07:49
=== bekir is now known as Guest7857
damianhrmph. am i going stupid, or does ubuntu 17.10 not listen to /etc/network/interfaces properly?08:02
damianhttps://pastebin.com/GT3A4ers .. looks the same compared to the other ubuntu's i've configured, but the ip doesn't go static08:04
ducassedamian: read the release notes - https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes/#Network_configuration08:04
damiany'know, i completely forgot there were release notes with detail! i'm so used to windows08:05
damianthanks08:05
TJ-Using netplan to configure systemd-networkd now08:06
ray__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:16
VadiHelp - Ubuntu went from half an upgrade to failing to boot. It does not show the login screen anymore, just black.08:27
VadiThis 17.10 upgrade is not going ok.08:27
alkisgVadi: go to recovery mode and complete the installation08:27
VadiHow08:28
alkisgWait, first, does alt+ctrl+f1 show a login terminal?08:28
VadiNo08:29
alkisgOK then do you know how to select the recovery mode in grub?08:30
unix_omfg08:30
VadiIt shows the four loading dots then nothing08:30
kostkon!recovery08:31
ubottuIf your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode08:31
VadiF1 doesn't work but f2 does give me a login08:31
unix_alkisg, google08:31
alkisgVadi: nice, can you login there?08:31
VadiYes08:31
alkisgunix_: I know everything, I don't need google08:31
ducasse!google | unix_08:31
ubottuunix_: 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
VadiWhat can I do from here on?08:31
alkisgVadi: run this: sudo -i08:31
alkisgThen, apt-get update08:31
alkisgthen, apt-get dist-upgrade08:32
VadiWhat then? It only affected one network manager package08:33
alkisgVadi: so the result is one update with no errors etc?08:33
VadiYeah08:34
alkisgVadi: ok, what does this show? ls /usr/share/xsessions08:34
alkisgJust ubuntu.desktop?08:34
kostkonVadi, lsb_release -r ?08:35
VadiGnome flashback composition, gnome xorg, Ubuntu xorg, unity desktop, openbox desktop, gnome flashback metacity08:35
alkisgAh, you have a lot there. Answer to kostkon too, it's a small command...08:36
VadiFyi I'm on a 780 Ti so I use the proprietorary drivers08:36
alkisgIs that nvidia?08:36
VadiRelease is 17.10.08:36
VadiYes, nvidia08:36
alkisgOK, what's the output of: ubuntu-drivers list08:37
alkisgAnd of: ubuntu-drivers devices08:37
VadiNvidia-381, 340, 384 and intel08:37
Lee_JGood 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
VadiThat's a lot and I'm on a phone08:38
alkisgI'm not using nvidia so I don't know which one are the correcti drivers there, lets see if someone else knows08:38
alkisgWhat's the output of: cat /etc/X11/default-display-manager08:38
alkisgLee_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
totolandOn Ubuntu 17.10, I use the nvidia-384 driver with a Geforce GT 73008:39
VadiGdm308:39
alkisgVadi: see what totoland said, do you have the 384 drivers insstalled?08:40
VadiDunno. I had it working before the upgrade08:40
VadiHow do I check?08:40
alkisgdpkg -l '*nvidia*'|grep ^ii08:40
Lee_Jalkisg: 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
alkisgThis should tell which ones are installed08:40
Lee_JVPS only has 20GB HDD - File is 1TB08:41
VadiI have W 381.22 per xorg log08:41
alkisgVadi, try ubuntu-drivers autoinstall08:41
VadiThat's installing 384 now08:42
kinganybody?08:42
kristhianexcuse me, i installed Ubuntu 16.04 LTS in my Desktop PC08:43
kristhianwhy do i need to set it on highlight contrast to see the 'try install' and 'install ubuntu'08:43
alkisgLee_J: can you mount the ftp folder using nautilus?08:43
kristhianis there an easier way for that?08:43
Lee_JPerhaps, I will google and try, I'm more used to terminal (typically a redhat) - thanks08:44
VadiI'll try rebooting.08:44
alkisgLee_J: gvfs-mount will let you mount ftp08:44
Lee_JNice, thank you08:44
alkisgLee_J: then, you'll find the ftp folder in /run/user/1000(your id)/gvfs08:44
VadiNo luck, black screen08:45
Lee_JOK that sounds perfect08:45
fturcohello. 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
alkisgLee_J: so then, you run wget file -O/run/user/1000/gvfs/ftpmount08:45
ducassefturco: doesn't exist08:45
Vadi32 builds are gone08:45
alkisgfturco: you can only use the server or netinstall image for i38608:45
VadiJust like my installation.08:46
fturcoducasse: did ubuntu drop 32-bit version for the desktop?08:46
kostkonfturco, yes08:46
fturcook, thanks for the info08:46
alkisgVadi: try this: sudo service gdm3 stop; sudo xinit ==> do these display an xterm?08:46
alkisg(11:46:01 πμ) fturco: ducasse: did ubuntu drop 32-bit version for the desktop? ==> afaik NO, just the iso08:46
alkisgThey still have all 32bit packages in the repositories08:46
alkisgAnd ubuntu-mate, xubuntu etc all ship 32bit isos08:47
VadiFailed to start NVIDIA persistence daemon08:49
VadiThe screen is flashing text (literally) and that's on there08:49
alkisgThat would be something to google... sorry not using nvidia08:49
alkisgBtw you did reboot after installing 384, right?08:50
VadiMan I'm loving Wayland already. Yeah.08:50
VadiHow can I get rid of Wayland?08:50
alkisgxinit doesn't use wayland08:50
alkisg(afaik)08:50
alkisg(not using wayland either :D)08:50
ducassewayland doesn't run on proprietary nvidia afaik, you would be running xorg08:52
VadiI can see that it doesn't!08:53
VadiNothing runs!08:53
VadiAny other ideas on how to unfuck this thing?08:56
bazhangVadi, no cursing here08:57
Vadi_It also says failed to load kernel modules08:58
ducassewhat happens when you try to load it?08:59
Vadi_What do you mean by it?09:00
ducasse'modprobe nvidia'09:00
Vadi_Could not find module by name nvidia_38409:03
Vadi_Among other errros09:03
ducasselook back for errors while installing it09:05
Vadi_Where?09:05
TJ-Vadi_: any hits with "find /lib/modules/$(uname -r) -type f -name 'nvidia*.ko'  "09:06
Vadi_It lists one line for 4.10 kernel09:07
Vadi_A nvidiafb.ko file.09:07
TJ-Vadi_: ok, so missing. Now let's see what's supposed to be installed: "dkms status" ... any entries for nvidia module(s) ?09:08
ducasseare you still on 4.10? why is that?09:08
Vadi_Because I selected it at grub recovery09:09
Vadi_Yes, dmks says nvidia-384 installed09:09
TJ-Vadi_: for which kernel version(s)09:10
Vadi_Systemctl says load kernel modules failed. Not sure how to get the log of that09:10
Vadi_Oh 4.1309:10
TJ-Vadi_: right. so try ...09:10
TJ-Vadi_: ... "sudo dkms install nvidia-384/<version-number-from-dkms-status-output-above> -k $(uname -r)  "09:11
TJ-Vadi_: I assume the version number will be something like 384.x.y09:11
Vadi_Could not find source directory, I chose nvidia-384/9009:12
Vadi_soms status says nvidia-384, 384.90, 4.13...09:13
Vadi_Er, dkms.09:13
TJ-Vadi_: you need to use "sudo dkms install nvidia-384/384.90 -k $(uname -r) "09:13
Vadi_I found the systemd log, it said could not find module by name='nvidia_384'09:15
Vadi_Ol09:15
TJ-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:15
TJ-Vadi_: typo :) "sudo modprobe nvidia_384"09:16
Vadi_That all worked ok09:16
scorpiosecsup all09:16
Vadi_Modprobe went through fine. What next?09:16
TJ-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
scorpioseclooking to join programming channel09:17
ducasse!alis | scorpiosec09:17
ubottuscorpiosec: 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
bazhang /j ##programming scorpiosec09:17
scorpiosecwhat about penetration testing channels09:18
Vadi_It said ok09:18
Vadi_But now it's not fiviy the prompt back09:18
Vadi_Giving.09:19
alkisgVadi_: try alt+ctrl+f709:19
ducassescorpiosec: try alis, read the factoid from ubottu09:19
Vadi_Nothing happens09:19
TJ-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:19
TJ-Vadi_: check what happened with "journalctl -u gdm3.service" in case there were errors09:20
mkwihello everyone09:20
Vadi_So ctrl+C to get prompt back?09:20
alkisgalt+ctrl+f1 then09:20
Vadi_I'm already on that - I booted into recovery mode09:20
TJ-Vadi_: ah, are you still operating from the root shell?09:21
Vadi_Y09:21
Vadi_No entries in the log09:21
TJ-Vadi_: so we need 'resume' standard start-up. Will Ctrl+D get you back to the friendly-recovery menu so you can "resume"09:21
TJ-Vadi_: did you earlier disable the gdm3 service whilst debugging this?09:22
Vadi_I don't think so. Screen is flashing loading log now, and it says failed to start NVIDIA persistence daemon09:23
mkwido anyone have a problem with WIN(SUPER)+L lock screen shortcut after updating ubuntu to 17.10 from 17.04?09:23
TJ-Vadi_: hmmm, I can't recall if that is a fatal error or just a warning09:23
=== amir_ is now known as Guest6085
bodomHi there! I'm updating my system!09:24
TJ-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 things09:24
cryptospiderhelloo09:25
lidonghello09:25
cryptospiderI need help with setting up an ubuntu server09:25
bodomcryptospider: you can start by downloading the install iso09:26
Vadihttps://photos.app.goo.gl/YC5mu3QvtOtJaJXX2 is what it says09:26
cryptospiderI have already downloaded it09:26
VadiUnfortunately the browser closes the page on Android.09:26
bodomcryptospider: you now have to place it in an usb key or burn it to a dvd09:27
scorpiosecany one know about hacking irc ?09:27
ducasse!illegal | scorpiosec09:28
ubottuscorpiosec: 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 !o4o09:28
cryptospiderbodom: when I am done with that what next?09:28
scorpioseci mean ethical hacking09:29
ikoniascorpiosec: no you don't09:29
ikoniathis channel is for ubuntu support discussion only09:29
ikoniaplease stick that topic only09:29
ducassescorpiosec: also, this channel is for ubuntu support, not an irc directory09:29
bodomcryptospider: then you have to have the target machines efi/bios boot from your usb/cd09:29
VadiIt says failed to query NVIDIA devices09:29
scorpiosecok09:29
bodomcryptospider: and follow the on-screen procedure, answering questions09:29
TJ-Vadi: is this a fresh reboot into 4.10 in normal mode?09:30
cryptospiderbodom: Thanks for the answer. Will ask more questions if I get any problem09:30
VadiI dont recall so I'll do that now09:30
bodomcryptospider: yw09:30
VadiBlack screen still in 4.10 normal mode09:31
ducasse!server | cryptospider see this, there are install instructions in the server guide09:31
ubottucryptospider 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 #ubuntu09:31
VadiAnd no ctrl+alt+f works09:32
cryptospiderducasse: Thanks09:32
cryptospiderubottu:Thanks09:32
ubottuYou're welcome! But keep in mind I'm just a bot ;-)09:32
TJ-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:33
TJ-Vadi: is the system using UEFI firmware do you know?09:34
VadiYes, because I have to sign VirtualBox modules manually09:36
ducasse...and nvidia :)09:37
TJ-Vadi: aha! so you're booting in Secure Boot mode? then you'll need to sign the nvidia and any other self-built modules09:37
VadiI don't have to sign NVIDIA09:37
VadiOk09:37
curiosity_freakcan we use linux as usb persistent?09:37
curiosity_freaklike we do in kali linux?09:38
VadiI'll go to 4.10 recovery mode09:38
TJ-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 too09:38
VadiRecovery mode let's me run modprobe NVIDIA ok09:39
m4thi, 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:40
maheshpecm4t: would alias ing less to less -r help09:41
m4tmaheshpec: yeah i was hoping i could find the root cause though09:42
xtronhow can we invoke an application from terminal but keeping it usable for other operations09:43
xtronit = terminal09:43
alkisgxtron: application &09:43
alkisgThat & puts it to the background09:43
xtronalkisg: ok, let me check09:44
m4thmm. perldoc is calling 'sensible-pager' while 'man' is calling 'pager'09:44
m4ti guess it's actually a change in perldoc somehow...or sensible-pager09:45
akikm4t: you can set the environment variable LESS with the options09:45
m4tyeah. i think 'less' is the same...09:46
kalilinuxhello?09:46
xtronalkisg: thanks, so what it mean by &   ? if you can tell me09:46
m4tit's perldoc/sensible-pager whose behaviour have changed09:46
xtronand where else we can use it09:46
=== majhi is now known as xxr9861
m4tlooking at perl/perl-doc changelog...09:47
ducassextron: he already told you, it runs the command in the background09:47
m4t  * Fix visible escape sequences in perldoc output by passing the "-R"09:47
alkisgxtron: man bash, and search for "background"09:47
m4t    option to the "less" pager. (Closes: #758689)09:47
m4ti'll figure it out. something in the sequence between perldoc -> less changed to where it's not being called with -r/-R now09:47
m4tthanks09:47
Thunder_Twxtron: you can only use the "& at the end" trick in terminals09:48
xtronalkisg: Thunder_Tw thanks09:49
alkisgOr in bash scripts. Or in the middle of a line, like cmd1 & cmd2.09:50
TJ-xtron: you might want to look at "nohup" which is designed for what you asked for09:50
akikm4t: did you try if setting LESS="-r" changed the behaviour?09:50
m4takik: yes it does09:50
akiki've used it so that less will not wait for a key press to quit it09:51
xtronTJ-: method mentioned above it good09:51
m4tbut default less behavior has always been to e.g. ESC[1mNAMEESC[m^O09:51
xtronTJ-: at least for now09:51
m4tit's perldoc that isn't passing raw escape now09:51
m4tless itself is still acting fine...09:52
thirashello 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:58
Thunder_Twthiras: recommended is to wait09:59
m4ti don't think going from 16.04->17.10 would be officially supported, but 16.04->18.04 should (lts to lts)10:02
Thunder_Twm4t: It's not about the upgrade to 17.xx wouldn't be supported. But it is prone to have bugs10:05
m4thence my wording of officially supported10:06
=== john is now known as Guest60476
m4t16.04->16.10->17.04->17.10 would be OK i guess10:06
bazhangThunder_Tw, one step lts to lts10:07
cryptospidersup m4t10:07
m4tsup yo10:07
m4tn2m u10:07
cryptospiderCool man10:07
gotogoathello10:17
gotogoatanyone there?10:17
bazhangubuntu support yes gotogoat10:18
Thunder_Twgotogoat: about 1197 ppl here10:18
Thunder_Tw119610:18
gotogoatthat 1197 people wont count if they dont chat.10:19
Thunder_Twdetails10:19
Ben64this isn't a chat channel10:19
gotogoatin my somewhat humble opinion.10:19
bazhanggotogoat, this is not the chit chat channel10:19
anibicHi feel my 17.10 64 bit experiencing latency after upgrade from 17.04. Also Synaptic package manger would not launch after authentication.10:19
anibicI have a 4 GB DDR2 RAM 800MHz and a AMD Athlon X2 5200 processor.10:19
anibicAlso adequate HDD space10:20
Ben64anibic: that's pretty slow, but should still work. pastebin the output from trying to run synaptic from command line10:20
gotogoatsorry guys ill let you get to it then.10:21
Thunder_Twgotogoat: feel free to join #ubuntu-discuss10:21
anibic@Ben64: what command should i type in terminal10:22
Ben64sudo synaptic10:22
anibicI 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
Ben64well that doesn't mean you need synaptic10:23
Thunder_Twneed is a big word10:23
anibicsudo synaptic says: Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused10:24
anibic(synaptic:3817): Gtk-WARNING **: cannot open display: :010:24
Thunder_Twanibic: "sudo apt-get update"  followed by "sudo apt-get upgrade" should fix your packages without synaptic10:25
Ben64full-upgrade10:26
Ben64not just upgrade10:26
=== JimD is now known as Rob_C
anibicdoes the output make some sense10:27
Ben64yeah it can't open the display10:27
anibicwhat shall I do10:27
Ben64so either... 1. you don't have a desktop 2. it's because of wayland 3. you have messed up permissions10:28
anibicwayland ?10:28
anibicwahts that ?10:29
Thunder_Twanibic: first we panick, then we blame cononical, and beg for micromercy10:29
Ben64replacement for xorg10:29
Thunder_Twj/k10:29
anibicI am not in a panick I have all my files backed up.10:29
m4tsomeone 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. thanks10:29
ubottuDebian bug 870340 in perl-doc "perl: perldoc outputs visible escape sequences again" [Normal,Fixed]10:29
m4tsetting PAGER=less fixes it, so i am just going to: alias perldoc='PAGER=less perldoc'.10:31
=== ubuntu is now known as Guest97739
acresearchwow ubuntu 17.10 has majore bugs, what is going on? was it rushed?10:39
acresearchis there an update we could expect?10:39
acresearchhaving it now for three days, i realise it is unusable, what happened? ubuntu used to be better than this.10:41
Ben64acresearch: you could stick to LTS releases10:47
amir__\10:47
acresearchBen64: 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:49
Ben64acresearch: well you could use LTS releases or a different distro, complaining here doesn't help though10:50
acresearchBen64: i just want to know if this is the trend in ubuntu from now on, or i should just wait for another 6 months10:51
Ben64acresearch: if what is the trend10:53
=== Harry_ is now known as Harry
acresearchBen64: 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 OS10:56
ddoobbIs 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
Ben64acresearch: well non-lts versions are usually more experimental, so again, if you want stability, stick to LTS10:56
ddoobbI have the 17.04 iso downloaded10:56
TJ-ddoobb: do you want to do an off-line release-upgrade? if the system has networking then "do-release-upgrade" is the preferred method10:57
ddoobbTJ- 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:58
TJ-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-upgrade10:59
alkisgddoobb: 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 bandwidth11:00
=== ubuntu is now known as Guest87328
alkisgThen apt won't re-download them as they'll already be  there11:00
TJ-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 each11:02
TJ-package (until upgrades start hitting artful-updates)11:02
ddoobbOK, so usually is the download done during upgrade the same size as the ISO (1.5GB or lesser?11:02
TJ-sorry - you said 17.04, so that'd be zesty-updates11:02
alkisgddoobb: yes11:03
TJ-ddoobb: depends on what is already installed on the system11:03
TJ-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:04
TJ-!info squid-deb-proxy | ddoobb11:05
ubottuddoobb: 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 kB11:05
ddoobbTJ- that will require me to connect these systems in some sort of network right, but that's not the case here11:05
TJ-!info squid-deb-proxy-client| ddoobb11:05
ubottu'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, yakk11:05
TJ-!info squid-deb-proxy-client | ddoobb11:05
ubottuddoobb: 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 kB11:05
=== kyriakos_ is now known as kakosf
TJ-ddoobb: Yes it would. If they're mostly offline use apt-offline to move packages around.11:05
TJ-!info apt-offline | ddoobb11:06
ubottuddoobb: 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 kB11:06
gotogoathey guys i need help with how to fuck my dog. it just wont sit still.11:06
gotogoatme?11:07
gotogoatit's a pitbull.11:07
gotogoatWhen i take it for walks yes. it gives me mixed messages.11:09
gotogoatmale, 6 months.11:10
gotogoati am 30.11:10
gotogoati am male as well.11:11
gotogoatyes male.11:11
cfhowlettgotogoat, wrong channel.  for dating, hookups look elsewhere.11:11
gotogoatit barks and moves somewhere else in the room.11:12
superKillerhello. 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 working11:18
superKilleranybody got any ideas why it happens ?11:18
TJ-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.html11:25
akikTJ-: have you tried including that to ubuntu proper? :)11:28
TJ-akik: I'm working on that11:28
eb0t_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 things11:29
TJ-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:29
TJ-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-visible11:30
cryptospiderjoin #setoolkit11:31
dropkick100when you connect your iphone via usb to serve as a hotspot and it works perfectly11:31
akikTJ-: btw what does acpi_osi=Linux change? i used it once together with acpi_backlight to make the brightness adjusting work11:31
superKillereb0t_: okay the next time it happens I'll make sure I try that11:32
eb0t_yes11:32
atomohow's to affiliate ubuntu project???11:34
TJ-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 only11:34
TJ-usually check for various "Windows XXXX" version strings, so "Linux" only gets minimal functionality.11:34
mdroidhello .... 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:34
mdroidddg.gg11:35
atomoifconfig11:36
cfhowlett!contribute | atomo11:36
ubottuatomo: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu11:36
atomossh the internet virtual machine11:36
atomook ty cfoch-al111:37
atomoif not try IPv611:37
atomoi apreciate very much the ubunut project ;)11:37
psychodudeis this the right place to ask for ubuntu flavor pick advice?11:38
akikmdroid: 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
cfhowlettpsychodude, sure.  ask11:38
cfhowlett!flavors } psychodude11:38
ubottucfhowlett: I am only a bot, please don't think I'm intelligent :)11:38
cfhowlett!flavors | psychodude11:38
ubottupsychodude: 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-flavours11:38
akikmdroid: 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 machine11:39
psychodudealright. 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:39
mdroidakik, I set my guest to use macvtap and it has a valid IP. but ssh from host says no route to host !!!11:40
mdroid:(11:40
cfhowlettpsychodude, 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]-desktop11:41
mdroid*/mactapv/macvtap11:44
psychodudei 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 wrong11:47
psychodudewith every DE*11:47
cfhowlettpsychodude, 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:49
psychodudeanyway im leaning towards kubuntu11:51
akikpsychodude: 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
akikpsychodude: it works really good11:52
psychodudewhats the update?11:52
akikpsychodude: it just updates kde to a newer release11:52
psychodudecool. 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 711:54
lidonghello linux is new to me,i want to konw which is the best linux os11:55
cfhowlettlidong, ubuntu11:55
psychodudeubuntu is the best -#ubuntu11:56
psychodudeshocker11:56
cfhowlett:)11:56
lidongwhy ubuntu is better?11:56
varaindemianis ubuntu 17.10 good for programming and school projects? as in running a visual machine with windows?11:56
cfhowlettlidong, easier answer: install it, test it and see for yourself.  better than asking random people on the internet what is good for YOU.11:56
cfhowlettvaraindemian, programming and projects, yes.  "visual" machine???11:57
Thunder_Twvaraindemian: if you are new to linux i would recommend the 16.10 (LTS: Long Term Stable) of ubuntu11:57
varaindemianvirtual*11:57
lidongcfhowlett,thanks for your advice i will try11:57
psychodudewhats the difference between 16.04 on 16.10?11:57
cfhowlett16.04 is the LTS release, varaindemian11:57
cfhowlett!LTS     support11:57
psychodudeand*11:57
cfhowlettlidong, are you a Chinese computer user?  if so, Ubuntu-kylin is worth investigating11:58
lidongthanks all you guys11:58
cfhowlett!lts11:58
ubottuLTS 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
Thunder_Twlidong: that is for each person different. Commonly one could say Ubuntu is easy for the new user11:58
BluesKajHiyas all11:58
lidongThunde_Tw: i see11:59
psychodudeis installing gentoo like a rite of passage after a few years of using linux?11:59
varaindemianpsychodude, nop12:00
varaindemianit's hard12:00
varaindemiantry arch first12:00
cfhowlettall off-topic in this channel though12:01
psychodudebut how else do i get my sysadmin friends to respect me12:01
Thunder_Twpsychodude: by giving them money if they do?12:03
mortso, 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:04
mortnginx just returns a 500 status code with no output, even for a file which just contains `<?php echo "hello";`12:05
guest-efzvytis this the scout chat?12:12
cfhowlettguest-efzvyt, no12:12
=== Lu is now known as Guest57766
lidongwhat is this chat used for?12:14
cfhowlett!topic | lidong,12:14
ubottulidong,: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic12:14
cfhowlettubuntu support in this channel lidong12:15
cristian_chi12:15
lidongthank you12:15
cristian_cwhen 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, instead12:15
cristian_cHow could I fix the issue for embedded pdf files using it?12:16
cristian_cAny ideas?12:16
b247Hy12:22
freakyyhttps://www.freakyness.de/en/2017/10/21/kubuntu-kdeplasma-or-ubuntu-gnome/ <-- tell me what u think :) kubuntu or ubuntu :)12:22
b247How can i revert ubuntu 17.10 from gnome to unity?, just upgraded from 17.0412:23
cfhowlettunity is 17.10? nope12:23
mortI should've known better than to update my server from 17.04 to 17.1012:23
Tin_manyes, and you can use unity or unity 812:24
b247It's a DE, not a server12:24
b247Ok, so how, if i apt install unity says it s already installed12:24
mortb247: it wasn't a comment on your situation; I said "I", not "you"12:24
cfhowlettb247, logout, at the login screen choose unity session, login12:25
b247No option to change the default session manager12:26
Tin_man17.10 is both unity I believe, regular unity, and unity 8 , isn't it?12:26
cfhowlettunity has been dropped as a default DE.  you have to manually install it now.12:27
cfhowlettright Tin_man ??12:27
b247Ok, but how, cause if i run apt install unity says it s alrwady installed12:27
Tin_manyes, and well not be supported past the end of the year, except for security I believe..12:27
b247Anyone here using ubuntu 17.10?12:29
Tin_manI did like Unity 8 though, maybe some of the look will be integrated into gnome next year.12:29
NaCl1Hi, I need a 32 bit version of 17.10. Where on the site would this be?12:29
Tin_mani was up till a few days ago just to try it out..12:29
Thunder_TwNaCl1: try lubuntu12:30
cfhowlettNaCl1, standard ubuntu is not available in 32 bit.  I believe the other flavors do offer it12:30
NaCl1ok thx12:30
b247I 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:32
ioria!info  unity-session12:34
ubottuunity-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 kB12:34
cfhowlettb247, 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
EriC^^b247: in the login manager there might be a button to change the DE to the right of the username box or so12:34
FrjdI just Installed 17.10 and as I understand it python3 is the goto version, but why is it not symlinked to python?12:39
ioriaFrjd, because it would cause a lot of troubles, i guess12:41
FrjdThere is no python at all right now in the system12:41
b247@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:41
kirillkhhi, is there a way to configure static ip for my laptop, but only when it's on my home network?12:42
ioriab247, unity is working now ?12:43
ioriaFrjd, really ?12:43
anibicmy 17.10 hangs when left idle12:44
FrjdSince 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:44
anibic@Frjd: Please help12:45
ioriaFrjd, ls -l /usr/bin/python  are you sue you have no python ?12:46
Frjdanibic, I don't use IDLE sorry12:46
ioria*sure12:46
Frjdyep, `no such file or directory`12:46
FrjdThat's why I was a bit confused and wanted to hear if this is normal or if something happened to my installation12:47
ioriaFrjd, which python12:48
b247@ioria, what OS are you running?12:48
anibic@Frjd: I am leaving my machine to dowload movies and its freezing.12:48
ioriab247, ubuntu :þ12:48
Frjdpython3.6 is installed, symlinked to python312:48
cfhowlettso the command would be python3  ?12:49
FrjdYes, but I'm running manjaro on another machine where python3.6 is also symlinked to python so I was a bit confused12:51
FrjdI guess this is how it should be though12:51
fly_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 do12:52
=== jstevewhite is now known as stwhite
=== stwhite is now known as jstevehite
=== jstevehite is now known as jstevewhite
fly_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 variations12:53
yu2010hk12:55
yu2010m,12:55
yu2010halo12:55
=== KindTwo is now known as KindOne
tomreynfly_: does it work without kvm?13:02
b247#ubuntu17.10, anyone using it or just upgraded?13:03
tomreynb247: definitely someone here does. just ask your real question.13:03
Thunder_Twe13:03
fly_tomreyn: it doesn't. but it goes a really long way13:04
fly_and the target im booting (I shoudl really try something else too for sanity sake)13:04
Thunder_Twb13:04
fly_says:13:04
fly_LNKS: BIOS IRQ 10 for 0.1.INTA is invalid13:04
fly_LNKC: BIOS IRQ 11 does not match initial IRQ 1013:04
fly_so I'm wondering if the way I'm using -bios is wrong13:04
tomreynfly_: there's a simple test case https://fedoraproject.org/wiki/Using_UEFI_with_QEMU13:06
tomreynthis is probably more a topic for #qemu though13:06
fly_sure, thanks13:06
chen__hi13:08
b247@tomreyn: my question is how can i revert/install unity in 17.10, i just upgraded from 17.04 and gnome is not for me13:09
tomreynb247: 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:10
cfhowlettb247, install 16.04 Long Term Support release and you're good for 5 years13:11
tomreynunity still seems to be available in 17.10 from the universe repositories13:12
Thunder_Twi 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:13
tomreynprobably13:14
akikmdroid: i was able to make the kvm vm access work through creating a bridge https://wiki.gentoo.org/wiki/QEMU#Create_network_bridge13:14
=== SimonNL is now known as SimonNL_Afk
rullie09:17 -!- f10 [~flo@ip5b40034f.dynamic.kabel-deutschland.de] has quit [Remote host13:19
rullie          closed the connection]13:19
rullieoops13:19
rullie09:17 -!- dxiri [~dxiri@186.176.50.117] has quit [Ping timeout: 258 seconds]13:19
devin_Hi there13:20
b247Thank 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 de13:20
b247Omg, i m so stupid, there was indeed a little cog  at the login screen :)13:27
=== KindTwo is now known as KindOne
fly_hi folks. I got an updated OVMF.fd and it worked :-)13:39
lotuspsychje!yay | fly_13:43
ubottufly_: Glad you made it! :-)13:43
fly_:)13:44
Fallenourhey 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:50
lotuspsychjeafternoon alkisg13:55
alkisgAfternoon lotuspsychje, hi all! :)13:55
rullie17.10 freezes a lot, anyone else notice that?13:58
hliasnah, rullie, no freezes here13:58
rulliehlias: gnome on wayland on nvidia card here13:59
hliasah, intel wayland ;)13:59
Fallenourugh13:59
Fallenouripmi makin my day a rainy one13:59
hliasin fact, it's the most smooth experience. I guess it is due to wayland14:00
lotuspsychjerullie: try the xorg session at login plz14:02
backboxciao a tutti14:04
Artful_Aardvarkhello14:06
lotuspsychjeArtful_Aardvark: welcome, how can we help?14:06
Artful_Aardvarki'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:07
Artful_Aardvarki mean, without the need to install another desktop environment14:08
Artful_Aardvarki've been searching around the web but seems there's not a native way to do it.14:08
lidongwho use ubuntu 16.04, every time i open the software and install the OS updates, my computer crashes14:10
lidonghow can i solve this problem14:11
cristian_clidong: plasma discover?14:12
cristian_cgnome software?14:12
lidongyes, gnome software14:12
cristian_cI guess command line apt update/upgrade works well14:13
lotuspsychjeArtful_Aardvark: wich ubuntu version are you on?14:13
cristian_clidong: try to run gnome software from command line, when it crashes , paste output on pastebin14:14
cristian_c!paste | lidong14:14
ubottulidong: 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:14
lidongcristian_c: command line works very well14:15
Artful_Aardvarklotuspsychje, 17.10 :D14:15
lidongthanks all you guys, i will try14:16
lotuspsychjeArtful_Aardvark: didnt test myself, but did you try drag n drop to desktop?14:16
lotuspsychjeArtful_Aardvark: https://askubuntu.com/questions/64222/how-can-i-create-launchers-on-my-desktop14:18
rullielotuspsychje: as in don't use wayland?14:21
lotuspsychjerullie: as in test and compare the difference to see if you can work properly?14:22
rullielotuspsychje: the freeze can't be reliably reproduced from my 4 days of experience.  but ok, i'll switch to x to see if it differs14:22
rullielotuspsychje: and what are we trying to gather from the experiment should the result differ?14:23
lotuspsychjerullie: if wayland doesnt work properly on your hardware, you could add it to a new/existing bug to help the community14:23
Artful_Aardvarklotuspsychje, hum, interesting. Using Alt +F2 doesn't work, but launching it from terminal it does14:24
rullielotuspsychje: ok, thanks.14:24
lotuspsychjerullie: got a box with an old ati aswell, doesnt likes wayland too much neither, i also got a bug running14:25
TJ-rullie: when the system freezes can you ssh into it from another PC?14:26
Mr_G42test14:30
Mr_G42test14:30
alkisgI'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
alkisgNormally I would do `xrandr --new mode 1440x900, xrandr --addmode XWAYLAND0 1440x900, xrandr --output XWAYLAND0 --mode 1440x900`, but this fails in wayland.14:35
alkisgSo question, how can I set a custom resolution in the wayland era?14:35
TJ-alkisg: welcome to the future :)14:37
alkisg:D14:37
alkisgWe'll certainly need time to adjust! :D14:37
* alkisg tries passing the edid in the cmdline...14:38
acresearchpeople how do i add natural scrolling in ubuntu 16.04? it is not found in the setting under mouse/touchpad14:38
TJ-alkisg: does this help? https://superuser.com/questions/1137574/manually-add-a-resolution-to-gnome-with-wayland#116891414:39
acresearchnone of the commands in the forums seems to work i get packgae errors, is there a solution?14:39
alkisgTJ-: passing the edid in the cmdline worked, it even allowed the splash screen to be 1920x108014:39
alkisgThat's actually cool! :)14:39
alkisgLong story short, dpkg-reconfigure grub-efi-amd64, and drm_kms_helper.edid_firmware=edid/1920x1080.bin14:40
akikalkisg: is that a kernel parameter?14:41
alkisgakik: yes14:41
TJ-alkisg: that's neat; I need to remember that. Hell of a way to run a GUI though!14:41
TJ-Feels like we've gone back to 200514:42
akikback.. back to the future14:42
alkisgIt does make sense to use the same resolution in initramfs/plymouth/gdm/session though14:42
TJ-when we used to be adding vga=791 or whatever14:42
alkisgHaha, true14:42
* alkisg tries to find the list of all available modes/edids...14:43
=== one2zero_ is now known as one2zero
TJ-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/small14:43
alkisgThose seem limited: edid/1024x768.bin edid/1280x1024.bin edid/1600x1200.bin edid/1680x1050.bin edid/1920x1080.bin14:43
alkisgTrue14:43
acresearchpeople how do i add natural scrolling in ubuntu 16.04? it is not found in the setting under mouse/touchpad14:44
TJ-acresearch: what is natural scrolling?14:45
alkisgEhrm. The bad thing is that it only lists that one resolution, not all common resolutions up to 1920x1080...14:45
acresearchTJ-: 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:46
TJ-acresearch: inverted axis?14:47
acresearchyes14:47
alkisgHeh. sudo -i. xrandr. No access to display. Nice future!14:48
TJ-alkisg: if there's no X there's no Xrandr14:49
alkisgTJ-: well, xrandr as the user works...14:49
alkisg(under xwayland)14:49
TJ-alkisg: to show all resolutions, or just the operative one?14:49
alkisgJust the operative one. But I mean, "sudo gedit" won't have access to the display now?14:50
alkisgThere are many cases people are still using sudo gui...14:50
lb_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:50
TJ-alkisg: right - because XWayland provides a socket but doesn't actually provide a way to configure anything, it's read-only14:51
Rolfi01Hallo tomreyn. Jetzt heiße ich Rolfi0114:51
TJ-alkisg: Apaprently, from what I've read, the Wayland designers deliberately don't want it running as UID 014:51
alkisgTJ-: shouldn't the root user be able to access the display, even via socket or anything?14:51
alkisgHrm14:51
alkisgThe socket could be uid user, and still give access to root gedit over that...14:52
alkisgSo what's the official way now to use gedit to edit e.g. /etc/addusers.conf?14:52
TJ-alkisg: There isn't one. you can try "xhost +si:localuser:root"14:52
alkisgTJ-: cool, that worked!14:54
TJ-alkisg: basically, the dev's have said any process that want's access to 'root'  capabilities should be using policykit calls14:54
alkisgMaybe gksu should use that... now it doesn't work14:54
TJ-alkisg: as usual the arch wiki is informative: https://wiki.archlinux.org/index.php/Running_X_apps_as_root14:54
alkisgSure, that's a great design choice.... not :/ Instead of simplifying things, make them all tool-specific.14:55
alkisgty, reading...14:55
TJ-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.14:59
=== ilfantomas_ is now known as ilfantomas
alkisgTJ-: 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 then15:02
alkisgAnyways, nothing we can do to avoid that :)15:03
TJ-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 time15:04
alkisgExactly that. :)15:05
alkisgAnd I can't say policy kit is well designed, far from it15:05
TJ-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:07
TJ-Thank goodness for virtual machines and containers15:08
=== jstein_ is now known as jstein
Fallenourwhat desktop is easiest for a user to interact with?15:12
oerheksif you would ask"which not" the answer would be "none"15:13
oerheksall desktop environments need some time to explore, tweak and adjust15:14
=== SimonNL_Afk is now known as SimonNL
Syrenxhorrivel15:14
ddoobbI 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[age15:14
FManit looks like there is no gopher server in Ubuntu repo15:15
oerheksddoobb, on artful 17.10 ??15:15
ddoobboerheks 16.1015:15
hliasddoobb, there is no conky-manager on 16.1015:16
hliason that ppa15:16
oerheks16.10 is dead, EOL upgrade please15:16
ddoobbSo no way to get conky-manager?15:16
oerhekselse you could filter on your version https://launchpad.net/~teejee2008/+archive/ubuntu/ppa?field.series_filter=artful15:16
oerheksyou would need gdebi to do it manually https://askubuntu.com/questions/932300/problem-in-installation-of-conky-on-ubuntu-17-0415:19
ddoobbWhy do they go from n.04 to n.10 to (n+1).04. Aren't they wasting numbers?15:19
oerheksNo, those are dates.15:20
oerheks16.04 and next 18.04 are LTS releases, long term support = 5 years15:21
Thunder_TwUbuntu 17.10 is short for Ubuntu released on Oktober 201715:21
oerheksaimed at stable, other releases are development stages, 9 months support15:21
=== Vurticle is now known as Vurticle_
ddoobbIf I run this deb with the default software installer will that work? Or is gdeb necessary15:26
Thunder_Twdoubleclicking a .deb file works15:27
varaindemianshow change to x11 instead of waylaid on 17.10 if I want stability everywhere?15:27
ddoobbwill it also install dependencies?15:27
Thunder_Twotherwise in console use sudo dpkg -i filename.deb15:28
=== juboxi is now known as jubo2
Thunder_Twyes15:28
oerheksi guess you will fail, as it is written for an other ubuntu version, try it?15:29
=== Vurticle_ is now known as Vurticle
varaindemianyes/no??15:29
oerheksddoobb, no dependencies will be installed, your ubuntu repo server is dead15:29
DerezCan anyone confirm or deny that XRDP 9.0.1 is broke in Ubuntu/Lubuntu 17.04 ? XRDP worked great in 16.10.15:30
ghoaleejoin #political15:31
skupra_is ubuntu live?15:32
ghoaleechat?15:33
MonkeyDustskupra_  if you run it from a dvd/usb, then yes, it's called a live session15:33
skupra_:)15:33
skupra_not death :)15:33
=== Guest83800 is now known as Eterno
ghoaleebut, dont you have only a small amount of capabilites on live15:34
ghoaleelike no nmap, wireshark, ect15:34
skupra_i am a dragon15:34
ghoaleelove iptables15:35
oerheksskupra_, do you have an ubuntu support issue?15:35
skupra_no a am fake user15:35
skupra_a dont exist really15:35
oerheks!ot > skupra_15:35
ubottuskupra_, please see my private message15:35
LowasUbuntu 18.04 code name?15:36
LowasBeautiful Buster?15:37
ghoaleebarf bag15:37
Lowassudo sed -i 's/artful/Buster/g' /etc/apt/sources.list15:37
MonkeyDustLowas  stop15:37
Lowassudo sed -i 's/ubuntu/Debian/g' /etc/apt/sources.list15:37
LowasJoke...15:38
oerheksthis is not a joke/chat channel guys, support only15:38
MonkeyDustLowas  take your jokes elsewhere15:38
ghoaleeis there a way to list channels for irc network?15:39
skupra_how to change username?15:39
MonkeyDustghoalee  /msg alis list blah15:39
MonkeyDustskupra_  /nick blah15:39
LowasBut seriously?15:40
LowasCode name ubuntu 18.04 LTS.15:40
=== skupra_ is now known as skupra82
oerheksLowas, not announced yet.15:40
skupra82ta ta15:40
Lowasoerheks:sadly...15:40
Vincent_what exactly are frameworks in andoroid15:43
Lowas#Ubuntu-taking15:44
oerheksVincent_, ask again in #android ??15:44
Vincent_oh sorry oerheks15:45
skupra82ubuntu ubuntu you my religion :)15:46
skupra82skupra.org/cover jouin me15:46
oerheksskupra82, don't spam here, you could get removed for that15:46
mitmfhow can i unzip zip file?15:47
skupra82ok i be good15:47
skupra82very good15:47
skupra82a good boy15:47
skupra82good like linux mint15:47
oerheksmitmf, double click in your filemanager?15:47
mitmfi want to do it with terminal15:48
mitmf:)15:48
mitmfoerheks:15:48
oerheksmitmf, install unzip and see man unzip15:48
zacktuI'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
skupra82dpkg -i  ?15:48
mitmfoerheks: i think that ubuntu is preinstalled unzip15:49
mitmfi think that unzip is preinstalled on ubuntu15:49
connorkmcis ther a way i can change my curser15:50
mitmfhow can i unzip zip file? help me15:50
mitmfubuntu user :(15:50
MonkeyDust!zip | mitmf15:50
ubottumitmf: 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/FileCompression15:50
oerhekszacktu, maybe fastboot is enabled on that machine? see the uefi manual15:50
connorkmcmitmf: right click and press extract here or extract to15:50
oerheks!uefi15:50
ubottuUEFI 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/UEFI15:50
mitmfconnorkmc: but i want to do it with terminal15:51
alkisgzacktu: how did you create the usb stick, with which tool?15:51
oerheksmitmf, time to learn to read te man pages15:51
MonkeyDustmitmf  https://help.ubuntu.com/community/FileCompression#Command_Line_Usage15:51
zacktuoerheks: I used unetbootin15:52
mitmfunzip <filename>.zip15:52
connorkmccan i change my mouse in xfce15:53
Durgeoblehi15:53
alkisgzacktu: afaik unetbootin doesn't support uefi, so use the recommended rufus tool. https://github.com/unetbootin/unetbootin/issues/3315:53
oerhekszacktu, unetbootin is known for issues, but it worken on an other machine, so i guess it is oke15:53
alkisg(or better yet, "dd')15:53
oerheksdd would be my choise too15:53
connorkmccan i get help installing wine15:54
oerheksconnorkmc, installing wine, yes, aps and game help, no15:55
oerheks!wine15:55
ubottuWINE 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 Ubuntu15:55
Durgeoblei 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 200GB15:55
zacktuoerheks: I'll read some more and see what I can learn.  Thanks much.15:56
connorkmcwhats the comande line15:56
oerheksconnorkmc, comandline = tty = terminal15:57
DerezCan anyone confirm or deny that XRDP 9.0.1 is broke in Ubuntu/Lubuntu 17.04 ? XRDP worked great in 16.10.15:58
oerheksDerez, current is 0.9.1-9 in 17.0415:59
oerhekscannot confirm, ask again in #lubuntu ??15:59
DerezThey sent me here.15:59
ducasseDerez: i doubt the package itself is broken, what sort of problems are you having?16:01
zacktuoerheks: 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
ducasseDerez: and have you tried searching launchpad for bugs?16:01
oerhekszacktu, non uefi, then i have no idea why your usb does not show up16:02
zacktuThe usb shows up -- even the brand name -- but it is ignored when selected.16:02
Derezif I use remotedesktop  to connect, I get the Black or Blue screen. Desktop never loads.16:03
ddoobbCan 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:03
brunchis there any gsetting to disable mouse acceleration?16:04
TJ-ddoobb: "export USER"16:04
brunchright now I use `xset m 0 0` but it doesn't persist across sessions and it's probably not wayland compatible16:05
Pettisddoobb: if you want to find a tutorial search for something like "environment variables linux"16:05
zacktuI'll give rufus a try.  Thanks again.16:06
skupra82is this room for hacker?16:06
ddoobbTJ-, Pettis, If 'echo $USER' gives my home directory name, does that mean everything is OK16:06
=== SimonNL is now known as SimonNL_Afk
ducasseskupra82: no16:07
TJ-ddoobb: USER should just be your username. HOME should be /home/$USER16:07
skupra82i want chanel for hacker i big hacker16:07
oerheksskupra82, if you were, you wound not need to ask16:08
ddoobbTJ- so files that use /home/$USER/... sshould work right?16:08
ddoobbit does give my username16:08
ddoobbtrying to narrow down a problem because it's not working right now16:09
ZeljkoNeed some free alternative to cPanel for ubuntu16:09
Pettisddoobb: 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 moment16:10
TJ-ddoobb: that's correct. type "env" to see all the environment variables currently set16:10
=== matheus is now known as Guest40887
Pettisis anyone aware of some sort of IDE-like auto-complete for GNOME Terminal or similar?16:12
ducassebrunch: you can put that xset command in ~/.xsessionrc, but that won't help you with wayland.16:12
TJ-Pettis: many programs ship with bash-completion helpers16:12
Pettise.g. that uses the man page to create a dropdown menu as you type from which you can see the available command options16:12
ddoobbPettis, TJ- yeah env shows USER=<myusername>16:12
ddoobbSo I assume this is not the problem?16:13
TJ-ddoobb: did you do "export USER" before calling the other script (in the same shell )16:14
ddoobbTJ- yes I did16:15
drsasawhere did you make export command ? profile ? bashrc ?16:16
ddoobbbash shell16:17
TJ-ddoobb: so it is available then16:18
PettisTJ-: I am thinking of a sort of GUI element as part of the terminal application itself...16:18
drsasaand whey you wrote echo $USER nothing ?16:19
drsasawhen*16:19
TJ-Pettis: what's wrong with tab-completion?16:19
luxiodoes ubuntu have an openssh server running by default?16:20
PettisTJ-: 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 page16:20
ducasseluxio: server yes, desktop no16:20
luxiook thank you16:21
TJ-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 terminals16:21
=== christian_ is now known as kristhian
oerheksPettis, something like upterm? http://www.omgubuntu.co.uk/2017/08/upterm-terminal-ubuntu16:22
Pettis...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
kristhianguys, i have a question. i am installing ubuntu 16.04 desktop in my pc16:23
oerheksnext to wobbly windows, a nice ubuntu feature16:23
ikoniaPettis: thats the worst idea I can imagein16:23
Pettisoerheks: *click*16:23
TJ-Ouch! built on electron16:23
ikoniasome commands have 200+ options16:23
ikoniahow can you expect to display 200 options as you are typing16:23
kristhianproblem is if i don't set it to 'high contrast' i cant view the 'try ubuntu' or 'install ubuntu'16:23
kristhianwhy do i have to set it on high contrast?16:23
ikoniajust use the help flag or the man page, thats what it's there for16:23
kristhianis there a better way to make it easier16:24
oerhekskristhian, if you need high contrast, something wrond with your screen? eol ?16:24
oerheksc/wrong16:24
mitmfhow can i extract img.xz file?16:24
Pettisikonia: lol, I imagine it would display in a jump menu hovering over the cursor, as a intelligent auto-complete does in a programmer's IDE16:24
kristhianoerheks, yes16:24
kristhiani think so16:24
=== matheus_ is now known as Guest95300
mitmfhow can i extract img.xz file?16:25
oerhekskristhian, or maybe it needs a reset, with the menu on your monitor?16:25
kristhianor i think it is on the display, that i don't see the 'try ubuntu' and 'install ubuntu'16:25
ducassemitmf: use unxz16:25
kristhianhmmm, i don't know about that16:25
Pettisoerheks: yes RE: upterm! this looks like exactly what I was looking for16:25
mitmfducasse: unxz filename?16:26
TJ-Pettis: the problem is, if the commands you're using aren't in the upterm database, it won't be suggesting anything.16:26
ikoniaPettis: thats not how terminals work16:26
TJ-Pettis: check the db supports the apps you want help with16:27
ikoniaoerheks: 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
ikoniaoerheks: oops, not you16:27
ikoniaPettis: ^16:27
ducassemitmf: 'man unxz' if you're unsure16:27
=== Guest95300 is now known as bk-br
PettisTJ-: ah, so it is not using man pages16:27
MaxulicaHello16:27
oerheksikonia, i know, it is fancy, it looks fun, and i see the educational part in it16:27
MaxulicaI have a question.16:27
TJ-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
Pettisikonia: I am not sure why a GUI terminal shouldn't be able to work that way?16:28
plaindaveI just installed Ubuntu 17.10. Is there a way I can make the time at the top also show the date?16:29
mitmfducasse: thanks i did it :)16:30
PettisTJ-: ah, I didn't realise, I had a quick look at https://liw.fi/manpages/ and thought there was some sort of standard convention16:30
[n0mad]plaindave: gnome tweak tool > top bar is where it's configured on my 16.0416:30
TJ-Pettis: there is a rough organisation but there's no guarantee of layout. some tools don't use hyphen prefixes, for example16:31
bolicehi guys can anyone just quickly answer one question i have16:31
ducasse!ask | bolice16:31
ubottubolice: 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 !patience16:31
boliceOk, 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:32
ducassebolice: 17.04 is supported until january16:33
PettisTJ-: fair point.  Do you know if there have been any attempts at creating a standard markup language for man pages?16:34
drake01Hi, how to compile dkms driver bcmwl for broadcom drivers?16:34
ddoobbHow can I check installed version of a package16:34
drake01for latest kernel 4.14.0 rc516:34
boliceducasse: 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
TJ-Pettis: man-pages aren't even standard. The GNU project uses 'info' pages!16:35
oerheksbolice, you would need to upgrade to 17.1016:36
TJ-drake01: you mght find it fails to build - try the dkms package though16:36
boliceoerheks: ok thanks for the help guys16:37
plaindaven0mad Thanks16:38
drake01TJ-: even the dkms package fails to build. When I do dkms install log files show errors: initialization from incompatible pointer type16:38
drake01errors multiple time16:38
drake01*times16:38
PettisTJ-: haha, damn, I'm out of my depth then.  I'm going to be looking at this upterm though, sound promising.16:39
TJ-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:39
TJ-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 required16:40
drake01TJ-: yeah, that is the problem. I am wondering if broadcom chips are supported by opensource wireless drivers?16:42
PettisTJ-: 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 options16:42
Pettisyet do use frequently enough that forgetting the options is annoying16:43
TJ-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 patches16:43
TJ-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-page16:44
TJ-s/their/there/16:44
ikoniaPettis: you don't need to memorise the options, thats the point16:45
PettisTJ-: yeah, that's a good idea also, I should really start doing that.  I have used screen before, I just keep forgetting16:45
ikoniaPettis: 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 details16:45
ikoniaPettis: just take a quick look before you use the command16:46
drake01TJ-: 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:47
TJ-drake01: why not simply use an earlier kernel version for the time being?16:48
Pettisikonia: thanks, I will try all these things16:48
drake01TJ-: yeah that's what I am using and able to connect. till 4.10 broadcom' dkms driver used to work but after16:49
ikoniaPettis: you're the only person I've ever seen requestthat sort of feature,16:49
drake014.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 source16:50
TJ-drake01: building it here to check16:52
drake01TJ-: cool. THANKS a lot :)16:53
Pettisikonia: cognitively my working memory tests below average so maybe I find it difficult to memorise options or something16:54
Pettisikonia: if you check this out though it does seem I'm not the only one... https://github.com/railsware/upterm16:55
drake01TJ-: 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.c16:55
TJ-drake01: yeah, looks like lots of changes have broken it. doesn't look trivial to fix up16:56
drake01TJ-: 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 :)16:58
kristhianquestion, what is a good ip camera software for ubuntu?17:00
TJ-drake01: the artful package supports 4.12 but I don't see any patches anywhere for 4.13/4.1417:00
Pettisupterm issue #1029... 'Typing "git" triggers 724 system calls' :'''D17:05
=== foxy is now known as BlackJesus
drake01deb http://cz.archive.ubuntu.com/ubuntu xenial main restricted17:07
=== BlackJesus is now known as the_mink
oerheksdragly, maybe you need to enable HWE17:10
oerheks!hwe17:10
ubottuThe Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack17:10
gowthamhi17:11
=== Chinesium is now known as X230t
schnizelhi everybody17:14
=== SimonNL_Afk is now known as SimonNL
GeoHi, 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 install17:16
GeoE: 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
Geoetc etc17:17
varaindemiando I need refi partition on ubuntu?17:18
varaindemianef*17:19
varaindemianefi*17:19
vimesvaraindemian: 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/UEFI17:21
CashDash123Can I have multiple dist on an iso?17:21
vimes why would you want that? yes you can, but it's complicated CashDash123 and probably not worth the time17:22
LoveCoinzhttps://cryptosrevolution.wixsite.com/beta17:22
ducasseLoveCoinz: no spam here, please17:22
CashDash123vimes, because I want to mess around with an EOL version,and want to add multiple dist to have upgraded packages17:23
CashDash123during the install17:23
varaindemianvimes, how can you I tell if it's booted in efi mode?17:23
ducassevaraindemian: see if /sys/firmware/efi/efivars exists and is non-empty17:24
vimesyou 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) packages17:24
CashDash123vimes, I meant the archive17:24
CashDash123from the archive for lucid17:25
varaindemianducasse, inside the graphical installer?17:25
ducassevaraindemian: start the installer in 'try ubuntu' mode, then check from a terminal to continue installing, just click the icon17:26
GeoHi, 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 install17:27
ducasseCashDash123: lucid is eol, so not supported here17:27
CashDash123ducasse, I meant adding the archived dist from http://old-releases.ubuntu.com/ubuntu/dists17:28
Tobait looks like Synergy which I think used to be totally open source, is now a pay for security model. https://symless.com/synergy/pricing17:28
TobaIs there an alternative for Ubuntu?17:28
varaindemianducasse, and if it has refi/var populated can I restart and install?17:29
ducassevaraindemian: no need, read what i said again17:30
varaindemianducasse, and if I want to manually create the partitions should I also create the onefor efi?17:30
carnauI'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
carnauIs there any repo to download an compile ld by myself with the required option?17:33
ikoniawhat ?17:33
ikoniarecompile the linker ????17:34
carnauYes17:34
ikoniathat seems foolish17:34
ikoniaare you sure it doesn't mean you need YOUR code to be compiled with -fPIC options17:35
ikoniarather than the linker17:35
carnaummmmmm, going to dig it17:35
ikoniadig it ?17:35
Geogroovy, man17:35
carnaubut as the linker is called from the gcc command, I don't know if I can change the options17:36
ikoniaof course you can17:36
ikoniayou set the linker options17:36
carnau*i'm going to dig into it17:37
carnauthanks :-)17:38
ikoniacarnau: may I suggest joining some c programming channels and asking for help - rather than telling people the solution17:39
ikoniareaplcing and breaking the linker on your system (when there is no need to touch the linker) would cripple your system17:40
varaindemianducasse, ?17:41
varaindemianducasse, should I create the efi partition if I choose to manually create partitions?17:41
ducassevaraindemian: yes, manual partitioning requires you handle that17:42
ducassevaraindemian: (unless one exists already)17:42
ddoobbCan 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:43
varaindemianducasse, I have one from my previous arch install17:44
BluesKajvaraindemian, 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:45
Jordan_Uddoobb: 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:46
Jordan_Uvaraindemian: 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
theablestmanhi17:48
vimarthi17:49
theablestmani installed gnome and remove most of it when my system starts up i see gnome then unity how do i fix this?17:49
varaindemianJordan_U, I just want one distro for my system. Should I use efi in this case?17:50
varaindemianshould I create it in the ubuntu installer?17:50
varaindemianor just the /, /home and swap?17:50
Jordan_Uvaraindemian: Are you using the whole drive for your new Ubuntu install?17:50
durzzzoj #beast-chat17:51
varaindemianyes17:51
varaindemianJordan_U,17:51
Jordan_Uvaraindemian: Then why not just let the installer automatically partition the drive for you?17:52
varaindemianJordan_U, will I get the home partition afterwards?17:52
varaindemianand the swap?17:52
Jordan_Uvaraindemian: Why do you want a separate /home/?17:53
carnauikonia, -fPIC on gcc command does nothing17:53
varaindemianJordan_U, future reinstalls of os?17:53
varaindemianI will switch to 18.04 when its ready17:53
=== guest-10KXIs is now known as greng
ikoniacarnau: you don't just do that17:53
vimartIts good to have separate /home partition17:53
hoe`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
vimartmake /, /home, /swap17:54
hoe`preferably without the use of ctags.17:54
=== greng is now known as GRENG
hoe`There's cscope, but I'll mostly be searching C++, JS, and C#17:55
Jordan_Uvaraindemian: Ubuntu's installer allows you to re-install while preserving /home, even when it's not on a separate partition.17:55
varaindemianJordan_U, why not have a separate partition for that?17:56
Jordan_Uhoe`: Are you searching within a single project, or searching for references across many projects.17:56
Jordan_U?17:56
varaindemianJordan_U, How does he allocate memory for it?17:56
varaindemianswap memory*17:56
hoe`Jordan_U, I'm thinking of "recursively from my current directory"17:57
Jordan_Uvaraindemian: 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
Flannelvaraindemian: You could use a swap file, but a swap partition is pretty standard.  So yes, I agree with your /, swap, and /home17:57
ddoobbIf any conky users are here please answer my questions on #conky17:58
TJ-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 years17:59
varaindemianso LVM would be the best choice17:59
Jordan_Uhoe`: grep -Rn "some_function" .17:59
hoe`I was worried that was the answer :) I can live with it tho.18:00
varaindemian?18:00
hoe` 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
hoe`that's what my current method definition searcher looks like.18:01
varaindemianTJ any downsides for LVM?18:01
TJ-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
TJ-etc.)18:02
TJ-varaindemian: LVM supports snapshots of LVs too, making it possible to roll back things like release-upgrades that go very wrong18:02
Flannelvaraindemian: 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:02
varaindemianis lvm more secure and traditional installer?18:03
FlannelNo.18:03
TJ-varaindemian: LVM is just containers - you still use regular file-systems inside the Logical Volumes18:04
ducassehoe`: have you looked at 'ack'?18:04
hoe`I'm messing with silver searcher (ag) atm.18:04
hoe`have not used ack/ag before tho.18:04
TJ-varaindemian: think of LVs as individual partitions you can resize at will (given some free extents in their parent VG)18:04
varaindemianTJ-, just found an example here https://wiki.debian.org/LVM18:05
=== liquidLD is now known as liquidddd
TJ-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:07
liquiddddhi. 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 460018:08
liquiddddgraphics18:08
liquiddddoh18:08
liquiddddirc ate my text18:08
Jordan_Uvaraindemian: 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 you18:08
liquiddddhi. 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 460018:08
liquiddddgraphics18:08
Jordan_Udon'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
varaindemianTJ  can I switch to LVM from traditional installer?18:09
liquiddddsorry for the messed up text..dunno what happen. Im not good at irc18:09
BluesKajJordan_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 saved18:12
=== ubuntu is now known as Guest48587
alkisg"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
Guest48587hi18:13
TJ-varaindemian: installer offers the option for LVM install18:14
guest-9DFWGQhallo18:14
guest-9DFWGQwie heist du18:14
varaindemianwas?18:14
guest-9DFWGQfuck18:14
oerheks!de18:14
ubottuIn 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:14
guest-9DFWGQndkbfksfjsbfkadbnavahgassjhsf bfkojkkgnugh gjkbjun iujtrnhs18:15
guest-9DFWGQjugwdfiogjstuigh jkginjkghtr rijin, hy18:15
guest-9DFWGQ,ktgkitrjjnkeonke\18:15
guest-9DFWGQphiomghnl;18:15
guest-9DFWGQgjhomopghkjotyjkt18:15
guest-9DFWGQhylonjketokjyu18:15
hoe`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
hoe`it will find a C/C++/C#/JS syntaxed function who's passed in as the first argument.18:15
ghoaleewhat is the best way to reduce ubuntu to a minimal system.. like just browser with plugins and transmission18:16
varaindemianTJ-, does encrypting the ubuntu installation affect the speed of the os?18:16
alkisgghoalee: start with a minimal installation and then install the browser and transmission18:18
ghoaleekay18:18
liquiddddanyone ? Has any idea why newer unity releases are screwed on intel graphics ?18:18
DbuggerHello eveyone18:19
Dbuggerhow are you all liking 17.10?18:19
oerheksliquidddd, an idea on your opinion ? this is technical support18:19
liquiddddoerheks, its not an opinion, its a fact. I see it tens of times .18:20
guest-9DFWGQlolololololololololoololololoolo.lo0l0lo0lo0llolololololololololololololololololololololololololololololololololololololololololololo9ooi9lol9o9oololloklfuckzou lol18:20
ducasseghoalee: you can use the lubuntu alternate installer to install just a minimal base, then add what you want18:20
Flannelguest-9DFWGQ: please stop that.18:20
liquiddddits not my pc, since versions till 15.10,as I said,works FINE. As well as other compiz based things18:21
=== KindTwo is now known as KindOne
guest-9DFWGQhez are zou single18:21
ducasseliquidddd: it's not broken for everyone, i can assure you of that18:21
guest-9DFWGQlolololololol9ol9olol0olo0ol90omd nz<hdmt18:21
liquiddddok,maybe not everyone,but it is for me. And i seeked ''technical support''18:21
oerheksso it does not affect you, good18:21
rdhliquidddd, working fine here, on intel18:22
liquiddddoerheks, 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
liquiddddrdh, i belive you,but i have an issue.18:23
liquiddddand its resolved by saying that its just an opinion18:23
alkisgIn 17.10 Ubuntu/Gnome, where can I disable the screensaver locking feature?18:23
Thunder_Twplease, no1 is dooing their job here. no1 is getting payed18:23
rdhliquidddd, no, this is a specific issue that does not apply to ALL intel, as your statement implies: <liquidddd> anyone ? Has any idea why newer unity releases are screwed on intel graphics ?18:24
liquiddddokay maybe i generalized as an expression,a way of saying, but still the issue for me exist18:25
ghoalee@alkisg https://askubuntu.com/questions/177348/how-do-i-disable-the-screensaver-lock/81751418:25
=== test is now known as Guest90001
=== Guest90001 is now known as user--01
alkisgghoalee: do you have that option in 17.10? I don't seem to have it...18:26
alkisgI can use gsettings to do it from the console, but I can't find a gui for it18:26
ghoaleeI don't run 1718:27
rdhliquidddd, besides... we do not know what "screwed" is as far as to what you are seeing18:27
alkisgI don't think your advice applies to 17.10...18:27
alkisgThank you though18:28
liquiddddwell 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.1018:28
ghoaleecan try xset command18:28
ducasseliquidddd: what exactly is broken?18:28
alkisgghoah found it , they put it in the "privacy" tab18:29
ghoaleenice18:29
liquiddddducasse, 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 click18:29
alkisg*ghoalee, sorry, mistyped the name18:29
liquiddddrdh, if you dont understand proper english ,we can both go and take some classe,no worries.At least im not a native speaker. tc18:30
liquiddddclasses*18:30
rdhliquidddd, lol screwed is not a technical term18:30
liquiddddbut im not a technical dev either aint i haha18:30
liquiddddIm a normal user18:30
xcvbxcvbxbcxbcbxI am a normal user too18:31
rdhliquidddd, http://www.catb.org/esr/faqs/smart-questions.html18:31
rdhliquidddd, https://ubuntuforums.org/showthread.php?t=2088695 <- seems related.18:33
liquiddddrdh, 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
xcvbxcvbxbcxbcbxhow to turn off some notifications in xchat?18:33
akikliquidddd: there's a suggestion to disable fading windows in ccsm18:34
akikliquidddd: ccsm = compiz config settings manager18:35
liquiddddakik, thanks.. i found something similar ..https://bugs.launchpad.net/ubuntu/+source/unity/+bug/128397918:35
ubottuLaunchpad bug 1283979 in unity (Ubuntu) "moving windows causes the top bar and the launcher bar to flicker" [Medium,Confirmed]18:35
liquiddddis that bug ,or can it be resolved ?18:37
ducasseliquidddd: try reading the comments, see if anyone found a solution18:38
rdhliquidddd, this is an nvidia related issue.18:39
liquiddddducasse, thanks. I,ll also try to find that option in ccm,to disable fading windows. In a virtualbox,ofc18:39
liquiddddccsm*18:39
ghoaleedid you try the mesa stack updates18:40
ghoaleelook up nvidia mesa stack update or something18:40
rdhliquidddd, https://askubuntu.com/questions/786046/unity-problem-missing-launch-bar-and-severe-flickering-of-windows-icons/78788918:40
liquiddddi 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
liquiddddalso, I have Intel not Nvidia18:41
liquidddd:)18:41
orogorhi18:44
liquiddddIn 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
orogorcan i still get a passwordless login via single mode ?18:44
orogorafter upgrade , mygraphics are in 640x480 and my sudo comamnd won t work18:44
ducasseliquidddd: you should also try filing a bug if you can't find one that matches18:45
orogorit just hangs ater typing the pass18:45
ducasseliquidddd: that way it can get fixed18:45
ghoaleeliquid.. 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 stuff18:45
rdhghoalee, more than likely what the issue is18:45
ghoaleehttps://askubuntu.com/questions/643140/how-to-update-opengl-with-intel-graphics-card-ubuntu-14-0418:45
ghoaleekind of like that18:45
liquiddddthanks man, I'll take a look18:46
Sven_vBhow can I configure my Ubuntu xenial to always use the latest 4.x version of bluez-tools, but avoid 5.x or later?18:47
diskinSven_vB, https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package18:50
=== KindTwo is now known as KindOne
Sven_vBdiskin, 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:52
ducasseSven_vB: as you generally don't find v4 and v5 of a package in the same repo, i guess it doesn't come up often18:56
ducassein the cases you do, the major number is usually part of the package name18:57
Sven_vBducasse, thanks!18:57
Sven_vBso first I'll go check whether 4.x is actually available18:57
knittelhello19:00
knitteli am sorry maybe i ask a stupid question , but my wife want another background and i am in the hurry...19:01
knittel"howto"?19:01
knitteland good evening for everybody19:01
ducasseSven_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
Sven_vBducasse, xenial 16.04.319:02
Sven_vBducasse, I'm not sure yet whether I do have a repo with 4.x19:02
ducasseSven_vB: ok, so theoretical question so far :)19:03
Sven_vByeah. 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
Sven_vBthen I won't have to consider whether the hold has security implications19:04
=== JanC is now known as Guest24634
=== JanC_ is now known as JanC
varaindemian[    0:000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later)19:10
varaindemian0x25 or later ****19:10
varaindemiananyone can help here?19:11
tomreynvaraindemian: install the micocode update utility which matches your cpu19:12
varaindemianI had this while trying to install ubuntu19:12
Jordan_Uvaraindemian: Is there an intel microcode update available in the "Additional Drivers" tool that comes with Ubuntu?19:12
varaindemianI tried ubuntu and after turning it off it appeared again19:12
tomreyndoes it stop you from installing?19:12
varaindemianshould I proceed with installation and see after that what can I do?19:13
tomreynyes19:13
varaindemiantomreyn, nope19:13
varaindemianshould this get fixed after installation?19:13
tomreynthe "additional drivers" GUI should allow you to do so post-installation19:13
tomreyn(as Jordan already pointed out)19:14
varaindemianalright19:14
varaindemianfor fat32 type i see only dos and windows19:15
varaindemianwhats the correspondent for /boot?19:16
varaindemianwhat do you recommend refi or legacy?19:22
varaindemianuefi*19:22
Jordan_Uvaraindemian: UEFI19:24
varaindemiancan I update the bios without having windows?19:24
krwqhello, 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 size19:25
akikvaraindemian: not in every case. there's a legal way to create a bootable windows iso which gives you a kind of live session19:25
ducassevaraindemian: depends, some can be updated from inside the firmware menus, and some even from ubuntu19:25
akikvaraindemian: http://www.webupd8.org/2013/07/how-to-create-bootable-windows-pe-iso.html19:26
Iarfenhi!19:28
Jordan_Ukrwq: 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:30
acresearchdowngraded back to 17.04 could not handle the massive amount of bugs in 17.1019:31
akikfat32 max file size is 4 gigs19:31
krwqJordan_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 formatted19:33
haze_act 119:34
haze_help19:34
haze_hello19:35
haze_someone here?19:35
acresearchhaze_: ?19:35
ducasse!ask | haze_19:35
ubottuhaze_: 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 !patience19:35
haze_just testing19:35
krwqok, going with: df -PT <path> | awk '{print $2}' | tail -119:35
krwqand checking what it returns and mapping that to some hard coded sizes19:36
ducassehaze_: wouldn't ##test be a better place for that?19:36
mrhubrisjequestion: is Peerguardian any good?19:36
haze_ducasse im fine19:37
=== jk is now known as januewer
acresearchare the bugs in 17.10 going to get fixed, or this is the way it is going to stay?19:39
acresearchwhat is the policy from canonical?19:39
haze_i'm new into  bash in windows19:39
haze_what can i do with this?19:39
haze_just manage my system as i doing with cmd? lol19:39
ducasse!ubuwin | haze_19:39
ubottuhaze_: 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_guide19:39
ducassehaze_: we don't support that, try ^^ that channel19:40
haze_ok, dude19:40
haze_thanks19:40
=== X230t is now known as Chinesium
Jordan_Uacresearch: 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 affect19:42
Jordan_Umany users). Though, usually with such severe common bugs the fixes get backported so that new major versions aren't needed anyway.19:42
acresearchJordan_U:  oh ok19:43
acresearchJordan_U: i understand19:43
ducasseacresearch: bugs being fix depend on people actually filing them, though19:44
ducasse*fixed19:44
krytarikAlso could help testing *before* a release.19:45
miaHello there channel19:45
miaI've upgraded ubuntu 16.04 let to th latest, 17.1019:46
acresearchducasse: well, i am not motivated to report bugs when i see each release worse then the one before.19:46
miabut I don't see the default (gnome) desktop environment, it logs me into unity19:46
miawhen I log off, and relog, there is only the unity option there19:46
ducasseacresearch: so, how is it supposed to get better if nobody bothers to do that?19:46
miaSo 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:46
acresearchducasse: if i feel my efforts are being addressed i would, but from experience bugs i reported remained19:47
krytarikSo why even bring this up then?19:48
acresearchkrytarik: maybe someone here would be motivated to report it instead of me19:49
acresearchor maybe the developer reads it19:49
krytarikBut you aren't telling any details?19:49
acresearchkrytarik: sorry, i think i discussed them earlier this morning19:49
krytarikAha, ok.19:49
IberianHello 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
IberianHow can I get rid of that one?19:50
Jordan_Umia: 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
acresearch1. 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
acresearchkrytarik:19:51
miaJordan_U, I will be careful about that, would that solve my problems ?19:51
miaAlso --- is there any way to do this without downloading the image, writing it to usb, and going through all that ?19:52
miaI'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 drive19:52
Jordan_Umia: 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
Jordan_Umia: How did you upgrade?19:53
miaJordan_U, apt-get dist-upgrade was my method19:54
miaafter setting my LTS to "all upgrades" rather than LTS only of course19:54
Jordan_Umia: 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
Jordan_U!upgrade | mia19:55
ubottumia: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade19:55
miabut 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 not19:55
miaJordan_U, yes, the software updatr says I don'T have any updates19:56
miaand when starting the machine it states 17.1019:56
miaso I believe it's updated (not sure if properly though)19:56
miaso I cna't do the software update method any more, as it ays, "no updates"19:56
cristian_cok, then abother question19:57
Jordan_Umia: Did you perform any steps other than running "sudo apt-get dist-upgrade"?19:57
cristian_cwhat command could I type in order to know if wayland is running?19:57
miaI've went into software updater first, and selected "for any new version"19:57
cristian_cany ideas?19:57
miaJordan_U, before all that I did apt-get update and apt-get upgrde just to be safe19:58
analogicalwhere can I find casual games for Ubuntu?19:58
miaso 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-upgrade19:58
Jordan_Umia: 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
cristian_canalogical: software center19:58
xtronhow to launch an application using ./app without going to app_location19:59
miano I didn't do anything like that, I'm very beginner in all this, lets say "casual user"19:59
miaso I try not to mess up with anything19:59
rbancroftare there any tricks to get 17.10 3d acceleration as a vbox guest to work?19:59
akikxtron: just write the full path to the app20:00
Jordan_Uxtron: 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:00
ducassecristian_c: try 'loginctl list-sessions', one line should list something under 'seat' - what's on that line under 'session'?20:01
cristian_cducasse: oh, thanks20:01
ducassecristian_c: then do 'loginctl show-session <velue-from-last-step> | grep ^Type'20:02
orogoranyone would know what would have broken sudo in 17.10 ?20:02
xtronakik: what will be the syntax like <./home/xtron/myapp>20:02
cristian_cok20:02
orogorsudo just hangs after typing a good passwd20:02
akikxtron: read Jordan_U's message20:02
Jordan_Umia: The problem is that what you've done alone couldn't possibly have upgraded you, even partially, to Ubuntu 17.10.   . 20:02
miaJordan_U, but seems like it did20:03
miait took around 2 hours20:03
miaand I'm pretty sure I didn2T use any other commands20:03
mia(because I don't know anything else )20:03
miaif there is a way to check (and send you some sort of logs, etc) I can happily do it20:03
Jordan_Umia: What is the output of "lsb_release -d"?20:04
miaUbuntu 17.1020:04
Jordan_Umia: 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:05
miais there any way to learn what's missing*20:06
ducassemia: you didn't click a button prompting the upgrade?20:06
miaNope, I didn't20:06
miasidenote: I also did dist-upgrade to my server through ssh and it's upgraded to 17.10 as well20:06
miabut since I don2t use graphical UI, I didn2t really care20:06
mianow I want gnome so I care20:07
miaducasse ^20:07
Jordan_Umia: Still impossible. Only "sudo do-release-upgrade" would have done that (or manually messing with /etc/apt/sources.list).20:07
miaI have no idea about that command20:07
miaor no idea about that location20:07
orogormia, logs are in /var/log/apt/term.log*20:08
miaI just did it nwow and it says "no new release found"20:08
orogoru can open .gz with zless20:08
varaindemianwhy is it arch so fucking well documented20:08
ducassevaraindemian: no swearing20:08
orogorthey do copy pasta20:08
Jordan_Umia: 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
varaindemianducasse, I was able to update the bios using geteltorito our package20:09
Jordan_Umia: 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
varaindemianI got answers here that I should update using Windows20:10
miaJordan_U, without hacking anything in, is there any way to reinstall the whole ubuntu without losing data20:10
varaindemianso sad :(20:10
miaJordan_U, I will!20:10
orogorwell you can do dist-upgrade, it wont switch to a new release , that s all20:10
Jordan_Uvaraindemian: Multiple people told you that it would likely be possible via Ubuntu.20:10
ducassevaraindemian: no, you got told what your options likely were20:11
Jordan_Uvaraindemian: 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:13
Scoop7Hey         /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:14
cristian_cducasse: weird20:15
Jordan_UScoop7: 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
Jordan_UScoop7: What is your end goal?20:15
cristian_cducasse: 'command 'loginctl' not found. Maybe you mean: Command 'loginctl' from 'systemd' package (main). loginctl: command not found'20:17
cristian_cducasse: on 17.1020:17
Scoop7I 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:17
Jordan_UScoop7: How did you install supervisor?20:18
ducassecristian_c: try '/bin/loginctl'20:18
Scoop7I don't remember20:18
Scoop7oh maybe i've installed python with sudo20:18
cristian_cducasse: no such file or directory20:19
cristian_c*not exist20:19
Jordan_UScoop7: 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
ducassecristian_c: ok, something is broken. try 'sudo apt install --reinstall systemd'20:20
Jordan_UScoop7: What are you trying to use supervisor to accomplish? What is your end goal?20:20
cristian_cok20:21
Scoop7Oh 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 sudo20:21
cristian_cducasse: I say also: I've made a release upgrade20:21
cristian_cfrom 17.0420:21
cristian_cducasse: systemd reinstalled20:23
Jordan_UScoop7: To determine that we would need much more information about what you're trying to do than you've provided.20:24
ducassecristian_c: try running loginctl now20:24
Scoop7I 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_U20:25
varaindemianJordan_U, I am sorry. Please let me know howI can update from ubuntu20:25
varaindemianducasse, ^20:26
ducassevaraindemian: i mentioned a couple of options earlier20:26
ducassevaraindemian: but if you already updated, isn't the problem now solved?20:28
cristian_cducasse: unfortunately , same reply20:29
kostkoncristian_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 cache20:29
cristian_cok20:29
varaindemianducasse, depends, some can be updated from inside the firmware menus, and some even from ubuntu"20:30
cristian_ckostkon: after clean, should I reinstall systemd?20:30
cristian_c*after apt-get clean20:31
kostkoncristian_c, give it another try20:31
varaindemianducasse, I updated from the arch install that I have right now20:31
varaindemianducasse, did you mention anything else?20:31
oerheksirc is awesome, one can readback20:32
cristian_ckostkon: unfrtunately, loginctl is still not detected20:32
Sven_vBI 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:32
daniel331hi 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:33
varaindemianoerheks, I only see that he said that there are options inside ubuntu...20:34
varaindemiandid I miss soemthing?20:34
daniel331(I mounted dev proc and sys into the laptop's root FS before I chrooted natch)20:34
daniel331another 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
tewarddaniel331: 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
varaindemianducasse, can you tell me the options inside ubuntu?20:35
varaindemianplease20:35
daniel331networking's fine outside of the chroot tho20:36
Squarismso is the WPA2 hack possible to patch in 14.04 LTS? Have many drivers been fixed?20:36
daniel331and the weird thing is chrooted ping locks up the terminal!20:36
kostkoncristian_c, the cmd:  which loginctl   gives nothing?20:36
tewardSquarism: it's not a driver level patch, it's a wpa_supplicant patch among others20:36
Squarismteward, so its bios?20:36
ducassevaraindemian: one of them is fwupd, which is a sort of common framework supported by some uefi firmwares20:36
tewardSquarism: the second part is that it also affects access points and such, so it requires the other side of patching too20:36
tewardSquarism: ... no?20:36
ducassevaraindemian: but again, you've already updated, right?20:37
SquarismOk.. i dont know much about the technicalities - i just wanna fix the problem20:37
tewardSquarism: 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
tewardSquarism: sudo apt-get update; sudo apt-get upgrade20:37
dmmulroyHi 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 speaker20:37
cristian_ckostkon: /bin/loginctl20:38
Squarismteward, thanks20:38
varaindemianducasse, yes it is solved. and fwupd got mentioned only this time :)20:38
tewardSquarism: 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/client20:38
tewardSquarism: see https://www.ubuntu.com/usn/usn-3455-120:38
Squarismgot it20:38
tewardalso refer to https://www.krackattacks.com/ for more on the vulnerability itself20:38
ducassevaraindemian: because the first time you only asked if you had to do it from windows20:38
tewardSquarism: it's both wpa_supplicant and hostapd; but both have patched versions in the repos, so just do a standard update/upgrade.20:39
tewardand that is all you need.20:39
Squarismthanks20:39
tewardat 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:39
cristian_ckostkon: oddly, now it r20:40
cristian_ckostkon: oddly, now it works20:40
cristian_cducasse: btw, I see: c2       the uid,         the user,       seat020:42
kostkoncristian_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-upgrade20:42
cristian_cinstead, tty field is empty20:42
kostkoncristian_c, after you debug this probably20:43
ducassecristian_c: 'loginctl show-session c2', look under Type20:43
cristian_ckostkon: after made release upgrade, update manager said system was updated20:44
daxteward: (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
kostkoncristian_c, well you never know20:44
kostkoncristian_c, you may have some left overs20:44
cristian_cok20:45
daxteward: s/roaming/repeater mode/20:45
tewarddax: some of them may be, though, point is patching the endpoint machines is only half the security20:45
daxteward: "half" is what i take issue with, it's more like 99%20:45
tewarddax: 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 though20:45
cristian_csystem halted by mistake20:46
tewarddax: 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
tewardthat's why i said half.  Because you just *don't know* how some networks are set up, at least globally.20:46
daxteward: sure, and there are any number of more statistically likely exploits against APs20:46
tewardyou aren't wrong about 'almost none of them' but that only applies in the environments which we know of.20:46
tewarddax: again, it's basically arguing over semantics.  We all have better things to do with our time :P20:47
daxwell no, it's creating unnecessary worry for users20:47
teward... like patch nginx for some HTTP/2 body corruption o.o20:47
tewarddax: you forget i'm a paranoid security guy20:47
teward:P20:47
daxso am i. that mindset is often not appropriate in an end-user channel20:47
daxsee, for example, the KRACK website:20:47
dax"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
daxand disabling 802.11r (fast roaming). For ordinary home users, your priority should be updating clients such as laptops and smartphones."20:48
cristian_cducasse:ok, x1120:48
ducassecristian_c: then bingo, you're not in a wayland session20:48
cristian_cthanks20:49
ducassecristian_c: np20:49
cristian_cso, a regression occurred from 17.04 about touch devices in xorg20:49
cristian_c*since20:50
cristian_cxorg.0.log gives a strange behaviour about detection20:50
cristian_can user on askubuntu has desdribed the same issue (not answers)20:51
cristian_c*described20:51
Bashing-omcristian_c: https://ubuntuforums.org/showthread.php?t=2374782 might be of interest to your case .20:51
cristian_cok20:51
varaindemianducasse, 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 partition20:54
Bashing-omcristian_c: I have yet to determine with wayland that the Xorg file has any value .20:54
cristian_cBashing-om: :O20:55
ducassevaraindemian: you don't want /boot, but /boot/efi20:56
cristian_cBashing-om: ok, but loginctl tells wayland is not running, while x11 is20:56
oerhekslolz, logout, change, login20:57
Bashing-omcristian_c: Then in X11 i can accept that /etc/X11/xorg.conf is pertinent .20:58
cristian_coerheks: I think just gnome supports wayland20:58
varaindemianducasse, hmm here they say that I want /boot https://help.ubuntu.com/community/DiskSpace20:59
oerhekscristian_c, no, there are more options standard, 17.1020:59
cristian_cBashing-om: I've crested xorg.conf because xbacklight didn't work20:59
cristian_cso, I've added intel-backlight string to xorg.conf, in order to tell xorg where to find stuff21:00
ducassevaraindemian: no, it doesn't.21:00
ducassevaraindemian: "EFI Partition - Mount point: /boot/efi"21:00
alkisgvaraindemian: "Mount point: /boot/efi  (no need to set up this mount point as the installer will do it automatically) "21:00
cristian_coerheks: unfortunately, I've not found that in lightdm21:00
cristian_c(gnome uses gdm, now)21:00
Bashing-omcristian_c: In the links from ^ there is a tutorial to create a stub .21:01
cristian_cBashing-om: I'm afraid xorg.conf creation could have brought issues to xinput21:02
cristian_cBashing-om: ok21:02
cristian_cI couldmtry to rename xorg.conf in order to see if proper input detection is restored21:03
varaindemianducasse, boot flag?21:03
varaindemianIt must be located at the start of a GPT disk, and have a "boot" flag.21:03
varaindemianare 25 gb enough for / ?21:06
cristian_cBashing-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 mouse21:06
cristian_cso, giving missng scrolling property21:06
cristian_c*resulting in missing scrolling priperty21:06
ducassevaraindemian: "Root partition - Size: minimum is 8 GB. It is recommended to make it at least 15 GB."21:07
IberianHello everyone. Can grub2 boot both Mac Os and Ubuntu?21:07
IberianI'm on a Macmini machine.21:07
cristian_cBashing-om: scrolling works just in gedit, not other applications21:07
IberianAnd trying to boot both operating systems with grub221:07
Bashing-omcristian_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
cristian_cI remember in 17.04 I could scrollling everywhere, also firefoc21:08
cristian_c*firefox21:08
varaindemianducasse, also, regarding the mount point for EFI, the installer says that it won't use the partition unless I select a mount point...21:08
ducassevaraindemian: then just set it to /boot/efi21:09
cristian_cBashing-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-xinput21:09
EriC^^iirc the installer only wants the type to be efi21:09
EriC^^varaindemian: ^21:09
cristian_cat a particular point, it says: 'ignoring device'21:09
varaindemianthen the info telling the user that "no need to set up this mount point as the installer will do it automatically" is kinda missleading21:10
varaindemianI guess21:10
heyresselam21:10
cristian_c[ 10.994] (II) No input driver specified, ignoring this device.21:10
cristian_cBashing-om: and it's totally insane because sime lines above the device is detected and configured properly21:11
cristian_cI've experienced the same type of issue21:11
EriC^^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 mountpoint21:11
varaindemianEriC^^, it asks for the mount point..21:12
EriC^^aha21:12
varaindemianEriC^^, and the type is FAT3221:12
Bashing-omcristian_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:12
cristian_cBashing-om: I understand. I talk just about xorg.0.log21:13
varaindemianEriC^^, is there a type called efi that miss?21:14
EriC^^varaindemian: in the "use as" field21:14
cristian_cbefore it adds the device properly, after some lines it cancel his decision and addamit again but as mouse21:14
cristian_crefuaing to accept the previous decision21:15
EriC^^varaindemian: this is how it used to be https://www.tecmint.com/wp-content/uploads/2015/04/EFI-System-Partition-Size.png21:15
Bashing-omcristian_c: Makes one wonder what udev is doing .21:15
cristian_cyeah21:15
cristian_cudev config lines are relevant21:15
varaindemianEriC^^, didn't see that type21:15
cristian_c(II) config/udev: Adding input device21:16
EriC^^maybe it's a 17.10 thing21:16
varaindemianEriC^^, you sure this would be the case for 17.10?21:16
varaindemianis 17.10 that buggy?21:16
cristian_cthis lune occurs two times for the same input event21:16
EriC^^*shrug* maybe they're making it more free to choose the fs type and what not21:16
cristian_cthe first time it says the proper device, the second time it says it's a mouse21:17
cristian_cmaking the wrong decision21:17
Bashing-omcristian_c: maybe open a bug and have the big boys explain ?21:17
cristian_cBashing-om: that's the only thread I've found on internet about my same issue21:17
cristian_cBashing-om: It could be an idea, I'm not sure btw, because usually bug reports are ignored by devs21:18
cristian_c(for my experience)21:18
Bashing-omcristian_c: Well, depends on IF enough info is provided to act on it .. garbage in is garbage out .21:19
varaindemianEriC^^, no EFI option21:20
cristian_cBashing-om: yeah, but it's not automatic, reports are usually ignored also when they are full of detailed infornation21:20
varaindemianEriC^^, does that mean I do not have efi enabled in bios?21:20
ducassevaraindemian: no, it does not mean that21:20
EriC^^varaindemian: possibly, can you open a terminal and run "ls /sys/firmware/efi" ?21:21
varaindemianI am on 17.1021:21
varaindemianI only have ubuntu now21:21
varaindemiani am in the installer21:21
EriC^^varaindemian: press ctrl+alt+f1 , login with ubuntu and an empty password and type it21:22
ratatatatrying to create an install usb (32gb drive formatted as ext4) with startup disk creator on ubuntu but i can't boot it21:22
EriC^^ratatata: try using "dd"21:23
varaindemianin bios I had UEFI/Legacy boot - both...21:23
EriC^^ratatata: sudo dd if=/path/to/iso of=/dev/sdX bs=4M && sync21:23
varaindemianmaybe that was the case21:23
EriC^^replace /dev/sdX with your usb device21:23
EriC^^(not device not partition e.g. /dev/sdxY)21:24
EriC^^*note device21:24
EriC^^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:24
varaindemiangrub v221:25
cristian_cBashing-om: I'll try a 17.04 live session, in order to confirm my suspects21:25
ratatatanow 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
EriC^^varaindemian: then it booted in uefi mode21:25
ratatataso somethings fucky with that usb21:25
cristian_cI mean: the fact 17.10 x server has broken things21:25
EriC^^ratatata: that's not a problem, that's just cause the blocksize used to transfer the data was different, nothing's wrong with the usb21:25
kostkonratatata, 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
ratatatai ran the dd thing, now what21:26
kostkonunetbootin*21:26
varaindemianEriC^^, eri partition size?21:27
varaindemianefi*21:27
EriC^^ratatata: once it returns the prompt back you can try the usb out21:27
ratatataits not returning for a while now21:27
kostkonratatata, it might take some time to finish21:27
ratatata381+1 records in21:28
ratatata381+1 records out21:28
ratatata1599602688 bytes (1,6 GB, 1,5 GiB) copied, 4,10268 s, 390 MB/s21:28
ratatataah nvm its done21:28
ratatataalright thanks ima give this a shot again21:28
varaindemiansize of efi partition?>21:30
=== twager is now known as G3TPI
=== Supreme is now known as Supreme-
=== Supreme- is now known as Supreme--
MiaHey all21:35
varaindemiansize of efi partition?>21:35
MiaI tried to install ubuntu to another hdd than my windows, but looks like my windows bootloader is replaced21:35
=== Supreme-- is now known as Supreme_
EriC^^varaindemian: 300mb is good21:35
MiaI assumed ubuntu to install its boot manager to the second hdd instead opf the primary21:35
ducasse!patience | varaindemian21:35
ubottuvaraindemian: 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:35
MiaI 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 ubuntu21:36
EriC^^Mia: how did you let ubuntu installer the bootloader to the disk?21:36
=== Supreme_ is now known as Supreme-
kostkonMia, so to clarify that: you want to use the windows bootloader and not grub?21:37
MiaEriC^^, I have no idea, ubuntu was already installed on another drive with its bootloader21:37
MiaI 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 that21:37
EriC^^Mia: aha21:38
Mianow 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
EriC^^Mia: are you in ubuntu right now?21:38
MiaI wanted to have th primary hdd as is21:38
Mianope, I'm in windows21:38
Mia(just needed to check if everything here is alright, had a small panic attack, lol)21:38
EriC^^Mia: boot into ubuntu and come back here21:38
Miaokay, will do so in a second!21:39
EriC^^yeah21:39
Miasee you21:39
EriC^^ok21:39
Supreme-hi, can someone help me convert a mbr drive to gpt without data loss on ubuntu?21:39
ducasseSupreme-: step one, create a backup21:41
=== HashMuff1n is now known as HashFreedom
=== jstein_ is now known as jstein
mia__EriC^^: back21:54
EriC^^mia__: wb21:54
mia__on mobile atm, reinstalling Ubuntu, for some reason it didn't start21:55
mia__also I've realized I have two Ubuntu bootloader's on the BIOS disk select menu for the same hard drive21:55
EriC^^aha21:55
mia__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 hdd21:56
mia__Windows logs in fine, but Ubuntu is not. and now the USB installer didn't give me the option to "reinstall"21:57
EriC^^mia__: maybe it's uefi21:58
EriC^^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 already21:58
=== tking0036 is now known as Guest71896
mia__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 hdd21:58
EriC^^mia__: good job, ok21:58
mia__thank ypu21:58
mia__just a few more minutes remainşng hopefully21:59
Bluekinghow to check what are running before clean/remove stuff in /boot ?22:06
varaindemianhow can I access the logs for this server?22:06
EriC^^Blueking: uname -r22:07
EriC^^!irclogs | varaindemian22:07
ubottuvaraindemian: 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:07
miaEriC^^, back22:10
=== mia is now known as Guest43157
=== Guest43157 is now known as Mia_
Mia_ok this is better22:10
Mia_Now I'm in ubuntu22:10
ObrienDave\o/22:11
EriC^^Mia_: great22:11
varaindemianthank you22:12
EriC^^Mia_: open a terminal, type "sudo parted -l | nc termbin.com 9999" and paste the link it gives you here22:12
Mia_what's the next step now22:12
mattflywhat should i install to have libboost_system.so.1.58.022:12
mattfly?22:12
EriC^^!find libboost_system.so.1.58.022:12
ubottuFound: 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&section=all22:12
Mia_http://termbin.com/ykuvu EriC^^22:13
mattflyno results22:14
EriC^^Mia_: some of the installs are in uefi mode and some in legacy mode22:16
EriC^^Mia_: windows is on the 500gb ssd?22:16
EriC^^the rest are just data drives?22:16
Mia_EriC^^, yes, primary windows is there22:17
Mia_however there is also a windows 7 installation on the ubuntu hdd22:17
Mia_(which was accessible through the ubuntu grub (?) menu before)22:17
ObrienDavesudo update-grub22:18
varaindemianshould I do something special for an ssd on ubuntu?22:19
varaindemianis trim enabled and all that?22:19
EriC^Mia_: i got dc22:21
MortyTSuh if i have radeon hd7870, should i get a proprietary driver?22:21
Mia_<Mia_> EriC^^, yes, primary windows is there22:22
Mia_<Mia_> however there is also a windows 7 installation on the ubuntu hdd22:22
Mia_<Mia_> (which was accessible through the ubuntu grub (?) menu before)22:22
Mia_last things I've posted ^^22:22
ObrienDavesudo update-grub22:22
Mia_pbriendave but then should I be able to get the default windows menu back22:23
Mia_I don't want the ubuntu grub to exist in the ssd22:23
Mia_ObrienDave, ^^22:23
EriC^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:23
ObrienDaveway too confusing for me LOL22:24
Mia_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 installation22:25
Mia_Not sure if all that ^ makes sense22:25
EriC^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 722:25
Mia_I don2t wish to switch modes, I want it to work as it did before to be honest22:25
Mia_Where I only pick the primary HD and the drive would handle the rest22:26
oerheks2 windows versions.. how would that have worked *before*, uefi and legacy?22:30
EriC^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 ubuntu22:30
Mia_oerheks, I would select which HD to start, that's all22:31
Mia_I don't want the windows 7 bootloader, I can pick it through the ubuntu disk22:31
Mia_ubuntu bootloader*22:31
Mia_But the SSD has windows 10 installed, which I don't want the ubuntu bootloader there22:31
Mia_because ubuntu is not even installed in the same hd22:32
Mia_Normally, this HD that has ubuntu installed (and windows 7) is not belonging to this machine I'm using22:32
Mia_so I will remove it when I'm done with it22:32
EriC^Mia_: i guess that's possible depending on if your bios knows what to do22:32
EriC^Mia_: right now when you select the windows ssd what happens?22:32
Mia_and the SSD that has windows 10 will still have ubuntu grub there, which is pointlss22:32
oerheksnot sure grub supports uefi and legacy boot, in the same menu, i guess not22:32
Mia_EriC^, right now ifI select the ssd (windows 10 only) it gives me ubuntu grub menu22:33
Mia_there is windows there, and there is ubuntu (that's located on another hd)22:33
Mia_so simply ssd should have nothing to do with the ubuntu22:33
Mia_oerheks, I want to get rid of the grub alltogether22:34
Mia_in my windows HD it's not necessary22:34
Mia_ubuntu is installed on a separate physical hd anyway, and I can select it as the primary HD to get into it22:34
Mia_(through bios)22:34
EriC^Mia_: it shouldn't be there, try "sudo mount /dev/sdb2 /mnt && ls -lR /mnt | nc termbin.com 9999"22:35
EriC^Mia_: windows 7 is there?22:36
Mia_This is what ı get (no link this time) "mount: /mnt: /dev/sdb2 already mounted on /boot/efi."22:36
Mia_windows 7 is installed on the same hd as ubuntu, that's not vital at this point22:37
Mia_what's vital to me is that windows 10 hd has ubuntu menu. ubuntu is not even installed on that hd (ssd)22:37
Mia_I want windows 10 ssd to be standalone as before22:37
EriC^Mia_: in grub, do you get windows 7?22:37
Mia_just, purely, windows. no grub, no ubuntu boot menu, nothing related to ubuntu, shortly.22:37
Mia_No I don't, atm, but that's okay at this point22:38
Mia_that's the second thing to fix22:38
Mia_http://termbin.com/3m9y EriC^  (sudo was missing in your command I guess)22:40
maheshpechi 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
EriC^Mia_: ubuntu somehow found its way into the efi partition, i guess it was installed in uefi mode earlier?22:41
EriC^Mia_: try "ls /sys/firmware/efi"22:41
Mia_ls: cannot access '/sys/firmware/efi': No such file or directory22:42
Mia_' EriC^22:42
EriC^Mia_: anyways just to be clear, windows isn't affect at all so no worries22:42
Mia_yes, but still, why/how is it there22:43
Mia_plus, when I open the bios disk select menu I see two <ubuntu< entries22:43
Mia_there were none before, there were only physical HD's listed22:43
Mia_if I wanted the ubuntu grub menu, I would pick the ubuntu HD (2 TB one)22:43
Mia_If I wanted windows I would pick the SSD22:43
ObrienDavemaheshpec, try the gear icon at the login screen, upper right corner22:44
EriC^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 list22:44
maheshpecI was able to get to gnome after logout but unity came up by default22:45
Mia_Hmm, maybe, I've tried to update (and failed) my ubuntu to the latest version22:45
Mia_thats where I messed things up I believe22:45
Mia_Anyway, how can I fix this at this point ?22:45
EriC^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
EriC^Mia_: wait 1 sec22:46
EriC^Mia_: type "cat /etc/fstab | nc termbin.com 9999"22:46
EriC^i think ubuntu has the efi partition there, which isn't needed22:46
EriC^Mia_: also type "dpkg -l | grep grub | nc termbin.com 9999" to make sure of something22:46
Mia_http://termbin.com/7hnm first one22:46
Mia_http://termbin.com/4qony second one22:47
Mia_cc EriC^22:47
=== mike_ is now known as Guest93306
EriC^^dc again22:57
EriC^^i got dc22:59
EriC^^Mia: still there?22:59
mia__6es here23:03
mia__eric^^23:03
EriC^^mia__: did you run the sed and apt-get commands?23:06
mia__> http://termbin.com/4qony second one23:07
mia__http://termbin.com/7hnm first one23:07
mia__sorry now I switched from mobile again, İ can try whatever you suggest, trying to repair windows default bootloader's from within windows atm23:08
mia__eric^^23:08
mia__EriC^^ you there?23:13
=== fbi is now known as Guest36793
danielHOLA23:19
=== daniel is now known as Guest46367
Guest46367ALGUIEN PARA CHARLAR23:21
Guest46367SOY DE URUGUAY23:21
krytarik!alis | Guest4636723:21
ubottuGuest46367: 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:21
krytarikI.e. not here.23:22
kostkon!uy23:23
kostkonnope23:23
kostkon!es | Guest4636723:23
ubottuGuest46367: 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.23:23
=== KindOne- is now known as KindOne
EriC^^Mia: i got dc, did windows boot fine?23:29
mia__eric^^ windows boots fine23:31
mia__but there I see Ubuntu option in bios disk select23:31
mia__that's what I am trying to remove23:32
MiaEriC^^, going through this thread atm23:34
Miahttps://askubuntu.com/questions/429610/uninstall-grub-and-use-windows-bootloader23:34
EriC^^Mia: that guide is for mbr not uefi23:37
Miathere are some efi related answers below23:38
Miathe top answeres are not related I know23:38
EriC^^Mia: as you wish23:39
MiaEriC^^, if you have an option to fix this windows ssd I would prefer to follow your guidance instead23:40
EriC^^Mia: ok, cool23:40
EriC^^Mia: boot the live ubuntu usb in uefi mode23:40
Miaokay23:40
EriC^^open a terminal and type "sudo efibootmgr -v | nc termbin.com 9999"23:41
Miacan I do this with the regular ubuntu installation where I have my irc and such23:41
Miaothrwise I'm stuck with the mobile irc23:41
EriC^^Mia: nope, we need it to be in uefi mode to access the uefi list23:41
Miaokay, doing so now .23:42
mia__loading live USB now23:43
mia__in "try Ubuntu" mode cc eric^^23:43
mia__I am in23:43
EriC^^mia__: ok, once it boots, you can access freenode from webchat.freenode.net23:47
EriC^^(in a browser)23:47
=== EriC^ is now known as EriC^^
EriC^^mia__: type "sudo efibootmgr -v | nc termbin.com 9999"23:47
aa2Hi, 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:47
mia_tempEriC^^: ok here23:48
mia_tempvia browser23:48
EriC^^aa2: why are you not installing firefox from the repos?23:48
EriC^^mia_temp: great, run "sudo efibootmgr -v | nc termbin.com 9999"23:48
aa2Firefox is just an example I have a bunch of programs like that23:48
EriC^^aa2: what extension do they have?23:48
aa2.gz, .deb23:49
mia_temphttp://termbin.com/kd9z EriC^^23:49
=== xrandr_ is now known as xrandr
EriC^^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 README23:50
EriC^^aa2: you'll probably find a lot of them are already in the repos though23:50
kostkonaa2, which programs, gives us an example23:51
EriC^^!checkinstall | aa2 might take a look at this too for the tar.gz ones23:51
ubottuaa2 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
kostkonaa2, 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 needs23:51
EriC^^mia_temp: type "sudo efibootmgr -B -b 0002"23:51
mia_tempEriC^^: there, the two entries for ubuntu23:51
EriC^^mia_temp: also, sudo efibootmgr -B -b 000323:52
kostkonaa2, besides firefox which comes with ubuntu, unless you are using some other flavour23:52
mia_tempdid both EriC^^23:52
EriC^^mia_temp: ok, type "sudo parted -l | nc termbin.com 9999"23:53
aa2I'm trying to install sophos-av23:53
mia_temp"Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes."23:53
mia_temphttp://termbin.com/m7bw EriC^^23:53
EriC^^mia_temp: type "sudo parted -ls |& nc termbin.com"23:54
EriC^^!info sophos-av23:54
ubottuPackage sophos-av does not exist in artful23:54
kostkon!find sophos23:54
ubottuFile sophos found in check-mk-server, sqlmap, whatweb23:54
mia_temphttp://termbin.com/zvxd EriC^^23:55
EriC^^mia_temp: type "sudo mount /dev/sdc2 /mnt"23:57
mia_tempdid23:58
aa2Also when using Unbuntu Software when I try to install something is starts the download and then stops23:58
EriC^^mia_temp: ls -lR /mnt | nc termbin.com 999923:58
MortyTSuh 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
uliseshola23:58
uliseshi23:58
=== ilfantomas_ is now known as ilfantomas
mia_temphttp://termbin.com/osga EriC^^23:59
uliseses la primera vez que uso esta herramienta23:59
ulisespara que sirve?23:59

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