/srv/irclogs.ubuntu.com/2017/01/08/#ubuntu.txt

SpeirosGoodnight mate:)00:00
basedmarsGoodnight00:00
=== Zren_ is now known as Zren
Reddiy98iHi folks.00:00
Reddiy98iHow do I install updates from UNTRUSTED sources?00:00
Reddiy98iIt won't let me..00:00
k1l_Reddiy98i: what is the error? put it into paste.ubuntu.com please00:00
SpeirosHi Reddiy98i:)00:01
Reddiy98ik1l_, http://paste.ubuntu.com/23761237/00:01
Reddiy98iWhen I click OK it doens't do anything.00:01
Reddiy98iI want to install the packages.00:01
Reddiy98iThere's a settings tab to the left I must have to click and configure.00:01
k1l_Reddiy98i: can you use apt on terminal? "sudo apt update" and then "sudo apt install <packagename>"? and show that on paste.ubuntu.com? (close the software center first)00:02
k1l_Reddiy98i: or what packages are we talking about? do you have .deb pacakges there?00:03
Reddiy98iIt's from the Software Update.00:03
Reddiy98iI got these untrusted package updates since I updated my Intel drivers.00:03
Reddiy98iThis requires installing packages from unauthenticated sources.00:04
Reddiy98iThen I click OK and nothing updates.00:04
Dreamanno key00:04
Reddiy98iBut there's a Settings... option I can click00:04
Reddiy98iI must need to config that to let me install untrusted updates00:05
k1l_Reddiy98i: can you please use the terminal as i asked you? that gives better context and errormessages00:05
Reddiy98ido you know how I do that?00:05
Reddiy98iOK, one moment.00:05
SpeirosCharles1st No, I don't believe there ever was a movie about you.00:05
basedmarsddquestion, if you mean bit by bit using the bs and count flag then no. Cat is faster but I wouldn't trust it to make a swapfile for example. Dd is more accurate based on various resources on the net.00:05
Reddiy98ik1l_, http://paste.ubuntu.com/23761250/00:06
SpeirosDreaman What key mate?  I presume you don't mean you looked under the mat?00:06
SpeirosSorry, that charles1st comment was for a different room:D00:07
Reddiy98ik1l_, Can you figure out what I am to do?00:07
Reddiy98iWow.00:07
Reddiy98iI just typed xrandr --output HDMI2 --set "Broadcast RGB" "Full"00:07
DreamanReddiy98i  parameters your mashine00:08
Reddiy98iAnd the improvement was dramatic.00:08
Reddiy98iThat means my RGB FULL is being reset every time I reboot.00:08
k1l_Reddiy98i: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 56A3DEF863961D3900:08
Phanescan this be trimmed down any further?  hoping to build a little tool that will list displays for users like the one we saw earlier: http://paste.silogroup.org/oluxuhagiz.rb00:09
Reddiy98ik1l_, Fantastic.00:09
Reddiy98iYou solved it. Now I am fully upgraded/updated.00:10
Reddiy98ik1l_, How do I get the RGB = FULL  to stick so it doesn't reset to limited every time I reboot?00:10
Reddiy98iHow do I access my Intel graphics GPU/00:10
Reddiy98i?00:10
SpeirosGood work k1l_:)00:10
k1l_Reddiy98i: put that into a /etc/X11/Xsession.d/ file00:12
Reddiy98ixrandr --output HDMI2 --set "Broadcast RGB" "Full"00:12
Reddiy98iThis is what I type to make my RGB = FULL, so this is what needs to go in there.00:12
Phanesdont use Xsession.d00:12
Phanesthat isn't what that's for00:13
Phanesthat's for launching applications with X00:13
SpeirosI hate it when it's really late on a Saturday night, and a beer sounds good, and then you realise you don't have a  Pubkey.00:13
k1l_Reddiy98i: yes, but use fullpath for xrandr. so use "/usr/bin/xrandr" there00:13
Phaneswhat you're looking for is Xorg configuration00:13
Phanesyou need to build a Xorg.conf to do that right00:14
akikPhanes: that's exactly what xrandr is00:14
Phanesyes but thats not where you call it.  xrandr is not for persistent changes00:14
akikPhanes: you shouldn't tell people not to use it00:14
gptssddualHi, booted from a pendrive, Ubuntu 16.04.1 64. I want to install beside my existing Win10 on a gpt fmt SSD00:14
Phanesi should because i know their use cases00:14
Reddiy98iSo what is the best way to program a persistent change?00:14
gptssddualI get the warning in gparted: “physical block size is 2048 bytes, but Linux says it is 512”00:15
PhanesXsession.d is for 'launch this application in my unique unsupported use case', Xorg.conf is where you make persistent changes like that00:15
akikPhanes: so how do you configure xorg.conf snippet for that xrandr command?00:15
Phanesnewer Xorg won't have a Xorg.conf as they want to autodetect stuff, so you'll want to create the file00:15
Phanesakik, you can use mine as a template: http://paste.silogroup.org/idayegapoz.vbs00:16
Reddiy98iPhanes, So what shall I do?00:16
PhanesReddiy98i, see above00:17
Reddiy98iPhanes, Your link? If I use that I'm going to have some probs.00:17
Reddiy98iYou have nVidia graphics, for one. I have Intel.00:17
Phanesright you'll want to edit it for your display configuration00:17
akikPhanes: i don't have that problem. i'm using Xsession.d00:17
Phanesthe names and resolution and placement is what you'd care about00:17
k1l_Phanes: this specific setting cant be set in xorg.conf. so your advise doesnt help.00:18
k1l_Reddiy98i: use my method. it wont hurt but will run that command on every gui login.00:18
Phanesthere is not a setting that xrandr has that xorg does not have.00:18
gptssddualI need help installing ubuntu 16.0.4.1 on a gpt SSD00:18
Phanesk1l_, not accurate00:19
Dreamangptssddual why not 16.1000:19
Speirosgptssddual Hello mate:)  Someone will be able to help you shortly.00:19
serdarhello00:19
Reddiy98ik1l_, /usr/bin/xrandr00:19
Reddiy98iWhat will using this full path accomplish vs xrandr?00:19
k1l_Phanes: i am happy if you look up that setting and how to get it work in xorg.conf. but so long you cant prove it i named a working solution without sideeffects.00:19
gptssddualDreaman, because I need a stable system, I chose LTS00:20
serdarmy X is loading the wrong libglx and wrong nvidia_drv, how can I change this_00:20
Reddiy98iLike this? /usr/bin/xrandr --output HDMI2 --set "Broadcast RGB" "Full"00:20
Phanesk1l_, ill start looking around for it, do you have his hardware profile00:20
gptssddualSpeiros, thanks for the kind words :-)00:20
Reddiy98iThat doesn't do anything.00:20
k1l_Reddiy98i: in scripts its better to go with fullpath and not rely on shortened paths.00:20
Dreamangptssddual  ssd driver in 16.0400:20
Reddiy98ik1l_, How come when I put that in the terminal it does nothing?00:20
Reddiy98iWHen I use this it works: xrandr --output HDMI2 --set "Broadcast RGB" "Full"00:21
Dreamannot see a hdd ssd00:21
Dreaman:)00:21
basedmarsIs it already in mbr?00:21
Phanesk1l_, this is a driver option so it's already a little flaky but let's try this first: http://paste.silogroup.org/odaxubosar.vbs00:21
gptssddualDreaman, oh, I see the SSD alright, but I get an ominous warning in gparted: “physical block size is 2048 bytes, but Linux says it is 51200:21
Dreamanmy laptop work00:21
k1l_Reddiy98i: "/usr/bin/xrandr --version" does this work?00:22
Dreamanssd is win 10 and 1 tb of hdd 100 gb is ubuntu00:22
serdarcan I remove this without issues? xserver-xorg-core00:22
Reddiy98ik1l_, Yes.00:22
Reddiy98ixrandr program version       1.5.000:22
Reddiy98iServer reports RandR version 1.500:22
basedmarspress ignore gptssddual00:22
Speirosgptssddual All good mate.  Hopefully your issue will be resolved.00:22
nicomachusserdar: no.00:22
Phanesehm, actually that should go in the Device section00:22
k1l_Reddiy98i: so does the other command. but it doesnt change something since its already changed00:22
Reddiy98ik1l_, You're right.00:23
Reddiy98iIt only works if the change can be made. if it's already changed it does nothing.00:23
Reddiy98iInteresting.00:23
serdardarn00:23
Reddiy98iOK, so I need to put this in the persistent file: /usr/bin/xrandr --output HDMI2 --set "Broadcast RGB" "Full"00:23
Reddiy98iWhich file?00:23
serdarit provides a libglx.so which is used by xorg00:23
gptssddualbasedmars, do you know the cause for that warning? I had a long install time installing two other OS'es (one of which is Windows) on the SSD so I don; t want to waste my work, that's why :-)00:24
serdarinstead it should load this /usr/lib/nvidia-375/xorg/libglx.so00:24
k1l_Reddiy98i: create a new on in the named folder. like 41-fullrgb00:24
Reddiy98ik1l_, in etc X11 Xsession.d?00:25
basedmarsI use a gpt which converted from mbr gptssddual . That could be the cause of it00:25
gptssddualbasedmars, If I know know the cause of the warning and *why* I can ignore it, I would be reassured.00:25
Reddiy98ik1l_, Do you know why full RGB is not enabled by default?00:25
k1l_gptssddual: that warning could be shown, since the ubuntu-live-usb has a different sector size on the usb and on the "burned" .iso file used00:25
k1l_Reddiy98i: yes in that folder.00:26
k1l_Reddiy98i: i dont know. maybe your monitor is seen as tv, which do have that settings00:26
Reddiy98ik1l_, Why do you say call it 41-fullrbg?00:26
Reddiy98iWhat's the 41 for?00:26
k1l_Reddiy98i: the .d folder is run through by a script which starts the files with commands after their numbering.00:27
k1l_Reddiy98i: same goes for grub.d folder. or motd.d folders etc.00:27
basedmarsThat warning is a must I think, since we're dealing with hard disk partition table and the partition itself here. It could lead to data loss if done uncorrectly, hence warning are useful00:27
gptssddualk1l_, ah, so gparted would stick wth the size reported by the ISO and not overwrite things it should not? Currently when I lookup my NFS partitions in gfdisk, they all show up as type 83 linux, with misaligned cylinders.00:27
=== Smn is now known as Guest47981
gptssddual^ NFS -> NTFS00:28
Reddiy98ik1l_, I'm in that folder now and it won't let me create a new document.00:28
Reddiy98iWhy is that?00:28
gptssddualk1l_, that made me a bit worried to press on and potentially ruin the present installs...00:28
Phanesk1l_, for future reference: https://www.x.org/archive/X11R7.5/doc/man/man4/intel.4.html | it may be called "LVDS24Bit" instead of "Broadcast RGB" as a device section item though, i can't test without his hardware00:29
k1l_Reddiy98i: since its system folders you need admin permissions. use nano: "sudo nano /etc/X11/Xsession.d/41-fullrgb"  then paste it into nano. then press ctrl+o for saving, and then ctrl+x for leaving00:29
Reddiy98ik1l_, What is your role on the Ubuntu team?00:30
Reddiy98ik1l_, Phanes was saying you had something wrong.00:31
k1l_Reddiy98i: just supporter and irc operator.00:31
gptssddualbasedmars, thank you for the explanation.00:31
Dreamank1l_  nervious and lame :)00:32
Phanesi wouldn't call it wrong, just that Xsession.d is not intended for driver option calls from xrandr.  This will still work but can become a slippery slope.  I think the link does a better job explaining the options.00:32
Reddiy98iPhanes, Which link?00:32
Phanesbut what you've been given will absolutely work00:32
Reddiy98iPhanes, What is your role on the Ubuntu team?00:32
SpeirosDreaman Seems to be getting a lot accomplished, from where I'm viewing.00:32
PhanesReddiy98i, dedicated troll and eater of thinly sliced brisket.00:32
* Phanes tips hat00:32
DreamanSpeiros but my mashines work00:33
Reddiy98iI'd prefer taking advice from a team memberf.00:33
Phaneslol00:33
basedmarsyeah actually I'm answering question without answering question gptssddual . I'm a noob so I try guesswork and got humbled by real a real expertise answer. I hope someone could help you with this.00:33
bivoDoes anyone here know how to patch NES roms to play homebrew mods? The mods are .ips files00:33
Dreaman1 hour videocard00:33
Dreamanproblems00:34
SpeirosDreaman Yes, that may be the case, yet apparently so does k1l_'s machine, and he/she is helping others with theirs.00:34
gptssddualbasedmars, I hope so too, since the00:34
Dreamanand  +q some times00:34
Dreaman:)00:34
DreamanReddiy98i  work or not this intel video card00:35
gptssddualbasedmars, I hope so too. Until know I feel uneasy about going ahead with the install. I am using Linux since 1997 and I never got a warning like this.00:35
Reddiy98iDreaman, It's an Intel video card, yes.00:36
Reddiy98iDreaman, Why?00:36
Dreamanmy is but in a i7 processor00:36
gptssddualbasedmars, know -> now00:36
Dreamanand nvidia video dual00:36
Dreamanmy laptop00:36
SpeirosDreaman I don't understand.  What does that mean?00:38
k1l_gptssddual: the warning is from the usb drive when opening gparted.00:38
gptssddualk1l_, so if I understand correctly the USB uses 2048 size blocks while the live kernel reports 512 byte blocks?00:39
Speiros4x00:39
gptssddualor is that the other way around?00:39
k1l_gptssddual: no. the usb hardware got 512 sectors and you burned a iso on it with 2048 sectors on it. (or vice versa.)00:40
k1l_its just telling that you have a hardware vs Filesystem missmatch on some disk. but since that is a known issue with usb pendrives and new ubuntu isos you get that for the live usb itself, too00:41
=== marlonspawn is now known as cody-
gptssddualk1l_, ok, that makes sense. In that case I'll creat the soft-RAID1 on the twin HDD's and use my SSD for the /boot and /00:42
Dreamanchege the boot hdd00:43
Dreamanchange00:43
Dreamanssd and normal hdd00:44
gptssddualDreaman, please elaborate, I don't get what you are trying to tell me.00:44
Dreamanok00:44
RhombixHi. My computer died! Not sure if this is the right place but atm i'm running Memtest86+ and i need to know, when does it finish? How do i know when it's done?00:45
gptssddualRhombix, you mean your computer crashed? If it were dead you would not be able to run Memtest, now would you?00:46
RhombixIt looks as if the test reached 100% and started again00:46
Speirosgptssddual I think Dreaman is saying that you don't necessarily have to have /boot as a separate partition.00:47
Rhombixgptssddual: it crashed on me, then crashed when i rebooted. i chose Memtest in the BIOS00:47
gptssddualRhombix, did the "pass" parameter increment when it got to 100%? In that case the Memory would seem fine (at least on the first pass). Did you see any errors being reported?\00:48
Phanesis there a dedicated ubuntu for the pi or is raspbian "it"00:48
gptssddualSpeiros, thank you for the translation ;-) I normally don' t use a separate /boot partition, sorry for the confusion, Dreaman00:49
Speiros:)00:50
* Phanes has read https://wiki.ubuntu.com/ARM/RaspberryPi but is unsure if this is ubuntu or an ubuntu-like flavor (are there things that are going to be missing)00:50
k1l_there is no ubuntu for the first pi since that arm chip is way too old. there are builds for rpi2 and rpi300:51
Phanesif im reading right ill need to build out from a -server base image and then turn on hw accel in a custom xorg.conf?00:51
CrackerJackhttps://pastebin.ubuntu.com/23761422/00:52
SpeirosRhombix What's happening now?00:52
Dreamaninteresting  work00:53
Dreamanintel driver an ssd00:53
Rhombixgptssddual: it's all ASCII, there are two bars ("Pass" and "Test") and Test completes every couple of minutes, Pass has reached 100% once but it started again and it's now on 46%. Memtest has been running for about an hour.00:53
RhombixSpeiros: same00:53
gptssddualRhombix, sounds perfectly normal to me. Again, did you get any errors?00:54
gptssddualPhanes, which generation of RaspPI are you using?00:55
Phanesgptssddual, its a pi300:55
Phanesgptssddual, most expensive alarm clock ever :)00:55
gptssddualPhanes, no worries then, as k1l_ already told you, go right ahead and install the Ubuntu for the PI300:56
Rhombixgptssddual: there's a notice in the bottom half of the screen: Memory SPD Informations - it lists two things, one of them has the word 'Crucial' in it00:56
Rhombixactually, both00:56
Phanesgptssddual, im evaluating versus an existing raspbian install on it, thanks though00:57
gptssddualPanes, if it's an alarm clock, you are going for, you are probably better off using a simpler module, like the Arduino Nano.00:57
RhombixSlot 0: 4096 MB DDR3-1600 - Crucial STxxxx etc00:57
Phanesnot sure if arduino has the muscle to host a vnc server00:57
* Phanes checks00:58
gptssddualPhanes, sorry for misspelling your nick there :-/00:58
Speiroslol00:58
gptssddualPhanes, probably not, forget what I had said then. That is some Alarm Clock you are going for.. Whoha.00:58
Phaneslol.  it'll fill multiple purposes throughout the house, least of which is a core module for a house-wide sound system, alarm clock, weather app, and ad-hoc desktop via vnc00:59
RhombixThis is important for me, because it's 1am here and the test has been running for ~70min. I want to know when I can go to sleep.01:00
gptssddualMy old alarm clock had just two chips on it, some passives, a 4x7-segment display and a simple psu and that was your lot...01:00
gptssddualRhombix, the test runs infinitely long if you haven't specified the number of passes it must complete.01:01
RhombixWhat?01:02
RhombixI just ran the test, there was no such dialogue01:02
gptssddualRhombix, Crucial is probably the brand marked in the SPD.01:02
Rhombixoh01:02
gptssddualRhombix, you do know what the SPD is, don't you?01:02
Rhombixgptssddual: it's a component, right? idk exactly01:03
Rhombixmakes more sense though, given the wording around 'cruciat'.01:04
Rhombix'crucial'01:04
SpeirosOkay people.  Enjoy your days.  Sleep overdue by 24 hours.01:04
gptssddualRhombix, it's a simple ROM containing some static data that identifies the memory module, such as CAS latency, access speed and the make of the chip, in your case, the chips have been branded "Crucial"01:05
HomeSchoolDadHi All - noob here - My software center just stopped working.  I tried reinstalling sudo apt-get but no luck - any thoughts?01:05
gptssddualSpeiros, sleep well :-) and thanks for the help!01:05
PhanesHomeSchoolDad, launch it from the terminal and use a pastebin to give us the output01:05
Phaneswhen it crashes01:05
HomeSchoolDadPhanes: ok stand by01:06
gptssddualHomeSchoolDad, you'll need sudo for that...01:06
Rhombixgptssddual: thanks for all the help. if it's completed once it's probably safe to turn off now.01:06
Rhombixgood night :)01:06
k1l_HomeSchoolDad: what means "stopped working"?01:06
gptssddualRhombix, good night :-)01:06
HomeSchoolDadPhanes: noob here - command line for running software center?01:07
Phanesno clue i live in a world of cold menacing terminals01:07
HomeSchoolDadk1l_: it will not launch from the gui01:08
HomeSchoolDadgptssddual: i have sudo01:08
k1l_HomeSchoolDad: doest it load at all?01:09
k1l_HomeSchoolDad: what ubuntu is it?01:09
gptssddualHomeSchoolDad, the same as Phanes really. I don't know the real name as binary...01:09
Phanesi think it's `software-center`01:10
k1l_HomeSchoolDad: open a terminal and run "software-center"01:10
HomeSchoolDadk1l_: no - 16.0401:10
gptssddualAh, yes, that would make sense, so HomeSchoolDad, please run the following line: sudo software-center &01:10
Phanesdetach is unnecessary01:11
k1l_gptssddual: no. dont run sudo with gui programs01:11
Phanesgksudo01:11
HomeSchoolDadgptssddual: it launched with "software-center"01:11
gptssddualk1l_, ah, yes gksudo, that you for the correction01:11
gptssddualthat -> thank01:11
k1l_and it will ask for root permissions with udev. doesnt need to be started with root01:11
gptssddualk1l_, seems I need to learn a thing or two about GUI tools...01:12
* Phanes eyeballs that posix/lsb spec01:12
HomeSchoolDadgptssddual: here is the paste bin : http://pastebin.com/U8tP8Pi1  but it DID launch this time01:13
Phaneswoof, that gi error.01:14
HomeSchoolDadgptssddual: it looks like the 14.04 version01:14
PhanesHomeSchoolDad, have you done anything odd like remove python2 or try to move from py2 to py301:14
HomeSchoolDadPhanes: nope01:14
HomeSchoolDadPhanes: i ran updates01:15
k1l_i dont see unusal errors there01:15
Phanesyeah wouldn't be fatal, but is there a branch on github i can fix those on while its in front of me01:15
* Phanes gets his fork out01:16
HomeSchoolDadk1l_: it looks like the old version, but it seems to be running (shrug)01:17
k1l_HomeSchoolDad: does it work now with the launcher icon?01:17
HomeSchoolDadk1l_: stand by01:17
gptssddualHomeSchoolDad, odd that it exits with status 0, usually that means: no errors.01:17
HomeSchoolDadk1l_: it does NOT launch from the gui01:18
* Phanes tries to remember if xdg-open would launch that .desktop file01:18
HomeSchoolDadk1l_: it pops right up from terminal01:18
Phanesit does01:19
HomeSchoolDadgptssddual: IDK - the gui is not working but it come right up form command line01:19
PhanesHomeSchoolDad, find out the path of the .desktop file the icon points to and then in the term just `xdg-open $that_path`01:20
k1l_HomeSchoolDad: can you try the "gnome-software" too?01:20
HomeSchoolDadk1l_: gmone-software does nothing01:21
gptssddualHomeSchoolDad, do you need to install an app in a hurry? In that case you could install synaptic and search for the app there...01:21
HomeSchoolDadgptssddual: i need cad for robotics team01:22
gptssddualHomeSchoolDad, synaptic is not as flashy as Software-Center, but it will get the job done.01:22
k1l_HomeSchoolDad: you could use "sudo apt install packagename" in the meantime01:22
gptssddualAlso true, but the you'd need to know the package name first.01:22
HomeSchoolDadgptssddual: sudo apt-get synaptic  ?01:23
Phanesor uh, we could xdg-open the .desktop file the icon points to, ya know, like the gui does.01:23
gptssddualHomeSchoolDad, that's it01:23
HomeSchoolDadgptssddual: thanks!01:23
Phaneso_O01:23
k1l_since 16.04 the gnome-software is the new software-center01:24
k1l_HomeSchoolDad: make sure you dont have the typo you made before in "gnome-software"01:24
gptssddualPhanes, your solution is also good of course. I might be a bit biased against software center...01:24
Phanesoh, not a solution its a testing process01:25
Phanesit tells you what's broken01:25
Dreamank1l_ and is a jocke01:25
Phanesnot as low level as a strace but that's not needed for gtk apps usually01:26
gptssddualPhanes, yes, but what if HomeSchoolDad is in a hurry, than it's better to get to the goal quickly and skip the analysis until he has time ;-)01:26
Phanesgptssddual, O_o01:26
HomeSchoolDadk1l_: gnome-software does not repspond01:26
* Phanes goes away to do something else01:26
HomeSchoolDadyou guys are awesome01:27
gptssddualHomeSchoolDad, what kind of CAD program do you need?01:27
genericHello worldQ01:28
DreamanHomeSchoolDad  just terminal sudo su pass apt install synaptic open see the repos and install evrithing01:28
HomeSchoolDadg01:28
k1l_Dreaman: HomeSchoolDad dont do sudo su. that is not good advice.01:28
Phanes'install everything' is generally frowned upon lol01:28
HomeSchoolDadgeneric: basic - i want to show some concepts to my team - i don't have a windows PC to run the FIRST software01:28
HomeSchoolDadk1l_: thanks01:29
Dreamansu not work not debian01:29
gptssddualHomeSchoolDad, try librecad01:29
Dreamannikolov@ubuntu-ivan:~$ su01:29
DreamanПарола:01:29
Dreamansu: Грешка при удостоверяване01:29
Dreamannikolov@ubuntu-ivan:~$01:29
genericLibrecad01:30
Dreaman:)01:30
HomeSchoolDadgptssddual: that's what i  just grabbed!  thanks01:30
genericdreaman01:30
gptssddualHomeSchoolDad, np01:30
genericот българия ли си01:30
IndustrialHi!01:30
Dreamandam01:30
IndustrialI am "provisioning" my ubuntu install with some shell scripts. https://github.com/Industrial/linux-configfiles/blob/develop/install.sh01:30
HomeSchoolDadyou guys were great - thank you all!01:30
HomeSchoolDadgood night01:30
IndustrialHow do I change my user's shell to ZSH from a script?01:30
Dreamangeneric варналийче сме01:30
k1l_Dreaman: using the root account is not enabled on ubuntu and ist not the ubuntu way of doing things. (other distros handle that differently, but this is #ubuntu )01:30
genericDreaman try sudo -i01:31
PhanesIndustrial, man chsh01:31
gptssddualubottu, russian! | generic01:31
tjsimmonsanyone have any idea why i can't run apt upgrade? keeps hanging at basically ever y package it tries to grab from archive.ubuntu.com01:31
tjsimmonsrunning in an lxc container if it matters01:31
IndustrialPhanes: I need to enter a password. I want to do this from a script.01:31
Dreamangeneric work01:31
genericCheerz01:31
gptssddualru! | generic01:31
Dreamantova ne go znaeh01:31
Dreamannazdrave01:31
genericnazdrave bratko01:32
k1l_gptssddual: first the ! then the command.01:32
genericpitai ako ima neshto drugo01:32
PhanesIndustrial, it requires root privs so you'll need to use expect or some other means of passing the password unless you change your sudoers file to not require it (dont do that)01:32
Dreamanok01:32
gptssddualubottu !ru | generic01:32
ubottugeneric: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.01:32
genericgptssdual I'm Bulgarian01:32
IndustrialPhanes: this is an automated install. I am cloning this repo inside my Vagrant box and then running the script01:32
Dreamangptssddual  not russians01:32
DreamanBulgarians01:32
tjsimmonsguess i'm the only one with issues running apt upgrade?01:33
gptssddualDreaman, generic  sorry, my Cyrillian is not that good to see the difference.01:33
PhanesIndustrial, is the script running as root?01:33
genericIt's okay same lango01:33
genericI speak russian as well lol01:33
gptssddualgeneric, sorta, anyway, we speak English here on this channel :-)01:34
k1l_tjsimmons: does sudo apt update work?01:34
genericYea we have to otherwise we will get asskicked01:34
Dreamangptssddual you canadian01:34
Dreaman:)01:34
tjsimmonsk1l_: i'm running as root in an lxc container. it runs, but hangs on every package01:34
gptssddualDreaman, no, I' m Dutch01:34
Dreamana ok01:35
k1l_tjsimmons: does it work on apt update to get a proper clean list?01:35
gptssddualDreaman, but I have nothing against Canadians ;-)01:35
tjsimmonsk1l_: it doesn't fail, and reads all the sources01:35
Dreamanok :)01:35
k1l_tjsimmons: ok, so its not a connection issue at all or a ipv6 issue or such01:36
tjsimmonsright01:37
gptssddualwhoa, I'm running a Live environment now and the time seems to be off, it' s actually 2:35 AM here. I need to get to bed!01:37
tjsimmonsright now it's stuck on updating bash01:37
tjsimmons100% downloaded it says01:37
PhanesIndustrial, https://github.com/shadow-maint/shadow/blob/master/src/chsh.c <-- i think this is what youre looking for01:37
tjsimmons"98% [1 bash 583 kB/583 kB 100%]"01:37
IndustrialPhanes: no it's running as use 'ubuntu'01:38
IndustrialPhanes: wat? I don't know C :-)01:38
gptssddualDreaman, Phanes, k1l_ , thank you so much for the help. I need to catch some ZZzzz's before I mess up two days of work ;-)01:38
PhanesIndustrial, it either needs a password supplied via expect (man expect), run as sudo privs (man sudoers), the line directly injected into /etc/passwd (requires root, and dont), or you can copy that source and im pretty sure you'll still need pass or root, but, could hardcode (dont do that)01:39
Phanesin short, re-evaluate what you want to do.01:40
gptssddualIn other words: Good <insert your local time of day here> everyone, I'm going to bed...01:41
IndustrialOkay, well I guess I can just add it as a post-install script to be ran in an interactive session so I can supply the password at the right time (after ssh-ing into the vagrant box)01:41
IndustrialPhanes: thanks for the thinking/time :)01:41
Phanesyep01:41
IndustrialPhanes: however vagrant uses keyfiles and not passwords so I don't know the password to the ubuntu user.01:41
Industrialbut I'll get that sorted :D01:41
PhanesIndustrial, also (man sed) (think sudo) (think dont)01:41
tjsimmonsApt log is also empty01:42
IndustrialThis is pretty rad. With just a Vagrantfile and one command (vagrant up) I get a complete development station with programming tools, IDE configured, shell etc and also a window manager. Any new stuff I'll just add a new install script and press DESTROY and RECREATE.. awzum =D01:43
Phanesyou know you can build your own vagrant images right01:43
Phanesinstead of post-installs01:43
gptssddualk1l_, I' m switching to the server installer, so I can setup RAID1 and lvm properly before actually installing.01:43
IndustrialI can take a vagrant box state and generate an image off of it to work from in another Vagrantfile?01:44
Phanesthere's a little more setup but yes01:44
k1l_tjsimmons: i am not familiar with lxc and if that is some sort of lxc issue with diskspace or such01:44
IndustrialCool. I could specialize the box for each project and add required tools .. but that might be a bit overkill :D01:44
Phanesit is a pretty common approach01:45
IndustrialPlus I wouldnt want to force my personal homefile on someone else using it01:45
Industrialk01:45
gptssddualSigning off...01:46
PhanesIndustrial, a fully functional environment should be immediate after launching a new container if youre hoping for a smooth sdlc01:46
tjsimmonsMaybe I just need to use an Ubuntu mirror repo?01:47
Phanestjsimmons, im not really getting a feel for what your issue is doing01:48
Phanesyou've got an lxc container deployed, apt upgrade is stalling after the first package?01:48
tjsimmonsPhanes: yes01:51
tjsimmonsbasically01:51
Phanestjsimmons, can you copy what happens in your term, and paste the dmesg as well01:51
Phanes(guest dmesg)01:51
mekeor`while installing ubuntu, i chose to encrypt my whole disk. later, i also checked a box saying i want my personal data to be encrypted. what does the latter even mean? and will it even make any difference...01:53
tjsimmonsPhanes: sec01:55
tjsimmonshttp://pastebin.com/uhWH898Q01:56
tjsimmonsterminal output. it eventually starts timing out connections01:56
Phanestjsimmons, journalctl -n 3001:56
futurama140HOWDY PEOPLE! I am having an issue that maybe you all can help with. I have cinnamon running, and there is no keyboard shortcut to toggle the case (uppertcase/lowercase) of whatever text I have highlighted. How do i tell the custom keyboard shortcut to do that with my key combo?01:57
k1l_tjsimmons: how long did you wait? could be it is calculating stuff in the background for that upgrade01:57
tjsimmonsi don't see anything useful in dmesg or journalctl01:58
tjsimmonsk1l_: until they timed out. few minutes?01:58
sysadminhello... I've plugged an internal HDD on my PC while it was on. The HDD gets properly recognized w/out any problem. Does it mean it's hot swappable? Or do I still face chance of data loss?01:58
k1l_timing out? hmm.01:58
tjsimmonsyeah, the connections to archive.ubuntu.com01:58
Phaneswhat does `curl -I http://archive.ubuntu.com/ubuntu/` net you01:59
Phanes(from that same guest)01:59
futurama140Do i have to point the shortcut gui to a... bin file? or something?02:00
tjsimmonsthat curl isn't installed. haha. sec02:01
Phanesfuturama140, yeah keyboard macros to executable02:01
tjsimmonswell, i can install curl just fine02:01
tjsimmonsPhanes: it gave me the html from that page02:01
tjsimmonsso that worked02:01
Phanestjsimmons, can i see the output of your `df -h`02:01
tjsimmonshttps://www.irccloud.com/pastebin/dWNMsg7P/02:02
futurama140Phanes: i really still dont know my way around the fileing system, how would i go about finding the file?02:02
Phanesfuturama140, im not aware of an executable that would change text case for whatever text is highlighted in X you may need to write a macro that wraps around the clipboard02:03
futurama140Phanes: wow im in over my head, this will take a while...02:04
Phanesfuturama140, you could also bind the key in vim02:04
Phanesit'll be a little easier to do than that02:04
Phaneseh, i can do better than that02:07
Phanescheck out xclip02:07
Phanesxdotool02:07
Phanesfuturama140, `xclip -o -sel p | tr '[:lower:][:upper:]' '[:upper:][:lower:]' | xclip -i -sel c; xdotool key Shift+Insert` or something to that affect02:07
Phanesnot responsible for side effects02:08
futurama140Phanes: im willing to take the chance. im a totaql n00b, though, what do i do with that string?02:09
Phanesyou want to build a script and bind your macro key to that script02:09
Phanesfuturama140, http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html02:10
Phanesfuturama140, and please be aware that this is outside the scope of ubuntu, you'll get better help from here in #bash since you're writing a bash script02:10
futurama140Phanes: ok, thanks. just got a bit of reading to do then. im sure it'll be immensely useful02:10
Phanesits a good guide for starting out02:11
futurama140Phanes: I realize this isnt really the appropriate room, but it's the only one that ever has any activity!02:11
Phanesno worries.  you'll turn that noobsauce into dry linuxer sarcasm in no time.02:13
isaac_  02:20
tjsimmonseh whtever. using the mirror at kernel.org solved my upgrade issues02:23
tjsimmonsno idea what's going on with me and archive.ubuntu.com02:23
TragicM3LONhey could someone help me out? I'm trying to boot a windows 10 usb off of hardware that was previously configured running ubuntu on. Anyway, when i try to boot it just loads grub every time? i don't know how to boot the usb?02:25
daxtalk to ##windows, you're probably having issues with your BIOS/UEFI boot order02:25
TragicM3LONok02:25
tjsimmonsyeah almost 100% that's it02:25
TragicM3LONcool thanks guys02:25
tjsimmonsyou aren't interrupting your boot sequence to pick usb before it hits your main boot drive02:25
dax(i.e. current OS is irrelevant)02:26
futurama140Phanes: I had this http://www.gnu.org/software/bash/manual/html_node/Commands-For-Text.html#Commands-For-Text pulled up earlier, and i noticed the bash command for doing exactly what i want. does that make my job any easier?02:26
TragicM3LONtjsimmons i would hit F11 to select a boot option, and when i select the drive, it goes straight to grub02:26
tjsimmonsah, then maybe it can't find anything to boot off of on that usb02:27
weswes887I need help with my Ubuntu install02:28
weswes887Oh wait nvm02:29
backboxCIao02:31
Dreaman:)02:31
backboxItaliani??02:31
Dreamanweswes887  just install unetbooti rufus usb install or dvd burn02:33
Dreamanwhat is the problem02:33
genericWeswes887 Rufus works fine02:34
genericWeswes887 if you need help we need to know what is the problem, please be more specific.02:35
Dreamangeneric sramejliv e02:38
Dreaman:)02:38
Dreamangeneric ot amerika li chatkash02:39
weswes887I was using ubuntu server for a minimal ubuntu install but I decided there's no point because I am gonna install unity anyway so I am just gonna reinstall with a DVD I have02:39
Dreamanweswes887  why02:40
Dreamanusb flash download ubuntu rufus02:41
Dreamanand create usb boot ubuntu02:41
tatertotsweswes887: take care02:42
Dreamanor unetbootin02:42
mcafeemediaAnyone here who works on documentation?02:43
weswes887I use Linux exclusivly so I know how to make USB disks02:44
weswes887Thanks for trying to help though02:45
mcafeemediaanyone here successfully running 5.1 surround on 16.04lts?02:49
tatertotsmcafeemedia: i'm sure lots of people are. Whats your problem?02:50
mcafeemediatatertots: erh, new install, it doesn't work. Have tried editing to show 6 default channels but no luck02:50
tatertotsmcafeemedia: open terminal02:51
tatertotsmcafeemedia: aplay -L|nc termbin.com 999902:51
Mozammelweswes887: can you suggest me which softwere I should use to make fedora 25 bootable USB, unetbootin not working.02:51
tatertotsmcafeemedia: press ENTER02:52
tatertotsmcafeemedia: share url/link here02:52
mcafeemedia dklv02:52
mcafeemediatatertots: termbin[dot]com/ dklv02:52
optiis this the best channel to ask about 16.04.2 ?02:52
daxopti: yes02:53
mcafeemediatatertots: irc chat client is being finniky about the /02:53
optidoes anyone know if they plan on patching or pushing a new zfs that works with the hwe kernel?02:53
weswes887Mozammel: What OS?02:53
weswes887Rufus works good on Windows02:54
MozammelI'm running ubuntu 16.1002:54
weswes887I use gnome disk utility02:54
Mozammelgnome disk utility can make bootable disk ? cna you guide through ?02:55
mcafeemediatatertots: also that is the coolest f*n cmd. never thought to pipe nc to any link much less a pastebin :D02:55
tatertotsmcafeemedia: aplay -l|nc termbin.com 999902:56
tatertotsmcafeemedia: share url/link here02:56
tatertotsmcafeemedia: it's actually different, it might look the same as what you did previously on first glance02:56
weswes887Well one way to do it is right click the ISO and select open with, then disk image write02:57
mcafeemediatatertots:  plw302:57
weswes887or go to disks, click the 3 lines at the top (menu button) and restore from image Mozammel02:57
TragicM3LONjust a quick question, i tried using lilo and now when booting it says "No boot signature in partition"02:58
tatertotsmcafeemedia: amixer|nc termbin.com 999902:58
mcafeemediatatertots: 9kb402:59
Mozammelweswes887: okay let me try your steps. I will get back to you with result.03:00
Mozammelweswes887: One more question, I can see from disk utility that there is one 80MiB Loop Device created autometically, (/var/lib/snapd/snaps/core_714.snap) I don't know how and for what it created, any idea ?03:03
weswes887Nope03:03
weswes887Idk if it is a ubuntu thing or what (I use Arch and Opensuse mostly)03:03
tatertotsmcafeemedia: nothing major yet, would need to get a closer look at the audio and its sub system03:04
mcafeemediatatertots: if what I'm reading is correct the board (z170x gaming 5 gigabyte) is capable of pushing dolbydigital thru optical out (which is what I'm using) but is currently pushing PCM (2.1 surround)03:04
Mozammelok. my bootable USB disk created, let me try to reboot my device and check whether it works or not.03:04
mcafeemediatatertots: let me log into this channel from my laptop and I'm going to check the bios and make sure i'm not missing a toggle somewhere03:05
tatertotsmcafeemedia: install inxi and let's take a look and figure some stuff out03:05
mcafeemediatatertots: ok, shutdown -a ;)03:05
tatertotsmcafeemedia: don't forget to install inxi03:06
mcafeemediatatertots: installed03:06
tatertotsmcafeemedia: inxi -Fxrzc0|nc termbin.com 999903:07
mcafeemediatatertots: kshj03:07
weswes887Mozammel: The loop device is probaly a mounted disk image or something03:08
tatertotsmcafeemedia: modinfo snd_hda_intel|nc termbin.com 999903:10
mcafeemediatatertots: gfcy03:11
tatertotsmcafeemedia: what are you using as your > 2.1 source sound to test with?03:11
mcafeemediatatertots: settings>sound>test sound    also speaker-test cmd for 5.103:12
mcafeemediatatertots: speaker-test -Dplug:surround51 -c6 -l1 - twav03:13
Mozammelweswes887: I confirm, it work for fedora 25, now I'm trying openSUSE 42.2 iso. thanks for guide me.03:13
weswes887You're welcome, gnome disks is a great application03:14
mcafeemediatatertots: termbin 38yh for output from speaker-test03:14
weswes887how is ubuntu working on the pi zero?03:14
tatertotsmcafeemedia: hardware looks to be capable, it'd have to be something with your configuration03:16
KSIGNSIPABedtime for me.03:17
mcafeemediatatertots: yeah, that's why i'm here, the ubuntu wiki for surround sound has a bunch of stuff that is old or doesn't work, and one link is malicious03:17
KSIGNSIPAWish me sweet dreams.03:17
* mcafeemedia wishes KSIGNSIPA sweet dreams03:18
tatertotsmcafeemedia: you should try playing some true, Dobly digital 5.1/Dobly DTS source material to test with. Like a dvd movie or something that would have true DD 5.1 raw03:18
htafdresgihow can I set up my wireless as an access point from the command line?03:19
htafdresgior hotspot03:19
mcafeemediatatertots: there is a website that runs 5.1 tests, i'm assuming the file from their is true 5.103:19
mcafeemediatatertots: think i could produce one in audacity?03:19
tatertotsmcafeemedia: if you play the file back you can observe it's properties03:20
mcafeemediatatertots: Oin rhythmbox?03:20
tatertotsmcafeemedia: use the default video player to play the audio file03:21
tatertotsmcafeemedia: then observe it's properties03:21
mcafeemediatatertots: opening an mkv of Django Unchained, I know it was 5.1, next i'll grab that audio file.... what do you mean observe?03:21
mcafeemediatatertots: just right click the file? Or do you mean just listen to it?03:22
tatertotsmcafeemedia: observe=look at03:22
tatertotsmcafeemedia: you have to play the file in the video player to observe it's properties page in the video player03:22
mcafeemediatatertots: oh, gotcha, also does ubuntu have a version of the screen cmd built in, if so..what is it?03:23
mikeymopHey guys03:24
mikeymopI"m on 16.04, xps935. I just randomly had two pretty nasty system locks03:24
tatertotsmcafeemedia: have you enabled the audio in alsa like shown here https://www.youtube.com/watch?v=eeOuseUqe9Y03:25
mcafeemediatatertots: trying now03:27
tonberry-kingIf i pin flood my router to test speeds do i lag others on the network ?03:27
tonberry-king*ping03:27
tonberry-kingNothing crazy just using ping -f 0.0.0.003:28
tatertotstonberry-king: why are you testing speeds?...03:29
tonberry-kingJust looking into my connection speeds through wireless seeing if it's position is best03:30
=== coffeeguy is now known as zenguy
tonberry-kingDont have a portable comp too setup iperf or anything fancy03:31
tatertotstonberry-king: don't forget it also has to compete with every other nearby 2.4Ghz or 5Ghz devices they are in use next door, up stairs, down stairs, across the street etc03:32
=== Piece_Maker is now known as Acou_Bass
mcafeemediatatertots: that video is so old that the Channels option isn't in the mixer anymore,03:32
mcafeemediatatertots: however, mixer does have a volume slider for each individual channel and they were all turned up03:32
TuriyaAMD RYZEN NEWS, LATEST: https://www.youtube.com/watch?v=vMfNz2SXVLk03:33
cfhowlettTuriya, do not spam our channel please!  this is rude and violates channel guidelines.  stop it.03:34
tatertotsmcafeemedia: you have to use pavucontrol03:34
tonberry-kingtatertots: Sorry pinging wont effect other ap's03:34
tatertotstonberry-king: i was referring to competition and interference at the RF level, as in near by devices that use the same or an adjacent RF radio frequency.03:35
tonberry-kingtatertots: So your saying pinging wont give me a good example of other interference03:36
tatertotstonberry-king: did you have a ubuntu problem or issue? yes or no03:37
tonberry-kingtatertots: No and your right not right channel03:38
tonberry-kingtatertots: thanks though03:39
mcafeemediatatertots: can we swear her because you are a fucking genius, pavucontrol wasn't installed, I installed it, clicked the drop down for "advanced" clicked all the additional audio outputs,and it works great!03:39
Specmcafeemedia: no.03:39
nicomachus!language | mcafeemedia03:39
ubottumcafeemedia: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList03:39
tatertotsmcafeemedia: glad 5.1 surround sound is now working for you :)03:40
mcafeemediatatertots: then went to the drop down and changed output from Digital Stereo to Digital Surround 5.103:40
Phanesso, this is interesting, why is my chroot able to see the chroot host's processes from the guest chroot? http://paste.silogroup.org/alapitiqet.bash03:40
mcafeemediatatertots: You're awesome man, thank sso much for the time and effort you put into helping, also if you know anyone who works documentation, the ubuntu wiki/community/surroundsound has malicious links03:40
Phaneschroot doesn't share procfs with the host does it?03:40
nicomachusmcafeemedia: you should report those in #ubuntu-wiki03:41
tatertotsmcafeemedia: i'm just glad you got your 5.1 surround sound working, that documentation will sort itself out over time in the long run......maybe03:41
mcafeemediatatertots: LOL doubtful, I reported it in #ubuntu-docs but that's a barren waste03:42
Phanesit does!  sweet i learned something about chroot and now know less about how chroot works than before i knew it.03:42
mcafeemediaPhanes: The more wise I become, the more I know that I do not know03:43
Phanesthe 'mcafee' tipped me off03:43
mcafeemediaPhanes: whaddaya mean?03:44
Phaneshehehe.  sorry.  was thinking of mcafee AV scanner03:44
mcafeemediaPhanes: oh...some relation, but not enough to get any of John's money03:44
Phanesyou should go into infosec03:45
Phanesand be like 'yeah we have code sessions in my basement' :: wipes nose ::03:45
mcafeemediaPhanes: instead I'm going into linux admin and infosec  lol03:45
Phanesyou're gonna find out really quickly that linux systems is just the entry criteria for being allowed to the interview03:46
Phanesmaster it and move on03:46
mikeymopso i dont think it was linux, the laptop I was just on just self destructed :/03:46
=== jorge_ is now known as Guest50993
chandraehmn...03:49
nicomachus!ot | all03:53
ubottuall: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!03:53
australopithecushello so I have a 4k screen on my laptop, I am using ubuntu mate 16.1, is there some fix to make it so it scales things properly, I have increased font but I still get super tiny things like this with most linux apps, including wine http://i.imgur.com/r4rqXnB.jpg03:55
amrmondyhello all04:08
amrmondyhello04:08
amrmondyhappy new year guys04:08
nicomachushi amrmondy. do you have an ubuntu support question?04:09
tatertotshi australopithecus04:11
australopithecushello tatertots04:11
tatertotsaustralopithecus: open terminal04:11
australopithecusdone04:11
tatertotsaustralopithecus: perform the following actions in terminal and press enter04:12
tatertotsaustralopithecus: xrandr|nc termbin.com 999904:12
tatertotsaustralopithecus: share url/link here04:12
=== Ocelott is now known as Ahti
australopithecushttp://termbin.com/1nne04:13
australopithecushere it is tatertots thanks for the help btw04:13
tatertotsaustralopithecus: no problem04:14
tatertotsaustralopithecus: i think i see what you're describing, i would need to take a more detailed look. do you mind? nothing unique to your person.04:16
australopithecussure04:16
=== exio4 is now known as init
=== init is now known as hacker
=== hacker is now known as \e
tatertotsaustralopithecus: ok, install inxi, it's in the repos so you can find it using the software manager, or install it in any other method you prefer.04:17
=== \e is now known as e4xoi
=== e4xoi is now known as exio
nicomachuswhy inxi?04:17
tatertotsaustralopithecus: you can remove it later if you want, it's up to you04:18
australopithecusalready installed04:18
australopithecuswait nvm tired04:18
tatertotsaustralopithecus: inxi -Fxrzc0|nc termbin.com 999904:18
australopithecusdo I install the generic04:18
tatertotsaustralopithecus: yes, inxi is in the ubuntu repositories making it easy to find using your favorite method04:19
tatertotsaustralopithecus: if you are too tired to go on that's fine...take care04:20
Gr33nteahey guys, I am trying to install Ubuntu onto an Acer One 10, I have make sure to turn off secure boot, and made the USB the default boot. However it does not boot from the USB. I have tried it on a different laptop, and it works fine.04:21
australopithecusno no its fine04:21
australopithecushttp://termbin.com/p1qf04:21
australopithecusthanks I appreciate the help04:21
australopithecusI just ran the install command and the program was already installed just got confused04:21
Gr33nteamade not make* sorry typo.04:22
Bashing-omGr33ntea: Acer: some: http://ubuntuforums.org/showthread.php?t=2330267 <-  set "trust" on the Ubuntu/grub .efi files.04:22
tatertotsaustralopithecus: xrandr -s 704:24
tatertotsaustralopithecus: does that look better or worse?04:24
australopithecusworse too huge04:24
australopithecusthe screen is a box04:24
australopithecusits no longer wide screen04:25
tatertotsaustralopithecus: xrandr|nc termbin.com 999904:25
=== Karunamon is now known as Necoco
australopithecushttp://termbin.com/xjmo04:26
weswes887 what is your guys opinion of mate04:26
Gr33nteaBashing-om, How do I go about setting trust?04:26
Gr33nteaoh i see the elink04:27
=== Necoco is now known as Karunamon
Gr33nteanvm sorry!04:27
tatertotsaustralopithecus: xrandr -s 604:27
tatertotsaustralopithecus: does that look better or worse?04:27
Gr33nteaBashing-om, But this is for if you managed to get it installed.I cant even get the computer to boot into ubuntu04:27
Bashing-omGr33ntea: More than in the link I do not know, as I have no experience with the Acer .04:27
australopithecuswell one of the problems is that its cutting stuff off04:28
australopithecusits better though04:28
australopithecusmaybe its because I have things saled04:28
tatertotsaustralopithecus: do you have your TVs video setting set to 1:1 or to stretch or zoom or pan-scan ?04:29
australopithecusno idea04:29
australopithecuswhat pan-scan is04:29
Bashing-omGr33ntea: More hints : https://ubuntuforums.org/showthread.php?t=2333630 for the Acer to allow booting .04:30
tatertotsaustralopithecus: xrandr -s 204:30
tatertotsaustralopithecus: does that look better or worse?04:30
australopithecusjust one second I have the font hugely scaled up so it is making things too big04:31
tatertotsaustralopithecus: ok,04:31
australopithecusits like half my screen is cut off04:32
australopithecusalso it is slightly better04:32
australopithecusbut again it is letter box04:32
australopithecushttp://i.imgur.com/undefined.png04:33
australopithecusthis is what my screen looks like atm04:33
tatertotsaustralopithecus: it would be good to be cognizant of how you have your video settings on the display itself, but we can still continue and find something that looks acceptable to you04:33
tatertotsaustralopithecus: that link to imgur.com does NOT work04:33
amrmondyhello04:34
australopithecushttp://imgur.com/a/d7lTu04:34
australopithecussorry04:34
amrmondywhat this ?04:34
australopithecusyeah I am sorry tatertots its just kind of hard to use this laptop with the current setting04:35
amrmondyanyone can see my words ?04:35
tatertotsaustralopithecus: xrandr -s 004:35
australopithecusI appreaciate your help immensely tatertots thank you again for taking the time04:35
Bashing-omamrmondy: You are live .04:35
amrmondyHelloooooooooooooooooooooooooo04:35
australopithecussorry for being ignorant about these things04:35
tatertotsaustralopithecus: no problem04:36
amrmondyhow r u guys ?04:36
tatertotsaustralopithecus: did you get your font sized back to stock/default size?04:36
australopithecusgive me one moment I will try04:37
amrmondyBashing-om04:37
amrmondyi am not live04:37
amrmondyno one see me04:37
amrmondyBashing-om: i am not live04:37
nicomachusI'm trying to install a package called "librespot" with cargo, but it keeps getting stuck on compiling. not sure if I should try to get help here or somewhere else...04:38
amrmondyBashing-om: anyone can see my words ?04:38
australopithecusI set it back to 9904:38
australopithecustatertots04:38
Bashing-omamrmondy: This is ubuntu support, ask your support question .04:38
tatertotsaustralopithecus: you can now go back and try the different settings we looked at to find one that looks best04:39
amrmondyBashing-om: okay04:39
tatertotsaustralopithecus: xrandr -s 204:40
amrmondyi using xubuntu on my Samsung chromebook and i have some problems there04:40
amrmondyi can't open my videos04:40
amrmondyerror on gstreamer04:40
amrmondyin *04:41
australopithecustatertots it seems that using this cuts my screen in half04:41
tatertotsaustralopithecus: xrandr -s 1404:42
black_amrmondy what player you have?04:42
australopithecus xrandr -s 2 puts the computer in letter box04:42
tatertotsaustralopithecus: 14 should look pretty good04:42
australopithecusOk I think I figured this out04:43
australopithecusthanks so much tatertots, yeah 14 is a bit too big04:43
black_amrmondy install a mplayer and try again04:44
australopithecusbut I can mess with it until I get something good :)04:44
australopithecusyou are the best04:44
nicomachusthis is the error I'm getting from cargo: https://paste.ubuntu.com/23762278/04:44
tatertotsaustralopithecus: you're welcome04:44
australopithecusits just that when I use this command it doesnt "scale" or make things fit04:44
australopithecusso I need to move all the objects over on my top bar04:44
tatertotsaustralopithecus: oh you need to log out and back in again when you switch04:45
amrmondyi installed it04:45
amrmondybut didn't work04:45
australopithecusoh shit lol04:45
australopithecusok04:45
australopithecusI will try that04:45
amrmondyi installed vlc and work badly04:46
australopithecusthanks again 14 seems to be the best04:46
amrmondyi will try install mplayer or kplayer04:46
tatertotsaustralopithecus: i figured you'd like 1404:47
ledeniamrmondy, did you install ubuntu-restricted-extras?04:48
amrmondyyes i did04:49
tatertotsaustralopithecus: you might try 12 also04:49
ledeniamrmondy, did you install xubuntu-restricted-extras?04:51
amrmondyyes i installed it04:52
amrmondystill didn't work04:52
ledeniamrmondy,what is exactly error message04:53
Bashing-omamrmondy: 16.04 ; install libdvd-pkg ?04:53
plshelpcan somebody please explain to me what bs is when using dd04:53
tatertotsplshelp: open terminal04:54
tatertotsplshelp: man dd04:54
amrmondyguys remember i use xubuntu on my samsung chromebook04:54
plshelpi want to copy my hard drive to an external with a live cd and i don't know what block size to use04:54
tatertotsplshelp: see the section on "bs"04:54
Bashing-omplshelp: Block size . how much data to copy at a whack .04:54
amrmondyi use 14.04 LTS04:54
amrmondyarmhf04:54
plshelpis it purely preference? i don't understand how to decide what to specify04:55
Bashing-omamrmondy: 14.04 ; install libdvdcss libdvdread4 libdvdnav4 ?04:55
CaydenCan I get Ubuntu help?04:56
nicomachus!ask | Cayden04:56
ubottuCayden: 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 !patience04:56
Cayden!patience04:57
ubottuDon'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/04:57
amrmondywait i will install them now04:58
crazyhorse18is there some low level program05:02
crazyhorse18that can copy files off a hard drive ignoring sector errors?05:02
crazyhorse18when i went to the hdd recovery shop they had some special magic software that could do it.. even though it wouldn't even mount anywhere else05:03
turistaHi, I need to ask if in the reposity, there's https links; or how can I check the repository file?¿05:10
tim_turista what?05:16
turistahow can I open the repository file?¿05:16
tim_which one?05:16
turistawhere these links are when I make sudo apt-get update05:16
tim_what version of ubnutu?05:17
tim_http://packages.ubuntu.com/05:17
cfhowlett!details | tim_05:18
ubottutim_: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.05:18
tim_that will cover the last three major releases05:18
=== piebot3000 is now known as davin55
tim_well tim_ is not the one talking in circles not asking any questions05:18
cfhowlettsorry meant it for turista .  my mistake05:19
cfhowlett!details| turista05:19
ubottuturista: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.05:19
tim_no worries I think I was able to answer turista question based one what he tried to ask05:19
tim_*on05:20
tim_I try to be more patient with the questions folks ask in the Ubuntu channel, after all if they were well seasoned system administrators they wanted be running Ubuntu :)05:21
=== brandon is now known as IOM
guest5302Hello everyone. Anyone here have any luck installing Ubuntu 16.04.1 on an Acer E5-575?05:28
xangua! Details | guest530205:31
ubottuguest5302: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.05:31
tim_guest5302 a little google-fu shows yes but some bios version maybe problematic http://community.acer.com/t5/E-F-and-M-Series-Laptops/Acer-Aspire-e5-573g-You-can-not-install-any-one-Linux/td-p/38600905:32
tim_If the Acer has already been purchased best thing to do is test everything with a live cd05:32
tim_or go balls to the wall install it, and resolve the problems bit but bit, if you are just looking for a laptop to install Ubuntu on before making the purchase Id suggest a dell XPS guest5302 or if you have a budge system76.com builds laptops made for linux05:34
guest5302Tim Thanks for the link. I figured the BIOS would be a problem. I'll give it a go with the Live CD and see how far I can get.05:34
guest5302I might just partition the drive and like you said, bit by bit. Might be good for the community to share those steps.05:34
tim_Most laptops you can just set enable legacy mode and it will bypass most of the problems that arise in uefi05:35
Bashing-omguest5302: More hints : For an Acer, you have to press the F2 key a couple of times, directly after turning on the computer.05:36
tim_sorry my spelling sucks tonight, i'm surprise the bots are not crying about it05:36
Bashing-omguest5302: ^^ from : https://sites.google.com/site/easylinuxtipsproject/windows#TOC-Change-some-UEFI-settings .05:36
guest5302Bashing-om & tim, thanks for the links. I'll get started now and i'll report back later on how it went.05:38
tim_I recall reading back when secure boot came out that canonical  would be purchasing digital keys so the installers would work with uefi and secure boot?05:39
tim_in face I think all linux distro maintainers would be doing this by now05:40
tim_face = fact05:40
=== tims-extra-lapto is now known as tims-spare-lapto
=== tims-spare-lapto is now known as tim-spare-laptop
Bashing-omguest5302: Also : http://ubuntuforums.org/showthread.php?t=2330267 <-  set "trust" on the Ubuntu/grub .efi files. ; https://ubuntuforums.org/showthread.php?t=2333630 .05:47
=== afru_ is now known as sleepfro
=== _Neotrans is now known as Neotrans
oniichanhello06:03
tim_hello06:03
nicomachuso/06:03
amrmondyhello06:03
RonWhoCaresI am switching my computer to 2 hard drives06:04
RonWhoCaresHard drive #1 - Operating system / programs.  Hard drive #2 - data.  Is it worth having a separate partition for /usr on the data drive/06:04
lotuspsychje!home | RonWhoCares06:05
ubottuRonWhoCares: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving06:05
RonWhoCareslotuspsychje: Thank you06:06
pavansahii06:12
TragicM3LONis there any way to remove grub and put windows bootloader on the system?06:23
TragicM3LONon the linux side?06:23
hanziHi niggers.06:28
ObrienDaveTragicM3LON, no, windows boot will not recognize linux, afaik06:29
sas-aitearfree prevents lines like fire right ?06:29
sas-aiwhen i see fire on video it´s like alotta images see lines06:30
TragicM3LONjust trying to get this system to recognize a windows usb, to install windows, but grub keeps pulling up06:30
sas-aiwanna run videos smooth with radeon II06:31
xXEoflaOEXxTragicM3LON, Is your Windows USB bootable? Are you be able to boot from USB in BIOS?06:31
cfhowlettTragicM3LON, that's not grub and that's not how you launch windows.  you need to reboot, hit your bios and choose your boot devide06:31
cfhowlettdevice06:31
TragicM3LONi've done that06:31
TragicM3LONit still goes to grub06:31
TragicM3LONso i don't know what's going on06:31
ObrienDaveTragicM3LON, you need to reinstall MFT first. i know there's instructions, but can't remember where they are06:31
sas-aiboot- priority perhaps ?06:32
cfhowlettTragicM3LON, check your manual.  it will tell you how to boot from selected media06:32
xXEoflaOEXxTragicM3LON, When you boot to USB is it going straight to the HDD boot?06:32
TragicM3LONi know how to, but when i select the USB it goes right to grub06:32
TragicM3LONi hit F11 to select a boot device, select the USB, goes right to grub06:32
cfhowlettusb?  you have windows on a usb?06:32
xXEoflaOEXxTragicM3LON, Are there any HDD activities?06:33
TragicM3LONyes i created a bootable USB06:33
cfhowlettin any case, "how do I boot windows"? is a ##windows query or - again - read your hardware manual.06:33
TragicM3LONya well felt like a linux thing, since it keeps pulling up grub06:33
TragicM3LONand lets face it, the windows people don't know how to do this06:33
xXEoflaOEXxTragicM3LON, How did you make your USB bootable? dd?06:34
TragicM3LONi tried dd and then tried Etcher to see if dd wasn't working06:34
daxAs discussed last time, this is not an #ubuntu issue. Your computer not booting a Windows install disk is irrelevant to #ubuntu, and unaffected by your currently-installed OS>06:34
cfhowlettalso off-topic = "make a windows usb"06:35
dax^06:35
LoganDarkHello, my root account is being actively bruteforced through SSH. Any advice on how I can globally drop attempts for about 10 minutes after a few failed connection attempts?06:35
xXEoflaOEXxTragicM3LON, Ask on ##windows.06:35
daxYes, I think we've covered that.06:35
TragicM3LONi'll try again there, last time the ppl just went off in Russian06:35
TragicM3LONso whatever06:35
daxLoganDark: so is every other public ssh server. Ignore it, or change port, or use fail2ban/denyhosts06:35
dax(or firewall it off)06:36
LoganDarkdax didn't expect the rudeness, but I will check out fail2ban thanks06:36
daxWasn't being rude, it is what it is.06:36
digital_ghosthow to update "hexchat" on ubuntu?06:36
cfhowlettdigital_ghost, sudo apt install hexchat06:37
daxLoganDark: people often think it's them specifically getting targeted and get worked up about it. Hence me mentioning that we all get that.06:37
digital_ghostcfhowlett: i already installed it, my version is 2year old, i want to upgrade to latest hexchat version06:38
LoganDarkdax: All I'm asking for is a way to automatically ban IPs after failed connection attempts. I don't need any extra info06:38
LoganDarkBut thanks anyway06:38
cfhowlettdigital_ghost, open a terminal : hexchat --version06:38
daxLoganDark: fail2ban or denyhosts will both do that, in case you disregarded the rest of the sentence06:38
cfhowlett2.10.2 is the latest in the ubuntu repos digital_ghost06:38
daxLoganDark: though I think one is unmaintained, so I recommend looking at both06:39
LoganDarkin case you disregarded the rest of my sentence, I already said, I quote "but I will check out fail2ban thanks"06:39
daxLoganDark: ah, good. I forgot you said that.06:39
LoganDarklol06:39
LoganDarkIRC goes by quick doesn't it06:39
daxI'm doing 10 things at once right now, also -_-06:40
LoganDarkLol06:40
digital_ghostcfhowlett: my client broke today and i got banned, somebody told hexchat is overflooding because i am using the old unstable version06:41
LoganDarkLol06:41
OERIASdigital_ghost, use xchat06:43
OERIASlol06:43
xXEoflaOEXxdigital_ghost, What Ubuntu version?06:43
OERIASor bitchX06:43
digital_ghostxXEofla0Exx: 16.04 LTS06:44
xXEoflaOEXxdigital_ghost, It seems that you may have to upgrade to Yakkety to get the latest version of HexChat.06:45
digital_ghostxXEofla0EXx: can i update using other repos?06:46
cfhowlettdigital_ghost, mixing repos = breaking ubuntu06:46
cfhowlettmsg ubottu yakkety hexchat06:47
cfhowlettdigital_ghost, and yakkety has 2.12.02-2ubuntu2 same as xenial06:47
ObrienDavewoah, i'm on 16.04 and my hexchat is current06:47
ObrienDave2.12.406:48
sohum_hi06:48
cfhowlettObrienDave, ! really?06:48
ObrienDaveyes06:48
cfhowlettppa?06:48
sohum_hi06:48
sohum_hi?06:49
xanguaOr one could read the download section https://hexchat.github.io/downloads.html06:49
cfhowlettask your ubuntu question sohum_06:49
xanguaPPA, snap, etc06:49
xXEoflaOEXxdigital_ghost, Download hexchat and hexchat repositories from yakkety or use the download link above ^^06:49
sohum_how do you overclock?06:49
sohum_im noob06:49
cfhowlettsohum_, wrong channel.  ask #hardware06:49
sohum_oops srr06:50
sohum_im noob06:50
ObrienDavecfhowlett, no, official repos06:50
cfhowlettObrienDave, https://launchpad.net/~gwendal-lebihan-dev/+archive/ubuntu/hexchat-stable     2.12.0-2-xenial ... unless you snapped or something06:51
a[0]hi folks, apologies if this isn't the right place for this question -- I'm using 14.04 in a Docker container to try to build a library that uses OpenGL. I'm using conda to build it like this: https://github.com/ccordoba12/pcl-conda-recipes/blob/master/pcl/meta.yaml06:51
a[0]the problem is I get errors like this: "make[2]: *** No rule to make target `/usr/lib64/libGLU.so', needed by `lib/libpcl_surface.so.1.8.0'.  Stop."  -- it's as if cmake was able to find OpenGL, but then fails to link with it06:52
sohum__what is this channel topic06:52
sohum__?06:52
ObrienDaveoh, my bad, getdeb ppa, sorry06:52
cfhowlettsohum__, read your topic06:52
* cfhowlett delivers smack to side of ObrienDave's head to force recalibration06:52
tatertotsa[0]: are you chatting from 14.04 right now? yes or no06:52
a[0]tatertots: no, the stuff I'm talking about is all happening inside docker06:53
tatertotsa[0]: or you have console level access to 14.04?06:53
tatertotsa[0]: i understand inside the docker06:54
tatertotsa[0]: do you have access to the 14.04 system right now?06:54
ObrienDavecfhowlett, lol06:54
Mister_Xhey06:54
Mister_XI have a service that prevents boot process to finish06:55
tatertotsa[0]: meaning can you open terminal in the 14.04 environment you have? yes or no06:55
Mister_XI was wondering how I can disable it easily06:55
Mister_X(16.04)06:55
xXEoflaOEXxMister_X, What service that prevents Ubuntu from booting?06:55
a[0]tatertots: apart from connectivity issues to a remote machine, I can run a shell in it, inside docker, yes. "the 14.04 system" is a just FROM line in a dockerfile06:56
cfhowlettif you're not booted, I don't see a service blocking your boot, Mister_X06:56
Mister_Xdnscrypt-proxy06:56
Mister_Xcfhowlett, not sure to follow you06:56
tatertotsa[0]: i'm just asking if you have live, realtime administrative level access to the 14.04 system right now?06:56
a[0]yes06:59
tatertotsa[0]: do you want to find tshoot and find out why it can't find OpenGL06:59
tatertotsa[0]: step #1 install inxi, inxi is in the official ubuntu repositories making it easy to find in the gui software manager, or your preferred installation method.07:00
tatertotsa[0]: step #1 install inxi, inxi is in the official ubuntu repositories making it easy to find in the gui software manager, or your preferred installation method. also making it easy to see details and possibly community reviews and such07:01
tatertotsa[0]: once you have inxi installed let me know, then we'll go to step #207:02
tatertotsa[0]: are you familiar with installing software in a 14.04 environment? do i need to provide you with the steps?07:05
a[0]tatertots: i am, but I think it will be more effective for me to gather the Dockerfile and small handful of files; the issue should be exactly reproducible07:06
a[0]just another minute or two07:06
=== farhad is now known as Guest30632
a[0]tatertots: this should reproduce the problem https://gist.github.com/jtbandes/14e0c5a285a4fee969a562a49fd60da907:09
a[0]I had to modify things slightly because gist doesn't accept files nested in dirs; running again myself to verify. but basically follow the instructions in the first file, and you will ultimately see the failure on the last step07:10
Mister_Xany way to abort a service startup while the system is booting?07:10
tatertotsa[0]: well no  step #2 for you is all i'm reading07:10
Mister_Xdnscrypt-proxy is hanging and preventing the whole system to boot07:10
tatertotsa[0]: and that's perfectly acceptable07:11
tatertotsa[0]: take care, and good luck07:11
xXEoflaOEXxMister_X, Are you able to boot into recovery mode?07:11
a[0]thanks07:12
Mister_Xyes07:12
Mister_Xbut when getting a root shell, after a minute, screen gets messed up07:12
tatertotsa[0]: do they have #docker irc channels on freenode that you're aware of?07:13
xXEoflaOEXxMister_X, Did the screen actually distort or does the text get mixed? and what happens when you remove dnscrypt-proxy?07:13
a[0]tatertots: there probably is one. but I figured it's more about the OS than about docker itself. I haven't used this channel really before so I wasn't sure whether it's totally on topic here07:14
Mister_Xtext gets mixed07:14
Mister_Xsometimes, it gets back in the menu07:15
a[0]there may also be some Stack Exchange site where this is appropriate, but I don't think Stack Overflow is quite right for it07:15
tatertotsa[0]: yes i agree, i'm wondering why you're seeming to avoid rolling up your sleeves and trouble shooting at the 14.04 level, is it due to you not being truly familiar enough with it from a system administrative perspective?07:16
tatertotsa[0]: that means being at that 14.04 console with administrative credentials07:16
xXEoflaOEXxMister_X, Maybe use: echo manual | sudo tee /etc/init/dnscrypt-proxy.override07:16
tim_https://docs.docker.com/opensource/get-help/ tatertots07:16
a[0]I guess I don't quite know what "troubleshooting at the 14.04 level" means. I'll admit I am not the most experienced 14.04 sysadmin, but I am certainly familiar enough to have provided what I believe are exact repro steps for my problem inside a container07:17
umqgvghjajajajaja07:17
yojfamjajajajaja07:17
tfjuqjijajajajaja07:17
sgmgxzpjajajajaja07:17
vfzliajajajajaja07:17
wusehcjajajajaja07:17
imaxvpjajajajaja07:17
kbcrsyjajajajaja07:17
erryyqjajajajaja07:17
rozdftfjajajajaja07:17
=== uuapr is now known as gnvmzpp
=== gnvmzpp is now known as gsbclq
daxtatertots: (you probably want to resend that, it got blocked by the spam filter)07:21
tjsimmonsok07:22
tjsimmonsanyone have any thoughts as to why networking.service takes so long to come up?07:22
tjsimmonsmy nfs automounts aren't working at boot because of it07:22
tjsimmons(looking at systemctl list-jobs)07:23
tatertotsdax: he can fin for himself07:23
tjsimmonshttps://www.irccloud.com/pastebin/710SETFy/07:23
WildPenguinhello, is Seamonkey more lightweight and more suitable than Firefox for a distro like Lubuntu?07:24
daxnot particularly, in my experience07:24
WildPenguinok07:24
cfhowlettWildPenguin, it's free to install and test for yourself07:25
WildPenguinwhere can I find it?07:25
=== mrkop is now known as wrtwv
=== aetjdr is now known as nyqeu
=== nkhadl is now known as actfbsx
=== sqigz is now known as zzvnlrk
=== wrtwv is now known as erkwqi
=== nyqeu is now known as rnbozc
=== actfbsx is now known as aeemst
=== zzvnlrk is now known as rnsgo
=== yxcjrwt is now known as dvfsl
=== dvfsl is now known as bsdee
=== bsdee is now known as snqidp
=== rnbozc is now known as jxleh
=== jxleh is now known as jlbjp
=== rnsgo is now known as pmydm
=== pmydm is now known as rlsnxe
=== erkwqi is now known as nyqvjlg
=== nyqvjlg is now known as bbrmu
=== bbrmu is now known as lvqode
tjsimmons5 minutes... https://www.irccloud.com/pastebin/km9NSaD3/07:26
WildPenguinWebbrowser usually consumes more CPU resources, I think.07:26
oniichanhello07:28
xXEoflaOEXxoniichan, Do you have your Ubuntu question?07:29
daxthey left07:29
xXEoflaOEXxok07:29
SpeirosWhat is the reason some change their name so many times in a row?07:30
daxSpeiros: someone making noise to be silly07:30
Speirosdax Ah, okay.07:30
Mister_XxXEoflaOEXx, tried that but my issue is remounting the filesystem rw07:37
Mister_Xmount -o rw,remount /07:37
Mister_Xdoesn't seem to work07:37
xXEoflaOEXxMister_X, then you have to reboot to Live CD or USB and don't reinstall, go to Live CD.07:38
Mister_Xdoesn't work because of nouveau freezing my system07:39
Mister_Xand the disk has FDE07:39
Mister_Xnouveau preventing to boot07:39
Mister_XNMI soft lock up07:40
Mister_Xoptimus07:40
xXEoflaOEXxMister_X, What graphics card you have?07:40
Mister_X960m07:40
xXEoflaOEXxMister_X, nvidia?07:40
Mister_Xyes07:41
xXEoflaOEXxMister_X, What Ubuntu version?07:42
Mister_X16.1007:42
oniichanhello07:42
oniichantest07:42
elkyoniichan: hi, do you have a question?07:44
ObrienDavethey're just testing ;P lol07:46
oniichanelky : yes i have a question, how to fix metasploits framework07:47
elkyoniichan: i don't know but if you wait someone who knows might chime in.07:47
elkyoniichan: i think they have a channel on here at #metasploit07:49
=== exio is now known as exio4
oniichanelky : oke thanks for your informations07:52
SpeirosDo you think that an animal has been chosen for the ubuntu version after "Z", or are we going to require an animal with an ampersand at the beginning?07:52
alkisgMister_X: if you select the recovery boot, and then select to enable networking, this remounts the root file system rw, so *then* you can select a root prompt07:53
SpeirosI can only think of &goose07:53
devel_yo07:57
devel_hows it going07:57
cfhowlettdevel_, ask your ubuntu questions07:57
devel_wait is this for ubuntu questions? i just wanted to hang out tbh07:58
cfhowlett!ot | devel_07:58
ubottudevel_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!07:58
devel_o shit sorry fam07:58
Speiros:)07:58
=== Sam47 is now known as Vesta
=== Vesta is now known as Ceres
=== Ceres is now known as Sam-Vesta
Sam-VestaThat works.08:04
Sam-VestaHi! I'm trying to upgrade from 15.04 to 16.10 via USB, I'm just wondering if the installer will delete my music files.08:05
SpeirosSam-Vesta If it's an upgrade, technically it's not supposed to, but why risk it?  Do you have an external drive or something?08:07
cfhowlettSam-Vesta, possibly but that's why you backed everything up first, right?  RIGHT?08:08
Sam-VestaI don't. I'm in a bit of a bind. Laptop doesn't have a CD drive.08:08
SpeirosAh, I had one of those, but was installed with windows.08:09
Sam-VestaI'd love to do a backup, but I don't have the resources for it. Money tight, old laptop died, I'm lucky I was able to get the HD into this old spare.08:09
cfhowlettif's it's not important enough to back up, it's not important enough to save.08:09
SpeirosSam-Vesta Are you an artist, or a listener?08:10
Sam-VestaListener.08:11
SpeirosSam-Vesta Because maybe you can encrypt the files and save them to some cloud.  But personally I minimise cloud stuff, although it's near impossible these days.08:11
Sam-VestaSpeiros: So the usual behavior for Ubuntu when it installs on a partition is to keep the old (non-system) files if it's a compatible linux install?08:12
SpeirosSam-Vesta I've never gone so far as to testing it.  I delete the whole hard drive and reload, and have my files externally...but I'm quite sure.  Before doing it, have a look on the  ubuntu wiki.  I'll try to find a link.08:13
Sam-VestaThanks for the help, I appreciate it.08:13
SpeirosWhere'd he go?08:15
riccardohello08:21
MManhello08:21
riccardoHot corners don't work after restart in ubuntu 16.10.... Any workaround?08:21
MMani got my mind burn out, trying to recover since 2008..any way happy new year to all!08:22
SpeirosThanks MMan.08:23
ballpenanyone who is using trusty and weechat overit?08:24
ballpenover it*08:24
bazhangtried in #weechat yet ballpen08:25
ballpenyeah08:25
=== eofla is now known as xXEoflaOEXx
bazhangstate the issue for the channel please08:25
ballpenbut they are saying that weechat 1.6 is out there and there is no such problem in 1.608:26
ballpenok08:26
ballpenbasically I have installed it from repo which is 0.4.2 and I am having some issues with beep.pl08:27
bazhangwhich version of ubuntu are you on08:27
ballpenI tried to look up online and found one solution but as I don't know perl I am unable to use it08:27
ballpentrusty08:27
ballpenhttps://davido.me/2014/08/10/sound-on-highlight-weechat-when-beep-pl-doesnt-work/08:27
bazhang!info weechat08:27
ubottuweechat (source: weechat): Fast, light and extensible chat client. In component universe, is optional. Version 1.5-1 (yakkety), package size 2 kB, installed size 60 kB08:27
ballpenit is 0.4.2 for trusty08:28
bazhangeven the most current does not have 1.608:28
ballpenhttp://packages.ubuntu.com/trusty/allpackages08:28
ballpenbazhang: yeah exactly08:28
ballpenbazhang: are you able to understand the solution given in that blog?08:28
bazhangso the only ways to get it are either compile or find a PPA08:29
bazhangPPA are entirely at your risk, supported by the maintainer08:30
=== anon is now known as Guest8937
ballpenwell I had configured it to suite my needs and would be really great If I could get beep.pl working somehow lol08:32
bazhangthats a three year old blog post08:33
bazhangso ask in #weechat is the best option here08:33
ballpenbazhang: k mate thanks :)08:36
Mozammelmy ''darktable'' looks very ugly, anyone have any idea why that, I just install it and did not changed any settion. here is the screenshot, http://picpaste.com/darktable_001-3s2HS9bV.png i'm using ubuntu 16.10, GNOME & Unity, for both DE i'm having the same problem. any help will be appriciated.08:43
manjarohello08:53
elkymanjaro: hi, do you have a question about ubuntu?08:54
manjaroI don`t know English08:54
elkyi see...08:55
elkywhat language do you know, manjaro?08:56
ballpen^08:56
manjaroChinese08:56
ballpenhmm lol hindi here08:56
manjaroGoodbye!08:57
elkymanjaro: then you could ask in #ubuntu-cn08:57
ballpen^08:57
ducasseballpen: weechat.org has debian/ubuntu repos with the latest version, if that is an option for you09:03
daxand they work very nicely (I use them on Debian)09:04
nkr_I'm not able to get wikr running on 16.0409:05
ducassei use them on x86-64 ubuntu and armhf debian without problems09:05
ballpenducasse: thanks!!! :)09:08
ducasseballpen: yw :)09:08
linux_what the fuck09:27
linux_hello09:27
bazhangno cursing here linux_09:28
linux_is sombody here09:28
ballpenlinux_: hello and welcome :)09:28
bazhangdid you have an ubuntu support issue linux_09:28
linux_is it chinese serv:09:30
linux_or american09:30
bazhang!cn | linux_09:30
ubottulinux_: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw09:30
linux_hehe09:30
linux_who are you09:30
bazhangthis is support only linux_09:30
bazhangplease take chat somewhere else linux_09:31
linux_is that engeneer>09:31
linux_nice to meet you09:31
bazhanglinux_, do you have an ubuntu support issue09:31
linux_yeap09:32
ballpenlol09:32
ballpenman this is funny09:32
linux_joking09:32
linux_i am in beijing09:33
bazhang!ot | ballpen linux_09:33
ubottuballpen linux_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!09:33
bazhanglinux_, please stop the chat here09:33
bazhanglinux_, there are offtopic chat channels for that09:34
ballpenbazhang: thanks man will surely do :)09:34
linux_ok09:34
ballpenbazhang: but I have registered my nick over freenode09:35
blackHow to auto connect service, when i run irssi ?09:44
=== Ocelott is now known as Ahti
Serdar1good morning09:55
SpeirosHi Serdar109:55
Serdar1I am trying to finalize my system, still got lot of issues with nvidia driver, but also with fs mounts, which I don09:55
Serdar1't understand09:56
Serdar1dmesg says this  EXT4-fs (sda3): VFS: Can't find ext4 filesystem09:56
Serdar1but I don't have an ext partition09:56
Serdar1okay forget that09:57
SpeirosSerdar1 Okay.  So you can see that an external file system and the ext4 are different things?09:57
Serdar1strange something corrupted my fstab09:57
Serdar1Speiros: I found that, there is an ext4 in my fstab, but I introduced xfs there09:58
Serdar1strange09:58
Serdar1and this is also wrong... UUID=C246-A538  /boot/efi       vfat    umask=0077      0       109:59
SpeirosSerdar1 I'm not experienced enough to know what the issue is here.10:00
ducasseSerdar1: what is wrong about the efi entry?10:00
Serdar1why is there a vfat, I never did that10:01
Serdar1also /boot is not an extra partition10:01
Serdar1ah, /boot/efi is the windows bootloader I guess.10:01
ducasseSerdar1: it's the efi system partition, you need that.10:01
Serdar1Speiros: I did not introduce it, that's the case10:01
Serdar1ducasse: this is new to me. the last time I installed linux I only used /boot partition or none, but efi system partition...10:02
SpeirosSerdar1 What is the system you're introducing?  Is it 16:4, 16:10, or something else?10:02
Serdar116.1010:02
SpeirosOk, thanks10:02
ducasseSpeiros: if your machine already had windows installed the esp would already be there, otherwise you would need to create it. this is probably your first uefi system, that's why you haven't seen it before.10:03
Speirosducasse To Serdar1?10:04
ducassebad tab complete :)10:04
Speiros:)10:04
Serdar1ducasse: before I mean 5-6 years ago :)10:04
pavanhow to Create Bitmap from a byte array  in python10:05
ducasseSerdar1: on uefi systems you need the efi system partition, that's where the bootloader is stored.10:05
ducassepavan: ask ##python10:05
Speirospavan That's who can help with that issue mate.10:07
pavannot getting reply from there10:07
Speirospavan It appears there is a large #python site too.10:07
Younderpython is huge yes10:08
Speirospavan Try the single hash.10:08
YounderAnyone have a real #ubuntu question?10:08
fundAnyone made partition in Usb drive?10:09
Younderfo10:09
SpeirosNot me fund10:10
Younderfund: why would you want to?10:10
Younderfund: yest it is a drive like any other drive10:10
fundYounder may I ask which are possible usage of it?10:10
Younderuse fdisk10:10
fundYest?10:10
Serdar1where can I see these [OK] messages from boot, is this in syslog or somewhere else?10:11
Youndermake sense10:11
Speirospavan There are over 1500 in #python, but you're in ##python.10:12
ducasseSerdar1: no, they're not stored anywhere afaik.10:13
=== Jochen_wvdT is now known as Schlawiner
ducassehmm, the official channel seems to have moved from ##python to #python now...10:14
Speirosducasse Yeah, it seems so.10:17
sabrehageni'm on xubuntu 16.04. i have three monitors. sometimes two of my monitors don't power back on after the computer sleeps. i can force them back on via xrandr though https://gist.github.com/sabrehagen/66da13e33820788270015305d8a385f910:20
sabrehagenis there somewhere i can view the 'monitor' logs to look for any error messages?10:20
Serdar1how do I know, that I need bumblebee?10:25
metaresolve#postgresql10:38
HexaChopHello everyone!10:38
SpeirosHey HexaChop:)10:38
SpeirosI'm just about to go for about 20min, but I'll be back.10:39
HexaChopOK.10:39
SpeirosI need food before it gets too late:)10:39
SpeirosCiao amici:)10:39
HexaChopCya.10:40
HexaChopSomebody maybe wilking to help mw with that boot problem?10:40
HexaChopWilling*10:41
cfhowlett!ask | HexaChop10:41
ubottuHexaChop: 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 !patience10:41
tatertotsHexaChop: have you tried reset BIOS to defaults?10:43
HexaChopI am getting these errors on a UEFI Desktop Setup. I am trying to install ubuntu into an external harddrive using USB Live Version of Ubuntu. I can't get past this:10:44
tatertotsHexaChop: have you tried reset BIOS to defaults?10:44
ducassetatertots: maybe you should listen to what his problem actually is first?10:45
HexaChoptatertots, no because it would take me ages to reset everything because I need to set up watercooling and all that jazz.10:45
HexaChopFot anybody new to my problem: http://m.imgur.com/gallery/euwBu10:46
HexaChopFor anybody new to my problem: http://m.imgur.com/gallery/euwBu10:46
ducasseHexaChop: what kind of external disk?10:47
tatertotsducasse: he has links for the ppl that are new to his problem, that haven't heard about it over the last week or no with symptoms that occur across linux distributions.10:47
tatertotsducasse: enjoy the read10:47
HexaChopAdata NH13, Ducasse.10:47
ducasseHexaChop: never heard of. is this a standard usb -> sata thing?10:48
HexaChopDucasse, yes, most of them are.10:48
HexaChopDucasse, it is a laptop harddrive sized HDD put into it.10:51
ledeniHexaChop, witch laptop ?10:52
ducasseHexaChop: the specs even say it should work with linux, so i doubt there's anything funny there. the reason i asked is because the image you posted looks like a controller failure to me.10:52
HexaChopledeni, I didn't open it, it is simply of the size of a laptop HDD put inside.10:53
ledeniHexaChop,laptop model10:53
HexaChopLedeni, heh, you do not understand,  do you. It came with it already in the external hdd box.10:54
HexaChopLedeni, it connects the HDD inside via sata + it shows activity via LEDs.10:55
ledeniHexaChop,i just asking company of laptop and model10:55
HexaChopLedeni, it didn't come from a laptop, it came from factory as a one solid piece with HDD already inside the box.10:57
cfhowletthexchop so this is a custom build then?10:58
ducasseHexaChop: i think he's trying to ask about what the disk is connected to - is it a laptop, if so - which?10:58
ledeniHexaChop,it is laptop or desktop10:58
serdarhi all11:01
PSUser2if i'm a normal user ($) how can I use up arrow in terminal to retrieve a previous command?11:01
serdarI have a strange behaviour. I create xorg.conf with nvidia-xconfig, but everythime I restart lightdm it gets overwritten11:02
HexaChopLedeni, take a look at the HDD online, all of the specs are there, mate.11:03
EriC^^PSUser2: as usual11:03
MonkeyDustPSUser2  hitting the up arrow is the normal way11:03
ledeniHexaChop,it is laptop or desktop?11:03
cfhowletthe's gone, ledeni11:04
HexaChopWho's gone?11:04
PSUser2I need to assign bash instead of shell, i didn't know, i just found out11:05
cfhowlettHexaChop, you've been here almost 30 minutes and have yet to explain the most basic questions.  read the details and try again11:05
ducasseHexaChop: nobody is asking about the disk, forget the disk - what is it connected to?11:05
cfhowlett!details | Hexachop11:05
ubottuHexachop: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.11:05
ducassePSUser2: 'chsh /bin/bash'11:05
HexaChopDucasse, what should I do, mate?11:06
MonkeyDustPSUser2  what's the outcome of     env|grep SHELL11:06
* ducasse throws in the towel11:06
PSUser2i've fixed it with this: sudo chsh -s /bin/bash <username>11:07
cfhowlettHexaChop, you have an interesting problem.  refusing to give sufficient details is demotivating to helpers.  I'm out, too.11:07
HexaChopCfhowlett, what kinds of details you need?11:08
ducasseHexaChop: you've been asked about ten times what kind of machine this is.11:08
HexaChopCfhowlett, I got disconnected, sorry.11:08
HexaChopDucasse, Desktop UEFI.11:09
* cfhowlett suspects games are being played ...11:09
ducasseyeah...11:09
HexaChopCfhowlett, what is my reason to play games? Seriously, bro...11:09
HexaChopSo, it is hand-built, no branding, UEFI Desktop PC.11:11
HexaChopI can tell you the specs if you so wish, ducasse, cfhowlett, because the PC is hand-built by me, there is no branding...11:12
ledeniHexaChop,and you trying to install ubuntu(please tell us version ) on external usb hdrive11:12
ducasseHexaChop: motherboard?11:13
HexaChopLedeni, latest version, 16,10. Yes.11:13
HexaChopDucasse,  Asus Maximus VIII Extreme.11:13
EriC^^HexaChop: what's the problem?11:13
HexaChopEriC^^, http://m.imgur.com/gallery/euwBu11:13
ducasseEriC^^: does that look like controller problems to you too?11:14
EriC^^ducasse: no idea11:15
* EriC^^ googles now..11:15
SpeirosHow are things HexaChop?11:15
EriC^^HexaChop: is it a normal hdd?11:15
HexaChopEriC^^, no, external.11:16
MonkeyDustHexaChop  use this command    sudo lshw -html > ~/Desktop/hardware.html11:16
ledeniHexaChop,try Change the SATA port for the optical drive11:16
HexaChopSpeiros, same problem, mate.11:16
HexaChopLedeni, for CD ROM?11:16
EriC^^HexaChop: how11:16
EriC^^how's it connected?11:16
EriC^^HexaChop: you said it's an asus?11:17
HexaChopEriC^^, via usb port, Adata NH13.11:17
HexaChopEriC^^, motherboard, yes.11:17
EriC^^reading here, seems might be related http://askubuntu.com/questions/228927/boot-failure-failed-command-identify-packet-device11:18
HexaChopEriC^^, HDD Adata NH13.11:18
EriC^^try changing the sata port for the optical drive like someone mentioned above11:19
SpeirosEriC^^ How did you call the article?11:19
EriC^^you mean how'd i find it?11:20
Speirosyep:)11:20
EriC^^i searched for this string in google "no sprom ubuntu failed command activate packet device"11:20
HexaChop2511:20
HexaChopI always get thrown out.11:20
HexaChopWhy?11:20
EriC^^HexaChop: try changing the sata port for the optical drive like someone mentioned above11:20
SpeirosEriC^^Ah, okay.  I never thought of chasing the code problem.11:20
EriC^^Speiros: yeah it helps like 90% of the time or more11:21
HexaChopEriC^^ CD-ROM?11:21
EriC^^HexaChop: yeah11:21
SpeirosEriC^^Good to know.  Thanks.11:21
EriC^^Speiros: :)11:21
=== iulian is now known as Guest6604
WildPenguinwhich is the DE most preferred among Ubuntu users/11:23
WildPenguin?11:23
EriC^^WildPenguin: who knows11:23
cfhowlettwhy?11:23
cfhowlettas in ""why do you care what others use?" when you should be using the system that works for YOU.11:24
WildPenguinwas just curious to know. Actually I wanted to know which one is more active and up to date with the latest features.11:24
cfhowlettWildPenguin, ask #ubuntu-offtopic11:25
WildPenguinok11:25
MonkeyDustWildPenguin  these are the most common   http://imgur.com/a/9iaLJ#cMfLqdM11:25
WildPenguinok. thanks a lot.11:26
SpeirosHmm, interesting.  I didn't realise there were options.11:26
WildPenguinI am buying a new laptop this week and intend to install Ubuntu on it. That's why I wanted to know that.11:26
HexaChopEriC^^, my SATAs are burried under GPUs.11:30
ledeniHexaChop, you use dvd or usb stick with ubuntu install media?11:32
EriC^^HexaChop: if you boot 10 times it might boot once correctly, then you can add that line in that thread11:33
HexaChopEriC^^, switched ports.11:36
HexaChopThat wasn't very easy. EriC^^.11:37
neeca<- noob here: if i want(need) to code in java, should i use openJDK or the oracle thingy? :311:37
EriC^^HexaChop: did it work?11:38
l0llip0pneeca: for learning basics openJDK should do the trick.11:39
HexaChopEriC^^, even different errors now.11:39
EriC^^neeca: try #java11:39
SpeirosWhat are the new errors HexaChop?11:39
ledeniHexaChop, try to unplug my DVD ROM drive11:39
HexaChopLedeni, Speiros, uploading photo.11:40
=== i337_ is now known as i337
ledeniHexaChop, try to unplug  DVD ROM drive11:40
=== done is now known as Guest25483
HexaChophttp://m.imgur.com/gallery/GJRRG, ledeni, Speiros, EriC^^11:41
EriC^^HexaChop: google says it might be a power supply issue11:43
EriC^^do you have another one you could try?11:43
HexaChopEriC^^, srsly? No, I don't.11:43
ledeniHexaChop,try to set nouveau.modeset=0 at the end of the linux line in the pre boot settings as well as I had also been getting errors related to that. To do that you press "e" at the Grub menu to make this edit and press "F10" to apply and boot.11:45
HexaChophttp://m.imgur.com/gallery/nTPQ411:46
HexaChopBefore Friday grub edit.11:46
HexaChopAutocorrect put Friday there...11:47
HexaChopEriC^^, IT STARTED., ledeni.11:49
EriC^^HexaChop: with the nouveau.modeset=0 ?11:49
HexaChopBut now I get HDMI Not In Optimum Mode....11:49
HexaChopEriC^^, yes.11:49
HexaChopEriC^^, now I get Npt Optimum Mode.11:49
EriC^^HexaChop: ok, try updating the kernel after installing and get a good working driver for the graphics card11:50
HexaChopEriC^^, HDMI not optimum mode.11:50
EriC^^HexaChop: have you installed already or is this the live usb?11:50
HexaChopEriC^^, live USB.11:50
EriC^^HexaChop: ok, install first, then fix it11:51
PCatineanhey guys if i can do pip install -r req.txt how can i do so with a txt file online?11:51
PCatineanbasically pull the content out and pass it to pip like it was a local resource11:51
HexaChopEriC^^, it shows black screen with HDMI NOT IN OPTIMUM MODE.11:52
EriC^^PCatinean: pip install -r $(wget -qO- http://req.txt)11:52
PCatineanwget -qO, ohh thanks EriC^^11:52
EriC^^PCatinean: ah wait11:53
PCatineanI've been using $() for some time, not sure how it works11:53
EriC^^PCatinean: i think you need the pip command to actually treat it as a file11:53
EriC^^PCatinean: the $() will just run the command and replace the line with the output11:54
PCatineancool11:54
EriC^^so it'll be like pip install -r line1 of req.txt line2 of req2.txt11:54
EriC^^(it won't work)11:54
EriC^^the >() runs a command and makes it treat it as a file11:55
EriC^^a very easy way would be to just do wget -O /tmp/req.txt http://req.txt && pip install -r /tmp/req.txt11:55
HexaChopEriC^^, help...11:55
EriC^^otherwise i think you need to use >() or <() or <<<11:56
linux123hi11:57
HexaChopEriC^^, I've actually booten into ubuntu.11:58
EriC^^HexaChop: install it11:58
SpeirosNice:)11:58
HexaChopSpeiros, thanks. :).11:59
* cfhowlett respectfully dips his fedora at EriC^^ - nicely done!11:59
HexaChopEriC^^, OK.11:59
linux123Do you like unity?11:59
cfhowlettlinux123, wrong channel - ask in #ubuntu-offtopic11:59
SpeirosJust glad for you mate:)12:00
HexaChopSpeiros, not yet. It froze on prepare to install ubuntu. EriC^^?12:00
SpeirosOk.  Still, working through the jungle there HexaChop it appears.12:01
k1l_HexaChop: did you try to uncable the dvd drive?12:01
=== linux123 is now known as holayadios
HexaChopIt unfroze, everyone.12:03
EriC^^cfhowlett: thanks :D12:03
HexaChophttp://m.imgur.com/gallery/Nrs58, what to hit, EriC^^?12:03
EriC^^cfhowlett: (i didn't solve the problem though, i think lineri's advice helped)12:04
EriC^^HexaChop: click on yes12:04
HexaChopSpeiros, yep. definitely.12:04
HexaChopEriC^^, done.12:05
shadow_hunterhi!12:05
SpeirosNice one.  Looks like you're on your way to being able to play on the Ubuntu system.  Thank goodness you got past that horrible stick.12:05
SpeirosGood work to all the folks on here for your efforts and experience, and the fact that you're willing to help us lesser knowledgeable ones in these areas with sharing it.12:06
HexaChopEriC^^, http://m.imgur.com/gallery/ULK5S12:06
shadow_hunterAnyone know how to install ubuntu touch generic in my mobile?12:06
cfhowlett!touch | shadow_hunter12:07
ubottushadow_hunter: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch12:07
EriC^^HexaChop: do you have another OS installed on the hdd?12:07
HexaChopOn the HDD, no, but on other HDDs, yes,12:08
shadow_hunterubotuu: ok, thanks12:08
EriC^^HexaChop: other hdds which are connected all the time and you use to boot other OS?12:08
HexaChopEriC^^, basically.12:08
EriC^^HexaChop: the thing is, there's uefi mode and bios mode, if you install an OS in a mode, and another in a different mode, you have to switch it in the bios every time you want to boot the different one12:09
EriC^^HexaChop: what OS is installed in the other hdd?12:09
HexaChopEriC^^, Windows 10.12:09
EriC^^it's probably uefi12:10
fund(fund) Is it possible to boot system from system image back up usb drive?12:10
EriC^^HexaChop: click on continue in uefi mode12:10
fundWindows 8.112:10
HexaChopEriC^^, are you sure, mate?12:10
EriC^^HexaChop: yeah it's not a big deal12:10
EriC^^you can always convert to bios mode or reinstall in bios mode later12:10
HexaChopEriC^^, true.12:11
EriC^^HexaChop: are the other hdd's connected right now?12:11
EriC^^you could check windows in which mode it's installed12:11
HexaChopEriC^^, nope, only on Power Supply.12:11
SpeirosHexaChop so there is dependency between this HDD and the others? Or not?12:12
EriC^^HexaChop: ok, no biggie12:12
HexaChopSpeiros, what do you mean?12:12
rodolfoGuys, can someone shed some light into this: Is it possible/How to remove the bottom panel (Gnome 3.18)?12:13
SpeirosHexaChop From what I'm seeing being said, and according to the screenshots, It seems your HDD you're putting Ubuntu on has boot information for the other HDD's.  Is that a wrong conclusion on my part?12:13
fund(fund) (fund) Vmware possible to use from thumb drive?12:13
cfhowlett!vmware | fund12:13
ubottufund: VMWare is not available in the Ubuntu repositories. Consider using !QEmu or !VirtualBox as alternatives. Instructions for installing VMWare manually are at https://help.ubuntu.com/community/VMware12:13
HexaChopSpeiros, I use SSD as a main HDD.12:14
HexaChopEriC^^, how to make 2 partitions?12:14
=== jonzer is now known as Kuolemanenkeli
EriC^^HexaChop: you want a separate /home?12:14
HexaChopEric^^, yeah. OS on one partition, user stuff on the other.12:15
fundVirtual box or qemu possible to use from thumb drive?12:15
EriC^^HexaChop: click on "Something else" in the installer12:15
cfhowlettfund, explain12:15
HexaChopEriC^^, already did, mate.12:15
MonkeyDustfund  i'm not getting it either12:15
MonkeyDustfund  start from the beginning, what are you doing or trying to do12:16
fundI don't have enough space in hard disk for virtualization12:16
EriC^^HexaChop: ok, click on the + sign at the bottom left and make a main partition, ext4 mounted at "/" , then the home partition ext4 mounted at /home then the swap if you want hibernation12:16
fundSo Want to use external pen drive12:17
EriC^^fund: so connect it and format it and use it12:17
fundcfhowlett MonkeyDust12:17
HexaChopEriC^^, sizes?12:17
fundFormat by ntfs or fat32?12:17
EriC^^HexaChop: the root one needs like 10g minimum, 20g and the rest for home would be great and give a little cushion12:18
EriC^^maybe 15gb for root if you need the space more12:18
HexaChopEriC^^, swap size?12:18
Speirosrodolfo, I'm not sure mate, but someone will be able to look into it in time:)12:18
EriC^^swap as large as your ram12:18
EriC^^HexaChop: are you going to use hibernation?12:18
PCatineanEriC^^, works with curl -q url :D12:18
HexaChopEriC^^, definitely.12:19
EriC^^-q?12:19
EriC^^PCatinean: wasn't it -s for silence?12:19
EriC^^PCatinean: what do you mean?12:19
rodolfoSpeiros, thank you anyway. I've been fighting GNOME using DConf, GConf, Gnome-tweak-tool, Shell extension, you name it... and no results. :-/12:19
EriC^^HexaChop: ok make the swap as large as your ram12:20
EriC^^HexaChop: and a little more like 100-200mbs more12:20
SpeirosI'm just having a look now to see if anything in the past has come up about it rodolfo12:20
HexaChopEriC^^, I will give it 2gb more.12:20
EriC^^HexaChop: nah it's alot12:20
EriC^^how much ram do you have?12:21
Speirosrodolfo Here's a link where someone had the same problem in 14.4:  http://askubuntu.com/questions/565851/how-to-get-rid-of-the-bottom-panel-in-gnome-3-classic-session12:21
HexaChopEriC^^, 32GB.12:21
EriC^^HexaChop: yikes12:21
EriC^^that's a lot for a swap12:21
HexaChopEriC^^, home partition logical or primary?12:22
EriC^^shouldn't matter cause the partition table type should be gpt12:22
EriC^^HexaChop: try opening a terminal and typing "sudo parted -l" and check the partition table type12:23
Speirosrodolfo read through it though, before applying it, as one person stated that it didn't work, but that's at the end of the explanation, and then they said it worked when they deleted it.12:23
Sirclethere used to be a "PC suite" for symbion phones, isnt there a similer by google for android? Is there a software for PC /Linux that would pair with my android phone and I be able to send SMS via native android SMS app internally via copy paste in my computer?12:23
rodolfoSpeiros, thanks for the link, I tried that as well. I followed guidelines, forum threads/posts from 2, 3, 4 and even 5 years ago. None worked out. It's almost as if the Gnome team did now want their panel to be removed at all this time.12:23
SpeirosI see rodolfo.  What about the javascript extension it speaks of?12:24
HexaChopEriC^^ where to look after the command?12:24
SpeirosHexaChop Press enter12:24
HexaChopSpeiros, I did that already, mate.12:25
SpeirosOh, after you've typed your password into sudo12:25
EriC^^HexaChop: Partition table: 4th line12:25
HexaChopEriC^^, MsDos.12:25
EriC^^ah12:25
EriC^^HexaChop: you need to create a fresh gpt one12:25
EriC^^close the installer12:25
MonkeyDustSircle  there's wammu/gammu12:25
EriC^^then type sudo gdisk /dev/sda if that's the name of the hdd12:26
HexaChopEriC^^, how?12:26
EriC^^^12:26
HexaChopOh yeah.12:26
EriC^^after gdisk opens, press "o" then "w" then quit12:26
EriC^^HexaChop: it'll erase everything on the disk12:27
Speirosrodolpho So as root, have you been able to go into the file to see the panel?12:27
HexaChopEriC^^, what if deletes USB instead?12:28
=== lubuntu is now known as Guest531
EriC^^HexaChop: nah it won't, make sure the name (/dev/sda) is the same one you got in sudo parted -l12:28
rodolfoSpeiros, in a nutshell: the javascript extension contains what seems to be a shell extension, which cannot be toggled on or off because Firefox outputs the "Attempt to postMessage on disconnected port." error message. I tried Konotopov's solution following this link: https://bugzilla.gnome.org/show_bug.cgi?id=754316 It seems it worked, but this time I get another error code: "File closed".12:29
ubottuGnome bug 754316 in Browser extension "GNOME Shell Integration Plugin Crashed on Firefox with electrolysis enabled" [Normal,Resolved: fixed]12:29
HexaChopEriC^^, Create blank GPT, Create GPT, Create MBR?12:29
EriC^^HexaChop: create blank gpt12:30
HexaChopEriC^^, k.12:30
Speirosrodolfo Ok.12:30
HexaChopEriC^^, now it asks for command.12:30
rodolfoSpeiros, Is there an other way to make Gnome Shell "detect and accept" the javascript extension?12:31
EriC^^HexaChop: press "w"12:31
HexaChopEriC^^, done.12:31
EriC^^HexaChop: press "q"12:32
Speirosrodolfo There seems to be another link on Ubuntu.  Do you want to see the link?12:32
HexaChopEriC^^, the program can be found in following packages.12:32
Speirosrodolfo Sorry, on askubuntu.com12:33
rodolfoSpeiros, sure. Is it more recent?12:33
SpeirosNo, it's just over 2.25 years old.12:33
Speiroshttp://askubuntu.com/questions/75530/how-to-install-gnome-shell-extensions rodolfo12:33
=== rymate12- is now known as rymate1234
EriC^^HexaChop: ok, try sudo partprobe then sudo parted -l again and see if the partition type changed12:34
rodolfoSpeiros, I'll look into it.12:34
Speirosrodolfo Ok, best wishes with it.12:34
HexaChopEriC^^, gpt now.12:34
EriC^^HexaChop: cool, start the installer again and same thing12:35
kc9iidGood morning everyone.12:35
HexaChopEriC^^, k, thanks, bro.12:35
Speiros:) Hi kc9iid12:35
EriC^^HexaChop: no problem12:35
rodolfoSpeiros, the link you mentioned provides information on how to install extensions from the official repository and from the Gnome-shell Extensions website. Any idea on how to manually install an extension [the one from Askubuntu you mentioned previously]?12:36
Speirosrodolfo Oh, I see.  Sorry.  I thought the tool would help, but didn't realise it was just for already existing extensions.12:37
kc9iidSorry, trying to get text to appear in a lighter color.12:37
HexaChopEriC^^, need a screenshot?12:38
EriC^^HexaChop: sure wouldn't hurt12:38
EriC^^*sure, wouldn't hurt12:38
HexaChopEriC^^, Here. http://m.imgur.com/gallery/BUDUo12:41
Speirosrodolfo Here's one more that might help.  It has a person making their extension, and then calling it to where they want it.  Does this help?  https://wiki.gnome.org/Projects/GnomeShell/Extensions/StepByStepTutorial12:41
Speirosrodolfo Just past half-way I think.12:42
australopithecushello I am trying to run a script from start up with the following command xrandr -s 6, I wrote a script called http://pastebin.com/xiwPFdGs and saved it as scale_display.sh I try to run the script from terminal and it wont work, I added it to crontab -e, and it also doesnt work12:43
australopithecuscan someone tell me what I am doing wrong12:43
australopithecusI just added to the crontab -e the scripts location, but even when I try to run it from terminal it doesnt work12:44
australopithecusthe (script that is)12:44
MonkeyDustaustralopithecus  you have to chmod +x the file12:44
rodolfoSpeiros, On it. I tried this: http://askubuntu.com/questions/196884/how-to-install-gnome-shell-extensions-offline the person who provided the solution suggested to put the extension file inside the ~/.local/share/gnome-shell/extensions/ directory but there is no "gnome-shell" in my share folder.12:44
HexaChopEriC^^, here. http://m.imgur.com/gallery/BUDUo12:44
EriC^^HexaChop: looks good12:45
HexaChopEriC^^, ok, hit next?12:45
EriC^^HexaChop: yeah12:45
australopithecusawesome monkeydust, was wondering if you could give me an explanation for this, you are just modifying the permission correct?12:45
australopithecusif not that is fine too, I appreciate your help a lot12:45
australopithecusthank you12:45
EriC^^HexaChop: you can make the swap 32gb if you want it won't matter12:46
SircleMonkeyDust:  wammu does not detects my phone12:46
Speirosrodolfo Ok...where is your gnome-shell folder located?12:47
Speirosrodolfo Or is there none?12:47
rodolfoSpeiros, there is none. I tried starting gnome-shell using the Terminal, which output "Window manager warning: Display ":0" already has a window manager; try using the --replace option to replace the current window manager.Segmentation fault12:48
rodolfo"12:48
=== richard is now known as Guest85924
rodolfoSpeiros, the tools I was struggling with are Dconf, Gconf, and Gnome-tweak-tool. I guess I'll add gnome-shell to the mix and see how it goes.12:50
Speirosrodolfo Yes, fair enough.  Sorry rodolfo I can't find the solution.  What do you mean tools you were struggling with? Using to troubleshoot?12:52
rodolfoSpeiros, Yeah. And after trying to install gnome-shell, the terminal confirms it's ALREADY installed: "gnome-shell is already the newest version (3.18.5-0ubuntu0.2)." I don't see where the gnome-shell folder is located though.12:53
Speirosrodolfo Technically, that's progress.  Just need to find it.12:53
HexaChopEriC^^, I am getting same error with UEFI, but now it is EFI.12:54
SpeirosCan you do a search?  I think if you're signed in as root, you can search, even if you can't edit, but at least you can find it and log the path.12:54
EriC^^HexaChop: no problem, click on continue12:54
EriC^^HexaChop: oh you mean a different one, what's the error this time?12:54
rodolfoSpeiros, I just did using my file manager as root. Nothing.12:54
HexaChopEriC^^, lemme upload.12:55
Speirosrodolfo Okay.12:55
SpeirosI don't know the commands to ask for the path for a specific folder.12:55
EriC^^HexaChop: k12:55
MonkeyDustSircle  https://wammu.eu/phones/12:56
australopithecusok so I want to run the following command on startup xrandr -s 6'12:56
rodolfoSpeiros, running out of ideas here. Is there a way to talk to anyone from the Gnome team on IRC?12:56
Speirosrodolfo That's a good idea...there's a #gnome channel12:57
HexaChopEriC^^ it says upload error.12:57
australopithecusok so I want to run the following command on startup 'xrandr -s 6' to scale ubuntu Mate 16.1 to my display, I wrote a script with only this command in it scale_display.sh how do I add this to startup, I read I can use upstart anyone have a good guide on how to use it or if it is applicable for this case?, I also tried adding it to crontab -e, by adding '@reboot /path/to/script/scale_display.sh' and it didnt work12:58
EriC^^HexaChop: what's the error say roughly?12:58
ioriaaustralopithecus, i'd use a lightdm hook12:59
australopithecushow do i do that ioria?13:00
ioriaaustralopithecus, https://wiki.ubuntu.com/LightDM#Adding_System_Hooks13:00
HexaChopThe partition table format in use on your disks normally requires you to create a separate partition for boot loader code. This partition should be marked for use as an efi boot partition and should be at least 35mb... EriC^^.13:00
EriC^^HexaChop: oh damn13:00
EriC^^my bad..13:00
EriC^^HexaChop: i completely forgot about creating the efi partition13:00
australopithecuswhere is the path to the file I need to edit?13:01
HexaChopEriC^^, don't do that again, please.13:01
EriC^^HexaChop: lol :P13:01
australopithecusok nvm lol13:01
EriC^^HexaChop: can you go back to the partition table screen?13:01
australopithecussorry ioria, also thank you for your help13:01
HexaChopEriC^^, Yep.13:02
ioriaaustralopithecus, ok13:02
EriC^^HexaChop: ok, make a 300mb partition type efi13:02
australopithecusDo I edit this file /etc/lightdm/lightdm.conf.d/*.conf file ioria right? It gives two options13:03
amrmondyhello13:03
HexaChopEriC^^, done it is of 1GB.13:04
australopithecusoh you just make a file got it13:04
EriC^^HexaChop: that's huge13:04
amrmondyHello13:04
amrmondyanyone here ?13:04
HexaChopEriC^^, my PC is huge.13:04
MonkeyDustamrmondy  type    /n13:05
EriC^^HexaChop: lol :D13:05
SpeirosHello amrmondy13:05
cfhowlettamrmondy, ask your ubuntu questions13:05
SpeirosLots of us here.13:05
EriC^^HexaChop: ok, continue with the install13:05
amrmondyreally i am happy for this support13:05
amrmondynice jop guys13:05
amrmondyBTW i am from Egypt13:05
Speiros:)  How can we help?  Welcome to you from Australia here:)13:06
MonkeyDustamrmondy  thank you for sharing your deepest feelings with the channel, but confine yourself to actual ubuntu questions13:06
amrmondyguys do you know about Docker Containers ?13:06
amrmondy?13:06
ff_~a13:07
cfhowlett!details | amrmondy "does anyone ...?" questions are a huge waste of time.  be specific.  be concise.  state your issues.13:08
ubottuamrmondy "does anyone ...?" questions are a huge waste of time.  be specific.  be concise.  state your issues.: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.13:08
MonkeyDustamrmondy  there's also the channel    #docker13:08
rodolfoSpeiros I guess I'll have to wait. I've just been told by a friend those devs from the Gnome channel are less likely to answer. *sigh*13:08
Speirosrodolfo  Sorry mate.  I did find though an old terminal command, but I tried it and it didn't work on my computer.13:09
rodolfoSpeiros, what is it?13:09
HexaChopEriC^^, are u a dev or something?13:09
SpeirosIt's on this article.  There's a couple of them.  http://superuser.com/questions/159290/finding-a-directory-in-a-linux-terminal13:09
ioriaaustralopithecus, "if you want to override the system configured default session  you should make a file /etc/lightdm/lightdm.conf.d/50-myconfig.conf"13:09
EriC^^HexaChop: nope13:10
SpeirosEriC^^  Come on mate...we're all "something":D13:10
ioriaaustralopithecus, inside [SeatDefaults]   and   display-setup-script=command13:10
EriC^^Speiros: in that sense yeah :D13:10
HexaChopEriC^^, you should become one13:10
EriC^^HexaChop: thanks, maybe one day a linux admin or something13:11
HexaChopEriC^^, np. You solved my issue like it was child's play.13:12
=== rodolfo is now known as Rod_
EriC^^HexaChop: yeah i've done this a couple times before :P13:13
ff_~infobot13:13
EriC^^you still have some stuff to do after the install though, so it always boots and the graphics are nice13:13
lieberhi13:14
Rod_Speiros Are you using the latest Gnome version?13:14
lieberangone?13:14
lieberanyone?13:14
kk4ewtlieber what13:15
SpeirosRod_I doubt it, although I updated.13:15
EriC^^HexaChop: once it installs, reboot with nouveau.modeset=0 again, and then run sudo apt-get update && sudo apt-get dist-upgrade13:15
HexaChopEriC^^, how?13:16
EriC^^HexaChop: hold shift to get grub, then press "e" and add it in the line that says linux /boot/vmlinuz ... quiet splash instead of quiet splash then press ctrl+x13:17
EriC^^HexaChop: you also might need to choose a different graphics driver, if you press on the dash and type drivers you'll get a program that shows what drivers you can try out, there's always the one at the nvidia site in case nothing works out13:18
BluesKajHey folks13:20
HexaChopEriC^^, what to do with quiet splash?13:21
EriC^^HexaChop: remove it and put nouveau.modeset=013:22
SpeirosHi BluesKaj  Is all well?13:22
BluesKajhi Speiros, all is well here, and you?13:23
HexaChopEriC^^, what's next?13:23
SpeirosBluesKaj Yes:)  Do you have a question regarding your Ubuntu, or just keen to look on?13:24
EriC^^HexaChop: press ctrl+x13:24
Herbalistall is functioning within established parameters13:24
BluesKajSpeiros, i'm a regular here13:24
HexaChopEriC^^ it just adds X letter.13:24
SpeirosBluesKaj Ah, okay.  I"m a newbie, so "sorry 'bout that chief"13:25
MonkeyDustSpeiros  BluesKaj is one of the helpers13:25
SpeirosMonkeyDust Cool:)13:25
EriC^^HexaChop: try f1013:26
BluesKajSpeiros, no need to be sorry, good to see users willing to help :-)13:26
HexaChopEriC^^, booting13:26
SpeirosBluesKaj, Yeah, true.13:26
guivercshoutout:  anyone know where I could find b.quigley?  (room, id?)13:27
MonkeyDustguiverc  use   /msg alis list13:27
HexaChopEriC^^, booted in but it is blurry.13:27
theo_I'm on XPS13 and getting tired of DisplayLinkManager running in the background randomly with CPU usage at 15%, is there a fix ?13:28
EriC^^HexaChop: ok, try ctrl+alt+t then sudo apt-get update13:28
EriC^^HexaChop: then sudo apt-get dist-upgrade13:28
SpeirosMonkeyDust In that command where does the username go?13:28
guivercmerci/danke/thanks heaps MonkeyDust13:28
MonkeyDustSpeiros  what command?13:29
Speirosthe msg alis list one.  I did it and only got 60 channels.13:29
MonkeyDustSpeiros  try   /msg alis list firefox    <-- just an example13:29
SpeirosMonkeyDust Ok, thanks13:30
HexaChopEriC^^, could not get lock everywhere13:30
MonkeyDustalis is a bot, list is the command13:30
EriC^^HexaChop: try "ps aux | grep dpkg"13:30
SpeirosMonkeyDust Ah, cool.  I see them.13:30
EriC^^HexaChop: does it look like it's installing something?13:30
EriC^^HexaChop: i just get this http://termbin.com/d1vp13:31
HexaChopEriC^^, you are a pro.13:31
l0llip0p!ping13:32
ubottupong!13:32
HexaChopEriC^^ it tells me to run apt-get -f install13:32
SpeirosMonkeyDust That command is good for finding a channel; is there one for finding a nick?13:32
Australoptihecushello I resized my desktop with xrandr -s command and added to start up now I have the problem that I cant reduce the size of my top bar by less tan 17, so it looks huge, I dont want to just delete as I am worried it might mess with my set up, see:  http://imgur.com/a/Oeynu13:32
EriC^^HexaChop: try running that13:33
Australoptihecusthan*13:33
EriC^^Speiros: /whois <nick>13:33
MonkeyDustSpeiros  finding a nick inside a channel? use tab completion13:33
SpeirosEriC^^ Okay.13:33
HexaChopEriC^^, installing.13:34
AustraloptihecusI am using ubuntu MATE 16.113:34
EriC^^HexaChop: ok13:34
SpeirosCool, I found me.13:34
SpeirosI was lost, but now I'm found.13:34
HexaChop!ping13:34
ubottupong!13:34
EriC^^Speiros: :D13:35
HexaChopSpeiros, :DDDDDDDDDDDD13:35
SpeirosHexaChop I think ubottu has a reputation of winning, normally 7:613:35
HexaChopSpeiros, nope, I won 20:713:36
schneiderI'm on Linux Mint 18.1 Serena with MATE, not ubuntu but I dont know where to ask. I cant figure out how to set monitor contrast on my laptop. Can someone help me?13:36
SpeirosHexaChop Ok...no comment as I didn't see the match.13:36
Speiros:P13:36
MonkeyDustschneider  mint is  ot supported here13:36
MonkeyDustnot*13:36
cfhowlett!mint | schneider13:37
ubottuschneider: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org13:37
HexaChopSpeiros, hehe.13:37
schneidercfhowlett thanks13:37
cfhowletthappy2help! schneider13:37
HexaChopEriC^^, tried installing package manager, it throws me with this: the package system is broken.13:38
EriC^^HexaChop: what? O.o13:39
EriC^^HexaChop: did you checksum the iso?13:39
HexaChopCheck rhird party repositories and disable them13:39
HexaChopIt says13:39
HexaChopEric^^ ^13:40
Australoptihecuswhere are the top pannel settings saved in gnome 2?13:40
SpeirosAustraloptihecus, Here's a link I found which might help: https://extensions.gnome.org/extension/208/panel-settings/13:41
Australoptihecusthanks speiros s13:42
EriC^^HexaChop: try "sudo apt-get -f install | nc termbin.com 9999"13:42
Speiros:)13:42
HexaChopEriC^^, 9999, too?13:42
Naive_Pixiehello13:42
l0llip0pNaive_Pixie: hello13:43
Naive_PixieI'm having trouble with something on linux. it's really frustrating me and nothing I have found online has fixed it yet!13:43
SpeirosWhat is it?13:43
Naive_Pixie Type 'sudo' is not known on line 1 in source list /etc/apt/sources.list.d/spotify.list13:44
Naive_PixieE: The list of sources could not be read.13:44
EriC^^HexaChop: yup13:44
EriC^^HexaChop: paste the link it gives you here13:44
l0llip0pNaive_Pixie: could you show "ls -al /etc/apt/souces.list.d/spotify.list" put it in paste bin13:45
Naive_PixieI'm pretty new to this and from what I've read and tried I'm not the only one who's done it. but it's frustrating because I don't know how on earth to fix it. I can't open Ubuntu software or the updater either13:45
Naive_Pixieokay, one sec13:45
HexaChopI typed in sudo get-apt dis-upgrade  -f13:45
ioriaNaive_Pixie, http://askubuntu.com/questions/667801/type-sudo-is-not-known-in-source-list13:46
Naive_Pixie"ls -al /etc/apt/souces.list.d/spotify.list" ... ?13:46
MonkeyDustNaive_Pixie  it may be policy kit related13:47
Naive_PixieI need someone to talk me through how to fix it, I'm finding instructions online difficult to follow13:48
HexaChopEriC^^, look up. ^^^13:48
SpeirosNaive_Pixie :)  It can be frustrating.13:49
Naive_Pixie@MonkeyDust what does policy kit related mean exactly?13:49
Naive_PixieSpeiros it is haha! but I was slowly getting kinda good at it until I tried to install spotify.13:50
EriC^^HexaChop: it has typos, try sudo apt-get dist-upgrade13:50
MonkeyDustNaive_Pixie  it's a service you can enable or disable, searching now where and how13:50
MOUDHey all13:50
KoskozHi, I've got a network issue. I'm using the wifi, I'm not able to access any urls nor to ping them. But I can ping IPs. If I'm trying to reach an ip in the browser I only have the page's title loading.13:50
HexaChopEriC^^, it worked with the -f.13:50
SpeirosNaive_Pixie Yeah, there are many factors eh.13:50
EriC^^HexaChop: cool13:51
EriC^^HexaChop: try opening the dash and typing drivers13:51
SpeirosKoskoz How are you browsing?13:51
KoskozSpeiros: chrome or Firefox13:51
treehug88Koskoz also sounds like your DNS lookups aren't working13:51
HexaChopEric^^, I hope that these drivers will have no interference with my Windows drivers...13:52
Naive_Pixieyeah hopefully I can fix it soon I've tried a few things but they all required sudo but it's not recognizing sudo as a 'thing' for lack of a better term13:52
HexaChopEriC^^, I can't find dash program.13:53
l0llip0pNaive_Pixie: Did you follow the instructions from spotify's page?13:53
KoskozTreehug88: I tried setting 8.8.8.8 in the network manager but that doesn't work either13:53
Naive_PixieYup to the best of my knowledge I followed the instructions exactly Lollipop13:53
EriC^^HexaChop: it's the first icon in the launcher on the left13:53
l0llip0pNaive_Pixie: what ubuntu version do you use?13:54
SpeirosHexaChop The swirly button top left13:54
Naive_Pixie14.0413:54
treehug88Koskoz look at this: http://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/13:54
HexaChopEriC^^, k, there is Additional Drivers and Software & Updates.13:54
EriC^^HexaChop: ok click on additional drivers13:55
MOUDI'm trying to update all my ubuntu software and O.S. using Ubuntu Software, but whenever I click install, it seems to start installing, then the progress bar will get stuck at around 20%, after several minutes the option "install" is clickable again. Is there a fix?13:55
treehug88MOUD check the logs13:55
MOUDtreehug88, where are the logs?13:55
l0llip0pNaive_Pixie: hmn .. Have thought about upgrading your system?13:55
HexaChopEriC^^ what next?13:55
treehug88MOUD start with /var/log/system.log (I think that's what it's called on ubuntu/debian13:56
Naive_PixieI wouldn't have a clue how to do that. and right now this is all I hav13:56
Naive_Pixiehave13:56
HexaChopEriC^^, my PC needed to restart to apply updates.13:56
cfhowlettMOUD, what verion of ubuntu are you on?13:57
SpeirosNaive_Pixie You mentioned being walked through this, according to the instructions on the page.  Are you happy to go through it one step at a time?13:57
HexaChopEriC^^, now all I see is a black screen...13:57
EriC^^HexaChop: aha, press ctrl+alt+del13:57
EriC^^HexaChop: actually13:57
Naive_PixieYes Speiros that's exactly what would help :)13:57
EriC^^hold that thought, try ctrl+alt+f113:57
SpeirosNaive_Pixie I don't know what you're doing, but at least we can log what is happening along the way, and someone else can help.13:58
KoskozIn /etc/network/interfaces I only got two lines: iface lo and auto lo13:58
SpeirosOk.13:58
HexaChopEriC^^, screen is black, mate.13:58
KoskozShould I have something related to wifi?13:58
SpeirosLet me back up, and we'll go through form the beginning.13:58
EriC^^HexaChop: np, try ctrl+alt+del then hold shift to get grub13:58
Naive_PixieI can copy paste the issue I'm having,13:58
Naive_Pixieit's in my terminal.13:58
HexaChopEriC^^, I am in grub now.13:58
MonkeyDustNaive_Pixie  http://paste.ubuntu.com/13:59
HexaChopEriC^^, nouveau.modset=0 again?13:59
SpeirosNaive_Pixie, Yes, please upload it to the link MonkeyDust just typed.13:59
Naive_Pixieyes I've been on there Monkey, usually I can work it out but right now either the script on there isn't working or I'm using the wrong one or just doing it wrong somehow14:00
Naive_Pixieoh you mean upload it to the site?14:00
SpeirosYes:)14:00
l0llip0pNaive_Pixie: yes and give us the url for your pastes14:00
SpeirosThat way people don't get code congestion...if there's such an expression.14:00
Naive_Pixieokay hang on14:00
MOUDcfhowlett, 16.0414:01
SpeirosIf not code-congestion(C)14:01
Speiros:D14:01
SpeirosJust kidding14:01
cfhowlettMOUD, let's leave the graphical update for now.  more info will be available from using the terminal so open one up14:01
MOUDcfhowlett, it's open14:02
EriC^^HexaChop: yup14:02
HexaChopEriC^^ why it takes forever to load?14:02
cfhowlettMOUD, sudo apt update | pastebinit && sudo apt full-upgrade | pastebinit14:02
MOUDcfhowlett, need to install pastebin14:03
cfhowlettMOUD, nope         sudo apt update | nc termbin.com 999914:03
EriC^^HexaChop: does it mention any errors?14:03
HexaChopEriC^^, i get a lot of code then a huge 00 type code and repeats.14:03
EriC^^HexaChop: aha14:04
Naive_Pixieah14:04
Naive_Pixiehttp://paste.ubuntu.com/23764254/14:04
SpeirosNaive_Pixie, Excellent:)14:04
Naive_PixieI think I've successfully done what you meant!14:05
SpeirosYes14:05
MOUDcfhowlett, it's stuck in the first line: "http://termbin.com/ix94"14:05
l0llip0pNaive_Pixie: It says that you dont have spotify.list in your repositories14:05
yeatsNaive_Pixie: remove the "." before /etc14:05
Naive_Pixieoh also, my Ubuntu Software Center is refusing to open, and the updater isn't working either.14:05
Eddardplease help me14:06
Eddardmy ub8untu14:06
Eddardgoing to sick14:06
EriC^^HexaChop: we'll deal with it later, first thing getting the driver working and maybe it'll solve it too14:06
cfhowlett!help | Eddard14:06
ubottuEddard: 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 !patience14:06
l0llip0pNaive_Pixie: I think they are going to work after we fix this14:06
EriC^^HexaChop: when it boots type "sudo ubuntu-drivers list | nc termbin.com 9999"14:06
Naive_Pixieokay so I need to remove the ".", anything else?14:07
Naive_PixieLollipop that sounds good to me!14:07
cfhowlettMOUD, is this kali OS14:07
SpeirosNaive_Pixie, The problems may be all related14:07
l0llip0pNaive_Pixie: Could you show us "ls -al /etc/apt/sources.list.d/"14:07
Eddardhelp me to fix my ubuntu 16.04 LTs , stuck in login menu? please answer fast because im going to sick14:07
MOUDcfhowlett, no, Ubuntu 16.04 but I added the Kali repositories.14:07
EriC^^Eddard: does the guest account work?14:08
yeatsNaive_Pixie: did you try the sed command again? (I would recommend removing the "-i" so it doesn't actually edit the file until you know it's going to work)14:08
cfhowlettMOUD, well, if it's sticking on line one, I suspect the mirror might be down for the moment.  try a different mirror14:08
SpeirosEddard We will try to answer you as best as we can, but speed isn't recommended as errors happen when people rush.  It'll be okay.14:08
Naive_Pixieone sec guys one thing at a time. lollipop I'm pasting it now :) then I'll try you're idea yeats14:08
yeatsMOUD: bad idea to mix repos from different distros14:08
MOUDcfhowlett, shouldn't ubuntu just skip if it's not on?14:08
cfhowlettMOUD, depends14:09
MOUDyeats, I didn't know. But I wanted some programs that are available on kali, that's why I added the repo.14:09
Naive_Pixiehttp://paste.ubuntu.com/23764373/14:09
MOUDcfhowlett, so what do you recommend?14:10
yeatsMOUD: yeah, that's not the way to do it - look for Ubuntu PPAs for the individual apps or install from source14:10
yeatsMOUD: or just try out kali separately14:10
cfhowlettmoud what HE said.14:10
SpeirosHmmm, line 16?14:10
cfhowlettMOUD, but to your specific issue, switch mirrors14:10
MOUDyeats, cfhowlett, ok, will do that later.14:10
MOUDcfhowlett, ok, I'll check.14:11
Eddardok i will waiting for the best answer and hope the answer fix my problems14:11
EriC^^Eddard: does the guest account work?14:11
cfhowlettMOUD, https://launchpad.net/ubuntu/+archivemirrors14:11
HexaChopIm back14:11
EriC^^HexaChop: wb14:11
Eddardnope14:11
HexaChopEriC^^, my tablet shut off.14:12
Naive_PixieYeats: it came up with unknown command14:12
EriC^^Eddard: is it a fresh install or it worked before?14:12
EriC^^HexaChop: np14:12
Speirosl0llip0p, What are your thoughts on line 16?14:12
Eddardfresh install14:12
Naive_PixieLollipop: did you get my paste?'14:12
EriC^^HexaChop: try "sudo ubuntu-drivers devices | nc termbin.com 9999"14:12
HexaChopEriC^^, maybe yo14:12
SpeirosNaive_Pixie, Your paste was clear:)14:13
EriC^^Eddard: does ctrl+alt+f1 work?14:13
HexaChopEriC^^, I can't get past grub again.14:13
EriC^^HexaChop: why not?14:13
Eddardit does14:13
Naive_Pixieso basically the script that is on Ubuntu help doesn't work and I have no idea why14:13
EriC^^Eddard: type "cat /var/log/Xorg.0.log | nc termbin.com 9999" and paste the link it gives you here14:13
HexaChopEriC^^, I get a lot of text then 00 55 type code and repeats as an infinite cycle.14:14
Eddardill try14:14
EriC^^HexaChop: can you take a screenshot of it?14:14
HexaChopEriC^^, ok.14:14
SpeirosNaive_Pixie, I can see a typo on line 16, but I'm not sure whether it's an intentional one, or actually a typo.14:14
EriC^^HexaChop: ok, cool14:14
yeatsNaive_Pixie: can you pastebin the command you ran and the full output?14:15
Naive_Pixieyup gimmie a sec yeats14:15
Naive_Pixieand speiros if you tell me what code to try step by step I'll do it14:16
MOUDcfhowlett, do I need to add the deb-src too?14:16
cfhowlettMOUD, not unless you are working with source code14:16
MOUDcfhowlett, no then.14:16
SpeirosNaive_Pixie, I'm not experienced enough to guide you through code, but as a team others on here can help with their experience.14:16
essence_hey14:17
essence_I have a question14:17
Eddardit says http://termbin.com/uzy914:17
essence_I can't use n mode on my wife connection14:17
Eddardwhat should i do ?14:17
essence_how do I activate it14:17
Naive_Pixiehttp://paste.ubuntu.com/23764437/14:17
beemanhi14:17
HexaChopEriC^^, imgur is not working for me for some reason.14:18
essence_can anyone help me14:18
beemandoes anyone use ubuntu on virtual machine and it runs fast?14:18
beemanOn mine it's very slow14:18
EriC^^Eddard: it looks clean without errors14:18
Naive_Pixiehold up, I'll try it without the '.' before the 'bak'?14:18
EriC^^Eddard: try "DISPLAY=:1 startx unity"14:18
EriC^^Eddard: see what it says14:18
yeatsNaive_Pixie: sorry, put the "-i" back so that it reads "-i.bak" again - I just consulted the sed docs (cool, I didn't know you could do that)14:19
EriC^^HexaChop: try postimage.org14:19
Naive_Pixiehttp://paste.ubuntu.com/23764442/14:20
EriC^^or tinypic.com14:20
Eddardit says X.Org X Server 1.18.314:20
EddardRelease Date: 2016-04-0414:20
EddardX Protocol Version 11, Revision 014:20
EddardBuild Operating System: Linux 3.13.0-95-generic x86_64 Ubuntu14:20
EddardCurrent Operating System: Linux Robot 4.4.0-57-generic #78~14.04.1-Ubuntu SMP Sat Dec 10 00:14:47 UTC 2016 x86_6414:20
EddardKernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic root=UUID=952ff627-de6d-4d85-b105-fe1a011cf27e ro quiet splash vt.handoff=714:20
beemanhelp me14:20
Naive_Pixieoh okay cool I'll re try it with that again. do I still leave out the '.' before /etc?14:20
yeatsbeeman: many factors to consider (virtualization platform, host specs, how much you're allocating, etc.)14:20
EriC^^Eddard: does it end with any errors?14:20
beemanyeats: for example press windows key it's become lag(slow) for a few seconds14:21
EriC^^Eddard: if you could somehow paste it in paste.ubuntu.com that would be great (btw how did you manage to paste that here from ctrl+alt+f1?)14:21
yeatsNaive_Pixie: yes, if you're trying to change the actual file ("." in this instance means "the path starts in the current directory")14:22
Eddardsorry im noob14:22
Naive_PixieSame message as just before,14:22
EriC^^beeman: what are the specs of the pc and which ubuntu version?14:22
beemanEddard: use the website to paste and paste the new link... don't spam14:22
EriC^^beeman: how much ram did you give the ubuntu vm?14:22
beemanEriC^^: i7-4710hq, 16gb ram <-- on host14:23
yeatsbeeman: and what is the host's OS?14:23
HexaChopEriC^^, https://drive.google.com/drive/u/6/mobile/folders/0B6mJmT6oWmcxcEZsOWpRVXM1eDA?sort=13&direction=a14:23
beemanyeats: windows 8.1 64 bits. is it bad?14:23
l0llip0pNaive_Pixie: Can you paste 'cat /etc/apt/sources.list.d/spotify.list' I think there might be wrong link14:23
Naive_Pixiehttp://paste.ubuntu.com/23764450/14:23
EriC^^beeman: how much ram did you give ubuntu? and graphics how much memory?14:23
Naive_Pixieokay hang on14:23
yeatsbeeman: asking whether Windows is bad in this channel probably won't yield helpful answers :-)14:23
Eddardim out14:24
beemanEriC^^: 1GB ram, graphics I dont know :O14:24
EriC^^virtualbox?14:24
beemanvmware14:24
yeatsNaive_Pixie: "-i.bak" (you're missing the .)14:24
beemanVMware14:24
EriC^^beeman: which ubuntu version?14:24
HexaChopEriC^^, take a look in google email.14:25
EriC^^HexaChop: ok, checking14:25
beemanEriC^^: 16.04.1 LTS xenial14:25
HexaChopEriC^^, ok.14:25
Naive_Pixieahhhh14:26
beemanwhat?????14:26
Naive_Pixiehttp://paste.ubuntu.com/23764481/14:26
Naive_PixieProgress? I think?14:26
beemanwhat?????14:26
SpeirosNice.  Looking like it.14:27
MOUDcfhowlett, I'm currently running  "sudo apt update && sudo apt full-upgrade". Let's hope it works.14:27
MOUDthanks cfhowlett, yeats, treehug88, for the help.14:27
l0llip0pNaive_Pixie: oh .... :D yeah if that is whole output14:27
yeatsNaive_Pixie: btw, general unsolicited advice - you might be a happier Ubuntu/Linux user if you spend some time learning command line basics - many many tutorials on the web14:27
beemanAnyone got ubuntu to work good in vmware?14:27
cfhowletthappy2help! moud14:27
Naive_Pixieyeah thats what it spat out :D14:28
cfhowlettbeeman, virtualbox is the goto solution14:28
beemancfhowlett: no. bye14:28
yeatsbeeman: I would recommend using VirtualBox instead (though I'm kind of choking recommending an oracle product)14:28
beemanyeats: no. bye14:28
Naive_Pixieyeah Yeats I've been working on it, only been using it for a few months and it's the first time I've actually needed any real help so I think I'm getting there :D14:28
EriC^^HexaChop: ok, try a few times to boot it, it might boot up once every 10 tries or so14:28
one8080ok14:28
EriC^^HexaChop: once it boots, we'll follow the advice in that thread about fixing it14:29
HexaChopYeats, what oracle is bad?14:29
beemanEriC^^: respond?14:29
MOUDAnother thing, how can I install kubuntu interface so I can switch between ubuntu and kubuntu interfaces?14:29
beemanMOUD: what is kubuntu interface?14:29
Naive_PixieSo Lollipop, what do I need to do now?14:29
l0llip0pNaive_Pixie: You could remove spotify.list inside /etc/apt/sources.list.d/14:29
MOUDbeeman, I believe it's KDE 5.6, not sure14:29
BluesKajbeeman, KDE/plasma desktop for ubuntu14:30
beemanhttps://askubuntu.com/questions/417/how-do-i-install-kde14:30
beemanMOUD: this??14:30
=== mihai is now known as Guest76835
l0llip0pNaive_Pixie: but Im not sure if that is the right way approach it14:30
EriC^^beeman: no idea, it should run somewhat smoothly (still with some lag)14:30
beemanEriC^^: do you use vmware?14:30
Naive_Pixiehmmm14:30
EriC^^beeman: try virtualbox maybe?14:30
l0llip0pIt has work on me sometimes14:30
EriC^^beeman: also give it more ram, like 2gb14:30
beemanvirtualbox uses a key and mine is broken14:31
MOUDbeeman, yes, that seems to be the one, thanks.14:31
Guest76835hello to everyone can someone tell me a terminal comand to install amd proprietary drivers in ubuntu 16.04?thank you very much14:31
EriC^^1gb is low for ubuntu14:31
EriC^^beeman: more ram for the vm might fix it14:31
beemanhow much?14:31
EriC^^give it 2.4gb or so14:31
l0llip0pSpeiros: is it okay for apt to remove things from /etc/apt/sources.list.d/ ?14:31
beeman!help14:31
ubottuPlease 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 !patience14:31
beeman!help Guest7683514:31
Speirosl0llip0p, I don't know what can and can't be removed I'm afraid.14:32
kk4ewt!amd | Guest7683514:32
ubottuGuest76835: Open driver for AMD cards: amdgpu (cards >= GCN1.2 aka GCN 3rd gen), radeon (older cards). Closed drivers: amdgpu-pro (>= GCN1.2) fglrx (older cards, unsupported by AMD in 16.04+). For info on GCN levels, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units . For fglrx info, see https://help.ubuntu.com/community/BinaryDriverHowto/AMD14:32
beemanGuest76835: https://help.ubuntu.com/community/RadeonDriver14:32
beemanSpeiros: remove what??14:32
l0llip0pSpeiros: okay thanks14:32
beeman!ask | Speiros14:32
ubottuSpeiros: 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 !patience14:32
beemankk4ewt: stop spam?14:32
yeatsl0llip0p: yes, but it might be easier to just comment out the lines in the file (add a # at the beginning of the line if you're not familiar)14:32
Speirosbeeman Huh?14:32
BluesKajl0llip0p, /etc/apt/sources.list.d/ is normally where ppa sources are stored14:32
Naive_PixieSo.. I found the filre,14:33
beemanSpeiros: remove what?14:33
Naive_Pixiebut I cannot delete it14:33
l0llip0pyeats, BluesKaj : thank you14:33
Speirosbeeman <l0llip0p> Speiros: is it okay for apt to remove things from /etc/apt/sources.list.d/ ?14:33
Speirosbeeman this is relating to Naive_Pixie's issue that is being worked on.14:33
l0llip0pNaive_Pixie: yeah you need to be super user for it14:33
beemanoh you ask him specifically14:33
HexaChopEriC^^, I was typing in the command wrong. The biggest FACEPALM in the world.14:33
beemanhe will answer you then14:33
Naive_Pixiehow do I do that?14:34
BluesKajSpeiros,you can't remove that file but onme can delete ppa sources from it14:34
SpeirosNaive_Pixie, Are you logged into your admin account?  Or the main one?14:34
l0llip0pNaive_Pixie: in terminal14:34
BluesKajonme=one14:34
EriC^^HexaChop: :D14:34
Naive_PixieI have zero idea how to know that14:34
HexaChopEriC^^, what should I do after booting?14:34
SpeirosBluesKaj Okay.14:34
EriC^^HexaChop: run "sudo ubuntu-drivers devices | nc termbin.com 9999"14:34
beemanHexaChop: which ubuntu you install?14:34
SpeirosNaive_Pixie, If you have only one account on your computer, it is Admin.14:35
HexaChopBeeman, latest.14:35
beemanHexaChop: on vmware?14:35
l0llip0pNaive_Pixie: first open terminal ( write into search) 2. paste this command: cd /etc/apt/sources.list.d/14:35
MOUDIs Ubuntu 17.04 out?14:35
HexaChopBeeman, no, normally.14:35
beemanyou guys14:35
SpeirosNaive_Pixie, l0llip0p's suggestions will work.14:35
Naive_Pixieokay I've done that, it came up with "no such file or directory...14:36
Naive_Pixiewait its not cd its cat14:36
SpeirosNaive_Pixie, To open terminal, press on the big button on the top left (or press the equivalent of the old windows key on your keyboard), and you can type in there "terminal".14:36
SpeirosOh, cool.14:36
SpeirosSorry14:36
hackalCan a bash script change nginx configuration file? If yes how would you do it?14:36
beemanEriC^^: did you use vmware?14:37
l0llip0pNaive_Pixie: okay run 'pwd' inside terminal and give output to us (just to be sure)14:37
beemanEriC^^: (continue) I just want to know14:37
EriC^^beeman: no, just virtualbox14:37
Mr-PotterHi if you wanna make money online please click here: http://rewardsempire.com/?ref=2464714:37
beemanno14:37
Naive_Pixieit just came up with my /home/(personal name)14:37
beemandont go in14:38
beemanfuck harry potter14:38
Naive_Pixieas in normal home file path14:38
l0llip0pNaive_Pixie: okay then do: 'cd /etc/apt/'14:38
BluesKajMr-Potter, no spams please14:38
beemanBluesKaj: ban him14:38
beemanhe is making money of us14:39
SpeirosNaive_Pixie, What is happening is we're looking at what is in your files there.14:39
HexaChophttp://termbin.com/ebjl, Eric^^.14:39
Naive_Pixielollipop it says no such file or directory14:39
cfhowlettbeeman, no profanity please14:39
Mr-PotterBluesKaj: I'm sorry, where is spam allowed?14:39
beemancfhowlett: he is making money of us14:39
cfhowlettMr-Potter, go away, no spam here.14:39
BluesKajnot here14:39
beemanshame on you14:39
Naive_Pixieokay I've got something for you now Lollipop14:39
cfhowlettbeeman, understood but no profanity anyway14:39
beemancfhowlett how do you ignore him?14:39
cfhowlettbeeman, /ignore nickname14:40
Naive_Pixiehttp://paste.ubuntu.com/23764557/14:40
beemancfhowlett: did you use VMware?14:40
HexaChopEriC^^, are you there, mate?14:40
cfhowlettbeeman, virtualbox only14:40
Naive_Pixiethat was just a guess.. let me know what next14:40
EriC^^HexaChop: which graphics card do you have? try "lspci | grep VGA | nc termbin.com 9999"14:40
l0llip0pNaive_Pixie: XD yeah put cd in front of that sentence14:41
l0llip0pcd means 'chance directory'14:41
HexaChopEriC^^, I am a PC geek. 2x ASUS STRIX 1070.14:41
Speiroschange:)14:41
EriC^^HexaChop: try "dpkg -l | grep intel-microcode"14:42
david33ops14:42
Speirostypo...about the only thing I can pick out.14:42
=== jorge_ is now known as Guest2824
Naive_Pixiehttp://paste.ubuntu.com/23764565/14:42
david33hi14:42
beemanhi david14:43
l0llip0pNaive_Pixie: and separate cd and /etc/ whit ' '14:43
HexaChopEriC^^, http://termbin.com/2lu014:43
l0llip0pSpeiros: thanks I'm really bad at languages :)14:43
HexaChopIs Ioria here?14:43
Speirosl0llip0p, :) You're great at guiding though.14:43
EriC^^HexaChop: ok14:44
beemanHexaChop: how is this relevant?14:44
EriC^^HexaChop: does "additional drivers" show anything about the graphics cards?14:44
HexaChopbeeman, what exactly? http://termbin.com/2lu014:44
HexaChopthis? It is for EriC^^.14:44
Naive_Pixiehttp://paste.ubuntu.com/23764583/14:45
Naive_Pixie:D :D14:45
HexaChopEriC^^ Where to look?14:45
l0llip0pNaive_Pixie: omg XDD okay lets try different approach14:46
beemanwhat Naive_Pixie is trying to do?14:46
EriC^^HexaChop: first icon in the launcher14:46
Naive_PixieYou're doing awesome Lollipop thankyou this is great I am finally getting somewhere. what next?14:46
HexaChopEriC^^, I know I am in the program. But where to look in the Additional Drivers program?14:46
l0llip0pNaive_Pixie: open filemanager go to /etc/apt/sources.list.d/ and right click > choose "open terminal"14:46
l0llip0pNaive_Pixie: or 'open terminal in this directory'.14:47
EriC^^HexaChop: in the tab, does it say anything other the broadcom stuff?14:47
HexaChopEriC^^, nothing else but broadcom and CPU stuff.14:48
EriC^^HexaChop: is the cpu stuff selected in use?14:48
HexaChopEriC^^, should I try nforce drivers?14:48
HexaChopEriC^^, I don't know, mate.14:48
HexaChopEriC^^, it says "Using" at the front of the name.14:49
BluesKajHexaChop, isn't there a recommended driver in the list?14:49
EriC^^HexaChop: is it selected?14:49
HexaChopEric^^, yep.14:49
Naive_PixieI'm not sure what I'm meant to right click as it just opens the folder and I can't select that option by right clicking on any of the files14:49
EriC^^HexaChop: this seems it might work http://askubuntu.com/questions/791439/trouble-installing-ubuntu-16-04-since-i-got-gtx-107014:49
EriC^^sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-36714:50
EriC^^HexaChop: ok, try adding the ppa14:50
l0llip0pNaive_Pixie: I mean that you open menu with clicking the right mouse button14:50
ledeniHexaChop, can you give us in terminal 'lspci | grep -E "VGA|3D"'14:50
HexaChopledeni, give what?14:51
Naive_Pixieahh! Gotcha! :) hang on14:51
ledeniHexaChop,lspci | grep -E "VGA|3D"14:51
=== zhxt_ is now known as zhxt
Naive_PixieCan I PM you for a sec Lollipop?14:52
l0llip0pNaive_Pixie: sure14:52
Naive_Pixiethanks14:52
jacks_hi, i don't see any /dev entry for my microphone, i can use it in audacity/skype the device is "default: Front Mic:0" or dmesg lists it as "HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9" is there a way to create a /dev entry so i can reference it in c/c++?14:54
HexaChopledeni, EriC^^: http://termbin.com/bkz514:54
humae14:56
fearnothinghi guys, I'm having issues mounting shares14:57
fearnothingevery way I try it I get the error 'host is down'14:57
fearnothingbut the host is up, ports are open, other clients can mount the shares14:57
fearnothingwhat else might be the cause?14:58
ledeniHexaChop,ok you have nvidia video card did you boot ubuntu with nouveau driver14:58
kk4ewtfearnothing,  what is type of share14:58
HexaChopledeni, I used nouveau.modeset 014:59
ledeniHexaChop,and boot up14:59
fearnothingkk4ewt - cifs on FreeNAS, but I have tried exposing it as NFS too, exactly the same problem14:59
HexaChopSpeiros, almost 2 days now...15:00
HexaChopledeni, your sentence is out of context. I cannot see anything before "and".15:00
SpeirosHexaChop Yeah, progress has been made, which is good.15:01
HexaChopSpeiros, hey, I am talking to you from linux now.15:01
SpeirosHexaChop Exactly:)15:01
kk4ewtfirewall and do you have samba installed15:01
HexaChopledeni, what to do before booting up?15:01
fearnothingkk4ewt - samba is installed, it has worked in the past from this host15:02
ledeniHexaChop,did you boot up ?15:02
fearnothingthey're on the same subnet, no firewall between15:02
=== rodrigo is now known as Guest22344
HexaChopledeni, I do not know what to do before restarting.15:02
HexaChopledeni, because you said "And" boot up, I saw nothing before "And".15:03
EriC^^ledeni: he used nouveau.modeset=0 and booted up the actual install15:03
fearnothingif I nmap from my ubuntu host, it can see all of the required ports as open15:03
fearnothingand it resolves the DNS correctly15:03
HexaChopEriC^^, ledeni and have to use the same command to boot up every time.15:03
EriC^^ledeni: any ideas? i found on google that using a ppa with nvidia-367 might help15:04
ledeniEriC^^, yes15:04
EriC^^ledeni: it's a good idea?15:05
ledeniEriC^^, yes15:05
HexaChopledeni: I would prefer latest version though.15:05
EriC^^HexaChop: try sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-36715:05
EriC^^HexaChop: you mean the one from the nvidia site?15:05
HexaChopEriC^^ these drivers are very old, mate. nvidia actually has drivers called nforce for linux. Look it up.15:06
EriC^^HexaChop: ah15:06
ledeniHexaChop,no that is not good idea15:06
HexaChopledeni, why?15:06
ledeniHexaChop, because overwrite basic ubuntu files15:07
ledeniHexaChop,do it what EriC^^ said15:08
ledeniHexaChop, sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-36715:08
HexaChopledeni, EriC^^, http://termbin.com/xi1a15:11
lodearitj hi guys i need flash? on i firefox15:12
EriC^^lodearit: sudo add-apt-repository multiverse && sudo apt-get update; sudo apt-get install ubuntu-restricted-extras15:12
lodearithow'd I get it? which package, I also wouldn't like chrome , ior chormium it's bad for me15:12
ledeniHexaChop, sudo apt-get -f install15:12
HexaChopledeni, EriC^^, termbin.com is AWESOME.15:12
EriC^^lodearit: flashplugin-installer15:13
EriC^^that's the package name15:13
HexaChopledeni, it installs nothing.15:13
lodearitEriC^^: can't i enable the multiverse form the settings?15:13
HexaChopledeni, http://termbin.com/uczr15:13
EriC^^!info libc6-i38615:14
ubottuPackage libc6-i386 does not exist in yakkety15:14
EriC^^lodearit: yes you can15:14
SpeirosHexaChop It looks updated, but it said it corrected dependencies.15:14
ledeniHexaChop,  sudo apt-get install nvidia-36715:14
EriC^^HexaChop: maybe the ppa isn't made for 16.10?15:14
EriC^^HexaChop: type "grep graphics /etc/apt/sources.list.d/* | nc termbin.com 9999"15:15
lodearitI hope it's flash 23 not 11.215:15
HexaChophttp://termbin.com/37z915:15
EriC^^seems like it's demanding stuff not present in 16.1015:15
HexaChophttp://termbin.com/37z9, EriC^^,15:15
HexaChopEriC^^, http://termbin.com/37z915:16
EriC^^nope it has a yakkety menu15:16
EriC^^HexaChop: try "apt-cache show nvidia-367 | nc termbin.com 9999"15:16
EriC^^ledeni: won't the repo version of nvidia-367 work?15:17
EriC^^!info nvidia-36715:17
ubottunvidia-367 (source: nvidia-graphics-drivers-367): NVIDIA binary driver - version 367.57. In component restricted, is optional. Version 367.57-0ubuntu3 (yakkety), package size 39265 kB, installed size 167350 kB (Only available for i386; amd64; armhf)15:17
HexaChopEriC^^, http://termbin.com/cc6l15:18
ledeniEriC^^, should15:18
HexaChopledeni, http://termbin.com/cc6l15:18
lodearitEriC^^: why should i install ubuntu restricted extras when i can just install flashplugin-installer15:18
HexaChopioria, Hi.15:18
ioriaHexaChop, hey15:18
HexaChopioria, at least now I am in linux. I managed to get into it and install it.15:19
ioriaHexaChop,  great15:19
HexaChopioria, still a lot left to do though...15:19
HexaChopEriC^^ is amazing, ioria.15:19
lodearitEriC^^: ? what do you think?15:19
ioriaHexaChop,  i know .... kinda ?15:19
HexaChopioria, I am having GPU problems now.15:20
ioriaHexaChop,  nvidia drivers ?15:20
HexaChopioria, exactly.15:20
ioriaHexaChop,  what have you tried15:20
ioria?15:20
HexaChopledeni, any news?15:20
HexaChopioria, I didn't install drivers yet, there's quite a bit we've tried.15:21
=== Olufunmilayo is now known as CodeNameDrop
HexaChopnothing seems to work via console, ioria.15:21
HexaChopioria, "terminal" rather.15:22
ioriaHexaChop, ok, what have you tried so far ?15:22
serdarhello15:22
HexaChopioria, apt-get thingies, it throws me with this error:15:22
ioriaHexaChop, installing what ?15:22
HexaChopioria, http://termbin.com/cc6l NVIDIA drivers. We are trying to installed them to no luck though.15:23
EriC^^ioria: he's trying to install the driver for nvidia, h can only boot with nomodeset right now15:23
=== CodeNameDrop is now known as Olufunmilayo
HexaChopEriC^^, ioria, right.15:23
EriC^^HexaChop: the ppa nvidia-367 has a dependency listed libc6-i386 but that's not available in 16.1015:23
ioriaHexaChop, 367 form the ubuntu repo ?15:24
ioria*from15:24
EriC^^HexaChop: try "apt-cache policy libc6-i386" to see if the ppa provides it15:24
HexaChopEriC^^, k.15:24
lodearithttps://ptpb.pw/FX-q i did upgrade , but still i get that it just cant can't do it?15:24
EriC^^ioria: no from a ppa, we were thinking to go the repo 367 route instead, any thoughts?15:24
ioriaEriC^^, why not the last 375 ? from ppa ...15:25
HexaChopEriC^^, http://termbin.com/39vz15:25
lodearitI think this will breal a dep in the long run don't want to leave the like that15:25
lodearitWhy does it happpen here , now ?j15:25
EriC^^ioria: no idea about nvidia drivers, if it's better then by all means :D15:25
AL3XIA Ka Shqipetar Ketu15:26
ioriaEriC^^, 375 it's just the last added15:26
EriC^^!info nvidia-37515:26
ubottuPackage nvidia-375 does not exist in yakkety15:26
EriC^^ioria:  in the graphics-ppa ?15:26
ioriaEriC^^, yup15:26
HexaChop!ping15:27
ubottupong!15:27
ioriaEriC^^, other than that, try the nvidia installer15:27
EriC^^what's the latest repo one?15:27
serdarI have issues with nvidia-37515:27
EriC^^the ppa seems a little broken, http://termbin.com/xi1a15:28
ioriaEriC^^, 367 i think15:28
AL3XIO Shqipeeeee15:28
AL3XIKu Jeni15:28
AL3XIPse Nuk Shkruni15:28
serdarfor some reason lightdm is replacing my xorg.conf with a different version15:28
serdarat every (re)start15:29
serdarsomeone know, how I can prohibit that_15:29
HexaChopSperios, This is super frustrating again...15:29
HexaChopSpeiros, This is super frustrating again... *15:30
EriC^^HexaChop: nvidia 367 from the repo, or nvidia 375 from the ppa?15:30
k00l3th4nserdar: Try to purge/remove lightdm amd re-install.15:31
HexaChopEriC^^, neither repo nor ppa means anything to me, I do not understand a thing.15:31
SpeirosHexaChop Patience mate.  Think of the wise words of Chicago ♪We've come too far to leave it all behind♪15:31
ioriaHexaChop,  so, it's a fresh install (i guess) did you have problems updating  it ?15:31
Speiros:D15:31
EriC^^HexaChop: repo is the one from the official ubuntu repositories, the ppa is an external repository run by someone else15:31
HexaChopioria, what do u mean?15:31
HexaChopSperios, true.15:31
ioriaHexaChop,  16.10, right ?15:32
HexaChopSpeiros, true. *15:32
HexaChopioria, right.15:32
ioriaHexaChop,  sudo apt update && sudo apt full-upgrade15:32
HexaChopioria, http://termbin.com/ktfu15:33
k00l3th4nHow is everyone doinng this morning? Enjoy your Sunday?15:33
SpeirosHexaChop It looks like you have the option of choosing the one on Ubuntu, or the NVIDIA one, is that correct EriC^^ ?15:33
HexaChopk00l3th4n, it is nearly evening here, mate.15:33
SpeirosHi k00l3th4n :)15:33
ioriaHexaChop,  if it's a fresh install...  what happened ?15:33
Speiros2:30AM here.15:33
k00l3th4nHexaChop: Well... How is your evening going?15:34
HexaChopIoria, already updated maybe?15:34
k00l3th4nSpeiros: Hello mate.15:34
Speiros:)15:34
HexaChopk00l3th4n, not very well, linux problems, mate.15:34
ioriaHexaChop,  this was caused by the nvidia drivers ?15:34
EriC^^Speiros: oh, no that is an option though too15:34
HexaChopioria, Don't... really... know...15:35
EriC^^HexaChop: nvidia 367 from the repo, or nvidia 375 from the ppa, or the nvidia one from their website15:35
k00l3th4nHexaChop: What issues are you having. Maybe I can help.15:35
SpeirosEriC^^ Ah, okay.15:35
HexaChopk00l3th4n can't install Nvidia drivers.15:35
ioriaHexaChop,  so, try to purge nvidia and reboot   sudo apt-get purge nvidia+15:35
ioriaHexaChop,  so, try to purge nvidia and reboot   sudo apt-get purge nvidia*15:35
EriC^^ioria: he hasn't installed nvidia yet15:35
DreamanEriC^^  why repo oficial work good in ubuntu15:36
ioriaHexaChop,  dpkg -l | grep nvidia | pastebinit15:36
EriC^^Dreaman: he wants latest drivers15:36
k00l3th4nHexaChop: Oh man! yeah, that can be a pain in the ass. I think it took me a couple of days last time I had that problem.15:36
Dreamanis not good idea15:36
Dreamanbut15:36
EriC^^HexaChop: ioria maybe it's half installed15:37
k00l3th4nHexaChop: You are gonna have to download the driver and install from command line without xorg.15:37
HexaChopioria, I don't have pastebinit.15:37
ioriaHexaChop,  dpkg -l | grep nvidia | nc termbin.com 999915:37
=== jorge_ is now known as Guest39565
hunterhey15:37
HexaChopioria says use netcat.15:38
serdark00l3th4n: I did that right now, but the result is the same15:38
tchnqHi all. Is there a way to force Unity Dash open application list first instead of last files or etc. ?15:38
EriC^^tchnq: there's the shortcut super+a incase it helps15:38
k00l3th4nHexaChop: Can you pastebin your errors. That way I can maybe help.15:38
serdarand then I get the black screen15:38
tchnqEriC^^, awesome! What about mouse click?15:39
HexaChopk00l3th4n, I can't use neither termbin nor pastebin.15:39
SpeirosHexaChop Why?15:39
EriC^^tchnq: no idea, there's right click > applications just found that :)15:39
HexaChopk00l3th4n, speiros, it asks me to use netcat.15:40
SpeirosHexaChop Ok.15:40
tchnqEriC^^, :D discoveries :))15:40
HexaChopk00l3th4n, speiros, it asks me to use netcat (termbin).15:40
EriC^^tchnq: haha :D15:40
tchnqAnd I wanted to ask as well is there a nice resource in a web to build my own ubuntu15:40
k00l3th4nHexaChop: That's weird for sure. Never had that issue before.15:41
EriC^^HexaChop: try dpkg -l | grep nvidia | curl -F "sprunge=<-" sprunge.us15:41
tchnqBecause I am using default ubuntu build from site.15:41
tchnqEveryone says I am newb >_<15:41
BluesKaj!minimal | tchnq15:41
ubottutchnq: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD15:41
HexaChopEriC^^, finally, http://sprunge.us/NNBL15:41
k00l3th4nWhat card do you need a driver for?15:41
HexaChopioria, http://sprunge.us/NNBL15:41
HexaChopk00l3th4n, http://sprunge.us/NNBL15:41
HexaChopk00l3th4n, 2x ASUS Strix 207015:42
fundAnyone using Linux from usb thru vm/virtual box/qemu?15:42
HexaChopk00l3th4n, 2x ASUS Strix 107015:42
EriC^^HexaChop: does "dpkg -l | grep nvidia" give you anything in the terminal?15:42
ioriaHexaChop,  dpkg -l | grep nvidia       no output, right ?15:42
dinethello. is there a way to se where apache2, php7 and mysql slows down? since upgrade to 16.04 wordpress is extreamly slow15:42
HexaChopioria, EriC^^, none.15:43
EriC^^HexaChop: dpkg -l | grep -v ^ii | curl -F "sprunge=<-" sprunge.us15:43
ioriaHexaChop,  so it broke by itself ?15:43
tchnqubottu, Thx!15:43
HexaChopioria, EriC^^, I had no NVIDIA drivers after installing ubuntu, I get no output, that why http://sprunge.us/NNBL is empty.15:43
HexaChopthat's*15:43
ioriaHexaChop,  ok... so how apt broke ?15:43
HexaChopioria, idk if it broke at all.15:44
ioriaHexaChop,  yes, you got unmet deps15:44
ioriaHexaChop,  sudo apt update && sudo apt full-upgrade15:44
EriC^^he did attempt to install nvidia-36715:44
EriC^^try the dpkg -l | grep -v ^ii command15:45
EriC^^it'll show anyyh15:45
fundWhat's difference between Linux live usb creator and grub and yumi?15:45
EriC^^*anything that isn't installed correctly15:45
tchnqWhat about Intel HD graphics driver on ubuntu 16.04 LTE? I've didn't installed any driver, so I believe ubuntu is using default driver. I have worse fps then in windows in Dota215:45
ioriaHexaChop,  try sudo apt-get purge nvidia*   and see what it says15:45
HexaChopioria, http://termbin.com/pjx3 (for the sudo apt update && sudo apt full-upgrade)15:46
ioriaHexaChop,  right, purge15:46
EriC^^ioria: wildcards with apt.. yesterday some guy broke his install purging gpg*15:47
_war10ck_Hello all, just upgraded to 16.04 and found that the free space status bar is dropped in Nautilus(updated from 12.04)15:47
HexaChopioria, http://termbin.com/xs3f (for the try sudo apt-get purge nvidia*)15:47
k00l3th4nHexaChop: Are you using 64-bit?15:47
HexaChopk00l3th4n yep.15:47
EriC^^(just a heads up on this wildcard issue)15:47
_war10ck_Is it something that I am missing or that feature is really dropped in nautilus15:47
ioriaHexaChop,  it's a mess15:47
ioriaEriC^^,  really ?15:47
EriC^^ioria: yes15:48
HexaChopioria, purge?15:48
ioriaEriC^^,  that's a total different pkg15:48
EriC^^it removed apt even, he had to use dpkg -i to get it back15:48
EriC^^ioria: ok :P15:48
tchnqNoone here playing Dota2 on Intel HD?15:48
EriC^^ioria: apt is kind of coco for cocopuffs with wildcards15:48
serdark00l3th4n: I purged and reinstalled lightdm, but it still overwrites my xorg.conf15:48
ioriaHexaChop,  it says 367, 370, 375 ....15:48
ioriaEriC^^,  yeah15:49
EriC^^ioria: on different systems getting different results too15:49
lodearitEriC^^: i get can't drop privileges for files... when i install some pkcages necessary for flash?15:49
lodearitThe following packages requested additional data downloads after package installation, but the data could not be downloaded or could not be processed.15:49
ioriaHexaChop,  i'd start to purge language-pack-es15:49
lodearitttf-mscorefonts-installer15:49
k00l3th4nserdar: Okay, try to purge/remove xorg then reinsall.15:50
ioriaHexaChop,  sudo apt-get  purge language-pack-es15:50
serdarshort question, as I understood, I don't need nomodeset when I install nvidia drivers, is that still valid?15:50
serdartest15:50
Dreamanhahhaa salute15:51
HexaChopioria, sudo apt-get purge language-pack-es15:51
ioriayes15:51
throwawayAnyone know how can I confirm that Transmission is connected through VPN?15:51
HexaChopioria, http://termbin.com/j7xs , sorry.15:51
lodearitthrowaway: which vpn service?15:52
ioriaHexaChop,  sudo apt-get  purge language-pack-gnome-es15:52
lodearitdependson that throwaway ,15:52
throwawayExpressvpn15:52
HexaChopioria, http://termbin.com/j7xs15:52
serdardarn15:52
HexaChopioria, exact same outcome15:52
throwawayExpressvpn, lodearit15:52
fundWhat's meaning of "Linux which runs from ram"?15:53
HexaChopioria, http://termbin.com/470615:53
DreamanHexaChop open the setting and try sp and install15:53
lodearitit is connected through vpn as all traffic passes, unless the connection is down then it's all exposed, accidental cuts happen15:53
Dreamanesp15:53
EriC^^HexaChop: try sudo apt-get install language-pack-es-base15:53
HexaChopDreaman, do what?15:53
EriC^^see why it won't install it15:53
k00l3th4nthrowaway: Hold on a minute and i'll send you a link to download a file to check you vpn through transmission.15:53
ioriaHexaChop,  if you run apt-get -f install ?15:53
throwawayk00l3th4n, no thanks15:53
throwawaylodearit, ok15:54
HexaChopEriC^^, it gives me a lot of command not found.15:54
HexaChopioria, yes.15:54
serdark00l3th4n: I purged lightdm now and reinstalled it but I got the same issue15:54
ioriaHexaChop,  what happens ?15:54
EriC^^HexaChop: sudo apt-get install language-pack-es-base15:54
HexaChopioria, installed a lot of stuff, why?15:54
ioriaHexaChop,  something wrong15:54
serdardo I need nomodeset? as I understood, this is not needed, when I install nvidia driver15:55
ioriaHexaChop, when it finishes, rerun  update  and full-upgrade15:55
HexaChopEriC^^, It worked.15:55
HexaChopioria, I did the -f install thing a while back now.15:55
k00l3th4nthrowaway: Google ipMagnet and download use the magnet to check if you client is connected through VPN.15:55
EriC^^HexaChop: try sudo apt-get install language-pack-es15:55
ioriaHexaChop,  sudo apt update && sudo apt full-upgrade15:55
throwawaythanks, k00l3th4n15:56
HexaChopioria, http://termbin.com/jjgb15:56
k00l3th4nthrowaway: It's pretty simple. That's the method I use.15:56
ioriaHexaChop,  still broken15:56
k00l3th4nthrowaway: Let me know if it works.15:57
HexaChopEriC^^, http://termbin.com/gp5d15:57
k00l3th4nthrowaway: And you're welcome bro.15:57
EriC^^HexaChop: ok, let's take a breather15:57
EriC^^and try to figure stuff out15:57
EriC^^deal?15:57
HexaChopEriC^^, I can keep going actually.15:57
VolisIs it fine if I ask a Ubuntu installation problem I'm having?15:58
serdarlightdm kills me. can someone tell me another dm, except sddm?15:58
SpeirosDo it Volis:)15:58
SpeirosSomeone will look at it.15:58
ioriaHexaChop,  again if you run  apt-get -f install what happens ?15:58
EriC^^i mean like let's try to see what's going on instead of pulling random wires15:58
EriC^^HexaChop: ^15:58
ledeniHexaChop, try sudo apt-cache clean all15:58
Dreamanhttp://prikachi.com/images.php?images/803/9013803E.png     HexaChop  lame Ñ=15:58
k00l3th4nserdar: pastepin you error and send the link so I can see the errors.15:58
HexaChopioria, http://termbin.com/ummp15:59
serdark00l3th4n: lightdm replaces my xorg.conf, I don't know what I should paste there15:59
VolisAlright, so my friend has an Asus X205TA and I followed the exact instructions here ( https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md under BIOS Setup) to try boot with USB but I'm not able to15:59
ioriaHexaChop,  and ?15:59
EriC^^Volis: what happens when you try to boot?15:59
HexaChopioria, I get this: http://termbin.com/ummp15:59
serdarVolis: acpi=off15:59
ioriaHexaChop,  and it stops ?16:00
HexaChopioria, yep.16:00
ioriaHexaChop,  dpkg -l | grep  -v "ii  " | grep -v "rc  "16:00
serdarwhat happened to kdm or gdm?16:00
VolisWhat happens is, I create the bootable USB. Plug it into X205TA, power on, press Esc key to select the boot device, select USB drive and then it shows me the same dialog again after black screen for 2 seconds.16:00
HexaChopioria, http://termbin.com/lokl16:01
VolisI choose USB stick again and then it proceeds to boot with Windows again16:01
serdarVolis: press e and add acpi=off, that might help maybe pci=nomsi also helps you16:01
ioriaHexaChop,  it'all broken .16:01
k00l3th4nserdar: So what is the issue. You can't use xorg or what? Or are you not get a windows manager?16:01
serdarhad a similar issue with my msi notebook here16:01
Volisserdar, Press e at the menu where it shows me bootable media?16:01
ioriaHexaChop,  bad installed i guess ... don't know how16:01
ledeniHexaChop, try sudo apt-cache clean all16:02
HexaChopioria, what are you suggesting? I CHECKED the MD5, it was perfect.16:02
serdark00l3th4n: I change xorg.conf with my settings or with nvidia-xconfig and when I (re)start lightdm it gets replaced16:02
ioriaHexaChop,  lvm, encryption ... how did you installed ?16:02
serdarVolis: yes and go down where you see splash and add there these two entries and press F1016:02
HexaChopledeni, E: Invalid operation clean.16:02
HexaChopioria, what?16:03
ioriaHexaChop,  installed plain and simple ? without lvm or encryption options selected ?16:03
k00l3th4nserdar: Interesting. I'm not sure I can help bro. All I can advise is reinstall xorg and your drivers.16:03
HexaChopioria both selected16:03
Amm0nserdar, maybe something in /etc/X11/xorg.conf.d overriding?16:04
ioriaHexaChop,  if you ask, i'd reinstall sorry16:04
serdarAmm0n: and here is the funny fact, there is no /etc/X11/xorg.conf.d16:04
HexaChopioria, nope, I am SO DONE.16:04
iorialol16:04
serdarHexaChop: yeah16:05
HexaChopMD5 went perfectly..., ioria.16:05
Volisserdar, Alright I think this is what you're saying ( http://askubuntu.com/a/160056 ) but that computer has Windows 8. No Grub.16:05
ioriaHexaChop,  it's not all in the checksum16:05
serdarI might getting old, but I have the feeling, that 5 years ago gentoo was easier :/16:05
serdarVolis: your usb stick is using grub I guess16:06
lodearithi16:06
lodearitThe following packages have been kept back:16:06
lodearit  gnome-software gnome-software-common snapd ubuntu-core-launcher ubuntu-software16:06
Amm0nserdar, is this a multiuser system? you could use Autostart X at login and ditch the DM bloat16:06
ioriabrb16:06
lodearit0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.16:06
lodearithow to upgrade that?16:06
HexaChopsperios, I give up, mate.16:06
lodearitthose packages cancreate a chain reaction, so  i need to upgrade them?16:06
Volisserdar, yes but it doesn't even start to boot. The Esc option to select the boot media I'm talking about is BIOS16:06
ledeniHexaChop, try sudo apt-get clean all16:06
k00l3th4nlodearit: Hello, what is your issue?16:07
HexaChopspeiros, I give up, mate. *16:07
lodeariti wantt to fix that 5 not upgraded16:07
SpeirosHexaChop I don't know mate.16:07
k00l3th4nlodearit: sudo apt-get install dist-upgrade16:07
serdarVolis: what exactly happens, I was not giving to much attention16:07
lodearitwhy do i get that? error, and how to fix it? i am already on 16.0416:07
SpeirosHexaChop You've got the ubuntu part working, but it's drivers now isn't it?16:07
ducasselodearit: try 'sudo apt full-upgrade'16:08
serdarSpeiros: it's always drivers :D16:08
Amm0nserdar, to your KMS question. Do you need a different resolution in kernelspace? If so it's supported since nvidia 364.12+16:08
Volisserdar, I plug the USB, power on the device, press Esc key to see the boot options (Windows Boot Manager or USB: Sandisk), select USB and press Enter and it comes back to the same dialog.16:08
k00l3th4nlodearit: I'd backup your system before ever dist-upgradeing.16:08
serdarAmm0n: I've installed 375 now16:08
Volisserdar, The second time when I select and enter USB. Windows boot anyway.16:09
HexaChopSpeiros, this is so frustrating... I am seriously about to give up now...16:09
Speirosserdar I guess.  I'm staying with 14.4 for now...at least for a little while.16:09
ducassek00l3th4n: why on earth do you say that? dist-upgrade is the recommended way to update on ubuntu.16:09
Volisserdar, The USB works on a different computer. My BIOS is set exactly as defined here https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md16:09
serdarVolis: is secure boot enabled?16:09
Volisserdar, Disabled16:09
HexaChopioria, I know what is wrong16:10
k00l3th4nducasse: You16:10
HexaChopioria, I have a red minus sign at the top. IT says this:16:10
lodearitk00l3th4n: so if i get not upgrade packages, even though i did apt-get upgrade, and then number of packages keep on increasin then is it bad/16:10
serdarVolis: It's hard to check websites, if you are not on X :)16:10
HexaChopan eror occurred, please run package manager (and a lot more text), ioria sperios.16:11
HexaChopspeiros * ^16:11
Volisserdar, oh wait, I'll tell you in that case, "Advanced tab, USB Configuration -> USB Controller Select set to EHCI" and "Security tab, Secure Boot menu -> Secure Boot Control set to Disabled"16:11
SpeirosHexaChop What part is the error that occurred?16:11
SpeirosHexaChop the initial install?16:11
k00l3th4nducasse: That's correct. It's just safe to make backup before a dist-upgrade. It could break you system. At least in my experience.16:11
guideXI am trying to move my vps to a vm, I have a tar.gz with all the files of the vps in it (sys, dev, etc, more) and I was thinking I'd create a new ubuntu vm, and extract all the files over it, but how do you figure out what version of ubuntu you were on?16:11
serdarVolis: so you are not seing the Try Ubuntu boot menu?16:11
HexaChopSpeiros, I have at the top taskbar a red minus sign16:11
Volisserdar, nope16:11
guideX.... I am trying to move my vps to a vm, I have a tar.gz with all the16:12
ledeniHexaChop,close package manager if you have open16:12
serdarhow did you create your usb?16:12
HexaChopledeni, it wasn't open.16:12
ducassek00l3th4n: that is *very* unlikely, unless you use a ton of random ppas.16:12
Volisserdar, I used rufus on Windows 10 machine16:12
ledeniHexaChop, try sudo apt-get clean all16:12
serdarVolis: hmm that's fine16:12
guideXSo How do you figure out what version of ubuntu you are running from a backup?16:12
HexaChopledeni, done, got no error, no nothing really.16:13
serdarVolis: is this a uefi bios?16:13
EriC^^guideX: /etc/issue16:13
HexaChopledeni, got no output.16:13
Volisserdar, I'm pretty sure it is16:13
EriC^^guideX: why does it matter?16:13
SpeirosHexaChop When you say at the top taskbar, the top of what, and which taskbar?16:13
k00l3th4nlodearit: No that's not bad, just mean there are upgrades for you packages. You should be fine to upgrade. Just be careful when upgrading anything with xorg.16:13
guideXEriC^^ I am trying to move my vps to a vm16:13
SpeirosI'm trying to picture what would have a red minus sign HexaChop16:13
serdarVolis: can you select on Bios which device you boot in?16:13
ledeniHexaChop, now try  sudo apt update && sudo apt full-upgrade16:14
guideXbut I'm not sure what version of ubuntu I'm on to create the new vm16:14
Volisserdar, I did. That has the same effect16:14
guideXI was planning to Extract over the new ubuntu files16:14
HexaChopSpeiros, near the internet arrows.16:14
k00l3th4nducasse: Again, true. It's just better to be prepared incase anything breaks. That way you can revert to your previous system if something goes wrong.16:14
EriC^^guideX: that's not a good idea16:14
serdarVolis: what did you download?16:14
Volisserdar, I disabled "Windows Boot Manager" option from the BIOS boot options and the computer kept on booting straight to BIOS16:14
guideXEriC^^: ah ok, do yuou have any recommendations how I can do it? I wish to move from my vps to a vm, but I'm having alot of trouble16:15
serdarVolis: tried different slots?16:15
HexaChopledeni, solved it myself, had to put -f before full-upgrade16:15
EriC^^guideX: boot a live iso in the vm, and create a partition table on the vm disk and partitions, mount them, then copy over the backup install16:15
SpeirosHexaChop So it's working now?16:15
Volisserdar, I have tried both Ubuntu 16.10 x64 and x86 desktop versions16:15
EriC^^guideX: then chroot to the install and reinstall grub16:15
Volisserdar, yes, tried different slots and different USB sticks too16:15
HexaChopSpeiros, ype, it fetched files now.16:16
HexaChopSpeiros, yep*16:16
guideXEriC^^: hrm ok, I tried that before, but I don't actually know how to do much aside from a normal install of ubuntu, but i'll research how to do all those things16:16
SpeirosHexaChop  See...don't give up mate:)  The folks in here have a huge skill and knowledge base between them.16:16
Volisserdar, X205TA doesn't have a CD reader else I would have tried Plop Boot Manager as well16:16
soahcccACL question: Can anyone tell me why the mask of subfolders is r-- considering the ACLs of the parent? https://gist.github.com/2called-chaos/3d6eff4b699644a34fca4dc15c456a6316:16
guideXI ran into some failure before16:16
SpeirosHexaChop Bits and pieces, along with our own understanding, and guess what???16:16
serdardo you have a different usb stick Volis ?16:17
SpeirosHexaChop Ubuntu.  Literally:)16:17
ledeniHexaChop, ok now update your system first16:17
guideXcreating the partition table without installation, mounting, chroot, reinstall grub etc16:17
HexaChopledeni, command, please?16:17
guideXthese are things I usually let the installer do16:17
HexaChopledeni, the command worked for installing16:17
Volisserdar, yes I do, I have so far tried three all of which work just fine on other computers16:17
ledeniHexaChop, already give you16:17
EriC^^guideX: it's not difficult16:18
guideXEriC^^: yeah but I am not too good with linux16:18
EriC^^guideX: create a partition table using fdisk (press o then w to write), the use cfdisk (it's very intuitive) to create the partitions16:18
serdarVolis: have you searched for X205TA boot from usb?16:18
EriC^^guideX: you'll manage easily and learn a ton i'm sure16:18
guideXhrm ok i'll try again16:18
EriC^^if you have any issues feel free to ask here16:18
HexaChopledeni, worked.16:19
guideXok cool16:19
ledeniHexaChop,great16:19
HexaChophad to hit yes, added -f somewhere to make it work, ledeni.16:19
serdarVolis: it looks like, that your bios don't allow boot from usb, maybe ou need to update your bios16:19
Volisserdar, yes I have and just did that again. People seem to have that problem but no answers so far. The most thorogh installation procedure is defined in the Github md file I linked16:20
EriC^^Volis: did you follow that guide, replacing the efi with the 32bit version and whatnot?16:20
ledeniHexaChop,ok16:20
k00l3th4nducasse: I've learned to always backup my system before upgrading a bunch of packages. It doesn't hurt to have a backup anyways. It's good practice.16:21
VolisEriC^^, What do you mean?16:21
HexaChopledeni, what's next?16:21
ducassek00l3th4n: that is what snapshots are for ;)16:21
ledeniHexaChop, sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-36716:21
VolisI tried Ubuntu x86 on the USB if that's what you mean16:21
Speirosk00l3th4n Yep.  I learned to keep files external and introduce them to the system.16:21
EriC^^Volis: uefi usually is 64bit, and the ubuntu installer uses that, for 32bit you need to do some stuff and the link you provided outlines stuff16:22
serdarEriC^^: he has a bios issue, the system is not loading from usb.16:22
ledeniHexaChop,opss16:22
VolisEriC^^, I tried x64 in that case too, that should have worked16:22
EriC^^serdar: it's using uefi no?16:22
Speirosk00l3th4n, Also, I only just had the reminder by a close friend, to keep an external drive handy in my go-bag. I never thought about that before.16:22
ledeniHexaChop, just sudo apt-get update && sudo apt-get install nvidia-36716:22
EriC^^Volis: it's not 64bit16:22
guideXlooks like I'm on Ubuntu 14.04.4 LTS \n \l  I could have sword it was 16, weird16:22
guideXsworn16:22
k00l3th4nducasse: True! I usually just clone my /16:22
guideXi'll start with an ubuntu 14.04 then16:23
EriC^^Volis: isn't this the guide you posted? https://github.com/lopaka/instructions/blob/master/ubuntu-16.04-install-asus-x205ta.md16:23
EriC^^"Separate system already running Ubuntu 16.04 - this is where you will build the 32bit boot loader and create the USB install flash drive"16:23
HexaChopledeni, E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).16:23
k00l3th4nSpeiros: I'd say your friend is right. I have an extra drive just for backups.16:23
EriC^^you need to get a 32bit uefi and replace the 64bit one in the ubuntu installer so you can boot it Volis16:23
ledeniHexaChop, sudo apt-get clean all16:24
VolisEriC^^, How do I do that?16:24
Speirosk00l3th4n, Yep:)16:24
HexaChopledeni, done, gave no output again16:24
guideXdo you guys know, when selecting an ubuntu version, should it be the ubuntu-14.04.4-server-amd64.iso or ubuntu-14.04.4-server-i386.iso16:25
SpeirosSo...the ubuntu wiki...I have an idea.16:25
EriC^^Volis: do you have a system already running ubuntu 16.04?16:25
VolisEriC^^, I have a system running Windows 10 instead :|16:25
EriC^^guideX: do you want a 32bit or 64bit?16:25
k00l3th4nducasse: You use a VM? I dont' use VMs, so snapshots arent relevent to me.16:25
SpeirosWho has some responsibility with the wiki?16:25
ledeniHexaChop, sudo dpkg --add-architecture i38616:26
HexaChopledeni, what that did?16:26
ledeniHexaChop,sudo apt-get update16:26
VolisguideX, Check the computer you intend it install it on. See if it is 32 bit or 64 bit16:26
HexaChopledeni, got the update, too.16:26
xXEoflaOEXxguideX, If your CPU does not support x86_64, try i386, What is your CPU?16:26
VolisEriC^^, Is this the problem that you're talking about? http://askubuntu.com/questions/392719/32-bit-uefi-boot-support16:27
HexaChopledeni, Reading package lists... Done16:27
ledeniHexaChop,sudo apt-get install nvidia-36716:27
ducassek00l3th4n: no, i use btrfs and zfs16:27
EriC^^Volis: that might work16:27
HexaChopledeni, not working. Again some -f thing16:28
k00l3th4nducasse: Cool. How do you lile ZFS?16:28
VolisEriC^^, cool, I'll try that16:28
ledeniHexaChop,again sudo apt-get clean all16:28
EriC^^Volis: do you have a usb?16:28
SpeirosAh, it's okay.  Found all the info on the actual Ubuntu wiki...as regards the Ubuntu wiki:)16:28
VolisEriC^^, yes I do16:28
HexaChopledeni, done.16:28
ledeniHexaChop,ok16:29
EriC^^Volis: you could use an ubuntu live session to run the commands in the first guide you posted, in case it does some fancy stuff so it loads on the tablet16:29
EriC^^Volis: the commands are in that gray box16:29
EriC^^starting with apt-get install p7zip-full ...16:29
k00l3th4nducasse: I've been thinking about switching to ZFS. I here good things.16:29
HexaChopEriC^^, what are you talking about with Volis?16:29
VolisEriC^^, oh okay I'll boot the live session on this computer and run the commands16:30
EriC^^Volis: do you have another usb?16:30
VolisEriC^^, Is it fine if I do it on a virtual machine I have that is running Ubuntu?16:30
HexaChopledeni, what to do next?16:30
VolisEriC^^, only one right now16:30
EriC^^cause you'll need it (that's the one you're going to make so it works on the tablet)16:30
Volisah right16:30
EriC^^Volis: ok, boot the live usb, and report back here once it's booted16:31
VolisThat's okay, I'll get one as soon as possible and then do it16:31
HexaChopEriC^^, you can make linux ubuntu run on  TABLET?16:31
EriC^^maybe we can add files to it, it just needs the bootia32.efi file in efi/boot/16:31
VolisHexaChop, It's Asus X205TA so yeah tablet.16:31
guideXxXEoflaOEXx: it's an i5 in an asus eee slate16:31
stanstillhi, im going to buy a samsung nvme ssd 512GB pro for my notebook and install ubuntu 16.10 64 bits in it. I want that unit for the speed. Will these drivers make it go as fast as possible? http://www.samsung.com/semiconductor/minisite/ssd/download/tools.html16:31
EriC^^HexaChop: yes16:31
k00l3th4nGot to go guys/gals. Be back later.16:32
ledeniHexaChop,sudo apt-get install nvidia-graphics-drivers-36716:32
guideXthe problem though is, I have no idea what was installed on the vps16:32
HexaChopledeni, E: Unable to locate package nvidia-graphics-drivers-36716:32
SpeirosHexaChop, Worth learning eh:)16:32
guideXis there a way to know if it's one or the other via the tar.gz?16:32
HexaChopSpeiros, learning what?16:33
ducassestanstill: those drivers are for windows16:33
Apple_I am having issues booting into Ubuntu 16.04.1. I can successfully boot via recovery mode but not the normal mode. I've tried using boot repair to no avail. http://paste2.org/GLBxYMCB The issue I'm having is that I cannot type in my (LUKS, I think) decryption password on the normal boot UI16:34
=== al_ is now known as Guest94682
stanstillducasse: ok, so will that samsung nvme still work with 3,500 MB/sec write and 2,100 MB/sec write speeds? or am I screwed for using linux?16:35
EriC^^Apple_: what happens in normal mode16:35
xXEoflaOEXxguideX, So it must support x86_64, Try x86_64 on and see.16:35
ducassestanstill: afaik samsung nvme drives work as they should with linux16:36
stanstillok ducasse what tool do I need to check write and read speeds, once I install ubuntu in the unit?16:36
Apple_The boot loader pulls up a prompt asking for the decryption password. I can't type in that box. The keyboard still works though - I can Alt-Sysreq-reisub16:37
ducassestanstill: try hdparm or bonnie++, the latter is much more comprehensive16:37
stanstillboth from the terminal I assume...16:37
Jakey3is apache tomcat a webserver for java?16:37
ducassestanstill: yep.16:38
ledeniHexaChop,can you open software & updates application16:39
ducassestanstill: what speeds you actually get depends on your workload.16:39
Apple_I'll get a better boot link. http://paste2.org/e0X91NjD16:39
HexaChopldeni, sure.16:39
stanstillducasse: Im aiming for samsung, because all HDDs I own are samsung and all references I have read about the brand are good. Id like to hear your opinion16:39
HexaChopledeni, sure.16:39
ducassestanstill: i have a bunch of samsung sata ssds, they are excellent.16:40
HexaChopledeni, what's next?16:40
summakorbleh16:40
SpeirosHexaChop, Sorry, was having a shower man.  Learning this system.16:40
stanstillducasse: does speed also depend on used percentage? (how much data I store in the unit)16:40
ledeniHexaChop,check restricted software16:41
HexaChopSpeiros, I am not sure if it worth the price it comes with (having nearly all of your braincells destroyed).16:41
HexaChopledeni, there says nvidia drivers16:41
HexaChopledeni, and I can select one of them16:41
ledeniHexaChop,yes16:41
ducassestanstill: it can, if the drive is very full.16:42
SpeirosHexaChop I understand that part. Beginning on the platform is hell awkward.16:42
serdardarn16:42
HexaChopledeni, it wasn't there before.16:42
serdarlightdm is not replacing xorg.conf only, wenn nomodeset is set in grub16:42
ledeniHexaChop,select 36716:43
serdarbtw. how to upgrade from 16.04 to 16.10?16:43
stanstillok ducasse , which brand would you choose? samsung or crucial? for nvme ssds I mean16:43
HexaChopledeni, selected latest16:43
ledeniHexaChop, ok16:43
Soul_Sampleserdar: if everything is working for you I'd advise against upgrading. otherwise it should notify you about the new release automatically in the upgrade manager16:43
HexaChopledeni, after selecting, it reverts back16:43
ioriaHexaChop, how is going ?16:44
ledeniHexaChop, opss16:44
Soul_Sampleserdar: if it's not, open software & updates and there change Notify me of a new ubuntu version to "for any new version"16:44
HexaChopioria, I did not need to reinstall ubuntu, it was fine...16:44
ioriaHexaChop, ok,   try sudo apt-get instal dclock16:44
HexaChopioria, some of your commands was wrong (missing -f)16:44
ducassestanstill: absolutely samsung, imo.16:44
ioriaHexaChop, ok,   try sudo apt-get install dclock16:44
stanstillducasse: many thanks for all your answers16:45
stanstillis "many thanks" used in the English speaking world or does it sound foreign?16:45
Apple_EriC^^ The boot loader pulls up a prompt asking for the decryption password. I can't type in that box. The keyboard still works though - I can Alt-Sysreq-reisub. Here's a better link http://paste2.org/e0X91NjD16:45
Speirosstanstill It's still correctly used.16:45
HexaChopioria, E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).16:45
ioriaHexaChop, you can't install anything until you fix the broken pkgs16:45
WildPenguinhello, is Ubuntu more stable than Debian testing?16:45
HexaChopledeni, opss?16:46
basedmarsredundancy stanstill but it's alright16:46
ledeniHexaChop,again sudo apt-get clean all16:46
serdarSoul_Sample: none of my desktops are working (e21 and plasma) so I cannot use anything x releated16:46
turistahi, anyone have a tutorial about using android as wifi receiver?¿16:46
turistaubuntu 1616:46
HexaChopledeni, done. What goes next?16:46
serdarI just need to change sources.list, right?16:46
ledeniHexaChop,sudo apt-get install dclock16:46
=== jstein_ is now known as jstein
stanstillbasedmars: if "many thanks" is redundant, the "thanks a lot" is also redundant16:47
Soul_Sampleserdar you can just try running sudo do-release-upgrade -d from the terminal16:47
Soul_Sampleserdar: just a sec, that would upgrade to 17.0416:47
HexaChopledeni, E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).16:47
Soul_Sampleserdar: hold that command!16:47
ioriaHexaChop, again ,  you can't install anything until you fix the broken pkgs16:47
HexaChopioria, pkgs?16:47
serdarwhat's the name of Soul_Sample it was not working at all16:47
ioriaHexaChop, packages,16:47
Speirosstanstill I don't think grammar and sentence structure are clung to deeply any more in the English language.  Especially with texting, and also having many nations speaking some dialect of it.16:48
HexaChopioria, what, that requires reinstall? can't I just run from Live USB to fix it for me?16:48
ledeniHexaChop,close software & updates16:48
ioriaHexaChop, you said you fixed it16:48
Soul_Sampleserdar: maybe we should first focus on fixing your desktops, upgrading won't help16:48
HexaChopledeni, closed16:49
ledeniHexaChop,again sudo apt-get clean all16:49
HexaChopioria, I can sense anger in u for some reason.16:49
ioriaHexaChop, lol16:49
HexaChopioria trying to be K.I.T.T. :D16:49
serdarSoul_Sample: I installed ubuntu two days ago, it was really painful until now16:49
ioriaHexaChop, kitty, kitty16:50
ledeniHexaChop,and sudo apt-get install dclock16:50
HexaChopledeni, E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).16:50
SpeirosThe car?16:50
ioriaHexaChop, you can't install anything until you fix the broken pkgs lol16:50
Speiroslol16:50
ledeniHexaChop,did you  sudo apt-get clean all16:50
serdarwhat is the name of 16.10?16:50
SpeirosI haven't heard a reference to that for years.16:51
Soul_Sampleserdar: yakkety yak16:51
basedmarsyakkity yakk16:51
HexaChopledeni, yep16:51
HexaChop!ping16:51
ubottupong!16:51
=== iczero is now known as wlp1s1
serdarthanks16:51
Soul_Sampleserdar: but 16.04 is a long term support version, you'll get less software, less themes and less ppa's for the 16.10. and also it has a smaller support window16:51
ioriaHexaChop, can you tell us exactly what you did the first time you log in ?16:52
Soul_Sampleserdar: i also had ridiculous network manager issues with 16.1016:52
HexaChophexachop, did as told - update linux.16:52
HexaChopioria, did as told - update linux.16:52
ioriaHexaChop, uname -r ?16:52
HexaChopioria WHAT?16:53
basedmarsuname -r16:53
ioriaHexaChop,  what's the output ?16:53
HexaChopioria, 4.8.0-32-generic16:53
ioriaHexaChop,  you did run  sudo apt full-upgrade   or what commands ?16:54
HexaChopioria, sounds about right16:54
SpeirosYeah, I remember that command16:54
fundWhich are different ways to use Linux on Windows device?16:54
ioriaHexaChop,  ok, you ran the upgrades... and then ? nothing more ?16:54
idokofund, as always, dual boot, virtualbox or just remove windows and put linyx16:55
HexaChopioria, I don't remember, tbh.16:55
idokolinux *16:55
ioriaHexaChop,  it can't break by itself16:55
fundWhat about live Linux?16:55
Speiros40 minutes ago.  the -f was put before full-upgrade.16:55
fundIs it 4th type?16:56
Soul_Sampleioria HexaChop can't he just press up in the terminal and review all the commands, unless it was ages ago?16:56
HexaChopioria, who knows, technology is getting more and more advanced. I hope it will not start a rising against humans.16:56
ioriaHexaChop,  Soul_Sample  right ... run    history    in terminal16:56
HexaChopioria, sudo apt-get update (first command)16:56
ioriaHexaChop, and paste16:56
SpeirosHexaChop With the amount of syntax errors and upgrades, I don't think you'll have much to worry about:D16:56
ioriaHexaChop, history16:57
HexaChopioria, how to view history?16:57
ioriaHexaChop, history16:57
ioriaHexaChop, type it16:57
Soul_SampleHexaChop: just type history in the terminal and it should give you a list of all of the commands you ran16:57
HexaChopioria,     1  sudo apt0get-update16:58
HexaChop    2  sudo apt-get update16:58
HexaChop    3  sudo  apt-get update16:58
HexaChop    4  ps aux | grep dpkg16:58
HexaChop    5  sudo  apt-get update16:58
HexaChop    6  sudo apt-get dist-upgrade16:58
SpeirosHexaChop It will probably be a big list mate.16:58
ioriaHexaChop, paste it, please16:58
SpeirosHang on...someone will get you HexaChop16:58
SpeirosDamn:/16:58
ioriaHexaChop, you have been muted, don't panic16:59
xXEoflaOEXxHe left.16:59
ioriadist-upgrade ?????16:59
HexaChopioria, got kicked, lol.16:59
Speiroswb mate:) HexaChop16:59
Speiroslol, might have to use pastebin man16:59
HexaChopSperios, I did, but pasted everything else with the link :DDD16:59
ioriaHexaChop, paste it, please17:00
HexaChopSperios, I did, but pasted everything else with the link :DDD17:00
SpeirosAh, lol:D17:00
HexaChophttp://pastebin.com/ffkyquHs, ioria17:00
HexaChophttp://pastebin.com/ffkyquHs ioria *17:01
SpeirosWow! 4AM!  I've been up for nearly 24 hours again!17:01
HexaChopSpeiros, don't die.17:01
ioriaHexaChop, ok, as soon as you ran dist-upgrade you were forced to run sudo apt-get install -f17:01
SpeirosHexaChop I don't intend to just yet.17:01
ioriaHexaChop, that's not normal17:02
ioriaHexaChop, and bytheway, the command it's not dist-upgrade anymore but full-upgrade17:02
SpeirosWasn't it install then upgrade?17:02
ioriaHexaChop,  but not sure has been the culprit17:03
HexaChopioria, you are telling me there might be someone who tried to ruin my system?17:03
ioriaHexaChop, oh, please17:03
ioriaHexaChop, no17:04
HexaChopioria, oh, kk.17:04
Soul_SampleHexaChop: in my experience there's always one person trying to ruin my system - me17:04
ioriaHexaChop, sudo apt-get clean; sudo aptitude purge ~c;17:05
HexaChopSoul_Sample true dat... (accidentally usually)17:05
ioriaHexaChop, you don't have aptitude, sorry17:05
HexaChopioria, sudo: aptitude: command not found17:05
ioriaHexaChop, i know17:06
BluesKajthee's no need for aptitude anymore17:06
ioriaHexaChop,  well, reboot , grub -> Advanced Oprion -> Recovery > Fix broken pakgs17:06
ioria*Options17:07
HexaChopioria, yay, there IS an option after all.17:07
HexaChopioria, rebooting into it. brb.17:07
ioriaHexaChop,  ok17:07
AndChat|33024ioria, there is no such option.17:10
ioriaAndChat|33024, no ?17:11
AndChat|33024It's hexachop17:11
ioriaAndChat|33024,  look at the picture https://ubuntugenius.wordpress.com/2011/01/25/ubuntu-not-booting-try-repairing-broken-packages-in-recovery-mode/17:12
ioriaAndChat|33024,  dpkg - Repair17:13
HexaChopIoria, there, do you see me as hexachop now?17:13
ioriayes17:13
ioriaHexaChop,   look at the picture https://ubuntugenius.wordpress.com/2011/01/25/ubuntu-not-booting-try-repairing-broken-packages-in-recovery-mode/17:13
ioriaHexaChop,  dpkg - Repair17:13
pavanI try to install octav in my ubuntu 16.04 32 bit                                                                    i foun error                                                    The following packages have unmet dependencies:17:14
pavan octave : Depends: libqt4-network (>= 4:4.5.3) but it is not going to be installed17:14
pavan          Depends: libqt4-opengl (>= 4:4.5.3) but it is not going to be installed17:14
pavanE: Unable to correct problems, you have held broken packages.17:14
ioriaanother one17:15
HexaChopIoria, launched in recovery mode, it is now fixing packages.17:15
xXEoflaOEXxpavan, use pastebin to avoid flooding17:15
Netekhi all, I have a dedicated server with Xubuntu installed with OVH.  The server comes with 5 IP address in total but I can only get the main IP to work, I have attempted to add the new ips into /etc/network/interfaces  I rebooted the server.17:15
ioriaHexaChop,  good luck17:15
NetekNow when I do ifconfig, I can see an additional IP added as eth0:0  but this IP is not responding to any pings.  I have followed the guide on OVH servers and hope that somebody else might have done this with OVH before who could help?17:16
guideX14.04.4-64 server is downloading now..17:16
HexaChopioria, done17:16
ioriaHexaChop,  sudo apt update17:17
Dreamanhttps://pastebin.ubuntu.com/23765396/  :)17:17
HexaChopioria, it is working. says all packages up to date, holy smokes, you are smart.17:17
ioriaHexaChop,  sudo apt full-upgrade17:17
HexaChopioria, still -f error17:18
ioriaHexaChop,  paste it, please17:18
HexaChopioria, added -f now it works17:18
ioriaHexaChop,  sudo apt full-upgrade  again17:18
HexaChopsudo apt -f full-upgrade did it, ioria17:18
ioriaHexaChop,  sorry, nope ....17:19
ioriaHexaChop,  sudo apt full-upgrade17:19
Netekin case anybody is interested, this is the guide I try to follow http://help.ovh.com/IpAlias#link717:19
HexaChopioria, http://termbin.com/kcxe17:19
* Dreaman drink rakia17:19
ioriaHexaChop,  sudo apt install dclock17:20
pavanhttps://pastebin.ubuntu.com/23765418/                found error in ubuntu17:20
HexaChopioria, VS my command: http://termbin.com/d3ta17:20
annoying_danielDoes anyone know how I can contact Reiner Herrmann (deki), the package maintainer of firejail in Ubuntu?17:20
Apple_I'm having issues booting into normal mode with Ubuntu 16.04.1. GRUB opens a password prompt for my LUKS drive encryption and I can't type there. I can boot with recovery mode though. I've tried using the boot repair utility. I'm also booting Windows on a separate hard drive. http://paste2.org/e0X91NjD17:20
HexaChopioria, you see, -f helps ^^17:20
ioriaHexaChop,  sudo apt install dclock17:20
Netekahh ok, forget about it, issue was OVH had set a v mac address.  I deleted this and it seems ok now :)17:21
HexaChopioria same -f error until I do not add -f17:21
ioriaHexaChop,  you shouldn't need it17:21
HexaChopioria, nope, with -f the same17:21
SpeirosNetek Hi there.17:21
HexaChopioria, this is extraordinarily weird.17:22
ioriaHexaChop,  you still have a 1 not fully installed17:22
Netekhey Speiros17:22
HexaChopioria maybe live USB can fix it in recovery?17:22
ioriaHexaChop,  dpkg -l | grep ^..r17:22
HexaChopioria, done. no output17:23
SpeirosNetek When you came in, you probably didn't get a response as what you highlighted was vague in a sense, so don't be disappointed.  It's a help channel here for Ubuntu.  Still, that you have troubleshot a problem is great, and also, more importantly, welcome:)17:23
ioriaHexaChop,  dpkg -l | grep  -v "ii  " | grep -v "rc  "17:23
NetekSpeiros no problem :)  Thank you for the welcome heh17:23
DJonesannoying_daniel: Seems obvious about the first link that comes up in searching is https://launchpad.net/~deki17:23
Speiros:)17:23
HexaChopioria, http://termbin.com/ujbn17:24
ioriaHexaChop,  nothing has been fixed ....17:24
ioriaHexaChop,  can you install something ? guess not ... or yes ?17:25
HexaChopioria seems like nothing. can the live USB help without reinstalling?17:25
ioriaHexaChop,  if you can't install nothing on a fresh install ... well, you know17:26
HexaChopioria maybe it is related to a red minus on the top taskbar?17:26
ioriaHexaChop,  yes, also17:26
HexaChopioria 'error: broken count > 0'17:27
ioriayep17:27
ioriaHexaChop,  we try to replace sources.list17:27
HexaChoplet's do it, ioria.17:28
ioriaHexaChop,  sudo cp /etc/apt/sources.list  /etc/apt/sources.list.old17:28
HexaChopioria, got no output, done.17:29
ioriaHexaChop,  ls /usr/share/doc/apt/examples/sources.list17:29
HexaChopioria, got no output, done.17:29
ioriaHexaChop,  sudo cp  /usr/share/doc/apt/examples/sources.list  /etc/apt/sources.list17:30
HexaChopioria, got no output, done.17:30
ioriaHexaChop,  sudo apt update17:30
HexaChopioria, it is installing a lot of stuff17:30
ioriaHexaChop, mmmm17:30
HexaChopioria, Fetched 8.270 kB in 17s (461 kB/s)17:31
ioriaHexaChop, sudo apt full-upgrade17:31
HexaChopioria, All packages are up to date. (the previous command)17:31
ioriaHexaChop, sudo apt install dclock17:32
HexaChopioria, E: Unmet dependencies. Try using -f.17:32
ioriaHexaChop, use it17:32
DreamanHexaChop apt dist-upgrade17:32
HexaChopioria, E: Unable to locate package dclock17:32
ioriaHexaChop, sorry, it's not in main ....17:32
SchrodingersScatIt's really odd, two devices on the same lan are transferring slower than I can download through my ISP, that doesn't make any sense to me.17:33
ioriaHexaChop, sudo apt install vim17:33
HexaChopioria, E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).17:33
ioriaHexaChop,  sudo apt-get -f install17:34
HexaChopioria, got a request (Yes OR No, which should I hit?)17:34
ioriaHexaChop,  request of what ?17:34
Dreamanhttps://pastebin.ubuntu.com/23765488/  HexaChop  :)17:34
basedmarshow sclow SchrodingersScat17:35
HexaChopioria [y/n] thingy17:35
ioriaHexaChop,  y17:35
HexaChopioria, Rebuilding /usr/share/applications/bamf-2.index...17:35
HexaChophexachop@hexachop-pc:~$17:35
HexaChopioria, last line17:35
dark_witcherHello, guys, quick question. I made a website porfolio for my gf, that she has to present on a flash drive at her university. How can I lock the html and css files, so they can be only viewed but not edited or code copied?17:35
SpeirosDreaman the pastebin was in Russian mate.17:35
ioriaHexaChop,   dpkg -l vim17:36
DreamanSpeiros is Bulgarian17:36
SchrodingersScatbasedmars: like 1.2MBps over wireless17:36
Dreamanfusk Russians17:36
SpeirosDreaman Ah, thanks for the clarification:)17:36
HexaChopioria, http://termbin.com/0mnb17:36
SchrodingersScatbasedmars: using rsync17:36
SpeirosDreaman There are good and bad in all nations.17:36
ioriaHexaChop,   no way17:36
dark_witcherDreaman what is Bulgarian?17:37
HexaChopioria, whaaaa?17:37
Dreamani am Bulgarian17:37
gizcan any one help me in setting up wi fi ap17:37
merlin_hey i have a little problem with the wifi by ubuntu17:37
dark_witcherDreaman, stavame dvama :D17:37
Dreamannot fucking ussian17:37
Dreamanrussian17:37
Dreamana qko17:37
HexaChopDreanman, could you please not swear?17:37
ioriaHexaChop,   cat /etc/apt/sources.list.old17:37
basedmarslan's usually 100MBps SchrodingersScat .17:37
DJonesDreaman: Please don't swear17:37
pavlosDreaman, easy with the language ...17:37
ducasseSchrodingersScat: can you try iperf3 in both tcp and udp modes?17:38
HexaChopioria, http://termbin.com/ifhz17:38
DJonesDreaman: Just stick with your issue in english language here, you won't have a problem17:38
DreamanDJones ok17:39
HexaChopDJones, Dreaman, agreed.17:39
HexaChop!ping17:39
ubottupong!17:39
SchrodingersScatducasse: k, setting it up on the two machines.  basedmars: with the wifi N it should be 72mbps, which is what the machines are connected at.17:40
=== frista1 is now known as andona
HexaChopioria, any news?17:40
merlin_hello can anyone help me17:41
ioriaHexaChop,   i think your python is broken too17:41
=== lethu_ is now known as lethu
ioriaHexaChop,   ri  python3-pam17:42
ducassebasedmars: most common modern networking gear is 1gbps17:42
HexaChopioria, ri python3-pam17:42
HexaChopThe program 'ri' is currently not installed. You can install it by typing:17:42
HexaChopsudo apt install ruby17:42
HexaChophexachop@hexachop-pc:~$17:42
SchrodingersScat!info iperf3 trusty | ducasse17:42
dark_witcherHello, guys, quick question. I made a website porfolio for my gf, that she has to present on a flash drive at her university. How can I lock the html and css files, so they can be only viewed but not edited or code copied?17:42
ubottuducasse: Package iperf3 does not exist in trusty17:42
ioriaHexaChop,   no, i was just pointing to the brk pkg17:43
giz_help me in setting up wi fi ap17:43
ducasseSchrodingersScat: ah, bummer.17:43
SchrodingersScattrying iperf17:43
ducasse!info iperf trusty17:43
ubottuiperf (source: iperf): Internet Protocol bandwidth measuring tool. In component universe, is optional. Version 2.0.5-3 (trusty), package size 53 kB, installed size 165 kB17:43
ducassetry that instead17:43
HexaChopioria, to what?17:43
Rar9hi i need some help with installing pelc uploadprogress for  7.1.x . under plesk, for 7.0x it installed.17:43
Speirosdark_witcher Can you view the properties and save it as readonly?17:43
ioriaHexaChop,   sudo apt install --reinstall python3-pam17:43
HexaChopioria, Reinstallation of python3-pam is not possible, it cannot be downloaded.17:44
SchrodingersScatducasse: 0.0-10.2 sec  4.12 MBytes  3.39 Mbits/sec17:44
ioria!info python3-pam17:44
ubottupython3-pam (source: python-pam): Python interface to the PAM library. In component main, is optional. Version 0.4.2-13.2ubuntu2 (yakkety), package size 9 kB, installed size 39 kB17:44
HexaChopioria, bash: !info: event not found17:45
ducasseSchrodingersScat: tcp, i assume? try udp as well. ('-u -b 0')17:45
ioriaHexaChop,   running bash in terminal ?17:46
ioriaHexaChop,   no, it's not a command17:46
SchrodingersScatducasse:  0.0-11.0 sec  15.8 KBytes  11.8 Kbits/sec ;(17:46
HexaChopioria, where what to do?17:46
dark_witcherSpeiros yep. Thanks.17:47
ducasseSchrodingersScat: wow, something is definitely wrong...17:47
ioriaHexaChop,  don't bother17:47
Speirosdark_witcher, np:)17:47
user65784How do I backup my server?17:47
HexaChopioria I will bother17:47
SpeirosTest it first though dark_witcher  on the flashdrive to make sure.17:47
ducasseSchrodingersScat: are both hosts connected via wireless?17:47
ioriaHexaChop,  i mean, never mind it was an ubottu factoid17:47
ioria!info hexchat | HexaChop17:48
ubottuHexaChop: hexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.12.0-2ubuntu2.1 (yakkety), package size 336 kB, installed size 971 kB17:48
SchrodingersScatducasse: correct, they're right next to each other, could interference account for that much loss?17:48
HexaChopioria, right :D17:48
dark_witcherSpeiros, I will, right now.17:48
Speiros:)17:49
ioriaHexaChop,  not sure you can fix from liveusb17:49
florian___Hi anyone knows who decides battery voltage cutoff when discharging, it it the batter itself or Ubuntu?17:49
florian___*it is battery itself*17:49
HexaChopioria, let's try?17:50
ioriaHexaChop,  sudo apt-get -f install     again17:50
ducasseSchrodingersScat: i guess it's possible, but i'm not really well versed in wifi. can both hosts get better speeds through the isp?17:50
HexaChopioria, but the red minus thing is gone17:50
ioriaoh, good17:50
HexaChopioria does that mean that it is fixed?17:51
SchrodingersScatducasse: yes, just tested on the second machine, reaches my ISP cap17:51
ioriaHexaChop,  idk, run the above command17:51
HexaChopioria,17:51
ducasseSchrodingersScat: hmm. i suggest you take it to ##networking, i'm basically just throwing out guesses at this point.17:51
HexaChopioria, Reading state information... Done17:51
HexaChop0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.17:51
SchrodingersScatok, fair enough17:52
mhsabbaghAre there any news about Canonicals's earnings in 2016?17:52
ioriaHexaChop,  sudo apt install vim17:52
HexaChopioria, E: Unable to correct problems, you have held broken packages.17:52
popeymhsabbagh: no, Canonical is a private company and so doesn't publish financials other than obligated by law.17:52
Speirosmhsabbagh There is a #canonical-webteam and a #canonical-sysadmin site and maybe one of these could help you better?17:53
ioriaHexaChop,  nothing more ?17:53
HexaChopioria, nothing.17:53
ioriaHexaChop,  reboot17:54
nedstarkpopey, mhsabbagh http://arstechnica.com/business/2014/01/ubuntu-maker-boosted-revenue-in-2013-but-doubled-loss-to-21-million/17:54
mhsabbaghpopey: I am asking because I read a report on arstechnica about their profits in 2013, will definitly check the other IRC channels.17:54
SpeirosOops sorry popey:)  I didn't see that post.17:55
nedstarkthe last news we had17:55
DreamanHexaChop    apt intall kill himself :)17:55
mhsabbaghActually that was the link I was referring to.17:55
popeymhsabbagh: its not accurate17:55
HexaChopioria, ok17:55
pavlosmhsabbagh, https://en.wikipedia.org/wiki/Canonical_(company)17:57
popeymhsabbagh: anything in particular you're looking for?17:57
popey(note that the financial report linked to doesn't cover the whole company)17:57
mhsabbaghpopey: I am working on a report for the major 3 Linux companies, I found the reports for RedHat and SUSE, but couldn't find anything related for Canonical's profits, which is why I am searching.17:58
=== mirak_ is now known as mirak
popeymhsabbagh: yeah, you won't, and the ones you find, are not accurate.17:58
pavlosmhsabbagh, the wiki page shows about $66 million revenue in 201317:59
mhsabbaghThe ones I found for the other companies are official, yet, I hope to see something for Canonical's.17:59
HexaChopioria, done.17:59
mhsabbaghpavlos: Yea bro, I already seen that page.17:59
popeymhsabbagh: they're public companies, we're not.17:59
nedstarki found their financial disclosure18:00
nedstarkhttps://s3-eu-west-1.amazonaws.com/document-api-images-prod/docs/BwrAYm2MYv-1rdb-x4uojUIoDDfBtvkV6d9VJ0soOU4/application-pdf?AWSAccessKeyId=ASIAJSCOKYWIAEHSFTPQ&Expires=1483898455&Signature=4IdvSfYh2%2B4EeW5z9Q%2FZafEojTk%3D&x-amz-security-token=FQoDYXdzEEYaDLkFgmLO%2B4k5J04oZCKcA78IGLBAC4Bs9yaAF51XpQ9SPYxYTTwZVlTltzEtcGgcwg9v%2Bs%2FUIMogVP47lu02zuZ4%2F4xLzBVrf1kTNN%2BkRZafrSkXVaxq4syroLNl0S9Cl%2F%2BDgZqM2BLezutv0sBhR1ayY8L9sd9CILgKl16vGJz%2F8Ib18:00
nedstarkZxs%2BAWJLkhBHeXWgG%2BrSskHI5jx7vcjvN9Fv2Y5XKCDPNVSH1tz%2Baf4EpUjb67IxRi%2FkN%2F%2BMho0E2LI1GhVtTv%2FLFESD5K6%2Ff80QjcLS9Wrp7z43aaHcfWbnb5Zk0ZOiH%2FN%2Bsqcc3zrDjz3AvBHa22bBMopUtM44%2FwvbaVXDzbnaLwxKdodH%2BsPUSEl89QqaR1rv8yE%2BAdeCAeKyz9%2Fb9MvDZus9vNwbOVbiJ3yqWo%2BMP4p0rlKXR7baQ1IQMsW3RJlNnMxCsJ0ZQnUUITL0%2FQLU6OOuO%2BGGfQZplYDPWjHMpieCDhdpTQeiWOF8zLclojCsau%2FJj1PdHTzPG2VkxBAa8VFFkHtqrnVt3CsKo2olClE6WVs5P4c0R%2BrUbfHrr4mlv768FuHgoouzIwwU%3D18:00
nedstarkan insanely long link from the UK https://beta.companieshouse.gov.uk/company/05055134/filing-history18:00
HexaChopioria, you there?18:00
vegiiubuntu server sure takes a long time for me to install on a nettop. It hangs on 83% (preparing linux-firmware (amd64)), I wonder if it's because it only has 1GB RAM18:00
nedstarkthat's where you can find the report18:00
popeynedstark: that's only canonical uk18:01
yeatsvegii: 1GB should be fine to install ubuntu server18:01
nedstarkpopey, their physical headquarters is in the UK18:01
yeatsvegii: might end up being too low for certain apps though18:01
popeynedstark: there's multiple companies in the group, not just UK.18:02
HexaChoppopey, nedstark, what are you both talking about? Curiosity struck me.18:02
yeatsvegii: if you have access to the terminal, tty4 should show logs18:02
ledeniHexaChop, still hang system?18:02
vegiiyeats: Just wanted to set up a box that could run ddrescue or something like that for some hours18:02
HexaChopledeni, what do u mean?18:02
ViciousLooRollhow secure is .htaccess on a TSL certified web facing folder?18:02
HexaChopledeni, still unable to install anything18:03
nedstarkHexaChop, the question above from mhsabbagh18:03
HexaChopledeni, can I reinstall ubuntu using ubuntu without any other external device?18:03
HexaChopnedstark, I was briefly disconnected, could you repeat?18:04
vegiiyeats: thanks. It did respond when I connected/disconnected a keyboard, so it's not completely frozen18:04
Speiroslol...funny name there ViciousLooRoll18:04
ledeniHexaChop, before you do it can you open software & updates18:04
mhsabbaghnedstark: I quickly checked some reports there and there are no real information, just general metadate with no numbers18:04
HexaChopledeni, sure, mate.18:04
nedstarkHexaChop, someone asked about canonical18:04
HexaChopnedstark, the company behind ubuntu?18:05
mhsabbaghLooks like it will be better if I can try to reach the company itself and ask if it exists, thx for everyone.18:05
popeymhsabbagh: you did, i work there :)18:05
Speirosbest wishes mhsabbagh18:05
fribI'm using Ubuntu 16.04 and I can no longer see audio devices in control center, please help!18:05
yeatsmhsabbagh: not trying to be glib - you might try a library too18:05
Speirospopey Cool18:05
HexaChopledeni, what's next?18:05
ledeniHexaChop, and unclick restricted18:05
mhsabbaghpopey: hmm, so no such information are released to the public anymore?18:06
nedstarkthe profit and loss account for 2015 says they made US$3,203,000 in profit in 2015 and had $22,664,000 in revenue18:06
yeatsmhsabbagh: public library reference departments will have all kinds of company info18:06
HexaChopin that tab nothing is clicked, ledeni.18:06
vegiibut there's no installation-related logs for over 15 minutes since unpacking linux-firmware ... .deb18:06
popeymhsabbagh: only where obligated by law, e.g. to companies house in the UK and IRS in usa18:06
HexaChopledeni, everything from downloadable from the internet is disabled.18:06
yeatsvegii: can you run 'top'?  (I don't remember whether that's available in the installer)18:07
nedstarkthey had about $60 million debt18:07
fribplease help my audio devices have disapeared18:08
ledeniHexaChop, only cd rom is clicked18:08
vegiiyeats: nope, no top18:08
HexaChopledeni, NOTHING is clicked for some reason,18:08
yeatsvegii: how about 'free'?18:08
yeatsif it's a RAM issue, that would show it18:08
HexaChopledeni, it is very weird, bro.18:08
ledeniHexaChop,can you mark everything from internet18:09
HexaChopledeni, everything downloadable from the internet... checked.18:09
vegiiyeats: there is some free memory (75692 of 884948), and swap isn't used18:10
nedstarkcanonical is actually a subsidiary of another company owned by shuttleworth called Futuristic Limited18:10
yeatsvegii: probably not RAM then18:10
ledeniHexaChop,downloads from server :18:10
HexaChopledeni, what?18:10
IndustrialHi.18:11
IndustrialCan I ask a question here about the ubuntu/xenial64 Vagrant image?18:11
HexaChopledeni: Main Server?18:11
ledeniHexaChop,yes18:11
SpeirosYes Industrial18:11
IndustrialI have vb.gui=true, How do i log in to the VirtualBox window with a password?18:11
HexaChopledeni, yup, main server,18:11
Industrialpasswords are managed by using keys not username/password combo18:11
Industrialso I can not log in18:11
ledeniHexaChop,now revert18:12
Industrialor do `passwd` from within a `vagrant ssh` session (which uses the keys to log in)18:12
HexaChopledeni why revert?18:12
ledeniHexaChop,option18:12
HexaChopledeni, reverted, nothing is selected again18:13
ledeniHexaChop,do you have internet with this pc18:14
HexaChopledeni, yes, sure, I am talking to you with it.18:14
IndustrialSpeiros: I can not call startx from the `vagrant ssh` session and then use my desktop in the VirtualBox window. X will error.18:14
SpeirosIndustrial I don't know anything about VirtualBox I'm afraid.  Someone here may know though:)18:15
fribI used to be able to see my audio devices in unity-control-center but I no longer can.  Please help!  Thanks18:16
Industrialit's more a password thing. Vagrant logs into ssh with keys. I dont know the password of the 'ubuntu' user.18:16
Industrialof this vagrant image/box :)18:16
HexaChopledeni, what should I do next/18:17
ledeniHexaChop,and once you revert all boxes are empty18:17
HexaChopledeni, exactly.18:17
ledeniHexaChop,try to click all and close software app18:18
mhsabbaghpopey: This reports gives good information about it up to 2015, since Canonical is UK based, is it accurate enough? https://beta.companieshouse.gov.uk/company/05055134/filing-history/MzEzNTg1NzA3NmFkaXF6a2N4/document?format=pdf&download=018:18
mhsabbaghreport*18:18
SpeirosIndustrial I'm not sure either, but are you being asked by terminal for a password?18:18
popeymhsabbagh: again, only part of the company18:19
IndustrialHm. I can do `sudo su -` then `passwd ubuntu` so I dont have to enter a password cause it's root.18:19
IndustrialSpeiros: ^18:19
CodeMouse92I keep getting a popup complaining about "Failure to download extra data files" with "ttf-mscorefonts-installer", but when I click "Run this action now", it attempts to download stuff and fails. What's going on?18:19
CodeMouse92(I can't see the exact failure - the window closes too fast)18:20
HexaChopledeni, it is downloading something now.18:20
mhsabbaghpopey: I mean, are there any headquarters for the Canonical group else than UK?18:20
SpeirosIndustrial Ok, so it's separate from the sudo password then it seems?18:20
popeymhsabbagh: multiple companies, multiple offices18:20
HexaChopledeni, done.18:20
tjsimmonswell. back to having apt upgrade issues18:21
mhsabbaghHmm, I see now. So this report is just for the UK office.18:21
tjsimmonstried.. four mirrors so far18:21
nedstarkprivately owned international companies are usually divided up to avoid taxes as much as possible18:21
ledeniHexaChop, sudo apt-get install hexchat18:22
nedstarkmost likely their us subsidary makes most of their revenues18:23
HexaChopledeni I got disconnected, sorry.18:23
ledeniHexaChop, sudo apt-get install hexchat18:24
mhsabbaghnedstark: Thank you for the help :)18:24
HexaChopledeni, it installed! :O18:24
ledeniyes18:24
HexaChopBREAKTHROUGH OF THE YEAR!18:24
lordmantishowdy18:25
HexaChopledeni, what's next?18:25
ledeniHexaChop,can you open software & updates18:25
HexaChopledeni, sure18:26
HexaChopledeni, what's next?18:26
ledenigo to additional drivers18:27
HexaChopledeni, next?18:27
ledeniHexaChop,what options you have18:28
HexaChoplots of nvidia options, ledeni.18:28
HexaChopledeni, when I apply for nvidia driver, it returns back to the default driver of ubuntu18:28
ledeniHexaChop,everygo now try sudo apt-get install nvidia-36418:31
HexaChopledeni, E: Package 'nvidia-364' has no installation candidate18:33
ledeniHexaChop,everygo now try sudo apt-get install nvidia-36718:33
=== InhaledDuck is now known as Guest97392
MOUDI'm getting the following erros when I try to use "sudo apt-get install kubuntu-desktop" : http://pastebin.com/pUKvN6ck ; how can I fix it?18:34
HexaChopledeni, E: Unable to correct problems, you have held broken packages.18:34
SpeirosIndustrial Have you found any information on your situation?18:36
ledeniHexaChop,sudo apt-get clean all18:36
HexaChopledeni, done18:37
ledeniHexaChop, sudo apt-get update && sudo apt-get full-upgrade18:38
HexaChopledeni, 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.18:40
xXEoflaOEXxMOUD: it seems that kdeconnect and kdeconnect-plasma are not found for xenial in amd64 on the ppa.18:40
ledeniHexaChop, sudo apt-get install vim18:40
SebthreeBQM10HDhi18:40
MOUDxXEoflaOEXx, I know, but how can fix it? Are there any alternative packages?18:42
HexaChopledeni, E: Unable to correct problems, you have held broken packages.18:42
fundWho replied me last?18:43
fundI need log18:43
fundbazhang18:43
chkumugneSalut!18:44
ledeniHexaChop, sorry mate but this is not going anywhere18:45
HexaChopledeni, I can see that... Nobody else could help? You couldn't help further?18:47
iresfhello everyone18:48
iresfany Persian  ubuntu user here  ?18:48
Speiroshi iresf18:48
SpeirosNot sure mate.18:48
iresfty    Speiros18:49
iresfi would like to find one18:49
xXEoflaOEXxMOUD: https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/staging-plasma/+files/kdeconnect_1.0.1-1ubuntu1~ubuntu16.04~ppa1_amd64.deb https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/staging-plasma/+files/kdeconnect-plasma_1.0.1-1ubuntu1~ubuntu16.04~ppa1_amd64.deb18:49
HexaChopSpeiros. It has been nearly 2 FULL DAYS... It is done...18:50
SpeirosYep.  Is it working now?18:50
HexaChopSpeiros. THIS is impossible.18:50
xXEoflaOEXxMOUD: download these then install them by: cd Downloads, sudo dpkg -i kdeconnect*.deb18:51
HexaChopSpeiros. NOW I get this: E: Unable to correct problems, you have held broken packages.18:51
MOUDxXEoflaOEXx, ok18:51
SpeirosHexaChop How are those broken packages affecting things that you use?18:52
SpeirosHexaChop, I mean, as I'm using an older version, but it's fine for what I use it for at present.18:52
HexaChopSpeiros IDk what is going on.18:52
SpeirosHexaChop, Have a play on your computer, and see what is good and what isn't.  Maybe the broken packages don't matter.  Do you have sound for instance?18:53
HexaChopSpeiros. Yup. Youtube works.18:54
SpeirosHexaChop, So the broken dependencies might not matter...at least yet:)18:55
HexaChopSP18:55
HexaChopSpeiros, it was gone before.18:55
HexaChopSpeiros, it just appeared out of nowhere.18:55
xXEoflaOEXxMOUD: Is the download finished?18:56
MOUDxXEoflaOEXx, yes, it just finished.18:56
xXEoflaOEXxMOUD: Open the terminal, then run: cd Downloads, then sudo dpkg -i kdeconnect*.deb18:56
SpeirosHexaChop It can be frustrating looking, but if things are working, and secure, then the goal is accomplished.18:57
MOUDxXEoflaOEXx, I did but it gave me errors: http://pastebin.com/QgB503Sq18:57
HexaChopSpeiros, DRIVER is not installed, and nothing is accomplished.18:58
HexaChopledeni, could you please and try to assist further?18:58
ledeniHexaChop, ok18:58
ledeniHexaChop,can you open software & updates18:59
ledeniHexaChop, and unclick restricted18:59
=== liam_ is now known as Guest35338
HexaChopledeni, OK, thanks.19:00
HexaChopledeni, unchecked19:00
ledeniHexaChop,sudo apt-get clean all19:00
ledeniHexaChop, and sudo apt-get install vim19:01
HexaChopledeni, done19:01
xXEoflaOEXxMOUD: Move these 2 .deb files to /var/cache/apt/archives using sudo mv kdeconnect*.deb /var/cache/apt/archives, then do sudo updatedb, then install kubuntu-desktop again.19:01
HexaChopledeni, E: Unable to correct problems, you have held broken packages.19:01
MOUDxXEoflaOEXx, ok19:02
ledeniHexaChop, and sudo apt-get -f install19:02
australopithecusHello when I plug in an HDMI cable I get video but sound doesnt go through my TV, I have checked sound preferences and no hardware or output selection is available for the HDMI cable, can anyone help me? I am using Ubuntu Mate 16.119:02
louisdkHow do I install shift-command in Ubuntu?19:03
HexaChopledeni, Reading package lists... Done19:03
HexaChopBuilding dependency tree19:03
HexaChopReading state information... Done19:03
HexaChop0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.19:03
ledeniHexaChop, and sudo apt-get install vim19:03
HexaChopledeni,19:04
earth_!info shift-command19:04
HexaChopledeni, E: Unable to correct problems, you have held broken packages.19:04
ubottuPackage shift-command does not exist in yakkety19:04
MOUDxXEoflaOEXx, more dependencies:  http://pastebin.com/140uCZbX19:04
HexaChop!info ubuntu19:04
ubottuPackage ubuntu does not exist in yakkety19:04
SpeirosHexaChop What is the broken package doing?19:04
xXEoflaOEXxMOUD: sudo apt-get -f install19:05
HexaChopSpeiros, it says that I HAD broken packages... WUT? :O19:05
Ammonium351Hi. I want to debug a program that is running from the terminal. is there anyway to do debugging using eclipse? please note that i am still a beginner. thanks19:05
SpeirosHexaChop, If it's not causing any dramas, it's not worth stressing over.19:05
SpeirosHexaChop, In my opinion, that is.19:05
HexaChopSpeiros only that it doesn't let me instakk19:06
Ammonium351the program is written in C19:06
HexaChopSpeiros only that it doesn't let me install anything. "no biggie".19:06
earth_what is this shift-command louisdk . I can't seem to find it in apt19:06
australopithecusnvm im dumb19:06
l0llip0pAmmonium351: maybe you should try #eclipse channel19:06
SpeirosHexaChop, So you can't install anything?  Have you tried the software centre?19:06
HexaChopSpeiros, it doesn't even work.19:06
=== earth_ is now known as basedmars
pavlosHexaChop, ledeni suggestion: could synaptic fix the broken packages?19:06
SpeirosHexaChop, the software centre doesn't open for you?19:07
Ammonium351l0llip0p thanks I will try there19:07
SpeirosHexaChop, It's the orange briefcase thing on  your left side toolbar (for want of a better word)19:07
HexaChopif you mean ubuntu software, it does open up19:08
louisdkearth_:It stands for shift positional parameters and is used in bash scripting.19:08
MOUDxXEoflaOEXx, it's done. now what?19:08
SpeirosHexaChop, Okay, try to upload  say...gweled19:08
HexaChopSpeiros, but I doubt you can find drivers there.19:08
xXEoflaOEXxMOUD: Reinstall plasma-desktop again19:08
Jordan_Ulouisdk: shift is a bash builtin. Ubuntu comes with bash by default. I'm not quite sure what you want to install.19:09
HexaChoppavlos, synaptic?19:09
SpeirosHexaChop, Depending on the drivers, yes and no.  If you've programs already on your computer, they should be called in automatically with the commands.  Still, I think you're missing one driver, and taht it works fine.19:09
HexaChopSpeiros, it's my GPU Driver, I am stuck at very blurry graphics.19:09
SpeirosHexaChop, Okay.19:10
ledeniHexaChop, just another package manager19:10
HexaChopledeni, what do u mean?19:10
basedmarsAccording to this website http://wiki.bash-hackers.org/scripting/posparams, it is already built in louisdk19:10
ledeniHexaChop,synaptic ==> just another package manager19:11
pavlosHexaChop, synaptic is a package manager19:11
chris32Hi. What are some chiclet keyboards that are compatible with linux distros? I'm thinking about the apple one. any suggestions?19:11
louisdkJordan_U, basedmars: A friend of mine can't find the command in bash on his Ubuntu. Whatever we just use my Debian or Arch box instead.19:11
HexaChopledeni, let's fix those broken packages. Maybe pavlos could help, too.19:11
SpeirosHexaChop, There are drivers on Synaptic, but as mentioned, you will be pulling drivers to your machine that may be incorrect.19:12
pavlosHexaChop, synaptic could be under Admin tools. If you dont have it (and as I understood, you cannot install anything), wont help19:12
l0llip0pHexaChop: do you know which packages are broken?19:12
HexaChopl0llip0p certainly not, it doesn't show.19:12
l0llip0pHexaChop: try 'sudo dpkg --configure -a'19:13
HexaChopl0llip0p, no output.19:13
pavlosHexaChop, to recap, you were able to do update/upgrade but trying to install anything complains about broken packages. install -f did not help, right?19:13
HexaChoppavlos, sounds aaaaabbbboooouuuttt right.19:14
basedmarslouisdk, the command is 'shift' in bash ubuntu 16.04. Got it from the man page19:14
ledeniHexaChop, apt-mark showhold19:14
xXEoflaOEXxMOUD: Is it installing?19:14
HexaChopledeni, no output.19:14
l0llip0pHexaChop: what does 'dpkg -l |grep -v ii' give you?19:14
HexaChopl0llip0p, take a look. http://termbin.com/teu319:15
MOUDxXEoflaOEXx, it just finished but got an error. http://pastebin.com/vxfA5wLr19:16
ledeniHexaChop, dpkg --get-selections | grep hold19:16
l0llip0pHexaChop: okay what does: 'dpkg --get-selections |grep -v installed'19:17
HexaChopledeni, no output19:18
twinrosesSo, I'm trying to get a win8.1 machine to see a couple of shared printers on ubuntu 16.10. They are both enabled and shared, but the windows box is not seeing them. Any suggestions?19:19
HexaChopl0llip0p, http://termbin.com/hoym.19:19
HexaChopl0llip0p, http://termbin.com/hoym19:19
ledeniHexaChop,sudo apt-get autoremove19:19
xXEoflaOEXxMOUD: Try to download this: https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/staging-kdeapplications/+files/kaccounts-providers_16.04.3-0ubuntu1~ubuntu16.04~ppa61_amd64.deb19:19
Jordan_Ulouisdk: How exactly are they trying to use "shift"? It's definitely there. It's "shift" rather than "shift-command", and you won't find it in /bin/ because it's a builtin rather than an external command (because it needs to be).19:20
MOUDxXEoflaOEXx, ok, then what?19:20
vegiiTIL: installing ubuntu on (apparently) a slow pendrive works, but it takes HOURS19:21
HexaChopledeni, Reading package lists... Done19:21
HexaChopBuilding dependency tree19:21
HexaChopReading state information... Done19:21
HexaChop0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.19:21
ledeniHexaChop, sudo apt-get update19:21
nedstarkvegii, adding persistence takes a very long time19:21
xXEoflaOEXxMOUD: Open the terminal again, and cd to Downloads then do: sudo dpkg -i kaccounts-providers*.deb19:22
nedstarkusb-c will hopefully change all that19:22
vegiinedstark: nah, I mean installing it, not creating a liveusb19:23
ledeniHexaChop, sudo apt-get full-upgrade19:23
basedmarsHow's the os speed nedstark . Any lag or freezing?19:23
MOUDxXEoflaOEXx, http://pastebin.com/nBYUyz5p19:23
pavlosHexaChop, have you tried, sudo dpkg --configure -a (cant remember)19:23
HexaChopledeni, http://pastebin.com/mqKyxLFs19:23
basedmarsI mean vegii . Sorry nedstark19:23
nedstarkbasedmars, i've never had good luck with pen drives OSs except the non-persistent kind19:23
HexaChoppavlos, I can't remember too.19:24
l0llip0phe has19:24
l0llip0psry he/she19:24
xXEoflaOEXxMOUD, sudo apt-get purge account-plugin-google19:24
sun45261hi guys19:24
vegiibasedmars: it's still on 83% installing, but the terminal is responsive...19:24
sun45261does anyone know how i can invert the fn-keys-function in xubuntu?19:25
ioriaHexaChop,  trusty ?  you have a trusty repo19:25
guillaume___hello, it's been 2 days that i'm trying to create and seed a torrent from my ubuntu server machine and it is not working, neither downloading nor seeding. I have installed a vnc server just for that and even in transmission, i manage to create the torrent, get all the file but there's no seeding, even if i add a ubuntu torrent from the official website it doesn't download, i have opened the required port so ...19:25
sun45261atm if i want to use the standard f1,f2,...,f12 keys I have to hold down the fn-key19:25
vegiiguillaume___: is that a vps?19:26
timypguillaume___ is your IS blocking torrents?19:26
timyp*ISP19:26
HexaChopiora repo?19:26
HexaChopioria, repo?19:26
ledeniHexaChop, open software & updates19:26
ioriaHexaChop,  repository19:26
HexaChopledeni, sure19:26
timypwhat torrent client are you using?19:26
HexaChopioria, where are repositories and what they do?19:27
SpeirosHexaChop, Trusty being the 14.4 version19:27
ledeniHexaChop, other software19:27
ioriaHexaChop,  they give you sw for your distro19:27
MOUDxXEoflaOEXx, it's done.19:27
HexaChopledeni, yes?19:27
ioriaHexaChop,  but you are yakkety not trusty19:27
xXEoflaOEXxMOUD: Now do: sudo dpkg -i kaccounts-providers*.deb19:27
HexaChopioria, ye, I think it is yakkety19:27
HexaChopledeni, what next?19:27
ioriaHexaChop,  trusty is 14.04 you are 16.1019:27
MOUDxXEoflaOEXx, same error but now is facebook-plugin  :S19:28
HexaChopioria exactly19:28
MOUD*plugin-facebook19:28
ledeniHexaChop, untick http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu19:28
ioriaHexaChop,  so you shouldn't have it19:28
xXEoflaOEXxMOUD, sudo apt-get purge plugin-facebook19:28
Speirosioria How does a person check to see which repository they've got?19:28
HexaChopledeni, unticked four boxes.19:29
HexaChopioria, what are you suggesting?19:29
ioriaHexaChop,  apt update or chech your /etc/apt/sources.list19:29
MOUDxXEoflaOEXx, it's done. Also it seems that the package was installed successfully19:29
ledeniHexaChop, ok19:29
ioriaHexaChop,  i don't know how a trusty repo is in your sources.list19:29
xXEoflaOEXxMOUD: now reinstall kubuntu-desktop.19:29
ledeniHexaChop,sudo apt-get clean all19:29
HexaChopioria, Hit:1 http://security.ubuntu.com/ubuntu trusty-security InRelease19:29
HexaChopHit:2 http://archive.ubuntu.com/ubuntu yakkety InRelease19:29
HexaChopIgn:3 http://us.archive.ubuntu.com/ubuntu trusty InRelease19:29
HexaChopHit:4 http://us.archive.ubuntu.com/ubuntu trusty-updates InRelease19:29
HexaChopHit:5 http://us.archive.ubuntu.com/ubuntu trusty Release19:29
HexaChopReading package lists... Done19:29
ledeniHexaChop, sudo apt-get update19:29
Ed_using something like root explorer or its unpaided verson19:30
ioriaHexaChop,  i think it's wrong19:30
MOUDxXEoflaOEXx, that's odd: http://pastebin.com/ADDZ3NNS19:30
ioriaHexaChop,  comment the trusty sources with '#' in sources.list19:30
xXEoflaOEXxMOUD: That means it installed kubuntu-desktop successfully.19:31
MOUDxXEoflaOEXx, ok, going to restart then.19:31
basedmarsI wonder how the repo got mixed up in the first place ledeni . What's the lsb_release19:31
HexaChopledeni, I can't send you the log, but it is basically the same as for iora.19:31
HexaChopledeni, ioria*19:32
xXEoflaOEXxbasedmars, lsb_release is for displaying a version of Ubuntu you are using.19:32
ledeniHexaChop, sudo apt-get update19:32
HexaChopioria, sources.list is where?19:32
l0llip0pHexaChop: /etc/apt/19:32
pavlosHexaChop, /etc/apt/19:32
basedmarsYes xXEoflaOEXx thank you19:32
xXEoflaOEXxbasedmars, you are welcome.19:32
HexaChopledeni, http://termbin.com/up2v19:33
basedmarsI mean what is the lsb_release for the said system19:33
ioriaHexaChop,  /etc/apt/sources.list     the 'ri' flag you have in the dpkg output is weird ... it means it is currently installed, but is about to be removed19:33
HexaChopl0llip0p, pavlos where to open it?19:33
lucas-argexit19:33
HexaChopioria how to get to that dir?19:33
pavlosHexaChop, you can cat /etc/apt/sources.list to view it19:34
ioriaHexaChop, sudo nano  /etc/apt/sources.list19:34
XanoHi! What would be a good place to ask questions about Duplicity? AFAIK they have no IRC channel of their own.19:34
tatertotsHexaChop: any luck booting from anything at all yet?19:34
HexaChoppavlos, ioria, l0llip0p, cat: /etc/apt/sources.lis: No such file or directory19:34
=== grumblebee is now known as grumble
ioriaHexaChop, *list19:34
iorianot lis19:35
hwpplayer1hi , i have an iso 16.04 LTS . is it the latest version of Ubuntu Desktop19:35
MOUDxXEoflaOEXx, I restarted the laptop but ubuntu didn't ask which interface to run, it automatically open the default one (ubuntu)19:35
HexaChoptatertots, I am in linux but unable to install drivers, amte.19:35
ledeniHexaChop, sudo nano  /etc/apt/sources.list19:35
HexaChoptatertots, mate*19:35
xXEoflaOEXxMOUD, Does it automatically login?19:35
HexaChopledeni, thanks.19:35
basedmarsIt's the latest version for the LTS line hwpplayer1 . The latest one is 16.1019:35
HexaChopioria, deb-src http://archive.ubuntu.com/ubuntu yakkety main universe multiverse #Adde$19:35
Bashing-omhwpplayer1: 16.04 is the lastest Long term support release . There is the short term 16.10 available .19:36
MOUDxXEoflaOEXx, no, it's password protected19:36
guillaume___vegii and timyp not it's a dedicated server, but i now managed to make the seeding work but for some reason it doesn't download on the other end, i can see "seeding to 1 of 1 connected user" but i think it could be that it seeds to the tracker does that make sens ?19:36
ioriaHexaChop,  that command gives you the ability to edit the file ... move with arrows keys , find the 'trusty sources' and commant them19:36
ioriaHexaChop,  but maybe it's a better a new one19:37
xXEoflaOEXxMOUD, Then logout, look at the Ubujntu logo, and click on it, that should display between Ubuntu and Plasma.19:37
hwpplayer1ok i will install 16.04 then19:37
MOUDxXEoflaOEXx, ok19:37
HexaChopioria, http://pastebin.com/Tk74EM1t19:37
GamemakoGood afternoon, mates19:38
ioriaHexaChop,  it's wrong19:38
GamemakoAnyone have much experience with efibootmgr issues? My google-fu has failed me.19:38
HexaChopgamemako, hi.19:38
MonkeyDustGamemako  good evening19:38
HexaChopioria, what are you suggesting?19:38
ioriaHexaChop,  replace with this http://paste.ubuntu.com/23766189/19:39
pavlosHexaChop, I think any line with trusty should be commented19:39
ducasse!ask | Gamemako19:39
ubottuGamemako: 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:39
ioriaHexaChop,  as before , cp /etc/apt/sources.list /etc/apt/sources.list.back19:39
timypGuliianume____ how many seeds are there?19:40
timyp*seeders19:40
HexaChopioria, I can't edit the file.19:40
MOUDxXEoflaOEXx, it's working now, I just had to change to "Plasma" in the login like you said. Thank you very much for your help and patience.19:40
l0llip0pHexaChop: you have to super user19:40
xXEoflaOEXxMOUD, welcome.19:40
ioriaHexaChop, use sudo ..  then copy and paste the content of the link i gave you in sources.list19:40
HexaChopl0llip0p, ioria, it is already sudo...19:40
xXEoflaOEXxHexaChop, Open it using sudo gedit.19:40
ioriaHexaChop,  sudo cp /etc/apt/sources.list /etc/apt/sources.list.back19:41
HexaChopioria, no output19:41
XanoI'm using Duplicity, and making a full back-up and listing the current files works well. Only when trying to make an incremental back-up does Duplicity fail (output: http://pastebin.com/vjbY9zKK)19:41
XanoThis error does not show up when searching online19:42
ioriaHexaChop,  ok sudo nano /etc/sources.list19:42
ioriaHexaChop,  ok sudo nano /etc/apt/sources.list19:42
HexaChopxXEoflaOEXx, ioria. xXEoflaOEXx, Thank You.19:42
xXEoflaOEXxHexaChop, welcome.19:42
ioriaHexaChop,  don't use sudo with gui apps19:42
ioriaHexaChop,  but gksu...19:42
darkblue_bhi all - I just added a new drive to a 1404 machine.. there is no activity I know of, yet there is a steady 6M/sec write going on .. what is this ?19:42
ioria!gksu19:43
ubottuIf you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)19:43
HexaChopioria, I have change the source.list into the one you have specified earlier.19:43
ioriaHexaChop,  sudo apt update   | nc termbin.com 999919:43
basedmarspkexec is the better alternative imho19:44
HexaChopioria, http://termbin.com/a3oa19:44
ioriaHexaChop,  it's ok for me, now19:44
ioriaHexaChop,  if you installed nvidia from ppa yuo may need to  add it again19:45
HexaChopioria it is not installed at all19:45
pavlosHexaChop, can you install vim now (to make sure you can install packages)19:46
ioriaHexaChop,  i see something in your last pastebinits19:46
ioria*saw19:46
darkblue_bany idea on how to find out what process is writing ?   I search `lsof` for a volume name but nothing19:46
HexaChoppavlos, sure. Command?19:47
pavlosHexaChop, sudo apt install vim19:47
l0llip0pdarkblue_b: what does lsblk give you?19:47
jattdarkblue_b: iotop19:47
HexaChoppavlos, thx19:47
HexaChoppavlos, ioria, works.19:47
darkblue_bwhoa - lsblk - new to me19:47
ioriaHexaChop,  dpkg -l vim19:47
pavlosHexaChop, cookies to ioria19:47
MonkeyDustdarkblue_b  try   lsblk -f19:47
darkblue_byes   sdd         ext4              blu317 /blu31719:48
HexaChopioria, pavlos, http://termbin.com/f6y619:48
darkblue_b.. thats the drive19:48
ioriaHexaChop,  hurra19:48
darkblue_bwhat cryptic set of options for iotop do you suggest ?19:48
HexaChopioria no joke. :D19:48
pavlosHexaChop, you no longer report broken packages19:49
ioriaHexaChop,  sudo apt full-upgrade19:49
HexaChoppavlos I think so19:49
HexaChopioria, pavlos, IT UPGRADES FINALLY!19:49
pavlosHexaChop, you can do a sudo apt upgrade19:49
darkblue_bjatt iotop topions ?19:50
ioriaHexaChop,  ok.... just wait, you may need to use -f again19:50
HexaChopioria, kk.19:50
basedmarsman iotop darkblue_b19:50
darkblue_boh comon19:50
hwpplayer1basedmars : why i can't see 16.04.1 but only 16.0419:50
darkblue_bif people suggest iotop then say the full line19:50
pac1looking for someone who knows ubuntu netorking.19:51
pavlosHexaChop, I suggest install synaptic (good to have ... sudo apt install synaptic)19:51
pac1Questions:19:51
pac1Is is possible to set up two interfaces on the same subnet?19:51
HexaChoppavlos, installed.19:51
darkblue_banyway I see this 6M/sec constant WRITE is still going on this newly added drive.. no idea19:51
pavlospac1 you mean eht0 and eth0:119:51
basedmarswhat's your 'lsb_release -d' hwpplayer119:51
hwpplayer1basedmars : Description:Ubuntu 16.04 LTS19:52
HexaChopioria, I am awaiting your command.19:52
=== pedro is now known as Guest2797
basedmarsI suggest 'sudo apt update && sudo apt upgrade' hwpplayer119:52
pavlosHexaChop, to recap, your system did update/upgrade and CAN install packages19:53
hwpplayer1basedmars : this is the only way to insstall a fresh system. then maybe i can sudo apt-get update && sudo apt-get upgrade and dist-upgrade then maybe19:53
pac1sort of.  these get renamed. and its usb0 and eth0 which get renamed to enp0s20u10u1 andenp3s019:53
HexaChoppavlos, yup.19:53
pac1enp3s0 is the usual connection to my router.19:54
pavlosHexaChop, the next issue is your video I guess19:54
pac1the other is a Raspberry pi connected via usb.19:54
ioriaHexaChop,  what you wanna do ?19:54
pavlosHexaChop, which nvidia driver19:54
ioriaoh, isee19:54
HexaChopioria you said something about -f command19:54
ioriaHexaChop,  only if you have issues19:55
hwpplayer1basedmars : do you have any other suggestion ?19:55
HexaChopioria, I can't install NVIDIA drivers, too.19:55
=== dreamon_ is now known as dreamon
ioriaHexaChop,  what command did you issued ?19:55
HexaChopioria let's start from the beggining.19:55
ioriaright19:55
pavlosHexaChop, bow you have the proper repo, it should work19:55
HexaChopbeginning*, ioria.19:55
pavlosnow19:55
JymmmI have a Lenovo S10 netbook, and just installed the "netbook" variant of ubuntu. Would the latest LTS of ubuntu still support my hardware if I upgrade?19:55
basedmarsDid you mean you want to install Ubuntu-16.04.1 on a fresh system hwpplayer119:56
ioriaHexaChop,  what command are you using to tell that 'I can't install NVIDIA drivers' ?19:56
hwpplayer1basedmars : i can download the iso again and setup the system again , do i need that ?19:56
HexaChopioria it was probably because of the wrong repo,19:56
HexaChopioria I tried various commands.19:56
ioriaHexaChop,  dpkg -l | grep nvidia*19:57
HexaChopioria, no output.19:57
basedmarsYes. However you could use zsync service to save bandwidth by updating the previous iso hwpplayer119:57
ioriaHexaChop,   ls /etc/apt/ sources.list.d19:57
darkblue_bok iotop genuii  -- it looks like  ext4lazyinit19:57
ioriaHexaChop,   ls /etc/apt/sources.list.d19:58
ducassehwpplayer1: if all updates are installed you are essentially on 16.04.119:58
darkblue_bthis is 1404, I dont recall seeing that, but the name sounds ok19:58
codfectionhow to monitor network activities in ubuntu?19:58
HexaChopioria, graphics-drivers-ubuntu-ppa-yakkety.list19:58
HexaChopgraphics-drivers-ubuntu-ppa-yakkety.list.save19:58
hwpplayer1ducasse : ok , i'll install all updates and work like 16.04.119:58
ioriai knew that19:58
ioriaHexaChop,   you need to add again the source in sources.list if you want to use that ppa19:59
HexaChopioria, how?20:00
pac1condfection, what network activities?20:00
HexaChopioria, any easy way to do that?20:00
ioriaHexaChop,   and we want to use that ? :þ20:00
HexaChopioria, wut?20:00
pac1codfection, what network activities?20:01
ioriaHexaChop, sigh .....   sudo add-apt-repository ppa:graphics-drivers/ppa    and sudo apt-get update20:01
HexaChopioria done20:02
ioriaHexaChop,  updated ?20:02
HexaChopioria, sorry for inconveniences. :)20:02
HexaChopioria. Yup.20:02
ioriaHexaChop,  ok... and you want to install nvidia drivers ?20:03
HexaChopioria, youp, hence I have NVIDIA GPUs.20:03
ioriaHexaChop,   sudo lshw -c Video20:03
HexaChopioria, yup*20:03
ioriaHexaChop,   sudo lshw -c Video20:03
HexaChopioria, http://termbin.com/omhi20:04
ioriaHexaChop,   using nomodeset ?20:04
HexaChopioria, wut?20:05
ioriaHexaChop,   are you booting with nomodeset   in grub ?20:05
HexaChopioria, yup.20:05
ioriaHexaChop,   ok20:06
ioriaHexaChop,   can you paste  ubuntu-drivers list20:06
HexaChopioria, http://termbin.com/3gbn20:07
ioriaHexaChop,   we can try 375 ...20:07
codfectionpac1, f.e. amazon services being used without my consent.20:08
ioriaHexaChop,   what cpu do you have ?20:08
HexaChopioria, let's do it. i7 6700k 4GHZ 4-Core.20:08
ioriaf20:08
ioriayou're a mister20:08
HexaChopioria what do you mean?20:08
codfectiondamn and still running ubuntu? its a gaming CPU man!20:08
ioriaHexaChop,   nothing :þ20:09
=== Jordy is now known as Jordinary
HexaChopcodfection, I have windows, too, linux is for programming. :)20:09
codfectionHexaChop, ok nice.20:09
HexaChopioria, it shows :?...20:09
codfectionHexaChop, which language?20:09
HexaChopcodfection, ty.20:09
HexaChopcodfection, eng.20:09
ioriaHexaChop,   never installed for 2 1070 ....20:09
codfectionprogramming language :|20:09
HexaChopcodfection I have 2x ASUS STRIX 1070 GPUs. and 32GB of RAM20:10
codfectionHexaChop, ubuntu's sluggish unity still crashes on your beast PC? (internal error has occured) ?20:10
ioriaHexaChop,   prepare for purging operations .... :)20:10
HexaChopcodfection, python and html, looking forward to C++ and other languages I will leanr while using linux.20:10
GamemakoOkay, so here's the gist. I have another crazy 32-bit EFI laptop here (Lenovo Flex 4). Installed Ubuntu, but can't boot directly. Using bootable USB and booting to the internal SD card via grub works. I have installed grub-efi-ia32 and all, but no dice on getting it to boot. The BIOS doesn't recognize the EFI partition or grub, goes to legacy/BIOS boot grub-rescue and tries to find i386-pc which doesn't exist (and can't exist, else20:11
ioriaHexaChop,   sudo apt-get install nvidia-37520:11
HexaChopcodfection, surprisingly, it does crash a lot.20:11
codfectionHexaChop, what error?20:11
codfectionHexaChop, ubuntu is meant to crash. lol20:11
HexaChopcodfection had over 500 errors while launching before.20:11
codfectionHexaChop, and no crashes in windows right?20:12
HexaChopioria, it is successfully installing.20:12
HexaChopcofection yup.20:12
codfectionHexaChop, yup, that shows how failed ubuntu is20:12
HexaChopcodfection, yup.20:12
ioriaHexaChop,   wait ...20:12
HexaChopioria, yes?20:12
ioriaHexaChop,   using encryption, right ?20:12
HexaChopioria I think, so, maybe, yes?20:13
ioriaHexaChop,   you should know mate20:13
HexaChopioria I think I did encrypt something, but not my home dir.20:13
HexaChopcodfection GTA V still laggs on ultra lol :D20:14
ioriaHexaChop,   do you insert passphrase when you boot ?20:14
HexaChopioria, no.20:14
ioriaHexaChop,   no encryption then20:14
HexaChopioria, there, problem solved.20:14
ioriayup20:14
HexaChopioria, got a purple window. One of the texts say: UEFI Secure Boot is not compatible with the use of third-party drivers.20:14
=== edmundnoble is now known as eanoble
ioriaHexaChop,  just  rebooted ? rigth now , i mean ...20:15
HexaChopcodfection, UEFI new systems secures you from using any other OS except windows which is BS in my opinion.20:16
HexaChopioria, not yet.20:16
basedmarsyou mean secureboot20:16
HexaChopioria, it does not allow me to boot20:16
HexaChopioria the installed od the NVIDIA20:16
HexaChopioria of*20:16
codfectionHexaChop, ubuntu has been a total disaster for me.20:17
HexaChopioria, http://pastebin.com/MsRR6prm20:17
codfectionit keeps crashing every time!20:17
HexaChopcodfection, Hey! Nice to see you on my boat! Tickets are free!20:17
pavlosHexaChop, I think you should disable secureboot20:18
ioriaHexaChop,  let's say 'ok'20:18
ioriaHexaChop,  and yes, secure boot nuked20:18
HexaChopioria so OK, lemme disable it.20:18
codfectionHexaChop, unity is only being used in ubuntu and not in any other linux distros. no wonder it keeps crashing. devs are incompetent for GUi20:19
Speiroscodfection what are you using?20:20
ioriacodfection, you can install it on Arc20:20
codfectionioria, unity is not found on other distros. I checked it.20:21
codfectionioria, its for ubuntu exclusively20:21
ioriacodfection, https://wiki.archlinux.org/index.php/unity20:21
codfectionioria, its the forked version perhaps20:21
Speiroscodfection, It seems to be working well on mine, although back in 2010 I did like the gnome desktop too.20:21
ioriacodfection, idk, sy20:21
codfectionSpeiros, no crashes at all?20:21
Speiroscodfection Why do you think it's causing you problems?20:21
SpeirosNo, not one20:22
codfectionubuntu lol20:22
SpeirosNot with the unity interface20:22
ioriacodfection, btw, you're right .. is very problematic20:22
Speiroscodfection See, I did an update, but wasn't comfortable with it, and resolved the problems by reverting to the one that worked to all my needs.20:22
pavlosHexaChop, so, are nvidia drivers installed?20:23
Speiroscodfection It is literally in an "as-is" state, excluding updates.20:23
ioriayou don'thave to touch it or it goes mad20:24
Speiroscodfection Not that I'm dissing your problems, but I am stating that not all instances does the unity, nor Ubuntu have problems like that.20:24
codfectionSpeiros, idk. ubuntu is holding all packages to make it "stable" and yet those crashes20:25
HexaChopioria I am now 1080p!20:25
Speiroscodfection It could very well be that I don't use the computer for many things, excepting making my music and documentation and the such too.20:25
ioriaHexaChop,  you damned lucky guy20:25
Speiroscodfection Yeah, I appreciate that mate.  Something is obviously needing work on to prevent it crashing on your machine.20:25
HexaChopioria, but I am re-installing using sudo dpkg --configure -a because it was interrupted before. Thanks!20:25
ioriaHexaChop,  no problem20:25
HexaChopioria, it is fully installed already :D20:25
ioriaHexaChop,  ok20:26
HexaChopioria Holy SMOKES it feels amazing for my eyes.20:26
ioriaHexaChop,  grgrgrrgrgrgrgr20:26
HexaChopioria exactly.20:26
ioriaHexaChop,  i hate you20:26
HexaChopioria, Why? :((((( :D20:26
ioriaHexaChop,  kidding .þ20:27
HexaChopioria. I know :D20:27
pavlosHexaChop, gtx 1070 seems to be a very good card20:27
HexaChoppavlos, not really.20:27
HexaChoppavlos  even with 2 of them GTA V laggs.20:28
HexaChopat about 50FPS, pavlo.20:28
HexaChopat about 50FPS, pavlos20:28
HexaChopioria it shows literally question mark instead of your emoji20:28
codfectionis slack more active than IRC "??20:29
ioriaHexaChop, :þ20:29
ioriaHexaChop, :)20:29
HexaChopioria, there :D20:29
HexaChopioria, how do I minimize applications? :DDD20:29
ducassecodfection: if you just want to chat please go to #ubuntu-offtopic20:30
ioriaHexaChop,  meaning ?20:30
HexaChopioria, seriously, I can't minimize apps like in windows.20:30
codfectionducasse, whats wrong?20:30
HexaChopioria there is no "-" here.20:30
codfectionducasse, tell me how to make this ubuntu not crash on me giving the error "Internal error has occured"20:30
codfection16.0420:31
ioriaHexaChop, oh.... bad news20:31
HexaChopioria, lol, had to drag my mouse up :DDD20:31
ioriaHexaChop,  update and full-upgrade again and reboot20:31
HexaChopioria, I am just purely raw-green in linux.20:31
HexaChopioria, lol, had to drag my mouse up :DDDDDD20:32
ioriaHexaChop,  update and full-upgrade again and reboot20:32
HexaChopioria, and the thingies appeared.20:32
HexaChopwhere the name is of the app appears the thingies when you put your mouse on the app name20:32
k1l_codfection: depends on what the error is. what crashes exactly?20:33
ducassecodfection: that's the first thing you've said since you came in here that has to do with ubuntu support.20:33
ioriaHexaChop, you can also install  another DE20:33
HexaChopioria, the minus appears when you put your mouse on the top bar of the app when it is in full screen20:33
HexaChopioria, let's try,20:33
ioriaHexaChop, oh... well,  maybe better fix your actual issue20:35
codfectionk1l_, programs and sometimes desktop. corebird etc.20:35
HexaChopioria, don't you get it? I have no more issues.20:35
codfectionducasse, read up please and then talk20:36
ioriaHexaChop,  oh, great20:36
ioriaHexaChop,  you can install gnome, or kde ot xfce4 or stuff if you want ... also lxde20:36
hwpplayer1_Description:Ubuntu 16.04.1 LTS now it says that :) it's done20:36
k1l_codfection: you have been here before, so you know we cant handle "everything is broken" but need to focus on one issue with specific informations and work on that.20:36
HexaChopioria I can easily switch between those?20:36
ioriaHexaChop,  they are all DE for linux20:36
ducassecodfection: i did, all i saw was ranting. provide details on your problem.20:36
ioriaHexaChop,  sure20:36
k1l_codfection: it looks to me that you dont want to solve issues but just want to rant out of frustration. then #ubuntu is the wrong place.20:37
HexaChopioria let's DO IT.20:37
ioriaHexaChop,  how big is your hard drive ?20:37
codfectionducasse, would you expect me to be happy and pleased on those horrible crashes? what logic are you using?20:37
HexaChopioria 500GB for linux-only20:37
codfectionk1l_, corebird crashes20:37
HexaChopioria my graphics... letters slightly blur out.20:37
codfectionk1l_, and sometimes unity crashes20:37
ioriaHexaChop,  do you know kde ?20:37
k1l_codfection: what version in use? what ubuntu? what exact error? can you start corebird from a terminal and show the errors when it crashes in a pastebin?20:38
HexaChopioria, no?20:38
codfectionducasse, you look very incompetent to me. please dont provide support with that attitude of yours. you are giving ubuntu community a bad name20:38
ducassecodfection: no, i expect you to stick to support issues here. you've still not provided any details.20:38
codfectionk1l_, 16.04 lts20:38
Speiroscodfection see this is why you have problems unresolve man.20:38
ioriaHexaChop,  you can install it with   apt-get install kubntu-desktop ... but for now i suggest you to became familiar with unity20:39
SpeirosIf you punch the goalkeeper, the whole team is offside, if you know what I mean.20:39
k1l_codfection: stop that attitude against supporterst while you contributed nothing but ranting so far. if you are too frustrated for working with the support in here come back when you have calmed down.20:39
ducassecodfection: i'm not the one who came in here ranting about how useless ubuntu is.20:39
codfectionk1l_, error appears in gui pop up saying" internal error has occured on 16.04"20:39
k1l_ducasse: let it go, its not helping the issue20:39
HexaChopioria your suggestions seems reasonable.20:40
codfectionducasse, I am just gonna ignore you. and talk to someone who can actually help me out on ubuntu crashes. thanks20:40
k1l_codfection: i asked you specific questions and tasks20:40
=== demodemou is now known as demodemouu
HexaChopioria let's do it20:40
=== demodemouu is now known as demodemou
ducassek1l_: fine by me.20:40
pavlosHexaChop, to recap, your system is running well.20:40
codfectionk1l_, and I gave you. let me show you image of the crash20:40
k1l_codfection: and i am loosing motivation to help you since you still dont provide infos and focus on ranting and insulting other users20:40
HexaChopducasse, codfection, I can see you are both not friendlies, what is happening?20:41
ducasseHexaChop: let it go.20:41
codfectionk1l_, not other users. only ducasse who is being oversmart here20:41
k1l_codfection: you are missing the point of my statement20:41
ioriaHexaChop,  given your hw and that you are a gamer i suggest you this https://help.ubuntu.com/community/SensorInstallHowto20:41
HexaChopioria, I needed that, despite the fact that I have a monitor Motherboard monitor mounted right into the PC. :D20:42
ioriaHexaChop,  ok, explore steam then20:42
HexaChopioria, I can't see GPU though.20:42
HexaChopioria, and I need that program for CPU too.20:42
codfectionk1l_, uploading the image. taking time. please standby20:43
HexaChopioria thanks for being so helpful. You are AWESOME.20:43
=== bekks_ is now known as bekks
ioriaHexaChop,  no problems, stay tuned20:44
puremourninghello, i have just run apt-get dist-upgrade on newly installed 16.04 LTS system running under Parallels VM and now the system seems to be looping on boot showing the ubuntu logo, then a filesystem message. fully reproducable (done it twice)20:44
HexaChopioria OK, staying tuned, but for what reason?20:44
codfectionk1l_, here it is.. https://3.bp.blogspot.com/-rz22quUWoI8/WFShjTsqcII/AAAAAAAAFFg/4TMdqhPefmIVIr8Z2NYEUuOHQ58W_XMwQCLcB/s1600/sorry-ubuntu-1604-has-experienced-an-internal-error.png20:44
k1l_codfection: click on "show details"20:44
ioriaHexaChop,  come here sometimes if you have problems20:44
sp_otakuInstalled the nextcloud snap, it's running but can't figure out how to change SNAP_COMMON, where the data is going to be stored.20:44
HexaChopioria, I want you to ask something20:44
ioriaHexaChop,  and stay updated20:45
k1l_codfection: this warning is just like a red light on the speedometer on the car. "something is broken".20:45
HexaChopioria, could you please give me some suggestions for temperature monitoring and something about unity?20:45
dellavitaqualche italiano20:45
pavloscodfection, the show details should tell you what crashed20:45
puremourningfwiw the message displayd is /dev/sda1: clean .... files, .... blocks20:45
bekks!it | dellavita20:45
ubottudellavita: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)20:45
codfectionk1l_, well that screenshot was when the error occured. will try to do show details next time if the error occurs.. :(20:45
ioriaHexaChop,  i gave you the link... for example you know that yakkety will be supported for only 6 months ?20:45
codfectionk1l_, it randomly occurs thats the issue20:46
HexaChopioria, no?20:46
dellavitajoin #ubuntu-it20:46
k1l_codfection: you can start corebird from a terminal and keep that terminal open as long as you want to use corebird. when it crashes you see the errors in that terminal20:46
HallidayHey, do we have a tech support hcannel?20:46
ioriaHexaChop,  see.... you have to stay tuned :þ20:46
HallidayI have a really weird issue20:46
codfectionk1l_, alright. cool20:46
codfectionk1l_, what if the desktop crashes? its not always corebird you know20:46
Speirosdellavita e /join :)20:46
k1l_codfection: sometimes the message will appear on every boot (even if there is no new error) until you file a bug report, in some cases20:47
dellavitaperche parlate solo inglese20:47
HallidayNo USB keyboards will work on my laptop, and the built in one hasn't worked for a long time20:47
HallidayThe USB thing is new20:47
SpeirosSi parlo inglese qui20:47
HexaChopioria, what about Unity type thingy?20:47
HallidayUsing xinput lists them, but when I use xinput enable for their id, it says they're not found20:47
HallidayAnd when I do the same thing on this computer, which is also ubuntu, enable doesn't return that and the keyboards work20:48
ioriaHexaChop,  it's very sophisticated , but it's ok20:48
HexaChopioria, and why my graphics are slightly blurry? I NEED MOOOOAAAARRRRR info about unity. Please? :)20:48
HallidayDoes anyone know what might be going on?20:48
ioriaHexaChop,  you can set brightness20:49
aduHow do I select a default sound device in alsa? (NOT pulseaudio)20:49
=== deanman is now known as deanman_
ducasseHexaChop: have you tried adjusting the monitor controls?20:49
=== deanman_ is now known as deanman
HexaChopioria, will that help my slightly blurry letter issue?20:50
=== me is now known as Guest26876
HallidayPlease? I really need to be able to use that laptop20:50
HexaChopducasse, it is beatiful on windows, mate.20:50
HallidaySo it would be nice to have some help20:50
ioriaHexaChop,  nope :(20:50
Speirosdellavita Se si desidera parlare italiano c'è un altro canale. In caso contrario nessuno sa quello che viene detto.20:50
ioriaHexaChop,  ^ ducasse20:50
HexaChopioria, how to edit the brightness? :D20:50
aduEvery time ubuntu comes back from suspend, it switches from Sound Device 2 to Sound Device 1, and I want it to always pick Sound Device 2 by default, but I can't figure it out even with all the pulseaudio articles20:50
ioriaHexaChop,  vga, dvi hdmi ? what ?20:51
codfectionk1l_, why is spanish going on in this channel? it doesn't violate the !ontopic?20:51
ioriaHexaChop,  dvi, i guess20:51
ducasseHexaChop: is it just fonts that are affected?20:51
HexaChopducasse, it seems so20:51
=== Guest26876 is now known as brelod
* linux_user asks: Has anyone contemplated (or tried) setting up Ubuntu 16.10 using encryption and BTRFS as the root filesystem?20:51
HexaChopioria, dvi?20:51
ioriaHexaChop,  in my experience, just replug it20:51
bubbelyis it possible to use DD at a specfic offset20:51
ntldrhttp://i.imgur.com/jbkMXRX.png should I care about this issue if I don't use that theme?20:51
codfectionlinux_user, yes but I found .10 releases to be not so polish imho20:51
HexaChopioria, It is HDMI20:52
ducasseHexaChop: try turning antialiasing on/off, or adjust font hinting20:52
ioriaHexaChop, can you paste xrandr20:52
bubbelyand... can i mount a COM port20:52
codfectionlinux_user, whats your issue thou?20:52
HexaChopducasse, how to do that? I am raw-green in linux.20:52
Speirosdellavita È possibile utilizzare quel link, ma avete bisogno di un "/" fronte :)20:52
Ben64!it | Speiros20:52
ubottuSpeiros: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)20:52
ioriaHexaChop, i use xrandr --output myoutput  --brightness 0.7  (or so)20:52
HexaChopioria DVI is so old, you have no idea....20:53
ioriaHexaChop, can you paste xrandr20:53
k1l_codfection: its not spanish, and it was to guide a user to the italian channels and tell him that this is english only channel. and i dont think you, who just waisted 20 lines with bad attitude and ranting, should tell other users what is right or wrong in here :/20:53
SpeirosBen64 ...thanks.20:53
HexaChopioria, error even here: warning: output myoutput not found; ignoring20:53
HexaChopxrandr: Need crtc to set gamma on.20:53
bubbelyanyone?20:53
HallidayDoes anyone know how to fix my issue?20:53
ioriaHexaChop, paste it20:53
HallidayI'd really appreciate some support20:54
ducasseHexaChop: i have no idea where those settings are under unity, but you can access them with lxappearance for example20:54
HallidayI've been unable to find any issues like it20:54
HexaChopducasse unity is where I am in now? default ubuntu?20:54
codfectionk1l_, my ranting is 100% justified to the support channel. its not irrelevant and baseless20:54
Ben64Speiros: dunno what you're on about20:54
k1l_codfection: last warning: this channel is not for ranting.20:54
ioriaducasse, that is for lxde, i guess20:54
HexaChopioria, doesn't work20:54
SpeirosYou sent me a link so I could go there if I wanted to speak Italian?20:54
rizonzwill the php version from now in be in /etc/php instead of /etc/phpX ?20:54
Ben64Speiros: because you kept speaking italian here...20:55
ducasseioria: all it does is set gtk settings20:55
SpeirosBen64 That is because I am helping someone who asked why they had to speak English, but they only speak Italian.20:55
Ben64Speiros: you mean the person who left 7 minutes ago?20:55
linux_usercodfection: Issue? my ex g/f said I have issues but she never told me what they were!20:56
codfectionk1l_, I appreciate your help for users around here but I suggest you to listen to their problems fully. but yea I got what you mean. not gonna rant anymore. will wait for the crash and report it back to you20:56
ioriaHexaChop, xrandr  | nc 5.39.93.71 999920:56
SpeirosBen64...er...they left?20:56
HexaChopioria I see no "Super"...20:56
Ben64Speiros: :)20:56
ioriaHexaChop, xrandr  | nc 5.39.93.71 999920:56
HexaChopioria, sais use  netcat20:56
HexaChopioria, says*20:56
HexaChopioria, worked20:57
SpeirosBen64 In that case...yes20:57
HexaChopioria, http://termbin.com/1nla20:57
Speiroslol20:57
adudoes anyone have experience with sound/pulseaudio/alsa?20:57
codfectionadu, I use pulseaudio. why20:57
ioriaHexaChop, you're using HDMI-1   why not di ?20:57
ioria*dvi20:57
aducodfection, Im trying to set the default output device, and having trpouble20:57
basedmarsare you on lubuntu adu?20:57
HexaChopioria, because DVI is as hell a lot more blurry and HDMI is for my GPU, although I have DVI port, I am not using it. ever.20:58
codfectionadu, what defaults are you using20:58
Speiros*realises he's talking to himself...so plays with his yoyo...20:58
adubasedmars, I'm on ubuntu+gnome-shell20:58
HexaChop!ping20:58
ubottupong!20:58
ioriaHexaChop, you have two hdmi ....20:58
HexaChopioria, 4 on single GPU.20:58
aducodfection, I can't figure out how, the pulseaudio tutorials aren't working20:58
aducodfection, I'm thinking I need to set the default output device with also or something20:59
adualsa*20:59
HexaChopioria, I can get adapters for even more ports because those ports are made for adapters.20:59
ioriaHexaChop, if you see blurry icons, blurry letter ... you may shutdown and replug the cable20:59
codfectionadu, why its not setting the default audio to pulseaudio?20:59
linux_usercodfection: ext4 works fine for me, no problems...but...I am considering migrating to either ZFS or btrfs, and it seems that since btrfs can be built in and more easily booted from, I am wondering how hard and what the potential pitfalls/downfalls are with doing so...20:59
HexaChopioria, ok, brb.20:59
ioriaHexaChop, firmly20:59
codfectionlinux_user, whats the big deal between btrfs and ext420:59
codfectionlinux_user, is there an advantage for SSDs?21:00
HexaChopioria, done.21:00
aducodfection, I followed the tutorials to set the default device with pulseaudio, however, after suspend it always selects hdmi (5.1 channel), but my TV is hdmi21:00
aduhdmi(stereo)21:00
codfectionadu, which tutorials?21:00
HexaChopioria, still, blurry, my cable is very powerful so IDK what is going on, on windows it seems fine.21:00
basedmarsThere's a dangerous bug on btrfs linux_user . This could have been fixed tho. I wouldn't use btrfs for production case21:00
ioriaHexaChop, no idea ... try another hdmi port21:01
Ben64HexaChop: how is it blurry21:01
Speiroscodfection There was a good article comparing the two: SSD's and HDD's.  I can try to find it...?21:01
aducodfection, like this http://askubuntu.com/questions/71863/how-to-change-pulseaudio-sink-with-pacmd-set-default-sink-during-playback21:01
linux_userbasedmars: what is the big bug in btrfs?21:02
ducasselinux_user: i much prefer zfs, but btrfs is working nicely now in my experience. really nice to have snapshots on /.21:02
codfectionadu, perhaps ask the more experienced users here21:02
linux_userI will absolutely not use btrfs if it has a big can corrupt my files21:02
linux_userthen its junk and I wont use it at all21:02
basedmarslinux_user, https://twitter.com/btrfs/status/762589934662193152?lang=en21:02
aduI hate having to switch from 5.1 to stereo every time i come back from the bathroom :(21:02
codfectionSpeiros, what to compare lol. SSD is the best. thats it.21:02
linux_userducasse, let me see this major bug first that basedmars is talking about21:02
codfectionadu, sad. its too much of work, isnt it21:03
linux_userducasse: zfs is not bootable on Linux I thought21:03
HexaChopBen64, letters, slightly blurry.21:03
ducasselinux_user: that's for raid 5/6 which i wouldn't use21:03
HexaChopioria, maybe missing some other drivers?21:03
HexaChopioria, on windows, I had to install A LOT more drivers.21:03
ducasselinux_user: it is bootable, but major hassle and unsupported21:03
k1l_ducasse: "not bootable"?21:03
codfectionlinux_user, I think it has issues with grub21:03
Speiroscodfection Ah, I misread your question.21:03
ioriaHexaChop, mmm, don't think so, but maybe i'am wrong21:03
k1l_linux_user:  "not bootable"?21:03
k1l_ducasse: sorry, typo21:04
ducassek1l_: np21:04
HexaChopioria I have no "Super" button.21:04
linux_userall: first, an unsupported boot of zfs is of disinterest to me21:04
ioriaHexaChop, the network icon in the top bar is blurry ?21:04
HexaChopioria, no21:04
linux_userall: second, I am not planning to use raid 5/6 so that btrfs bug is of no issue to me21:04
k1l_linux_user: you seem to mix things here.21:04
ioriaHexaChop, so what is blurry ?21:04
linux_userhuh?21:05
codfectionSpeiros, it happens dont worry21:05
HexaChopioria, text is blurry for some reason21:05
ducasselinux_user: you _can_ boot from zfs if you really want to, but on ubuntu it is only supported for data21:05
ioriaHexaChop, alslo in firefox ?21:05
k1l_linux_user: the ubuntu installer doesnt have support to create zfs / partitions. but you can make those manually and have zfs as / partition.21:05
ioriaHexaChop, also in firefox ?21:05
HexaChopioria I am in firefox :D21:05
linux_userah okay21:05
SpeirosWindows button HexaChop ?21:05
linux_userI am fine with btrfs21:05
linux_userif it is supported21:05
ioriaHexaChop, in gedit ?21:05
linux_userI do not need raid 5/621:05
EDinNY16.04. just got back from vacation.  Hooked my LG monitor back up to my laptop, and it thinks it is a Goldstar, instead, and does not have the correct resolution.21:05
linux_userlet me ask this then:21:06
HexaChopioria doesn't seem to be blurry.21:06
ioriaHexaChop, in terminal ?21:06
linux_useris installing too and booting from btrfs supported in the 16.10 installer of Ubuntu?21:06
ducasselinux_user: straight btrfs on single disk or raid 0/1 works fine imo21:06
HexaChopEDinNY made me laugh :D21:06
ducasselinux_user: yes21:06
linux_usergood21:06
EDinNYHexaChop: any suggestions?21:06
HexaChopioria terminal is very not blurry. sharp.21:06
linux_userraid 0/1 is all I plan on at the moment21:06
linux_userwhence this bug is fixed it should be just a kernel upgrade I'd think anyway21:06
ioriaHexaChop,  so only firefox ?21:06
linux_usernot reformatting the btrfs partitions21:07
HexaChopEDinNY, I have no idea. Why would it switch for no reason? Linux is weird.21:07
codfectionEDinNY, set the resolution using xrandr and save the layout. done. !next21:07
HexaChopioria, seems like so, yea.21:07
ioriaHexaChop,  apt-cache policy firefox21:07
HexaChop!next21:07
HexaChop!ping21:07
ubottupong!21:07
codfection!debian21:07
ubottuUbuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu!21:07
codfection!arch21:08
HexaChopioria, http://termbin.com/rndi21:08
ioriaHexaChop,  it's ok21:08
HexaChopioria, what do u mean?21:09
ioriaHexaChop,  it's updated21:09
linux_userducasse: so if I wish to use btrfs, too boot from it and install too it, and use raid 0/1, then it seems like it'd be okay to do that in general?21:09
HexaChopioria, oh, ok.21:09
HexaChopioria, I have no audio realtek driver21:09
ioriaHexaChop,  i have to go, good luck21:10
ioriasy21:10
Ben64linux_user: just keep backups21:10
genericHello world21:10
SpeirosHi generic:)21:10
HexaChopioria bye21:10
ducasselinux_user: in *my* opinion, yes. i know several people who use btrfs under the circumstances i mentioned earlier, none of them has had problems.21:10
ducasselinux_user: only raid 5/6 is problematic, and has always been so.21:10
HexaChopspeiros, how to get raltek drivers on linux?21:11
HexaChopspeiros, realtek*21:12
SpeirosHexaChop I dont recall.  Let me see if there's a page for it.21:12
ducasselinux_user: you can always ask in #btrfs, but they're sort of biased ;)21:12
HexaChopspeiros, OK, thanks.21:12
nicomachusI'm trying to install a package called "librespot" from github via rust and cargo, and am getting this error when compiling "syntex_syntax": https://paste.ubuntu.com/23762603/21:13
linux_usertrue true21:13
hwpplayer1_how can i mount an ext4 external HDD21:13
nicomachusany ideas what could be causing the error? That's the full --verbose output.21:13
linux_userthough part of my question was also install support for Ubuntu21:13
linux_userthey would send me here ostensibly had I asked that there21:13
ducasselinux_user: i recommend zfs for data storage and other things that is not /, though. it's just nicer and more mature.21:14
SpeirosHexaChop Here's an article from 2014 (my version) https://ubuntuforums.org/showthread.php?t=220549721:14
linux_userducasse: I agree entirely21:14
linux_userI am about to build a FreeNAS server too21:14
SpeirosHexaChop, Actually, it was a couple of months prior.21:14
linux_userthat will be pure ZFS21:14
Speiroshwpplayer1_ What is happening?  Have you plugged it in already?21:15
HexaChopSpeiros, hmm..21:15
SpeirosHexaChop What is wrong with it?21:15
hwpplayer1_Speiros : i just formatted the old ext4 system disk , and create an external disk ext4 formatted. But i have permisson issue21:16
ducasselinux_user: on my desktop, / is btrfs, /home is zfs and the rest is zfs over nfs. works really well.21:16
Speiroshwpplayer1_, Ah, I see.  I can also only open my HDD on admin, and then share it to this account.21:16
Speiroshwpplayer1_, Is that the same issue?21:16
basedmarsSince you guys are using zfs, would you recommend zfs for cold hdd storage. I mean unplugged linux_user ducasse . I've been wanting to use zfs, but no use-cases yet.21:17
codfection!gentoo21:17
ubottuOther !Linux distributions besides !Ubuntu include: Debian, Mepis (using !APT); RedHat, Fedora, SUSE, Mandriva (using !RPM); Gentoo, Arch Linux, Manjaro, Slackware (using other packaging systems)21:17
hwpplayer1_Sperios : something like that21:17
Speiroshwpplayer1_, Ok, so the problem is accessing the HDD from the user account?21:17
hwpplayer1_Sperios : yep21:18
Ben64hwpplayer1_: so you can mount it21:18
hwpplayer1_Ben64 : i was searching for that21:18
ducassebasedmars: i don't see why not.21:19
Ben64hwpplayer1_: explain exactly what is going on21:19
Speiroshwpplayer1_, Are you also the admin on your computer?21:19
hwpplayer1_Speiros : Yes this is my own computer21:20
SpeirosOk:)21:20
hwpplayer1_Speiros : i'm searching how to mount a disk on Ubuntu21:20
Speiroshwpplayer1_, So you're not running Ubuntu currently, but wanting to from the ext4?21:21
vegiihwpplayer1_: open disk utility, select partition, press "mount" (play icon)21:21
h4xX4rNhello21:21
hwpplayer1_Speiros : I run Ubuntu Desktop , i have an external HDD21:22
h4xX4rN-x21:22
linux_userDid some more reading on that page ducasse, yeah if you do not use raid 5/6 it seems fine to use btrfs21:22
linux_usergranted, ZFS with raidz is better21:23
linux_userbut as an upgrade to ext4 for booting Ubuntu I like btrfs from what I saw so far21:23
hwpplayer1_vegii : Ext4 (version 1.0) — Mounted at /media/hwpplayer1/989ffdae-0284-4519-8880-8b1c7445ecc6 it says that on Gnome Disks21:23
Speiroshwpplayer1_, Ok, so what disk do you want to mount?21:23
linux_userFreeNAS is a very good way to run ZFS and have a lot of options for it!21:23
Speiroshwpplayer1_, Did  you mean hdd and not disk?21:24
hwpplayer1_Speiros : it's an External HDD , i can't write something on it21:24
Speiroshwpplayer1_, Yep, okay.  That's what I thought you meant, but when you mentioned disk I was confused.21:24
Speiros:)21:24
vegiihwpplayer1_:  also, you shouldn't need root to mount an external hdd on ubuntu desktop afaik21:24
AltomHello ! The canon printer driver's daemon delays the shutdown of my machine by 5 minutes (time betwen the sigterm and the sigkill). I couldn't find anywhere how to set the timeout to sigkill to 5 seconds or something21:25
Speirosvegii, that's true, but it is an issue.  I have the same on my computer.21:25
hwpplayer1_vegii : so how can i use that external HDD21:25
ducasselinux_user: yep. btrfs is great for /, gives you some nice features. check out apt-btrfs-snapshot.21:25
Ben64hwpplayer1_: so it is mounted, so you don't need to know how to mount it21:26
vegiihwpplayer1_: if I had that problem, I'd try unmounting it and mounting again in gnome-disks21:26
=== ricardo is now known as Guest8699
Ben64hwpplayer1_: sounds like you just need to give permission to your user to write to it21:26
linux_userapt-btrfs-snapshot is a package?21:26
Ben64hwpplayer1_: is anything on it?21:26
SpeirosBen64 That is it, yes.21:27
HexaChopSpieros, I am in Windows now.21:27
HexaChopSpeiros*21:27
SpeirosHexaChop, Okay.  Are you happier with it?21:27
hwpplayer1_Ben64 : yep , i need to add my hwpplayer1 user to that group21:27
linux_userI see that package now21:27
HexaChopSpeiros, how to set up GRUB so I could select between windows and Linux?21:27
linux_userinteresting!21:27
hwpplayer1_Ben64 : But which group is that ?21:27
Ben64hwpplayer1_: sudo chown hwpplayer1:hwpplayer1 /media/hwpplayer1/989ffdae-0284-4519-8880-8b1c7445ecc621:28
vegiihwpplayer1_:  there might be files on that disk that have some unix permissions for other users. chown or sudo nautilus should work21:28
hwpplayer1_Ben64 : Thanks , it was that21:29
hwpplayer1_Thanks friends , now i need to sleep21:29
hwpplayer1_Have a good day21:29
Speirosgoodnight:)21:29
AltomI tried almost everything, even tried to pkill the daemon before shutdown, it doesn't work21:30
AltomIt's the CAPT printerdriver v2.70, it's the latest21:30
HexaChopSpeiros, are you there?21:30
SpeirosHexaChop, I'll have a look on the net, and see what's there, as I don't now grub either:)  Sorry man, but my knowledge base is very, very small, and I believe it's getting more restricted as time goes on.21:31
HexaChopSpeiros, OK.21:31
AltomI checked all the config files to see if there is something related to timeout between sigterm and sigkill but couldn't find21:31
glitchdHexaChop, is grub installed?21:31
HexaChopAnybody knows how GRUB works?21:31
HexaChopglitchd, yes, it came with linux21:31
glitchdHexaChop, and you are able to boot into linux with it, correct?21:32
HexaChopglitchd, yes.21:32
glitchdHexaChop, are you positive that you did not delete the windows paritition?21:32
linux_userducasse: I am going to do a 16.10 install under VMware and play with btrfs a bit on root21:32
HexaChopI am back, switched IRC channels.21:33
HexaChopIRC clients rather21:33
glitchdHexaChop, are you positive that you did not delete the windows paritition?21:33
HexaChopglithcd i am in windows now lol21:33
ducasselinux_user: yes, get used to it before using it 'live'21:33
HexaChopglitchd, I am in windows now, lol.21:33
glitchdHexaChop, well i am not sure how to fix grub from windows..21:33
HexaChopglitchd, my linux is on another distant harddrive.21:34
ducasselinux_user: learn how to make snapshots and rollback etc21:34
glitchdHexaChop, when you next boot into linux run "sudo update-grub" and see if it finds windows21:34
HexaChopglitchd, let me boot into it right now.21:34
glitchdHexaChop, alrighty then21:34
digital_ghostis there ubuntu productivity application, which lets you set goals to achive within a particular time and alarm you.basically like a timetable21:35
vegiisome time ago I thought I needed one large hdd/ssd for all OSes to be displayed in grub but thankfully, reality is much nicer21:36
bekksdigital_ghost: are you looking for a project management tool?21:36
dbazimanybody know if NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03) (prog-if 30 [XHCI]) support is broken in 4.4.0-58-generic ? I have problem with it.21:36
linux_userducasse: exactly, that is what the vmware instance would be fore...to play with it safely before I migrate to it entirely21:36
SpeirosHexaChop As a side point, I did find an article similar, but from not being able to get into linux.  It's here: - https://ubuntuforums.org/showthread.php?t=234884121:38
digital_ghostbekks:not really , just simple to-do list like app.kind of like the one you find on android21:38
linux_userbrb21:39
bekksdigital_ghost: I am not using Android, so I dont know anything about that "app".21:39
lasersaberwhat's a good video desktop recorder?21:40
digital_ghostbekks:I wasn't mentioning any particular app.Just saying there are lot of to-do apps for android and iphone21:41
HexaChopSpeiros, I cant boot into linux it is just purple screen.21:41
Tywars.21:42
HexaChopSpeiros, after inserting all HDDs and CDROM.21:42
SpeirosHexaChop, Sorry, you were away and I didn't realise.  Heres a link.21:42
Speiroshttps://ubuntuforums.org/showthread.php?t=234884121:42
SpeirosHexaChop, This is probably your same problem?21:43
HexaChopWhen installing windows ssd was disconnected.21:43
HexaChopSpeiros,21:44
SpeirosHexaChop, Yep?21:44
HexaChopAbove text, Speiros.21:44
SpeirosYes, the link I sent you was answered about 40 minutes ago, by what appears to be the same problem.21:45
SpeirosHexaChop, Is it different?21:45
HexaChopSpeiros, it shows just blank purple screen.21:47
SpeirosHexaChop, Yeah, I see...I wonder what disappeared from the file to make it not boot up.21:47
HexaChopSpeiros,  I reconnected all HDDS, SSDS and CDROM.21:48
plshelptrying to learn how to use dd to backup my ~500gb hd. what block size should i use?21:48
lasersaberHexaChop, im guess you were able to boot from live usb.21:48
SpeirosHexaChop Ok, so backpedalling a bit...these weren't connected before when your Ubuntu was working?21:49
HexaChoplasersaber with just one HDD that has linux in it, then i can boot.21:49
HexaChopSpeiros, basically.21:49
glitchdHexaChop, sounds like you still need to update-grub to fix the grub config then21:50
SpeirosHexaChop, Okay.  Can you go back to how it was, and see if it works firstly, and then we can load one at a time, and see which one is causing the issue...probably the CD drive.21:50
nealshey, i have ubuntu MATE and recently notifications are not running; when i try to listen to some audio, i assume the sound settings are muted since I can't hear anything, in genral: apps that work as tray icons no longer opens up or rather not showing up, and i was wandering how i can fix this issue.21:51
glitchdSpeiros, omg if its booting from cd and not the hd, i will seriously  muck my pants..lol21:51
Speirosglitchd It isn't about the booting, but about what hardware was added since the install that worked...at least that is how I'm seeing it.  Then we can work out what drivers are needed, if that is the problem.21:52
bluekingis it much work to add vlan tagging on nic's ?21:53
bekksNo.21:53
Speirosglitchd But yeah, how frustrating if it ended totally back at square one, although I doubt it very much:)21:54
marchellyHi, I'm doing do-release-upgrade from 12.04 to 14.04 like aptitude update; aptitude upgrade and do-release-upgrade. Everything went fine and after reboot I'm not able to ssh the server but it's pingable and only FTP port is active, I can connect with FTP user. I can use rescue mode from hosting and after chroot to my working env I'm doing lsb_release -a and it shows me 14.04. So now I know that server boots and even vsftpd starts, but nothing else. How s21:56
marchellyhould I debug this? What actions to do? If I set sshd_config port to 2222 and make service ssh restart, everyhing works fine.21:56
lasersaberHexaChop, so now u can boot with live ubuntu but only see a purple screen?21:56
k1l_marchelly: see if the ssh server is running?21:58
lasersabermarchelly, maybe #ubuntu-server21:58
MonkeyDustmarchelly  so setting it to 2222 solves it?21:58
marchellyk1l_, just in chroot21:58
HexaChopSpeiros, taken out the CDROM, everything works fine except there is no Loading screen.21:58
HexaChopSpeiros, I am chating to you via linux now.21:58
SpeirosHexaChop, What do you mean loading screen?21:58
marchellyMonkeyDust, no, just in chroot. Just fortesting that sshd isworking fine running it by hand, and yes,it'sworking.21:59
HexaChopSpeiros, there are no logo Ubuntu and no dots.21:59
k1l_marchelly: try to restart ssh and see if there is an error? maybe the old ssh conf had  changes that dont work with the new ssh version?21:59
marchellyk1l_, no, when running ssh in chroot it works fine and I'm able to connect remotely21:59
lasersaberHexaChop, boot using the advanced option recovery then resume booting21:59
k1l_marchelly: so its just not starting at startup?22:00
HexaChoplasersaber, reason for that?22:00
HexaChoplasersaber, how to update GRUB22:00
IlmenHello; I've tried installing the DMD compiler with a .deb file from http://dlang.org/download.html, but when I try to install it with dpkg, it throws at me an error "attempt to replace /usr/bin/dman". It seems there is a file name conflict with an already existing file on my disk. What should I in this case? (I'm on Ubuntu 14.04 LTS)22:00
marchellyk1l_, hw can I debug rc booting services, as it looks likethat it only boots vsftpd and nothing else (there are apache, nginx, and other services set to be started on boot)22:01
lasersaberHexaChop, i was having similar issue and that's how i was able to boot into ubuntu22:01
marchellyk1l_, yes, it's not starting on server start22:01
k1l_marchelly: its using upstart on 14.0422:01
HexaChoplasersaber I am in ubuntu right now22:01
IlmenSomeone suggested me to use dpkg-divert22:01
HexaChoplasersaber I don't want to do that every time though22:01
HexaChopSpeiros, how to update GRUB?22:02
marchellyk1l_, so how should I fix this? upstart?22:02
digital_ghosti am getting package not found error , all the time. need assistance to fix it22:02
k1l_marchelly: ubuntu did use "upstart" as the init untill ubuntu 15.04.22:02
johnnybravoHello everybody22:02
digital_ghostcan't update repo22:03
lasersaberHexaChop, is ubuntu installed or u on liveusb?22:03
MonkeyDustdigital_ghost  what's the outcome of    cat /etc/issue22:03
marchellyk1l_, Iwas using rcconf before to set services that should run on boot22:03
HexaChoplasersaber, no on HDD, I have drivers installed already22:03
marchellyso now I should use another techniq?22:03
SpeirosCan someone correct me if I'm wrong...22:03
k1l_marchelly: so maybe that is the reason why that doesnt work now on 14.0422:04
digital_ghostMonkeyDust: Ubuntu 16.04 LTS \n \l22:04
k1l_!upstart | marchelly22:04
ubottumarchelly: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/22:04
SpeirosHexaChop, I believe it's man update grub22:04
johnnybravoI need assitance in regards to using a vpn. I dont want to set up a server, I simply want to connect trough a VPN. Any help is appreciated.22:04
HexaChopspeiros, maybe sudo update-grub?22:04
lasersaberHexaChop, 16.04?22:04
HexaChoplasersaber, 16.10.22:04
k1l_marchelly: there should be the initjobs .conf in /etc/init22:04
SpeirosHexaChop, sounds good.  man should pull up a manual for it.22:05
MonkeyDustdigital_ghost  what's the outcome of   sudo apt update ... use this page to show it to the channel ... http://paste.ubuntu.com/22:05
marchellyk1l_, okay, let me chroot one more time and check that.22:05
HexaChopEveryone, why when booting ubuntu, there is no loading screen?22:06
lasersaberHexaChop, use Grub Customizer22:06
k1l_HexaChop: there is as standard. you get the purple ubuntu screen and then the login screen22:07
adrian_1908I don't know whether to ask here in in #python, but can anyone tell me why python3-pip has such big dependencies, including python *-dev packages?22:07
lasersaberHexaChop, http://tipsonubuntu.com/2016/10/15/install-grub-customizer-ubuntu-16-10/22:07
HexaChopk1l_ I get nothing just purple screen22:07
digital_ghostMonkeyDust: http://paste.ubuntu.com/23767060/22:07
adrian_1908*here or in22:07
k1l_HexaChop: except you did remove "quiet splash" for debugging reasons22:07
johnnybravoHello everybody, how to connect through a VPN on ubuntu?22:07
k1l_HexaChop: that is the loading screen.22:07
MonkeyDust!vpn | johnnybravo start here22:07
ubottujohnnybravo start here: For more information on vpn please refer to https://wiki.ubuntu.com/VPN22:07
reisiojohnnybravo: ddclient22:07
k1l_HexaChop: this: http://ubuntuhandbook.org/wp-content/uploads/2013/07/ubuntu-boot-flash-screen.jpg22:08
johnnybravothank you guys22:08
lasersaberHexaChop, also  sudo apt update && sudo apt upgrade22:08
k1l_johnnybravo: the network-manager got vpn support maybe you need to install the related vpn packages for specific protocols22:09
MonkeyDustdigital_ghost  that's a lot of ppas22:09
basedmarsIf the loading screen don't show up, does it affect the system as a whole. I mean is it become unusable tho HexaChop22:09
MonkeyDustdigital_ghost  ppas are not supported here, try disabling them, first22:09
HexaChoplasersaber, how to re-enable loading screen?22:10
k1l_digital_ghost: the qucs PPA doesnt have any support for 16.04. so remove that22:10
johnnybravookay i see, dont i need any third party client? like cyberghost etc?22:10
marchellyk1l_, there is an initjon in /etc/init/ssh.conf22:10
marchelly*initjob22:10
k1l_johnnybravo: no, not really.22:10
lasersabersudo startx22:10
lasersaber?22:10
Ben64no22:10
k1l_lasersaber: no, dont do that22:11
lasersabernever mind22:11
HexaChopk1l_ how to re-enable loading screen?22:11
k1l_HexaChop: ? what screen exactly?22:12
HexaChopk1l_ The boot loading screen.22:12
k1l_HexaChop: do you mean the "login screen"? or the purple screen while the system is loading (the one i posted)22:12
HexaChopk1l_ the one you posted22:12
basedmarsI think he meant the one you posted22:12
lasersaberHexaChop, the boot loader screen where you choose OS you want to boot?22:13
k1l_HexaChop: do you see a black screen with the kernel messages running on boot?22:13
HexaChoplasersaber, no, the one that shows laoding animations22:13
SpeirosI think he's seeing a blank purple screen22:13
HexaChopk1l_ just purple screen, absolutely nothing else.22:13
HexaChoplasersaber, loading*22:14
k1l_marchelly: what runlevels are named inside the file to start on?22:14
marchellystart on runlevel [2345]22:15
k1l_marchelly: that is correct.22:15
basedmarsI don't have the loading screen too. It boot so fast, it just go right to the user login. that's on hdd btw22:15
basedmarsIt's usable, so it's alright22:15
k1l_marchelly: maybe you need to look into syslog or upstart log if there is something happening22:15
marchellyk1l_, let me check this, moment22:15
lasersaberHexaChop, do you get a user login screen?22:15
HexaChopbasedmars, for me it takes about a minute, I don't know if it is frozen or loading...22:16
HexaChoplasersaber, no.22:16
k1l_HexaChop: did you remove "quiet splash" from the kernel line on boot?22:16
SierraKomodoAnyone able to help me figure out why this file refuses to run, saying it doesn't exist despite ls -al saying it does exist with execute perms? https://zerobin.net/?759a431f1eda45a2#EgavSS3O8HuMCeQjqhfze4GgEszLBA1zY5+MgCgmWUw=22:16
HexaChopk1l_, there is nouveau.modeset=0 instead.22:16
SierraKomodoThis is on Ubuntu Desktop 16.04, 64-bit22:16
k1l_HexaChop: ok, try to add "quiet splash" on the grub one time to test if that is working22:17
HexaChopk1l_ but it resets back to quiet splash after rebooting anyways.22:17
k1l_!nomodeset | HexaChop this explains how to add/rmeove stuff there for one time boot. just add "quiet splash"22:17
ubottuHexaChop this explains how to add/rmeove stuff there for one time boot. just add "quiet splash": A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter22:17
MonkeyDustSierraKomodo  cd to the folder and then use   ./Franz22:18
HexaChopk1l_ let me reboot and check...22:18
tekeli-liIs it by design that the system beep (or bell or whatever) is disabled in Ubuntu? If so, why?22:19
tekeli-liContext for my question: https://askubuntu.com/a/58731122:19
k1l_tekeli-li: yes its the standard setting. on most distros, i guess22:20
tekeli-liIt's not just me than. That's nice to know, but the *why* is also of interest to me.22:20
SierraKomodoMonkeyDust: That didn't work either. As a note, this is me trying to debug why it won't run when I double-click the icon in file manager. https://zerobin.net/?583d865949d656c8#W3ElY2NV0Awio1LU+JcdbbZO81Vpt3ULPoonQKsKfFg=22:21
marchellyk1l_, nothing interesting there on I donot know what I'm looking for22:21
HexaChopk1l_, told you it would reset, but this time I am getting the dots and a purple strip underneath...22:22
MonkeyDustSierraKomodo  pastebin    cat Franz ... http://paste.ubuntu.com/22:23
lasersaberHexaChop, do you a screen like this? https://i.stack.imgur.com/8RYuZ.png22:23
basedmarsI think it would be helpful if you explain it step by step for every instruction k1l_ . He mention he's raw green in linux before22:23
backboxI22:23
backboxHI22:23
k1l_HexaChop: i linked you a howto to one time test it. i know that method is resetting since that is the idea of "one time testing"22:23
HexaChoplasersaber, yes, but without the blue dots.22:23
backboxHI22:23
backboxNEGA22:23
SierraKomodoMonkeyDust: Is it normal to be flooding terminal with random characters when I do that22:23
MonkeyDustSierraKomodo  use this page http://paste.ubuntu.com/22:24
HexaChoplasersaber, only when hitting shift though.22:24
k1l_marchelly: hmm, i am not a init specialists.22:24
HexaChopk1l_, why am I getting loading dots and black strip underneath, everything else is black background.22:25
HexaChopk1l_, why am I getting loading dots and black strip underneath, everything else is black background.22:25
basedmarsCould you post a picture of it HexaChop for reference22:25
marchellyk1l_, Okay, I'm adding hook to vsftpd.conf as the last line to run sshd -D22:25
lasersaberHexaChop, try selecting the recovery mode option22:25
HexaChopbasedmars, not really, I would need to reboot again22:26
profetixHey anyone here wanna help me with a mini-series I'm starting, "The Linux NOOB and a GURU"?22:26
marchellyk1l, rebooted the server and now even ftp is not working (server pingable!)22:26
HexaChoplasersaber and reason for that is?22:26
marchellythat's nice ))22:26
MonkeyDustprofetix  that's for #ubuntu-offtopic22:26
profetixYeah, no one ever responds there22:26
k1lHexaChop: video driver/card issues22:26
Speirosprofetix If you have one called "The Linux NOOB who doesn't learn and a GURU", I might be able to play the noob:?22:26
HexaChoplasersaber, basedmars and others, you are very supportive, I like it.22:27
HexaChopk1l, driver is installed, I have 2x ASUS STRIX 1070 GPUs.22:27
Speiroslol22:27
k1lHexaChop: i still dont know what kernel modes you have and tested now.22:27
profetixHah! I was looking to be the noob but happy to share that role haha22:27
HexaChopk1l, shouldn't you be k1l_?22:27
lasersaberHexaChop, so u can boot into ubunt22:27
profetixIt kinda is related to support ;0)22:27
k1ltekeli-li: the majority thinks that pc speaker is annoying. so it was turned off by default22:28
HexaChoplasersaber I am in ubuntu now22:28
SierraKomodoMonkeyDust: It gave 72.1 MB of output to a textfile when I ran cat > ~/Documents/cat.txt, said file is refusing to open in gedit22:28
lasersaberHexaChop, can open a terminal?22:28
Speirosprofetix It sounds good mate. Best wishes with it, but I couldn't really help:)22:28
HexaChoplasersaber, yes.22:28
lasersabercan you*22:28
lasersaberok22:28
MonkeyDustSierraKomodo  it's not a bash script?22:28
MonkeyDustSierraKomodo  that was retorical22:29
lasersaberHexaChop, is the system hooked to the internet?22:29
SierraKomodoIt's supposed to be a executable that I can't get to run at all22:29
SierraKomodoCame directly from here: http://meetfranz.com/22:29
lasersaberconnected*22:29
HexaChoplasersaber, I am talking to you through ubuntu.22:29
basedmarsI used franz too SierraKomodo . Open it is as easy as double clicking22:30
lasersaberhave you tried in terminal? sudo apt update && sudo apt upgrade22:30
SierraKomodobasedmars: Nothing happens when I double click.22:30
basedmarsDoes it have executable permission SierraKomodo ?22:30
HexaChoplasersaber, yes, a billion times already22:31
SierraKomodobasedmars: Yes.22:31
basedmarsWhat about the filesize. 67mb SierraKomodo ?22:31
lasersaberHexaChop, ok, have you rebooted since the update and upgrade?22:31
SierraKomodobasedmars: 72.1 MB22:32
HexaChoplasersaber I upsated and upgraded a while back.22:32
lasersaberHexaChop, ok22:32
SierraKomodoThe archive is version 4.0422:32
HexaChoplasersaber, updated*22:32
SierraKomodo4.0.4*22:32
lasersaberHexaChop, hmmm i dont know then :-/22:33
HexaChopk1l_, u there?22:33
HexaChopk1l, u there?22:33
basedmarsYes mine is 4.0.4 too SierraKomodo . Franz is 1.3.1 version22:33
lasersaberHexaChop, maybe u can share your screen so we can have a better look22:35
k1lHexaChop: yes22:35
basedmarsCan you paste sha256 of the packages SierraKomodo . 'sha256sum Franz-linux-x64-4.0.4.tgz'22:35
basedmarsMine is 65e63c9aa71c46f391ce5b62bca0b77dcae59d0cef18691e39e4c5ec24a85e6b22:35
HexaChoplasersaber, share?22:35
lasersaberHexaChop, so we can see what you see22:36
tekeli-lik1l, Thank you for answering. Have a good day.22:36
HexaChoplasersaber tw type stuff?22:36
lasersaberso we can see what you're looking at22:37
SierraKomodobasedmars: Need to redownload the archive; I deleted it after extracting22:37
basedmarsWell we could compare sha256 of the franz executalble22:38
HexaChoplasersaber, share screen while booting is not possible I believe.22:38
lasersaberHexaChop, do u have a smartphone?22:38
basedmarsSierraKomodo, b699e162ee1bcb6a1b24a05d31a5f154b61681ae513e7fed59cc2a07cfa4b78f  Franz22:38
HexaChoplasersaber, you won't believe this but no, it broke, sadly.22:38
HexaChoplasersaber I do have a tablet without a camera.22:39
lasersaberlol22:39
lasersaberok22:39
SierraKomodobasedmars: Well, that's definitely not the same for the Franz file itself22:39
basedmarsHmm. Is there a version file in the franz directory SierraKomodo ? If so what is the version. Mine is 1.3.122:39
lasersaberHexaChop, no other device with a camera around?22:40
HexaChoplasersaber not really22:40
SierraKomodobasedmars: 1.3.1. The archive finished redownloading, I'll re-extract it22:40
HexaChoplasersaber, I could however take a photo of the booting screen, I don't like calling random ppl for security reasons, to be honest.22:41
SierraKomodobasedmars: Out of curiousity, do you have the 32-bit or 64-bit version22:41
lasersaberHexaChop, i was going to say to use www.appear.in :-/22:41
basedmarsforgot about them. I have 64 bit version one SierraKomodo22:42
HexaChoplasersaber, + it's midnight22:42
royal_screwup21Hey guys!22:42
SierraKomodobasedmars: Well, 64-bit's what I told it to download, but the archive itself that the website gave me is 'Franz-linux-ia32-4.0.4'22:42
royal_screwup21I'm looking for something like quicktime recording on linux. Any ideas?22:42
SierraKomodoWhich might be my issue22:43
HexaChoplasersaber, I can describe how my boot screen looks like...22:43
lasersaberroyal_screwup21, http://wiki.linuxquestions.org/wiki/Linux_software_equivalent_to_Windows_software22:43
basedmarsYes, i suspect that could be it. Let me try grab the link22:43
lasersaberHexaChop, hopefully someone will be able to help you22:44
HexaChoplasersaber I hope you are not too offended that I rather not love-chat?22:44
lasersaberlive*22:44
HexaChoplasersaber live* LOL22:44
lasersaberlol22:44
royal_screwup21lasersaber lol it's not there!22:44
basedmarsSierraKomodo, this github page will sort you up https://github.com/meetfranz/franz-app/releases22:44
lasersaberjust need to see what is happening, no need to video chat or even show your face etc22:45
HexaChoplasersaber, would you like to continiue to solve my issue?22:45
papaboseI am upgrading to 16.04, want to use btrfs for /home partition on SATA harddisk, is it safe ?22:46
lasersaberroyal_screwup21, ok22:46
Jordan_Uroyal_screwup21: What do you use quicktime recording for?22:46
royal_screwup21Jordinary: I basically want to make a youtube video22:46
tatertotsHexaChop: looks like you made some progress and actually got a OS to install to hard disk, good job.22:46
royal_screwup21plus, I haven't used anything like quicktime bfore, so I want to tryout something new22:47
HexaChoptatertots, thank you, mate :)22:47
Jordan_Uroyal_screwup21: So you want a video editor, correct?22:47
lasersaberHexaChop, i would describe your issue again to the channel in case others missed it22:47
Speirosroyal_screwup21 There is also openshot video editor.22:47
HexaChoplasersaber do you what is the issu enow yourselfl mate?22:47
royal_screwup21Jordinary: Basically, yeah22:47
basedmarsbtrfs is generally safe papabose . However ext4 is tried and tested filesystem and highly stable.22:48
JordinaryNice slip up royal_screwup21, you meant Jordan_U :)22:48
=== Jordinary is now known as Jordy
royal_screwup21Jordan_U aw, sorry :P22:49
Speirosroyal_screwup21, I use openshot for making my music videos (although not many are out to be seen as I took most down:))22:49
Jordan_Uroyal_screwup21: http://askubuntu.com/questions/5911/video-editing-software-options22:49
lasersaberat this point i forgot lol22:49
papabosebasedmars: Thanks! I want to try ZFS and btrfs, may be on a external hardrive then!22:49
HexaChoplasersaber, just to remind you, I would like to ask you to re-post it on the channel, would be highly appreciated, mate, I need to fix boot loading screen.22:49
royal_screwup21thanks Speiros!22:50
HexaChoplasersaber (it is midnight, my brain is malfunctioning, I was refering to tatertots...)22:50
lasersabersorry, bbl22:50
Speirosroyal_screwup21, np mate.  It has less glitches than pitivi, but remember to save each step of the way.22:50
HexaChopSpeiros, could you re-post my issue, mate?22:51
TimvdeI'm not sure what could have possibly gone wrong, but I'm on a server here where /etc/apt/sources.list *does not exist*. Is there any other fix than just looking for the file on another pc and copying it over?22:51
SpeirosHexaChop, Okay.22:51
HexaChopSpeiros, thanks a huge bunch. :)22:51
Jordan_UTimvde: I'm wondering what other critical files might be missing. Please pastebin the output of "lsb_release -a".22:52
TimvdeJordan_U: http://paste.ubuntu.com/23767255/22:52
royal_screwup21I typed in sudo apt update and I got this shit:22:52
HexaChoproyal_screwup21, no swearing, please, mate.22:53
ikoniaroyal_screwup21: don't swear please22:53
HexaChopikonia and ioria, are you sisters or something? :D22:53
royal_screwup21(Code: 0) There was an error with TheP(aste)B.in!22:53
SpeirosHexa Chop (one word) has just uploaded Ubuntu 16.4, which are on the same computer as his windows 10.  He has them on separate drives, and they worked well.  When swapping, he plugged in some other hardware, and since unplugging it, has been left with a blank purple screen on load up.22:53
SpeirosHexaChop, Is that about right?22:53
Speirosroyal_screwup21, It looks like you've put a command on there using Pastebin.22:54
Speirosroyal_screwup21, Rather, using the words "pastebin" somehow.22:54
HexaChopSpeiros, yeah, you could say except I am getting loading balls without any logo and getting purple strip and the background is black (situation changed, mate, but good enough. Thanks! :))22:54
GamemakoWell, guess it's time to ask again. Got a 32-bit EFI issue. Can only boot via boot stick -> grub menu. Have installed grub-efi-ia32 and all, but no dice. Boot goes past EFI boot and straight to legacy/BIOS, hits grub-rescue because i386-pc is not present (i386-efi is, but can't boot through it). efibootmgr -v shows some odd structures I would not expect, namely a whole lot of periods. Any ideas on what causes the periods, o22:55
royal_screwup21https://thepasteb.in/p/NxhVD2gg22YiN22:56
royal_screwup21I typed in sudo apt update and I got this^22:56
royal_screwup21what does it mean?22:56
HexaChopSpeiros, I got invalid core dump error...22:56
HexaChopSpeiros, what is going on?22:57
Gamemako(Oddly, the log shows my previous comment truncated, but the client here does not. Is that a log quirk, or are you all seeing a truncated message as well?)22:57
k1lroyal_screwup21: do you have any other program running that uses the ubuntu repos?22:57
k1lroyal_screwup21: like software center or the updater etc22:58
TimvdeJordan_U: I... Can't believe this. I used my root powers to grep .bash_history and .zsh_history files, and a (former, luckily) admin actually executed "sudo rm /etc/apt/sources.list" O.o22:58
papaboseroyal_screwup21: I think Ubuntu Updater is running, it holds the lock on the sources list22:58
royal_screwup21k1l: Well I think I accidentally downloaded a software twice22:58
TimvdeJordan_U: Looking through his other history now to see if there are other places where he screwed up.22:58
royal_screwup21k1l: should I reboot?22:59
HexaChopOK, going to bed, everyone, cya tomorrow, I hope to fix this issue on the 3rd day of troubleshooting...22:59
Bashing-omroyal_screwup21: Hint: "  is another process using it? " .. make sure no other instance of a package manager is currently open .22:59
k1lroyal_screwup21: no. that error you showed means: there is another program runnin which blocks the usage of the package system to not make a mess when 2 programs change things there.22:59
k1lroyal_screwup21: its one at a time, for the package system.22:59
SpeirosHexaChop, I don't know about core dumps.22:59
royal_screwup21k1l: So what should I do now?23:00
k1lroyal_screwup21: do you have any other programs running like software center, updater, or other apt processes?23:00
royal_screwup21oh lol I tried running the command again, and it worked23:00
Jordan_UGamemako: Your message was truncated at ", o".23:01
GamemakoJordan_U: Thank you, wasn't sure since Pidgin seems to assume the whole message went through. Used to old mIRC which stopped me from typing at the correct point.23:03
tomreynGamemako: you could use hexchat, it's more like mirc, and it auto wraps your messages so they dont get cut off.23:04
royal_screwup21guys, what's the tl;dr of the significance of a DE?23:05
papaboseI used UEFI, but installer failed to download GRUB2, and crashed.23:05
Speirosroyal_screwup21, What is tl;dr?23:06
k1lroyal_screwup21: service.23:06
GamemakoSpeiros: too long; didn't read -- he is requesting a short version or gist answer23:07
SpeirosGamemako, Ah, thanks:)23:07
papabosehttp://imgbox.com/MRjv6r0d23:08
reisioroyal_screwup21: DE: desktop environment23:09
reisioroyal_screwup21: the applications, principally GUI applications, which make up as a whole what satisfies your "desktop" paradigm23:10
reisiohttps://en.wikipedia.org/wiki/Desktop_metaphor23:12
SpeirosThis is weird.  I've been up for over 24 hours now, and I'm not tired.  I hope I sleep well tonight (it's 10am here)23:12
reisio24 isn't too extreme23:12
Speirosreisio, I go back to work next week, so I need to get a routine going.  I'm concerned about that.23:13
royal_screwup21I just typed in df -h and I see a bunch of words with their respective parameters. What are the most important things I should know?23:13
reisioit might be worthwhile to take a little nap in the afternoon, though, so you can be tired for ordinary sleepy time in the evening, instead of your body forcing you to sleep very early and you waking up in the middle of tomorrow night23:13
reisioSpeiros: exactly23:13
basedmarsA true 24 hour ubuntu support there Speiros . However I recommend sleep mate23:13
reisioroyal_screwup21: on the right, 'Mounted on', '/' is the most important23:14
reisioroyal_screwup21: and possibly /home, if you have a separate /home23:14
SpeirosI did that yesterday...or whatever it's called before now, and slept for about 4-6 hours, which isn't bad.23:14
reisioroyal_screwup21: then look at the 'Avail' (available) column23:14
Speirosbasedmars, lol so it seems man:)23:14
royal_screwup21thanks reisio!23:15
SpeirosIt was 24 about 6am, so probably 28 now.  I'll have another cuppa tea and see what happens.  In the words of Roger Daltrey, "at least I'll get my washing done".23:16
royal_screwup21reisio what's the difference between /dev/sda6 and /dev/sda123:16
reisioSpeiros: down a cup of tea in the afternoon and take a nap with a timer23:16
the_countHello, I recently installed KDE Plasma to see how I liked it, which I decided I did not. After removing it, occasionally when Ubuntu Starts up, Unity is themed like KDE, whited out and with KDE style icons. When it does this, a message pops up about an error in /usr/lib/unity-settings-daemon/unity-settings-daemon. Does anyone have any ideas?23:16
reisioSpeiros: then if your body gets tired as it should, you will be able to put off sleeping till 9 or 10pm when it'll be more convenient23:16
royal_screwup21the former has a higher space availability, if that helps23:16
Speirosroyal_screwup21, They are your partitions mate.23:17
reisioroyal_screwup21: sda represents the first storage device, the numbers represent partitions on that device23:17
Speirosreisio Yeah, hopefully.23:17
royal_screwup21tmpf --> temporary files?23:17
reisioroyal_screwup21: if they don't have FS labels, you can't really know their contents/purpose without looking at their mount points & examining their data, or /etc/fstab might say23:17
reisioroyal_screwup21: tmpfs?23:17
royal_screwup21yeah I see tmpfs too under "filesystem"23:18
reisioroyal_screwup21: that's a particular type of filesystem, probably for your /dev23:18
reisioor, rather for /run or /media23:18
reisiowhoops23:18
Bashing-omthe_count: Maybe: sudo update-alternatives --config default.plymouth ; sudo dpkg-reconfigure lightdm ' .23:20
brewmaster_so23:21
quasi6does anyone have suggestions for a file tagging software?23:22
khazakarHi all!23:22
brewmaster_experience with maipu switch?23:22
SpeirosHi khazakar23:22
the_countBashing-om: I've done the first one there already. Is there any way to know if reconfiguring lightdm worked, besides waiting it out23:22
quasi6Something that I can use to change flac tags in batch23:22
royal_screwup21reisio is there a command that will tell me how much overall space I have left?23:23
khazakarI have a little problem with my Ubuntu 16.04 - I cannot sign file using gpg,It tells me that I don't have private key,but I generated it using password and keys app.23:23
reisioroyal_screwup21: yes, but it'll depend on how your system is setup23:23
royal_screwup21shoot the command23:24
k1lroyal_screwup21: "df -h"23:24
reisioroyal_screwup21: do you have a separate /home partition?23:24
royal_screwup21reisio um, nope23:24
=== richard is now known as Guest3565
Bashing-omtheNope. seeing is what is is all that ine can do ,, now if still with issues run the above again and add ' sudo update-initramfs -u ' to rebuild the kernel image .23:24
reisioroyal_screwup21: df -h | egrep '\/$' | awk '{ print $4 }'23:25
royal_screwup21k1l: I'm not really looking for chunks of informations telling me there's x GB for this partition, y GB for the other, and so on. I basically want something that'll give me a bigger picture23:25
quasi6why is there a 2 year (at least) old bug in thunar that causes it to crash when renaming a file>23:25
k1lroyal_screwup21: i still dont know what your issue is at all.23:25
royal_screwup21reisio Nice!23:25
khazakarWhat's more,when I use command gpg --list-keys myemailthere,It tells me that I don't have public key,but It's generated using password and keys app,too :D23:26
k1lroyal_screwup21: if you show the output of "df -h" in a pastebin people could tell you what lines to look at so you know for the future23:26
gubernatorHi, my headphones stopped working, and I ruled out a hardware problem (no problem in Windows on same machine). I hadn't changed anything that I know of to cause this. Ubuntu 16.10, Dell XPS 13 9350. The speakers do work. I solved this the other night by changing some pulseaudio settings as per https://askubuntu.com/questions/132440/headphone-jack-not-working. The solution was only temporary as the problem is back, even though23:27
gubernatorthe settings remain changed per the linked instructions. A user in #pulseaudio suggested it could be a kernel bug. Any advice?23:27
gubernatorI have since removed pulseaudio to no avail.23:27
royal_screwup21k1l: I was looking for the amount of space left on my machine. I wanted to know the overall picture, not the space left on partitions23:28
reisioroyal_screwup21: echo $(df -h | egrep '\/$' | awk '{ print $5 }') full23:28
royal_screwup21https://thepasteb.in/p/3lh76OJOzpGc123:28
royal_screwup21here's my df -h. What are the important things I should know?23:29
reisioroyal_screwup21: the fourth line, for sda6, is virtually all you will regularly care about23:29
reisioroyal_screwup21: for /, which is your root FS mount point23:29
brewmaster_exit23:29
k1lroyal_screwup21: since you dont have a seperate /home partition, the line with "mounted on : /" is the line to look at.23:29
reisioyou have 380G left, 8% used (or 100-8=92% free)23:30
royal_screwup21reisio Hmm, awesome!23:30
k1lroyal_screwup21: the udev and tmpfs lines are just virtual and not real partitions. /dev/sda1 is just the efi partition needed for the bootloader.23:30
reisiomore than I have left :p23:31
royal_screwup21k1l: Thanks!23:31
GamemakoWell, this was expected. boot-info reports nothing at all for boot information, not even remarking that it has no boot. Time for some aspirin, I think. #ubuntu-blogs23:36
=== Trystam is now known as Tristam
=== tommy_ is now known as Guest41542
tatertotsgubernator: hi23:44
papabose#http://imgbox.com/MRjv6r0d23:46
Lunar_La1pI've just upgraded 14.04-->16.04, and my ZFS pools are no longer imported on boot. I can manually do a zpool import, but this isn't wholly useful as my /home partition is on the ZFS...23:47
reisiopapabose: installer? for what?23:47
papabosereisio: Installer for the OS, it failed to download GRUB for some reason. I reinstalled OS but did not use UEFI this time. That worked.23:48
k1lLunar_La1p: is zfsutils-linux package installed?23:51
Lunar_La1pk1l: I manually installed it, but I'm now manually removing the old packages, removing the ppa, re-installing the zfsutils-linux package, and seeing if that works.23:52
Lunar_La1p(just to ensure no conflicts/problems there)23:53
k1lLunar_La1p: yes, maybe the PPA or old packages interfer. since 16.04 got native zfs support now it should just mmount zfs tanks if it sees them23:53
Lunar_La1pOK, so, that works mostly. It means that everything happens automatically without me manually loadeing kernel modules etc. However, when zfs goes to mount the relevant pool at /home, it fails because /home already exists.23:59
Lunar_La1pHmm, no, not that it already exists, but htat it is not *empty*.,23:59

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