/srv/irclogs.ubuntu.com/2016/08/09/#ubuntu.txt

ubuntu305ubuntu 16 freez at splash screen00:00
multifractalWhat happens with graphics drivers at boot time? What kinds of things can cause a computer to freeze during boot? When I had nvidia drivers it would often fail at "bbswitch successfully loaded" something or other.00:00
netham45multifractal, That'd be bumblebee, it handles switching between the discrete and integrated cards on laptops that have them.00:01
netham45I've never used bumblebee though, so no idea what you'd need to do to fix it.00:02
VadyHello00:02
VadyHow can I open a port in a ubuntu 14.04 server?00:03
VadyI tried doing that with iptables00:03
Vadydidn't really work00:03
rajivmarshow to update opengl from 1.4 to 2.0?00:03
kbaegisHi all.  Trying to get vt-d set up with an nvidia 880m00:05
kbaegislibvirt is telling me that the host (ubuntu 16.04) doesn't support passthrough for pci00:05
k1lVady: usually you start a program that will listen on that port00:05
kbaegisThe BIOS has an explicit option for it, which is enabled00:05
Vadyk1l and that's enough?00:05
kbaegisSo if I have both vt-d and vt-x, why is libvirt telling me this?00:05
k1lVady: yes?00:05
multifractalWhat is bumblebee? Something about deciding which grahpics hardware performs the rendering of the screen and so forth?00:06
Vadyk1l any Idea why I can't connect to the port outside of ubuntu? but from the same network00:06
k1lmultifractal: yes, but bumblebee is deprecated on ubuntu. ubuntu uses nvidia-prime00:07
k1lVady: so that is a router issue?00:07
k1lVady: you nees to forward that port to the server00:07
Vadyk1l the port is open, so is port 80, but port 80 works00:07
ubuntu305ubuntu 16 freez at splash screen00:07
multifractalRight, I believe I had that too, because I got this nvidia driver via a package manager installation of CUDA which comes with all dependenceis.00:08
MWMHi I am trying to set a custom resolution on a headless install.  I have set the resolution but cannot make it persistent after shutdown/restart00:08
MWMI have tried the step here http://askubuntu.com/questions/642617/how-to-permanently-set-a-custom-resolution and created a custom script... no dice00:09
kbaegisCan anyone help me with this?00:09
Vadyk1l Any idea why I can't connect even though it's port forwarded?00:09
multifractalk1l or you mean ubuntu comes with nvidia-prime when you install it?00:10
netham45multifractal, the official nvidia drivers come with nvidia-prime, yes.00:10
netham45Even on non-compatible systems.00:10
k1lmultifractal: yes. you need to install the nvidia driver from the ubuntu repo.00:10
Gallomimiafor anyone who was following earlier, the issue i had was related to full /boot partition00:10
k1lVady: it still sounds like a routing issue00:10
netham45multifractal, might be worth it to try 'nomodeset' as a kernel parameter.00:10
multifractalnetham45 when I tried that parameter it always had lousy resolution, and CUDA programs were unable to find the grahpics hardware.00:11
multifractalAnd I think still sometimes, it crashed regardless.00:12
multifractalAlso it crashed at different points sometimes: "sane disabled; edit /etc/default/saned *Restoring resolver state..."00:14
Vadyk1l actually the ip I'm trying to connect to is a private ip, from ubuntu, I'm trying to connect to it with windows, it works using port 80, but no with the port I need it to, tried randomizing that number, still won't work00:14
MWManyone have a clue?00:17
Gallomimiasorry bud. none from me00:18
=== button is now known as crayon
ubuntu305ubuntu 16 freez at splash screen00:21
=== agurs is now known as Al3xG0
letalissince xorg gets most of its configuration from xorg.conf.d now, how would one go about adding custom option flags to that for their video driver to use in xorg.conf.d? i have attempted it with limited success and had noticed nothing in that folder has an actual Device section00:26
letalisat least not for video hardware00:27
rangergordhttp://paste.ubuntu.com/22755259/   I'm getting "command not found" for an executable when I try to use it, even though which shows it exists. It seems to fail half the time. "snmpget --version" works, "snmpget OPTIONS" says not found? How can that be?00:28
=== glytch is now known as StCipher
letalisrangergord: is it possible that the syntax might be a little off?00:29
letalisrangergord: i dont see how that could be possible from your pastebin otherwise.00:30
rangergordletalis: i literally copied and pasted it from bash00:30
rangergordthat same command is valid, but let's say it has syntax errors...why wouldn't the error come from the executable instead of the system?00:31
letalisrangergord: im not familiar with the command personally, but sometimes the shell can get confused with quotes if they are used in weird fashions00:31
rangergordI think something's broken on my system...I'm gonna do the Windowsy thing and reobot just in case00:31
letalisit doesnt look like it came from the command.00:31
letalislet me look at it one more time to make sure.00:31
rangergordno that package recommendation error is typical Ubuntu00:32
letaliswhere it says it cant find snmpget thats actually part of ubuntus bash setup00:32
Vadyhttp://dpaste.com/3SHEZMA00:33
=== Seriusam_ is now known as hi
VadyIs there something wrong with these rules?00:33
=== hi is now known as Seriusam
VadyI need to open port 696900:33
Vadyand something is forbidding that00:33
rangergordjust rebooted, literally took the example copied straight from NetSNMP's doc (snmpget -v 3 -u myuser -l authNoPriv -a MD5 -A my_password localhost sysUpTime.0), paste it in bash...and I get "snmpget: command not found". Then "snmpget --version" works no prolblem.00:33
rangergordI think something's broken in my setup00:34
letalisrangergord: you have to be careful with that soemtimes, because if some of the formatting from the page gets in there the shell will usually complain in one way or another.00:34
letalisif it were me, id go look at the page one more time and just make sure i didnt copy something extra in there that might cause the shell to complain00:35
rangergordholy cow, you're right. Copy from website -> paste in bash, always fails. Copy from website -> paste in IRC client -> copy from IRC client -> paste in bash, no issues00:36
MWMI needa bash guru please :)00:36
Vadyanyone?00:36
letalisVady: let me take a look i might be able to help00:36
rangergordbut I don't see any difference if I make my text editor show all characters. must have been a coincidence.00:36
Vadyletalis: Thanks00:36
letalistry moving it up in your configuration, you have a drop all above it which will cause it to never reach that rule if memory serves.00:37
letalisipchains i think reads the rules from top down00:38
Vadyoh00:38
Vadyhow do I move it00:38
letalisin a text editor, you could cut and paste it toards the top00:38
letalistowards00:38
Vadyoh00:38
letalislol00:38
Vadythat means I have to find the actual file00:39
VadyI was using the command00:39
iulianMWM, http://askubuntu.com/questions/138408/how-to-add-display-resolution-fo-an-lcd-in-ubuntu-12-04-xrandr-problem00:39
letalisits somewhere in etc Vady, though i cant remember exactly what the name of the file is.00:40
Vadyfound it00:40
letalisokay00:40
Vadybut for some reason, my rule is not even there00:40
Vadythere's nothing after the drop all rule00:40
letalisim not sure what you were using to add it, but is it possible you didnt commit the changes?00:41
VadyI think00:41
VadyI used the iptables command00:41
apb1963MWM: Try #bash00:41
MWM@apb1963  thanks :)00:42
letalisMWM: what were you trying to do in bash?00:42
apb1963MWM: Or ask here anyway.00:42
Vadyshould I just write my rule above the drop one manually in the file?00:42
MWMI am trying to get a custom resolution to persist past a reboot00:42
letalisVady: thats what i would do00:42
Vadyhmm, but it's written in a different way00:43
Vadynot sure how to convert it00:43
MWMI created a bash scrip > made it executable> and tried a few different things to get it to start @ login.00:43
MWMI took my instructions from http://askubuntu.com/questions/637911/how-to-run-xrandr-commands-at-startup-in-ubuntu/637921#63792100:43
VadyHow do I convert this "ACCEPT     tcp  --  anywhere       anywhere       tcp dpt:6969" to something like "-A INPUT -p tcp -m multiport --ports 8025 -m comment --comment "100 tcp/8025" -j ACCEPT" ?00:44
letaliswell iptables might have a flag to push it to the top00:45
letalisim not sure though00:45
apb1963Vady: delete the line, then insert it at the proper place.00:45
Vadyit doesn't even exist00:45
letalisMWM: you could potentially put it in .bashrc00:45
Vadyfor some reason00:45
apb1963Vady: great!  Just insert it then.00:45
Vadywhat to insert00:45
VadyI need to insert it with the proper format00:46
apb1963the line you want00:46
Vadywith the -A INPUT one00:46
VadyI have the accept tcp one00:46
apb1963hang on... let me google that for you00:46
letalisapb1963: i think the issue lies with the fact that ipchains config file doesnt look like the command, and Vady isnt sure how to add it that way.00:46
ubuntu305ubuntu 16 freez at splash screen00:46
apb1963letalis: you were close when you said maybe iptables has a command....00:47
letalisi know that the cyberoams we use at work work that way.00:47
letalisand they run linux00:47
letaliswhich means theyre using ipchains00:47
MWM@letalis : I have input the path to the script at the end of the bashrc file before the close tags and that didnt do it.  Is that the right way?00:47
letaliswhat youll need to do MWM is put a & behind the command00:48
letaliswhat that does is run the command and continue processing the file00:48
letalisotherwise once it gets to your command, its going to stop processing .bashrc00:49
MWMso ... "sh /path/to/file &"   ?00:49
letaliswhich will hang and youll never get to a command prompt.00:49
letalis"/parthtofile/command -flags &"00:50
apb1963Vady: Try iptables -A INPUT -i 6969 -j ACCEPT and lets see how that looks.00:50
letalistry it in command prompt, run a command that usually would take over the prompt like irrsi or something00:51
xurious_I've got a slight problem. I had to migrate my ubuntu server 14.04 install from one pc to another. It boots fine, except I'm very confused on the "proper" way to configure the network. I had to switch from i210 to an older intel chipset, and ifconfig doesn't list the new ones.00:51
letalisitll put the process in the bg, still running00:51
polatmerhaba00:51
Vadyapb1963 how that looks, in netstat, or the file?00:52
letalisxurious_: the issue may lie in the driver for the new card.00:52
xurious_(looking under /etc/networking/interfaces, I have both eth0 and eth1 configed, but it appears ubuntu doesn't resepct that file.)00:52
letalisnewer linux systems tend to probe all the hardware on startup00:52
apb1963Vady: Remember what you pastebinned?00:52
xurious_letalis: How do I check?00:52
apb1963Vady: Do the same.00:52
Vadyapb1963 so nestat00:53
Vadynvm00:53
polatTürk var mı?00:53
xurious_letalis: The nics are listed in lspci.00:53
letaliswhat i would do is look at the kernel logs on your system and see if it finds the network card.00:53
apb1963Vady: [17:33] <Vady> http://dpaste.com/3SHEZMA00:53
Vadyit was iptables -l00:53
apb1963yes00:53
letalistypically if the kernel hates something it tends to complain00:53
letalislol00:53
xurious_letalis: If it does, is there a way to find out which int is it? (eth0, eth1, etc?)00:54
Vadyapb1963: http://dpaste.com/0ER5MF300:54
letalisif it compalins its likely it wont assign a device in /dev00:54
letaliswhich would be why the interface cant be accessed.00:54
apb1963Vady: Yeah I couldn't remember and I was afraid of that.... ok... try adding iptables -l --num00:55
letalisbeing intel however, its rare for that to occur if the nic is from them00:55
apb1963Vady: well not adding but... doing.00:55
letalisanother thing is that eth0 and such now doesnt appear to be how devices are labeled now00:56
Vadyapb1963: http://dpaste.com/0HQ83AD00:56
apb1963Vady: First lets delete the line we just added.  You can do that with iptables -D INPUT -i 6969 -j ACCEPT00:56
MWMwell Ive got it saved in .bash_login and I have to opein in terminal to get my resolution set.  Good enough for now.  Guess Ill continue my quest to learn bash :)00:57
xurious_letalis: I'm used to debian, so something is throwing me for a loop. The ubuntu docs listed using eth0, so it's adding more confusion. Brb, I'll check the logs.00:57
letalislike mine is: enchs0 or something like that00:57
Vadyapb1963 done00:57
MWMThanks to all who chimed in! :)00:57
letalisi cant seem to locate it in dev00:57
kbaegisfigured it out00:58
apb1963Vady: Sorry it's sudo iptables -L --line-numbers not --num00:58
Vadyapb1963, http://dpaste.com/1SGEP9H00:59
letalisxurious_: my wireless device in 16.04 is: wlp4s001:00
letalisbut that is what they look like now01:00
apb1963Vady: ok the line you inserted is still there so do sudo iptables -D 10 to delete line 1001:01
Vadyiptables: Bad rule (does a matching rule exist in that chain?).01:02
=== n00mada_ is now known as n00mada
apb1963Vady: Then do sudo iptables -A INPUT 9 -i 6969 -j ACCEPT -m comment --comment "This rule is here for this reason"  This will shift line 9 down and insert above as line 8.  hopefully :)01:05
apb1963Vady: oh wait01:05
apb1963Vady: didn't read your comment01:05
apb1963give me a current list please with line numbers01:06
Vadyit's the same as the last one01:06
Vadymy line is still number 1001:06
apb1963What did you type?  Cut & paste from your screen.01:07
Vadyat the time of the error?01:07
apb1963Yes01:07
Vady$ sudo iptables -D 1001:07
Vadyiptables: Bad rule (does a matching rule exist in that chain?).01:07
apb1963iptables-save|grep 696901:09
apb1963Vady: ^^01:10
Vadyyeah, did it01:10
apb1963pastebin?01:10
Vadyof -L?01:10
apb1963of the results of that command01:10
Vady$ sudo iptables-save|grep 696901:11
Vady15:-A INPUT -p tcp -m tcp --dport 6969 -j ACCEPT01:11
apb1963how interesting01:11
apb1963Vady: sudo iptables -D 1501:11
Vady$ sudo iptables -D 1501:12
Vadyiptables: Bad rule (does a matching rule exist in that chain?).01:12
apb1963Fine.01:12
apb1963iptables -D INPUT -p tcp -m tcp --dport 6969 -j ACCEPT01:12
Vadyhat did delete it01:13
Vadythat*01:13
apb1963yeah.  weirdness01:13
VadyI think the right way was01:13
apb1963so... iptables-save show me the output01:13
Vady-D INPUT 10?01:13
Vadyor 1501:13
apb1963both are right01:13
apb1963both methods.. not both line numbers01:13
Vadyby save you mean01:14
Vadyjust iptables-save?01:14
apb1963yes...01:14
Vadyhttp://dpaste.com/3TR9YEB01:14
apb1963good.  Now go back to line numbers.  Show me.01:15
Vadyisn't this line numbers01:15
apb1963my bad.  I need to eat.  lol01:15
Vady:D01:15
apb1963sudo iptables -A INPUT 9 -i 6969 -j ACCEPT -m comment --comment "This rule is here for this reason"01:16
VadyBad argument `9'01:16
apb1963hmm.  let me check again01:17
=== Liz is now known as Guest58043
apb1963oh duh... not -A  -I01:18
EGCdigital:)01:18
Vadyok01:18
Vadydone01:19
Vadyand it's on line 901:19
Vadydrop is now on 1001:19
apb1963so.. it worked.01:19
VadyImma save and try connecting to the port01:19
apb1963yes... iptables-save01:19
Vadywon't connect :|01:20
apb1963error message?01:20
VadyConnecting To axolotls.lab...Could not open connection to the host, on port 6969: Connect failed01:20
apb1963Is anything running on that port?01:20
Vady5:tcp        0      0 0.0.0.0:6969            0.0.0.0:*               LISTEN      12957/php01:21
Vadyyup01:21
apb1963I'm not convinced it's not your application that's denying access.01:22
Vadyuhmmm you mean you're convinced it's my application?01:22
apb1963No... I'm saying it's a possibility that needs ruling out.01:23
Vadyuhuuh01:23
Vadythe application is a websocket tutorial01:23
Vadyso I don't think they made an error01:23
apb1963ok so there's no password or access list or anything.01:23
VadyI guess01:24
apb1963hmm01:24
apb1963what happens if you telnet to that port?01:24
Vadyif I telnet from ubuntu01:24
apb1963you decide01:24
Vadywasn't question :D01:24
VadyTrying ::1...01:24
VadyTrying 127.0.0.1...01:24
VadyConnected to localhost.01:24
VadyEscape character is '^]'.01:24
Vadyand telnet from my windows01:25
apb1963what did you type?  Did you telnet to the port?01:25
apb1963or just the machine.01:26
apb1963Speaketh... the Drone allows it.01:26
=== YankDownUnder is now known as YDU_away
=== sins-_m is now known as sins-
anonbhi i just added a pre-existing image to qemu but when the OS boots up, i can type username but not password01:42
anonbit throws error01:42
anonbata1.00: error {ABRT}01:43
anonbI/O error, dev sda01:43
anonbemask 0x1 (device error)01:43
anonbcan anyone assist01:45
* ICEUser #ubuntu :-)01:45
netham45Do the nvidia drivers work with xinerama anymore?01:54
netham45It's ridiculous how terrible nvidia's proprietary drivers are. =/01:55
mdufforGreets.  Can anyone tell me the best way to deal with lots of icons on the Ubuntu launcher?  By default I can show 14 full, plus about 22 smooshed.  That's unweildy, and I'd like to deal with maybe 50-60 possible apps to launch.02:03
FragUPlentytest02:04
ShekharReddyhow to add a gitignore file in a repo locally02:05
ShekharReddy?02:05
xurious_phoneAlright. So I checked dmesg. Eth0 and eth1 are listed e1000 without any issues. So that comes down to what am I missing they won't show up in if Ifconfig?02:07
Bashing-omxurious_phone: What controls networking on your system - network-manager or /etc/network/interfaces ?02:11
xurious_phoneBashing-om: what's the default? I haven't even heard of network manager.02:13
Bashing-omxurious_phone: standard desktop install is network-manager . dpkg -l network-manager to know .02:15
=== raspberr_ is now known as raspberrypifan
xurious_Bashing-om: Thanks, I'll check. I have server installed.02:17
Dezine_The touchpad on my laptop is not working correctly. It works at boot but turns off after awhile. I'm on Acer Aspire, the touchpad is  elan0501. I googled around with no luck. Thanks.02:18
Bashing-omxurious_: Server unless altered is /etc/network/interfaces .02:18
xurious_Bashing-om: Stopping networking service, altering interfaces, and brining back up networking does not result in any changes, no does rebooting after making the changes.02:18
uhybj!list02:19
ubottuuhybj: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».02:19
uhybj!bot02:19
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots | Make a clone of me: /msg ubottu botclone02:19
Bashing-omxurious_: Let's back up and look . show us in a pastebin the output ' sudo ip link show eth0 ' .02:21
xurious_phoneNot sure how to do paste bin on a machine without int working :)02:22
xurious_phonehttps://usercontent.irccloud-cdn.com/file/rgtEsDLQ/IMG_1838.JPG02:23
xurious_phoneBashing-om: there's a screen of dmesg.02:23
Bashing-omxurious_phone: Piggy back thumb drive to this machine that you are IRC'n on ??02:23
=== Marco` is now known as Marco
xurious_phoneOf dpkg and ip link.  https://usercontent.irccloud-cdn.com/file/uHzmSd7L/1470709425.JPG02:24
r_riosWhy is the rts5139 module absent in 16.04?02:26
r_rios% sudo modprobe rts5139 => modprobe: FATAL: Module rts5139 not found in directory /lib/modules/4.4.0-31-generic02:26
glitchdanyone know how i can access the monitor selection popup menu?02:28
Bashing-omxurious_phone: Well that do say for some reason that network-manager is installed . As this is a 14.04 install what results ' sudo service network-manager restart ' .02:28
glitchdthis is what im talking about specifically02:34
glitchdhttp://i.imgur.com/Q88oCHP.jpg02:34
squisherhey folks, anyone have a good guide to troubleshooting boot issues? After upgrading to xenial my nuc hangs somewhere around activating LVM but I'm a bit at a loss how to narrow it down.02:42
=== nerd is now known as Guest53484
=== PickledEggs is now known as PickledEggs[SEA]
=== cigumo_ is now known as cigumo
RonWhoCaresWould someone review my question http://askubuntu.com/questions/809869/changing-file-permission-as-root03:00
xurious_phoneBashing-om: Thanks! Purging network manager and bringing up the if solved all the problems.03:00
Bashing-omxurious_phone: Great ! Glad ya got it fingered out !03:04
=== Crixus|afk is now known as Crixuws
=== Crixuws is now known as Crixus
liava_Hey is there any USB modems that Ubuntu will Recognise or a way to do so?03:21
liava_Like prepaid USB03:21
=== krc4267|afk is now known as krc4672
=== krc4672 is now known as krc4656
=== krc4656 is now known as krc4462
=== krc4462 is now known as krc4267_
=== abelur is now known as abelur|lunch
=== sul-fyr is now known as sulfyr
Musicjunkie4537I've got a problem with updating my profile in ubuntuforums.org.  Is this the right place to ask?03:39
SchrodingersScatMusicjunkie4537: doubtful03:43
Musicjunkie4537Alright.03:44
SchrodingersScatMusicjunkie4537: there's no site contact?03:45
Musicjunkie4537The problem is, I'm unable to update the distro I use on my profile because I guess I haven't posted ten posts yet.  I started my account back when I had 10.0403:45
SchrodingersScatmake ten posts?03:45
Musicjunkie4537There's a link to contact an admin.  Would that be my best bet?03:45
Musicjunkie4537I don't want to "contribute" ten nonsense posts to enable a feature03:46
Musicjunkie4537I guess I could.  I would just rather not spam the forum03:46
SchrodingersScatyou had six years xD03:46
Musicjunkie4537I guess I've just never asked for help along the way X)03:47
SchrodingersScatMusicjunkie4537: https://ubuntuforums.org/forumdisplay.php?f=12303:48
Musicjunkie4537Thx!03:48
netham45_I've got a totally ridiculous display setup that Compiz seems to be having an issue with. I have 5 monitors on 2 cards. Using any other WM I can use all 5, but Compiz keeps blanking the two on my secondary card.04:07
=== netham45_ is now known as Netham46
=== Zhao is now known as Guest89704
justatestola04:28
bill__im trying to install the dev version of evolution so i can use oauth2, anybody familiar with that process?04:31
=== bill__ is now known as hispeed67
=== abelur|lunch is now known as abelur
=== cyphase_eviltwin is now known as cyphase
bray90820What's the package name for help in ubuntu04:53
DanksterPackage name for help? are you talking about help for command line programs? Type "man <command>" to read the docs for the specified command.04:56
bray90820Nope I'm talking about the application in the software center called help04:58
CoolBreeze227is there a way to tell when a package will get on the official repo list?05:01
=== ic_ is now known as doc|work
=== nerd is now known as Guest79194
iokocan anyone help me to pick up motherboard for processor?05:05
=== errrasmus is now known as erasmus
bray90820ioko: What processor05:09
iokointel core 2 duo bray9082005:09
bray90820Do you know what socket that takes by any chance05:10
iokobray90820: i want to build a system which is quite affrodable & easy to learn/install linux & browse internet05:12
bray90820ioko: So do you have the processor already?05:12
iokonot yet bought bray90820 i am thinking to buy 10USD intel core 2 duo processor beacause i guess this is the cheapest one & brand name is Intel05:13
iokodo you have other suggestion?05:13
bray90820How much did you plan on spending on the motherboard?05:13
iokoi guess processor is the most expensive part in the system; (10USD=processor) then i want to spend another 10USD for built up system05:15
iokoi already have some components like power supply, keyboard & mouse/speaker05:15
iokobray90820:05:15
bray9082010 usd for a motherboard isn't possible05:15
iokoso do you mean mobo is the costliest part in the system? bray9082005:16
bray90820Usually a motherboard and a processor are about the same price but in this case you got the processor for next to nothing05:17
mrgeeshi. I'm tryigg to use boot-repair but I get an error message "The current session is in Legacy mode. Please reboot the computer, and use this software in an EFI session"05:20
iokobray90820: how to find out all possible mobo for intel core 2 duo processor?05:20
iokoif i increase total buget upto 30 USD; is it fine to build a system?05:21
bray90820ioko: I think in your case it would be cheaper to get a different processor snd motherboard than to buy a motherboard for that processor05:21
tozlumrgees: Sounds like the tool you're using doesn't support UEFI or you aren't booting into the UEFI version of it.05:21
mrgeesnot sure. I'm rnning from the live-cd05:22
vahehow not to include xorg? what would work as the server init.d ligthdm05:22
Auctusim using 16.04, and the computer is snappy and responsive and everything, but if i try to open the terminal, it takes a good 20 seconds... just it just isnt checking for keyboard commands that often or something (i mean CTRL+ALT+T terminal shortcut)05:22
iokobray90820: which are other alternate god processor for intel core 2 duo in same price range?05:22
Bashing-ommrgees: So taking the tool's advise .. and resetting in the firmware for EFI and what results ?05:22
Auctusits not like its thrashing the disk or anything, no apparent reason for it to wait so long05:22
bray90820ioko: what are you asking?05:23
mrgeesthe original problem is that ubuntu boots to initfram prompt05:24
bray90820ioko: are you asking for a recommendation on a different processor?05:25
mrgeesit looks like it doesn't know how to boot or mount things properly05:25
iokoyes bray9082005:25
ubuntu-matehi05:27
mrgeeshi05:27
=== Liz is now known as Guest44017
ubuntu-mateproblem05:28
ubuntu-matehii05:28
vahe sudo /etc/init.d/lightdm stop how to make what is a team involved at the start?05:28
mrgeesubuntumate: are you asking if I'm having problems or that you are having problems?05:28
mrgeeshelp. ubuntu boots to initframs prompt.05:29
mrgeesanybody outhere?05:32
cmicheGood morning mrgees05:34
mrgeescmiche: hi05:34
cmichehow are you?05:34
mrgeesfrustrated05:34
cmichewhy?05:34
cmicheCan I help?05:34
mrgeesubuntu won't boot. it boots to an initrams prompt05:35
mrgeesThe fixes I found online don't work05:35
cmichelet me check.05:35
cmichemrgees have a try: https://distrowatch.com/table.php?distribution=rescatux05:37
cmichereeinstal grub 2 with it.05:37
cmicheIt is fairly simple.05:37
cmichePress one btton.05:37
mrgeescmiche: what is that?05:38
cmichea minimal rescue system.05:39
cmichedebian based.05:39
mrgeescmiche: here is another problem. I'm running from a live cd. I only have 1 pc. How can I burn anything because when I remove the live cd ubuntu freezes.05:40
vahehow to stop xorg that would not have been involved at the start05:40
vahesudo /etc/init.d/lightm stop05:41
cmicheDo you have a live cd or live usb?05:41
mrgeescmiche: live-cd05:41
cmicheand do yo have a free usb drive?05:42
cmicheTo download someting to?05:42
mrgeesyes and no. yes but where did I put it?05:42
cmicheIn your bag?05:43
cmicheIf you do not find it just install your live cd to your hard drive.05:43
mrgeescmiche: as a new partition?05:44
cmicheDo you already have a system installed on your hd?05:45
cmicheIf no use the hole hard drive.05:46
mrgeesyes. I had windows 10 but then it crashed and never booted up again. I then installed ubuntu 14 which was updated to 26 as a dual boot to windows.05:46
mrgeeswindows doesn't boot up plus I also messed it up installing ubuntu.05:47
mrgeesall the files are accesible through the live cd05:47
cmicheAre you trying to rescue your Windows 10?05:47
mrgeesnope. just ubuntu05:47
cmicheeasy05:47
cmicheDid you launch the ubuntu installer?05:48
mrgeescmiche: when?05:48
mrgeescmiche: I'm using the live cd because is the only thing that works'05:49
cmicheis it running now?05:49
mrgeescmiche: the live cd works. it won't boot to ubuntu nor to windows05:49
cmicheif you are running your live cd.05:50
cmicheJust double click install ubuntu05:50
mrgeescmiche: ok so then re-install ubuntu 14 (current version is 16) or create a new partition for 14 (tripple boot)?05:51
cmicheNo, only single boot.05:51
mrgeescmiche: tripple boot ubuntu 14, ubuntu 16 and whatever remains of windows05:52
cmicheUse whole hd05:52
mrgeescmiche: but what about my precious files under windows?05:52
cmicheCopy them now to an USB drive.05:53
mrgeesarrg. that will have to wait till I buy a new usb drive.05:53
cmicheOR press F8 when booting Windows and repair the boot.05:54
cmicheOr was it F10.05:54
cmicheYou ve got to try05:54
mrgeescmiche: it won't boot to windows at all.mits that hosed.05:54
cmicheAnd use skydrive to back up your data?05:55
mrgeescmiche: this is starting to sound like a weekend project.05:55
mrgeescmiche: what about the boot-repair utility?05:56
cmichecome on, it is tuesday.05:56
cmicheI like it.05:56
cmicheWorkes noe05:56
mrgeescmiche: I installed it but when I run it I get The current session is in Legacy mode. Please reboot the computer, and use this software in an EFI session05:56
cmicheWorkes normaly fine.05:56
cmicherescatux also has it.05:57
cmicheDo you have an UEFI BIOS?05:57
mrgeescmiche: not sure.05:58
cmicheDo you have a mouse pointer in your BIOS?05:58
mrgeescmiche: to be honest I don't remember.06:00
cmichedoes not matter.06:01
cmicheDo you know how to make en efi boot stick?06:01
cmicheOther question: what went wrong with your ubuntu install?06:02
mrgeescmiche: no06:02
cmicheDid not install grub?06:02
mrgeesafter firefox crashed I had to force restart the system. From there it boots to a command prompt called initrams06:03
cmichetry the command startx06:03
mrgeescmiche: fro grub I had to run some type of command or something because when I installed ubuntu grub did not showed up.06:04
mrgeescmiche: startx from the initrams prompt?06:04
mrgeescmiche: after solving the grub not showing up problem ubuntu only listed windows 8 which was the original os for this laptop06:05
mrgeesit should had listed win1006:05
mrgeescmiche: out of lasyness I decided to stick with ubuntu06:05
mrgeescmiche: I'll give the startx command a try.06:09
mrgeescmiche: thanks06:09
Bashing-ommrgees: Grub has a minimal set of commands ,, and 'startx' is not one of them . Tty rebooting the liveDVD in EFI mode, redownload boot-repair .. and run the tool again . It is smart .06:13
=== __raven is now known as __raven__
mrgeescmiche: are you there?06:27
miharuhello.06:27
mrgeeshello06:27
=== joey is now known as Guest99972
miharuso... I'm curious about rm command. unix stackexchange said that it just unlink the file instead of deleting them.06:27
miharuso does that mean it is just inaccessible instead of being deleted permanently?06:28
tgm4883miharu: yes06:29
=== Agent is now known as HintNW
=== HintNW is now known as Agent
=== Agent is now known as Joking
=== Joking is now known as Agent
miharutgm4833: sorry, new to cli here. Can I delete the file permanently? is it needed to delete it permanently?06:30
Bashing-ommiharu: A good read on the subject: http://linux.sys-con.com/node/117909?page=0,0 .06:31
tgm4883!info shred06:31
ubottuPackage shred does not exist in xenial06:31
miharuBashing-om: thanks.06:31
miharuwill read now.06:31
Ben64shred is in coreutils06:32
tgm4883miharu: you can shred the file. The shred command is installed by default06:32
miharutgm4833: the file that has been unlinked by rm command?06:33
tgm4883miharu: you would shred the file instead of rm the file06:33
miharuoh.06:33
miharuok, so there is nothing I can do to delete those file instead of hoping the block will be used by other files there...?06:35
iamrohit7is there a way to remove everything that i installed in ubuntu and get back to the default state?06:37
miharuiamrohit7: reinstall?06:38
iamrohit7miharu: its an aws instance. so don't know how that will go.06:39
=== MY123_ is now known as MY123
gebbioneMorning folks, I just posted this http://askubuntu.com/questions/809930/ubuntu-14-04-to-16-04-radeon-hd-5770-but-basic-display-functionality-does-not-wo06:44
testhi07:01
=== test is now known as Guest58593
=== muthu_ is now known as muthu__
Geniushello07:04
GeniusNeed some help07:04
GeniusHow to use google drive for ubuntu??07:05
miharugenius: this? http://www.omgubuntu.co.uk/2016/08/use-google-drive-ubuntu-16-04-linux-desktops07:06
miharuso... opinion on Timeshift for system backup?07:10
=== Sir_Lestaty is now known as dumbledore
soupnanodesukardoes the rx480 work on ubuntu 16.0407:14
soupnanodesukaroh wait, nvm07:14
* soupnanodesukar should google first07:15
=== Solamente_C is now known as Enizigartig_C
lorddoskiashello, where can i see the changelog of the latest ubuntu kernel?07:30
=== pavlushka is now known as Guest64002
=== Guest64002 is now known as pavlushka
soupnanodesukarlorddoskias: look at /usr/share/doc/linux-image-a.b.c-xyz07:32
V7Hey :D !07:33
=== croppa_ is now known as croppa
saberudpkg: warning: package is in a very bad inconsistent state; you should  reinstall it before attempting a removal - im getting this error when i try to reinstall a package07:34
saberuive already tried everything i found from google07:34
V7saberu: (07:34
saberuapt-get just keeps freezing up when trying to remove or reinstall the package07:34
V7saberu: Which one ?07:36
saberuthe package is sphinxsearch07:37
saberusphinxsearch_2.2.11-git20160718.6678b7d-0ubuntu11~trusty_amd64.deb07:37
saberui was reinstalling it since i had to move everything to a new server when the old one got hacked07:38
saberuPreparing to unpack .../sphinxsearch_2.2.11-git20160718.6678b7d-0ubuntu11~trusty_amd64.deb ...07:38
saberuand apt-get is just freezing up after this line and doing nothing07:38
saberulogs also tell me nothing07:38
saberuthere should be enough disk space, 3gb left07:39
V7Did you unpack it by yourself earlier ?07:39
V7What's there inside ?07:39
saberuit's a modified mysql server designed for faster searches and autocomplete requests07:40
saberui've ran it successfully on the old server07:40
saberustupidly i didn't password protect it, so that server got hacked07:40
V7uhh07:40
elias_a:(07:40
saberuso i'm installing it on this new one and have this error now07:41
V7Redownlad ?07:41
V7redownload *07:41
elias_asaberu: You have dowloaded it again, right?07:41
elias_asaberu: Same version of OS and the package?07:41
V7Can you extract it manually ?07:42
saberuyeh i installed it a while back with apt-get07:42
saberuhaven't tried manually07:42
V7saberu: Forget apt-get for 1 sec :D07:42
saberucan't i just remove the package07:42
rajesh6115\join #asterisk07:42
V7Try to unpack it manually07:42
saberuso i installed it a while back then just left it for a couple of motnhs as i was busy07:42
saberucame back and realised spinxsearch is crashing on start07:42
elias_asaberu: You should be able to remove it with --force.07:42
saberuso i want to try reinstalling the package07:42
elias_asaberu: That removes also all remaining settings.07:43
V7saberu: http://askubuntu.com/questions/525088/how-to-delete-broken-packages-in-ubuntu ?07:43
kvmmmany recomendations for a goof PDF editor?07:44
=== jatt is now known as Guest11144
saberuI tried that elias_a and i get this error - FATAL -> Failed to fork.07:46
=== jat-clone is now known as Guest18984
saberuthe command i tried -  sudo apt-get --force-yes remove sphinxsearch07:46
V7saberu: Screenshot07:47
saberuok hold on07:49
saberuhttps://postimg.org/image/eos45tchn/07:50
Tin_mankvmmm, here is a rather old review on some pdf editors for linux : http://www.linuxveda.com/2014/11/11/pdf-readers-pdf-editing-tools-recommended-linux-users/2/07:50
saberuoh jesus07:51
saberuout of swap memory07:51
saberuno wonder07:51
kvmmmok, thanks07:52
saberuok server is a lot more responsive07:55
saberunow how do i remove this damn package file? please :P07:55
kvmmmon that list there's nothing that allows editing PDFs. Are there no PDF editors in Linux?07:55
Serg_Penguinhi ! with genisoimage, how can i put files on disk in particular order, so compression will be easier on them ? i use ISO solely for deduplication07:56
V7saberu: I'll try to find out what you can do :D07:57
saberui fixed it07:57
saberu sudo dpkg -i --force-overwrite  sphinxsearch_2.2.11-git20160718.6678b7d-0ubuntu11~trusty_amd64.deb07:57
saberuthis command worked after i added more swap memory07:58
saberuit fixed the broken package07:58
saberuso anyone with similar problem in future can know that07:58
V7saberu: nice one ;)08:00
V7New hack investigated :D08:00
vahehow to find wifi and connect? terminal08:00
V7Just minimaze swap memory and you won't remove trojan :D08:01
V7joke ^^08:01
V7vahe: ?08:01
V7vahe: http://askubuntu.com/questions/294257/connect-to-wifi-network-through-ubuntu-terminal08:01
V7also http://askubuntu.com/questions/138472/how-do-i-connect-to-a-wpa-wifi-network-using-the-command-line08:02
vaheV7: iwconfig wlan0 essid name key password?08:16
vahenot work08:16
V7vahe: Wifi type08:16
V7WEP or WPA?08:16
vaheV7:  dont know (08:17
V7:D08:17
V7Try 2 link08:17
vaheV7: gentoo is wifi-menu08:18
MrElendigwpa_supplicant -B -i iface -c <(wpa_passphrase 'essid' 'passphrase')08:18
MrElendigsidenote: don't use wep or wpa ever, use wpa208:19
MrElendigcould also use nmcli/nmtui08:19
ptexsopGood explenations for raspberry-pi, works for me: http://weworkweplay.com/play/automatically-connect-a-raspberry-pi-to-a-wifi-network/08:19
V7MrElendig: I sent 2 link with this explanation :D08:20
vaheMrElendig: wpa_supplicant -B -i iface -c <(wpa_passphrase 'neme-wifi?' 'passwd?')08:20
V7vahe: ?08:20
vaheV7:  I badly know English , you can just tell the comannd08:21
V7vahe: sudo apt-get install wpasupplicant08:22
vaheyes08:22
vahethis is already08:22
vaheI have no Internet )) how I will set))08:23
vahelucky)08:23
vaheok next?08:23
V7sudo wpa_passphrase ssid pass > wpa.conf08:23
MrElendigV7: askubuntu never loads for me08:24
V7MrElendig: Why ?08:25
MrElendigV7: also that won't work for obvious reasons08:25
=== Dave__ is now known as Dave
MrElendigbecause the redirect is being done by the shell wich is running as your user08:25
V7MrElendig: Send type of error when you're loading askubuntu08:25
MrElendigV7: just sits there and loads forever08:25
vaheOh there is a problem it seems is not set wpasupplicant08:26
V7vahe: Your real language ?08:26
vaheV7: I can't install because no Internet08:26
vaheArmenia,Russian08:26
V7vahe: wait08:26
V7Какой девайс Вы используете для общения с нами в данный момент :08:27
vaheV7:  это нотбук а интенет нужен для сервера08:27
V7Сервер локально доступен ?08:28
vaheV7: https://www.youtube.com/watch?v=YNGcn4x-oug08:28
vaheminipc08:28
V7vahe: *.exe файл на десктопе :D08:31
=== uli is now known as Guest8858
vaheV7: yes08:32
V7Так раздать интернет через USB / Lan Вы не можете ?08:33
UbuntuLovertranslated: How to distribute internet via USB / Lan You can not ?08:34
V7С ноута на PCG02U08:34
vaheV7: нет08:35
V7vahe: Можете ли Вы передать файл в PCG02U ?08:37
vaheV7: да08:37
V7Скачайте http://w1.fi/releases/wpa_supplicant-2.5.tar.gz08:38
V7Передайте на Ваш mini pc08:38
V7Разархивируйте08:38
V7Поставьте все настройки в .config файле08:38
kvmmmИщу русской жены.08:39
=== ubuntu is now known as Guest32128
picolushi08:39
picolusi am new to this channel08:39
kvmmmПривет picolus08:39
kvmmmyou can ask in English, but Russian is best.08:39
V7И последнее: sudo make && sudo make install08:40
vaheV7: thanks, wait08:40
picolusmy problems about my ubuntu box or something other?08:40
V7Буду через 30 минут08:41
picolusat first i want to know what this channel is about? is it about describing08:41
brunch875picolus: this is the support channel. There's also ubuntu-offtopic08:41
brunch875#ubuntu-offtopic08:41
DJonespicolus: This is the main support channel, if you've got an Ubuntu support question, just ask it in the channel and see if anybody can help you08:41
archhereticIs there a way I can clone monitors from terminal? My laptop monitor is dead, and every single program I open up start up on my other monitor08:42
archhereticI got amd gfx if that matters08:43
picolusi am using ubuntu 14.10 in my laptop. My problem is that after inactive 15 minutes08:43
picolusmy monitor turns off automatically08:43
=== picolus is now known as picollus
=== picollus is now known as picolus
elias_apicolus: Change the settings.08:45
picoluselias_a: which settings?08:45
elias_apicolus: Umm... what would it be in english...08:45
picoluselias_a: what is in english?08:46
elias_apicolus: Brightness and lock or something. The timeout is there.08:46
elias_apicolus: I'm using Finnish UI. The name of the icon in settings is a rough translation.08:47
elias_apicolus: Can you find it?08:47
picolusits under power manager: On AC, On Battery08:47
elias_aIt is also there. :)08:48
elias_aGlad you found it. ;-)08:48
kallo82Hello08:49
picoluskallo82: Hi08:49
kallo82Have Ubuntu 16.04 released support for AMD firePro GPU ?08:49
kallo82picolus, im still on 14.0408:50
archhereticcan anyone help me with my clone monitor problem?08:51
archhereticonly program I managed to run on this monitor is konsole08:51
archhereticif i start programs from konsole they will just start up on the other monitor08:51
archhereticive sshed into my server, but its pretty limited08:52
archhereticand the other monitor is daed08:52
archheretic*dead08:52
nicolsonhi08:52
nicolsonhow do I find where kernel modules (device driver related )are located in the file system ?08:53
kallo82my menu suddenly became like this , how to fix that ? https://postimg.org/image/5vq8v10qd/08:56
kallo82i received an update of linux kernel for developers thats all i did, im not so sure it caused the problem08:57
kallo82i also have conky manager , could that have caused the problem ?08:57
kallo82anyone has experienced such an issue ?08:59
kallo82Is anybody here ?08:59
kallo82:-D08:59
vahehow to transfer file from usb drive to computer ? termianal only09:02
picolus#hackerfleet09:03
basic6how do i raise the priority of a bug? https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-346/+bug/160943609:03
ubottuLaunchpad bug 1609436 in nvidia-graphics-drivers-346 (Ubuntu) "Black screen and no tty with Ubuntu 16.04.1 (kernel >= 4.4.2)" [Undecided,New]09:03
ikoniabasic6: how do you know it needs raising09:03
ikoniait's not even confirmed09:03
zerox_ubuntu rocks09:04
basic6ikonia: because ubuntu linux does not work anymore on this computer and i feel like that's kinda important09:04
ikoniabasic6: so you can't raise the prority on a bug thats not even confirmed, thats pointless09:05
basic6ikonia: so i have to wait for some admin to confirm it? well ok...09:06
ikoniano09:06
ikoniathink about it though, you don't even know if it's a bug, and you're trying to raise the priority09:06
=== lenovo is now known as Guest85395
basic6ikonia: have you read my last message? the screen is blank, so the system is unusable. how is this not the most obvious bug of all times?09:07
ikonia"for you"09:07
ikoniathat doen't mean a bug, that could be as simple as a config issue09:07
basic6even the live cd won't boot09:07
basic6well in that case, the config issue would also affect the config on the live c09:08
basic6cd09:08
ikoniabasic6: it could well do, it could be many things, you need to understand it rather than raise a blind bug then start poking its priority09:08
akikbasic6: what's the computer model? have you tried searching the web for the same problem?09:09
akikbasic6: also your report is missing the nvidia card info. grep for 3D09:10
basic6akik: the lshw output is already attached to the bug. grepping for 3D returns nothing.09:11
kallo82my menu suddenly became like this , how to fix that ? https://postimg.org/image/5vq8v10qd/09:11
akikbasic6: do you have a nvidia card in it?09:12
basic6no, it's just an integrated video controller09:13
akikbasic6: somehow the bug report mentions nvidia09:14
Guest20Hi, how do i add icons (applets like netspeed) to the upper panel ? (Precise Pangolin; Ubuntu 12.04)09:16
basic6oh it does. not sure, maybe i clicked on a wrong item... which component should i add instead?09:17
akikbasic6: i don't know. have you tried booting the kernel with "i915.modeset=0" ?09:18
basic6no09:20
akikbasic6: maybe both "nomodeset i915.modeset=0"09:20
akikbasic6: try with those09:20
basic6with the fedora system (that also fails in the same way), i tried nomodeset one time. it was very slow and when i switched tty, the whole system froze completely09:21
basic6but as far as i remember, it got further than without the nomodeset option09:21
j_I had a lover, I don't think I'll risk another these days09:26
asarhey guy i need help http://imgur.com/a/Cnf7B09:28
l9j_: good too know :p09:28
l9asar: with?09:28
asarl9: software center09:29
l9okey??09:29
asarl9: have you seen the screenshot09:30
l9yes09:30
k1lasar: try http://askubuntu.com/a/762774/3126009:30
* l9 never used the software center ... 09:32
asark1l: let me check it out09:33
l9k1l: why not use apt update ? shouldnt that refresh all the stuff in software center?09:33
k1ll9: thats about the program chache. not the packages cache from the repos09:34
l9never understood why we need a software center in the first place, over complicates installing new programs09:35
k1ll9: desktop users do want to have a software center. they are used to it form android/iOS and game consoles.09:36
l9k1l: you are right, well their loss missing out on the greate ocean of config files and errors.09:40
asari found what the issue was09:44
asarDownloadable from the internet was all unchecked http://imgur.com/a/Fw12K09:45
k1lasar: oh.09:45
picolushi09:45
asark1l: i dont remember unchecking them tho09:46
l9k1l: systemd-udevd:5991 blocked for more than 120 seconds why does my computer do this the same kernel panic as yeasterday i think09:47
=== the_ant1 is now known as the_ant
mint_Hello all09:50
=== mint_ is now known as elricsfate
elricsfateHello all09:51
k1ll9: ist the fstab correct?09:51
elricsfatehttps://community.linuxmint.com/tutorial/view/219109:52
k1l!mint | elricsfate09:52
ubottuelricsfate: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org09:52
elricsfateI'm following this guide and for some reason I'm noticing that initctl does not exist in sbin09:52
elricsfate10/409:52
k1lelricsfate: ask the mint support. its set to autojoin on your mint irc programs09:52
elricsfatek1l: Yeh I'm asking there but think I'm going to have difficulty because I'm running a bit of a non-standard (or at least not common) setup09:55
elricsfateTrying to do FDE in a Windows 10/Linux dual boot.09:56
k1lbut we cant help you on mint issues since mint changes things.09:56
Bassemi have ubuntu 16.04 it freeze before the login screen...it freeze on the screen with ubuntu logo and dots...how to fix that09:56
OerHekselricsfate, mint has its own issues09:57
elricsfateYep, I know how it goes OerHeks k1l though I believe this will be an issue unique to this setup and not between mint/ubuntu09:57
elricsfateRegardless, I'll let you guys get back to Ubuntu stuff :) Thanks again.09:58
OerHekselricsfate, if the mint channel does not answer, try ##linux09:58
elricsfateGreat idea. Thanks OerHeks09:58
derkJust wanted to say HI10:02
Bassemi have ubuntu 16.04 it freeze before the login screen...it freeze on the screen with ubuntu logo and dots...how to fix that10:07
=== archaic is now known as Guest55271
pandaadbHi - I am struggling with a graphics issue10:14
pandaadbI have this output: http://pastebin.com/3MaBiG8810:14
pandaadbIs it a problem, that the intel stuff does not have a "kernel driver in use"10:14
pandaadbBecause my issue is that the Nvidia chip is causing some waves when scrolling. It's a optimus card , so I wonder if i need that intel driver in order for nvidia to do the right thing?10:15
pandaadbSo currently I am using my laptop in "Save energy mode" which enables the Intel chip inly, but not the Nvidia chip10:15
OerHekspandaadb, your paste shows nvidia in use, so that intel gpu is disabled, the intel driver is not needed for nvida.10:18
OerHeksenergy mode switches to low power intel, nvidia uses a lot of energy, so that seems perfectly right10:19
pandaadbThe thing is though that the performance mode doesn't work without tearing and lagging in graphics10:20
pandaadbI read that the optimus technology never disables intel, but rather syncs things between nvidia (or something similar - not too proficient with this)10:20
OerHekswhat nvidia driver is now in use?10:21
Geomwho has the proirity, the repo from sources.list or inside the folder of source.list.d?10:21
pandaadband i found exactly 1 thread online where someone has the same setup and claim that they fixed the graphics10:21
OerHeksGeom, the newest package version10:21
Geomoh ok10:21
Geomi missed that logic lol10:21
Geomthanks10:21
OerHeksyw10:22
pandaadbAnd the only difference is that their output looks like that: http://pastebin.com/UQfcFBeb10:22
pandaadbOerHeks, nvidia36410:22
k1lGeom: you can look at the priority with "apt-cache policy packagename"10:22
pandaadb"Additional drivers" says the other one is using "microcode firmware for intel". There is an option to click "do not use the device"10:23
pandaadbI have never tried that though10:23
OerHekspandaadb, maybe that intel code update does some good10:23
OerHeksnot only for gpu performance \10:23
pandaadbOerHeks, sorry which intel code update?10:24
OerHeks"microcode firmware for intel"10:24
pandaadbAh okay. I also read that ubuntu doesn't support the optimus chips and you are meant to disable one card for things to work. So for me wanting to use nvidia, i need to somehow get rid of the integrated graphics10:25
OerHekspandaadb, maybe you can disable it in your bios, nvidia only?10:26
ikoniapandaadb: you read wrong10:26
joelioyea, you can use discreete graphics10:26
pandaadbi don't have that option in the bios sadly10:26
ikoniapandaadb: there is support for the optimus cards, using the nvidia "prime"10:26
DJonespandaadb: I've got an nvidia/intel laptop, using nvidia-prime, I've not had any issues with using it. No tearing etc10:26
OerHeksagain, maybe the intel update does some good10:27
pandaadbThat is so odd. I am using nvidia prime as well, but switching to performance mode causes tearing and waving (e.g. when scrolling)10:27
Geomone more thing... is it ok to get pkg from previous version of ubuntu, that is missing in the latest?10:27
k1lGeom: no10:28
k1lGeom: what pacakge are we talking of?10:28
Geomi really like the udisks. but they dropped it in 16.0410:28
pandaadbDJones, may I ask how your lspci -k | grep -EA2 'VGA|3D' output looks like?10:28
Geomi have existing script thwt uses ir, and i dont like to mod it10:29
Geomuses it*10:29
DJonespandaadb: http://pastebin.com/i6F8bPGH Thats on 16.04.1, withn nvidia-prime and driver version 340.9610:30
pandaadbI have a weird feeling that maybe my intel card is not configured correctly or has the right driver because it is not saying any driver in use10:30
pandaadbok, yes so you also have that driver in use for intel.10:30
pandaadbI am not sure how I can get the intel chip to use a driver10:30
codfectionvim-gnome or vim-gtk?? for ubuntu 16.0410:31
OerHekscan it be a difference with/without powercord attached to the laptop?10:31
OerHeksc/be/make10:31
pandaadbOerHeks, i use the laptop at work, i am always connected to the power cord10:31
OerHekspandaadb, oke, so no energy saving script ruling.10:32
pandaadbno probably not. i can unplugg it and see if something cahnges10:32
pandaadbOerHeks, also: In "Additional Dirvers", the intel is shown as "unknown: unknown"10:33
pandaadbthat seems wrong to me as well10:33
k1l!info udisks2 | Geom10:33
ubottuGeom: udisks2 (source: udisks2): D-Bus service to access and manipulate storage devices. In component main, is optional. Version 2.1.7-1ubuntu1 (xenial), package size 194 kB, installed size 972 kB10:33
Geomthat is installed by default. but no binary if i search it10:35
Geomonoy folders10:35
Geomonly*10:35
Geomil google for more inof10:35
OerHeks udisksctl -help10:36
pandaadbDJones, did you have to do something to get the intel chip to recongnise a driver? I am also running a (relatively) fresh install of 16.0110:36
pandaadbI found this: http://askubuntu.com/questions/763672/16-04-how-to-purge-intel-default-drivers-reinstall-intel-graphic-drivers10:38
pandaadbI shall try :)10:38
pandaadbIf the laptop starts up after, i will report back here in a few minutes10:38
OerHekspandaadb, before you even think of trying that page, did you enable microcode to see if that solves anything?10:38
pandaadbBy enabling, do you mean  switch prime to use performance node?10:39
OerHeksskylake, microcode update seems like a improvement to me10:39
=== hyperized is now known as back
pandaadbOerHeks, sorry I am not sure how to update it10:39
=== back is now known as hyperized
OerHeks... no, in the same additional driver menu10:39
pandaadbOerHeks, it is enabled. I never tried the "do not use the device" option. I've always had the "Using Processor mocronode firmware for Intel CPUs from intel-microcode" enabled10:40
OerHeksoh oke10:40
pandaadbreading the comments on that side though it seems that it is not an actual fix10:41
* OerHeks notices kernel 4.4.0-34 update10:41
atralheaven_I need to have windows with virtualbox in ubuntu, I want to put away all other processes, and give them all to vb, so it can be faster, how can I do it? should I install something like openbox for this?10:43
para000anyone here knowing how to setup OpenVPN for multiples IPs?10:44
atralheaven_para000: what do you mean by multiple IPs?10:46
para000i have a VPS that i have 2 IPs on it, external IPs10:47
para000and i want to setup OpenVPN when i connect with 1 client to go to 1 IP and with other client to the other IP10:47
atralheaven_para000: actually I think its not the place to ask this, but anyway, I think in your client config file, you should specify server IP, so each client, would connect to one IP10:49
atralheaven_para000: if it didn't solve your problem, ask on openvpn channel or on ##hiya10:59
neo_ciao11:02
pandaadbok, reinstalling the xserver did nothing for me. DJones can i ask, when you go to additional drivers, does it tell you "unknown" for the intel device?11:03
DJonespandaadb: Hang on11:03
DJonespandaadb: Unknown:Unknown - This device is not working and "Do not use device" is ticked11:04
lss-rgvhello11:04
pandaadbintersting11:04
pandaadbi want to try that11:04
pandaadbAnd DJones I assume you are using the Performance Mode in prime?11:06
DJonespandaadb: One thing you mentioned was that you were using nvidia 364yes11:06
pandaadbyes11:06
DJonespandaadb: Yes I am11:06
pandaadbI can choose between 35811:06
pandaadb+511:06
pandaadb+811:06
pandaadbsorry ...11:07
pandaadb358, 365, 367, 36111:07
DJonespandaadb: Where did the nvidia 364 come from? Looking at the pakcages for 16.04, the latest I can see is 361.4211:07
pandaadbWhen I first tried to use that, someone pointed me to a different repo so i could try the latest drivers to see if it fixex my issue11:07
DJonesHave you got any 3rd party repo's installed?11:07
pandaadbDJones, I think this is the one: graphics-drivers-ubuntu-ppa-xenial.list11:08
DJonespandaadb: Right, that could be causing an issue, but I'm not an expert with graphics issues, so wouldn't know how to diagnose & fix that11:10
pandaadbI had the same issue before as well (with the fresh install of 16.04)11:10
pandaadbI disabled the unknown device now, and i'll see if the nvidia performance mode now works better11:11
pandaadbI am also still wondering if the intel thing is the actual issue since it doesn't seem to be using any driver (according to my paste from before)11:11
flaxxi installed ca-certificates still getting the error whether wget git curl CAfile: /etc/ssl/certs error is CApath: none11:22
flaxxwhat's the system wide fix been googling tried couple things still got the error11:23
OerHeksflaguy48, how did you install those CA's ? did you run update-ca-certificates after that?11:25
OerHeksoh sorry flaguy48, flaxx left11:26
hrobhi, does this md raid setup make any sense to anyone? --  md1 : active raid10 sdg2[0] sda2[2]11:29
hrobit says raid 10 but only two disks11:29
akikbasic6: did you manage to test "nomodeset i915.modeset=0" ?11:29
hrobraid 10 I read requires 4 disks --- my worry is that on this server  this "md1" is mounted as root file system11:29
bekkshrob: and whats the problem at that point?11:30
bekkshrob: md reports "active", not "degraded" or similar.11:30
hrobbekks:  Im thinknig that using two disks on raid 10 should does not create any redundancy --- should this not be raid 1  for 2 disks?11:31
symbioanyone here?11:32
hrobsymbio: many11:32
bekkshrob: Why doesnt it create redundancy? As you can see, you are using a raid1 over two pairs of raid0 consisting of one disk each. Perfect redundancy.11:32
bekkshrob: and the status does not show "degraded"or similar.11:33
symbio@hrob, thx, is this chat about helping each others on ubuntu ?11:34
SXXtest11:35
symbio(sry, i'm a arrived yesterday on linux)11:35
k1lsymbio: this is the technical help channel for ubuntu, yes11:35
symbiothx kIl11:35
symbiok1l*11:35
hrobbekks:  ok Im misunderstanding this line  md1 : active raid10 sdg2[0] sda2[2]11:36
basic6akik: no, i don't have time now for such tests. but if you want, i can add a note to the bug what happened when i tried nomodeset11:36
hrobyou mean that "sdg2[0]"  is not a physical disk but also a raided pair?11:36
hrobsdg2[0] sda2[2]  being two raid 0 pairs11:36
akikbasic6: you come here asking for help but don't want to test ?11:36
basic6akik i never said i don't want to test11:37
akikbasic6: i asked you to add both nomodeset and i915.modeset=011:37
symbiodoes mate support torrent aps ? if so, which one would you recomand ?11:37
basic6but i'm working on something now and closing everything takes time, rebooting and trying those options takes more time, so please forgive me that i can't stop everything and test this right now11:38
k1lsymbio: its not mate specific and it should already ship one torrent client iirc. look for transmission11:38
basic6akik i may have some time to test this later though11:38
deronnaxhi11:39
deronnaxI tried to import a .ovpn config file with network manager on the last ubuntu (16.04), and it failed with a mesasge "unknown error"11:39
hrobbekks:  the next line says   60264960 blocks super 1.2 256K chunks 2 offset-copies [2/2] [UU]11:39
deronnaxwhere is the log ?11:39
symbio@k1l, ohhh ok, found it, thx11:40
hrobso it seems to me there are only two disks in this raid1011:40
V7So ... vahe did what he wanted ?!11:43
V7I've returned just now :D11:43
deronnaxhi11:50
deronnaxI tried to import a .ovpn config file with network manager on the last ubuntu (16.04), and it failed with a mesasge "unknown error"11:50
deronnaxwhere is the network manager log ?11:50
OerHeksderonnax, in 16.04 ?11:51
deronnaxyes11:51
OerHeksjournalctl -u NetworkManager11:52
deronnaxhaaaa11:52
admin75ello11:52
deronnaxthank you11:53
deronnaxarf. the import log is not inside11:53
OerHeksderonnax, then you have to check /var/log/syslog11:55
deronnaxOerHeks, that's where I checked first, nothing inside :(11:56
deronnaxand also : "create a VPN using openvpn" is not showing in NM, despite I have openvpn, network-manager-openvpn and network-manager-openvpn-gnome11:57
ubuntu-mate_hy11:59
OerHeksderonnax,  easy-rsa too?12:01
deronnaxnot sure12:01
deronnaxoh wait, it's showing now12:01
deronnaxwas just long12:01
OerHekshttps://help.ubuntu.com/lts/serverguide/openvpn.html and https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04 are pretty easy12:01
JustinHitlais this channel about Katamari Damaci ?12:02
SkylakeMXhey people12:03
k1lJustinHitla: this is the technical ubuntu support channel12:03
JustinHitlawhy ubuntu replaced bash with dash ?12:03
k1lJustinHitla: because debian did12:03
l9k1l: http://paste.ubuntu.com/22795854/ i think fstab is as it sould be12:05
akikwhat the hell is a dekstop? :)12:05
k1ll9: no. dev/sda cant be right.12:06
seppihey12:06
JustinHitladicksoap12:06
OerHeksakik, a tablet with separate screen, keyboard and mouse, speakers.12:06
l9k1l: hmm...12:07
OerHeksakik, and a lot of ports12:07
SkylakeMXl9: do u also have a pastebin output of sudo fdisk -l ?12:07
akikthe lewis guy is saying dekstop :)12:07
loganrunhas anyone tried the program hp-setup12:07
loganrunit doesn't seem to work12:07
k1ll9: please show the output of "sudo parted -l | nc termbin.com 9999"12:08
loganrunsays  HPLIP is not installed properly or is installed without graphical support. Please reinstall HPLIP12:08
akikoh sorry wrong channel12:08
l9SkylakeMX: http://paste.ubuntu.com/22796043/12:08
OerHeksloganrun, maybe it needs sudo.12:08
loganrunOerHeks, already running it as root12:09
l9k1l: http://termbin.com/yzww12:09
loganrunit says: error: hp-setup requires GUI support (try running with --qt3). Also, try using interactive (-i) mode.12:09
loganrunbut when I try that it says qt3 not reconized option12:09
loganruncrazy12:09
sYmbiowhich channel would you recomand for "normal" chat12:11
k1lsYmbio: #ubuntu-offtopic or ##chat12:11
sYmbiothx again @k1l12:12
k1ll9: "dmesg | nc termbin.com 9999"12:12
iorialonghorn, https://help.ubuntu.com/community/HpAllInOne#error:_hp-setup_requires_GUI_support12:12
loganrunI have a m277c6 printer ,is there any way to set this up on ubuntu12:13
l9k1l: http://termbin.com/9omw12:13
iorialoganrun, , https://help.ubuntu.com/community/HpAllInOne#error:_hp-setup_requires_GUI_support12:13
saaventoatralheaven_: Vagrant12:14
=== cigumo_ is now known as cigumo
=== blackbird_ is now known as blackbird1
l9k1l: time stamp 71766.78841012:15
OerHeksloganrun, what hp lib version ?? HPLIP 3.16.4 version. does not work, >> hp-check -r >>  https://answers.launchpad.net/hplip/+question/28910812:15
k1ll9: that usb hdd got some issues12:16
l9k1l: yeah its not a hdd it is a sd card, from china12:16
blackbird1Hi, How to create a local web server, that will contains sites visible only on the local network ?12:17
l9sometimes it works and sometime it dosent12:17
l9blackbird1: by installing apache or nginx and telling it too listen too only the local network12:18
loganruncan ubuntu print to an airprinter12:21
Southern_Gentlemloganrun, airprintr == wireless printer ?12:23
loganrunno airprinter is a protocol that the printer supports. apple devices can print to airprinters easily12:23
loganrunwithout drivers etc12:23
blackbird1l9, apache2 is installed. How to configure apache2 to listen too the entire local network ?12:25
l9blackbird1: http://httpd.apache.org/docs/current/bind.html12:26
k1lblackset the virtualhost to be available to that local ip range only12:28
k1lblackbird1:  set the virtualhost to be available to that local ip range only12:29
adnerfhey there12:32
adnerfI can't playthe video embeded in  http://newpackettech.com/Resources/Susskind/PHY25/LectureRv9_Video_Lec4.htmbecause of lacking flashplayer on my ssytem12:33
adnerfIs there a way to find download link there?12:33
k1ladnerf: install the flashplugin-installer package from the repo12:33
adnerfk1l: anyway I prefer to download things there. It's better to watch a quantum stuff offline!12:35
winfreakHello everyone :)12:36
raztafariwinfreak: Hello12:36
ioriaadnerf, https://www.youtube.com/watch?v=oWe9brUwO0Q12:36
OerHeksadnerf, if you clicked that video, you could see it is on youtube, >> youtube-dl12:36
OerHeks!info youtube-dl12:36
ubottuyoutube-dl (source: youtube-dl): downloader of videos from YouTube and other sites. In component universe, is extra. Version 2016.02.22-1 (xenial), package size 628 kB, installed size 3444 kB12:36
winfreakI have a quick question about preseeding - I have worked on a file to automate the installation of Xubuntu.12:37
OerHeksbut you still need flash or browser with flash buildin12:37
ioriaadnerf, html5 btw, not flash12:37
k1lioria: old videos might still be flash only.12:37
winfreakNow i am getting errors where wget tries to resolve "local.server" for some reason during the apt part in the installation wizard - but it's nowhere in my preseed file12:37
ioriaK1l oh12:37
k1lioria: html5 should work ootb12:38
=== johnl is now known as Guest97222
ioriaK1l yep12:38
adnerfOerHeks: http://image.prntscr.com/image/fe18d26b1e1c4323b31fa3a2c6bb4d13.png | Anyway; thanks guys12:38
=== gregor_ is now known as gdev
=== gdev is now known as user512
OerHeksoh oke, you could not see the youtube icon12:39
lernera pdf, 600 pages, a process against 17 traitors, 19th century, from google docs. In evey single page google had to stamp their seal. How do I get rid of it?12:43
lordcirth_lerner, is it watermarked over the text?12:43
=== lordcirth_ is now known as lordcirth
k1lmight be copyrighted and those watermarks are part of the license.12:44
lernerlordcirth, yes12:44
lernerfree to download12:44
OerHekswrong channel for forgery.. don's ask legal infringement questions lerner12:44
c0l0ny13_New Ubuntu User question - Is there a default path when you define directories in *.conf files?12:44
k1lthere are free to download but needs watermark licences. see if your university got access to other databases shipping that paper12:44
winfreakc0l0ny13_ : What do you mean?12:45
k1lc0l0ny13_: can you give more context? i cant answer that in general12:45
lernera bit over the mark to jump to conclusions, but im not going to waste time refuting the accusation12:45
Southern_Gentlemc0l0ny13_, by fhs its usually in /etc/12:47
lowbro16.04 comes with php7 only?12:48
c0l0ny13_So in the root of an application, there is a config folder and a config file. When you are editing this file, and defining startup directories, is there a default directory that it expects such as /etc/ ?12:48
k1lc0l0ny13_: program/daemon startups are handled by the init. do you mean that?12:49
BluesKajHiyas all12:49
k1lc0l0ny13_: /etc/ is the general folder for configs, the users /home is for userconfigs.12:50
c0l0ny13_So if grab a new application from GitHub, should I move it's *.conf file to /etc ?12:51
c0l0ny13_I'm specifically attempting to modify the config file for neo4j, to define a different startup database, and it dowesn't seem to like my path statement12:54
c0l0ny13_The neo4j.conf file states: # The name of the database to mount #dbms.active_database=graph.db12:56
dhaniwdarmaMSG wiwaaw helo12:56
c0l0ny13_I'm attempting to define this as /etc/database/test.db and thought there might be something obvious I was missing12:57
Southern_Gentlemc0l0ny13_, well i wouldnt want a db in /etc i would want in like /var or someplace else12:58
c0l0ny13_<Southern_Gentlem> fair enough and thanks for the pointer12:59
Bassemi have ubuntu 16.04 it freeze at the screen with logo and dot and don't continue to login screen13:03
=== awake is now known as awakecoding
BluesKajBassem, try , ctl+alt+F1-F6, login and do:  sudo apt Update && sudo apt upgrade13:10
BluesKajUpdate=update13:11
=== Cake is now known as Guest31070
fenix01hi13:14
=== JanC is now known as Guest75507
=== JanC_ is now known as JanC
yacc_I just wondered, if there is a way to handle strictly different dpi's in a multi-monitor setup? Happen to be a lucky guy with a 13" 3200x1800 display on one end of the dpi scale (I'm using it at 1920x1080, it's sharp enough that the picture is still quite okay), and a 32" 1920x1080 display being the other end of the dpi range, ...13:17
hrobI have a /boot    folder that is   an md device  raid0 ,  but one of the disks has failed13:21
hrobsorry raid113:21
hrobI meant13:21
hrobthe machine halts with a grub boot error13:21
Guest31070Hey can someone real quick check for me what the default permissions for /etc/apt/sources.list.d/nodesource.list are? Just run "ls -la /etc/apt/sources.list.d/nodesource.list". When I want to open Lanuage and Support in ubuntu settings it crashes because it cant read that file.13:21
hrobnot halts, but doesnt boot13:21
hrobdo I need to restore the volume13:22
hrobfor some reason13:22
OerHeksGuest31070, -rw-r--r-- root root   <ppa>.list13:24
OerHeksbut that should be set correctly when you add a ppa wit apt-add-repository or the sources-gui13:25
Bassemany one can help me with frezzeing ubuntu13:26
Afdlais there an easy way to call particular xrandr script on laptop dock/undock?13:26
OerHekshrob, it depends on what error exactly, can you past the error on paste.ubuntu.com ?13:27
=== Guest98795 is now known as Paradise
Guest31070OerHeks, thank you sir! I had -rw-------, no wonder it's not working. I'm not sure what caused this though...13:33
ar7laptop overheating problem on ubuntu13:41
ar7solution plzz13:42
ar7???13:42
=== sleepypc is now known as hypermist
=== bpresles__ is now known as bpresles
hrobOerHeks:   hi, sorry just saw now13:44
hrobOerHeks:   here is  mdstat    http://paste.ubuntu.com/22802360/13:44
hrobmd1 is /boot13:44
hrobmd2  is /13:44
hrobsorry md0 is /13:45
hrobgrub error is   "error: symbol `grub_term_higlight_color` not found.13:45
hrobgrub rescue>.13:45
=== pkennedy_ is now known as pkennedy
hrobit seems that the  boot and root partitions    sda3 and sda1   were raided with another disk some   sdx3 and sdx113:46
hrobperhaps I can low level copy the sda disk to recover from this13:47
=== bpresles_ is now known as bpresles
Dev_Hi, are ubuntu country mirrors so safe than main server?13:50
bumblefuzzSo, I just installed drivers for mt gtx 107013:51
bumblefuzzmy*13:51
bumblefuzzand all it will load is the login screen13:51
bumblefuzzeven if I type in my password it returns to the login screen13:51
bumblefuzzI've tried using alt+Fx to open another shell but it doesn't work13:52
bumblefuzzany idea what's going on?13:52
OerHeksDev_, yes, no difference13:52
Dev_derheks what are the measures to guarantee security? i.e. a malicious person with access to the mirror put trojans in binaries13:53
OerHeksbumblefuzz, how did you install the driver ?13:53
bumblefuzzOerHeks these instructions: http://www.yourownlinux.com/2016/06/how-to-install-nvidia-367-27-stable-graphics-drivers-in-linux.html13:53
OerHeksbumblefuzz, oh, their driver is not supported like that, you should have used the official driver ppa https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa13:54
Dev_OerHeks what are the measures to guarantee security? i.e. a malicious person with access to the mirror put trojans in binaries13:55
bumblefuzzwonderful13:55
bumblefuzzhow do I get to a terminal to reverse it?13:55
OerHeksDev_, checksums, and other monitoring solutions.13:55
Dev_0erHeks ok thank you! :)13:55
OerHeksbumblefuzz, boot and hold shift, go into recovery and choose rw, login13:56
OerHekshttps://wiki.ubuntu.com/RecoveryMode13:57
bumblefuzzit doesn't stop at the GRUB menu for me...14:00
bumblefuzzit just goes right through14:00
hplcwhat top-notch quality linux software is there if i want to dissect and analyse videos frame by frame?14:03
DJoneshplc: There's quite a few listed here http://filmora.wondershare.com/video-editor/free-linux-video-editor.html I've heard good things about openshot, pitivi and blender14:04
hplcDJones,  ty :)14:04
=== z4ki is now known as zaki
DJoneshplc: The movie big buck bunny was done using blender from what I can remember14:05
hrobcorrect14:06
Daniel_yes14:06
DJoneshplc: Trailer for the movie http://download.blender.org/peach/trailer/trailer_1080p.ogg14:06
Daniel_Blender is a great tool.14:06
sin__22hello, I use zmq-event-publisher with my jenkins version 1.651, but it didn't listen at port 8888. I have enabled it globally. the port 8888 is free.14:06
sin__22who knows why?14:07
RovanionWhere is it specified that ubuntu goes into hibernation when the battery reaches critical level?14:10
RovanionBecause hibernate causes a kernel panic on my machine and I want to turn it off.14:11
RovanionI'm not running Gnome.14:11
whoami_hello worlld14:12
Daniel_Rovanion: Are you running Unity as your desktop environment?14:12
RovanionDaniel_: No, I'm running Awesome.14:12
RovanionSo it's something at the system level since 16.04 which dictates this new behaviour.14:13
OerHeksRovanion, not new at all, http://askubuntu.com/questions/92794/how-to-change-critically-low-battery-value14:14
RovanionOerHeks: No matter what you believe it only appeared on my laptop after upgrading to 16.04.14:15
RovanionMight have found it in /etc/UPower/UPower.conf.14:20
_-_U_-_whoami_: Hello14:21
loganrunI keep deleting a printer in the system-config-printer and it immediately comes back. I tried editing the cups/printers.conf file and deleting it there also but it keeps coming back14:21
whoami_hello14:21
loganrunhow the heck do I get rid of it14:22
whoami_whether you use evil twin?14:24
moothi all14:24
mootany one der14:25
mootubantu new b here14:26
pa9tvlogan, it is put there by the net discovery14:26
loganrunpa9tv,14:26
loganrunso how do I get rid of it14:26
yanchohi. anyone can shed some light on why a service is stopping with sudo service stop and /etc/init.d/freeradius stop14:26
yanchobut still occupying ports14:26
Bassemubuntu 16.04 it freeze at the screen with logo and dot and don't continue to login screen14:27
pa9tvyancho, tried lsof -i to  verify?14:27
yanchoyes pa9tv : freeradiu 99249  freerad   12u  IPv4 195743      0t0  UDP localhost:1812014:27
pa9tvafter stop?14:28
yanchoyes14:28
pa9tvstop not working then.14:28
pa9tvkill -9 done?14:28
loganrunwhat14:28
pa9tvkill -9 <pid of freeradius>14:28
pa9tvsecond column14:29
yanchoyep done like that14:29
pa9tvand then?14:29
pa9tvlsof -i again. check if pid is changed.14:29
yanchoyeah now dies and restarted14:30
pa9tvok, something restarts then.14:31
pa9tvsystemd?14:31
DArqueBishopyancho: just out of curiosity, what version of Ubuntu are you running?14:31
pa9tvwhat does 'service freeradius stop' say?14:31
rexwin_I installed jitmeet on AWS instance following a article. is there a way to access it?14:32
bumblefuzzok, so what's the recommended way to install nvidia gefore 1070 drivers?14:32
bumblefuzzgtx 1070, rather...14:33
OerHeksbumblefuzz, ppa https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa14:33
OerHekssudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo ubuntu-drivers list14:34
rexwin_what is Jitsi Meet URL?14:36
kzDo you need a fast computer to use Ubuntu?14:36
OerHeksrexwin_, not really an ubuntu support question, see their site?14:37
OerHekskz, no.14:37
kzI only have 16gb of ram and i7 cpu14:37
bumblefuzzOerHeks are those nvidia's proprietary drivers?14:38
DJoneskz: Don't worry with that spec, thats a lot better than mine & I use Ubuntu without any speed issues14:38
OerHeksbumblefuzz, yes official ppa14:38
OerHeksyou would get updates with this14:38
Tin_manI'm running ubuntu 16.04 (works fine) on a Pentium 4 3.06 Ghz with intel built in graphics14:38
DJoneskz: If you were going say an intel celeron & 512Mb, I'd have suggested lubuntu or xubuntu would be better, but I can't  see 16Gb & an i7 as being an issue14:39
whoami_me too14:39
Tin_man2gb ram14:39
DJoneskz: If you want to check the official requirements have a look at https://help.ubuntu.com/community/Installation/SystemRequirements14:39
=== ubuntu is now known as Guest35715
bumblefuzzwell, I'm having the exact same issue as before14:41
bumblefuzzonly now with the official drivers14:41
bumblefuzzI'm stuck at the login screen14:41
DJoneskz: I think those specs will be out of date now, they've not been updated for 2 years14:41
bumblefuzzentering the correct password just returns me to the login screen14:41
=== ycheng is now known as ycheng-ark
bumblefuzzany ideas?14:43
kzCan you run ubuntu with a 700mhz cpu?14:43
pa9tvkz, yes14:44
luna_You can, according to the minimum system requirements listed here: https://help.ubuntu.com/community/Installation/SystemRequirements14:44
elias_akz: Yes if you are a masochist.14:44
DJonesIf there's sombody with decent knowledge of the latest Ubuntu requirements, couldthey have a look at https://help.ubuntu.com/community/Installation/SystemRequirements Minimum system for Ubuntu is shown as 700Mhz Celeron + 512Mb ram, which I think might be pushing it just a bit to be actually useful, the page hasn't been updated for 2 years14:44
DJoneskz: I doubt it would work too well know with Unity14:45
bumblefuzzso, I just installed the official nvidia drivers and can no longer log into my system14:45
bumblefuzzI'm stuck at the login screen14:45
luna_DJones, Agreed, Xubuntu or Lubuntu would probably work much better.14:45
bumblefuzzhow do I get out of this?14:45
kzhit alt ctrl f214:45
kzthen type in root and your password14:46
HumorousoneHello14:46
bumblefuzzperfect14:46
algernon_bonjour14:46
bumblefuzznow, how to I make the login screen work correctly?14:46
HumorousoneI'm trying to install ubuntu alongside W10, but the 'install alongside windows boot manager' option isn't appearing on the install prompt14:46
pa9tvbumblefuzz, dpkg --remove <new-problem-package>14:47
HumorousoneCan I make this option appear? If not what partitions do I have to create with the installer?14:47
DJonesluna_: Yep, agreeds, both of those would better on that spec14:47
bumblefuzzpa9tv but then how do I use ubuntu with the nvidia drivers?14:47
=== magic is now known as Guest90755
kzsudo dpkg-reconfigure lightdm14:47
pa9tvbumblefuzz, find better drivers?14:47
bumblefuzzI'm using the official ppa14:48
pa9tvofficial != ppa14:48
bumblefuzznot according to OerHeks14:48
pa9tvOerHeks, enlighten us!14:48
kzyour x server might be messed up14:48
OerHekssee ppa https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa14:48
OerHeksbut strange that it does not work, how about guest-account?14:49
kzstartx with boot into the gui14:49
kzor unity14:49
pa9tvbumblefuzz, look for hints: less /var/log/Xorg.0.log14:49
bumblefuzznope, still returns me to the login screen14:49
OerHeks... startx .. please, that is old14:49
Fuchsbumblefuzz: what is in ~/.xsession-errors  and  /var/log/Xorg.0.log   after the failed login?14:49
Joe_CoTI upgraded to 16.04 with intel graphics and CPU, and since then my cpu fan has been whirring up to 2500 RPMs and down again every few seconds. my CPU temp is only going from 40C - 41C or so, and doesn't appear to be tied to the fan cycling. I'm running /mainline/drm-intel-nightly/current and that stopped my monitors from flickering constantly, but the CPU fan cycling comes back at least once a day til I restart14:50
bumblefuzzI honestly don't know14:50
bumblefuzzcan I pastebin this stuff?14:51
pa9tvyes14:51
Fuchsbumblefuzz: yes14:51
OerHekscat /var/log/Xorg.0.log | nc termbin.com 999914:51
Zorkelgood afternoon I wonder if I could perhaps get some advice a bit lost at the moment.14:51
tewardZorkel: ask your real question, and we may be able to provide advice14:52
ZorkelI'm trying to find out if I can go over to linux from windows full time. I tried debian jessie on vm and tried to install rtorrent and steam but got a few errors. Also installed ubuntu on a vm and tried to install steam it did install but didn't launch properly. So trying to decide which os would be better for me ubuntu or debian?14:54
bumblefuzzOerHeks http://termbin.com/t03g14:54
ZorkelI'm not very techy of me and haven't quite done all to well with debian but more familiar with debian compared to ubuntu so far.14:54
Fuchsbumblefuzz: pastebin dmesg please14:54
Fuchshe can't even load the nvidia module14:54
pa9tvbumblefuzz, tried 'startx' yet?14:55
kzMaybe it's the xorg config14:55
Fuchsmaybe he should just pastebin dmesg.14:55
Fuchsor of course we could also waste some time until then, wfm14:55
bumblefuzzFuchs http://termbin.com/t03g14:55
Fuchsbumblefuzz: I said dmesg14:56
Fuchsbumblefuzz: I read that, which is why I know that he can't load the module14:56
pa9tvOerHeks, maybe wrong output?14:56
Fuchsand now I'd like to know why14:56
OerHeksfuchs +114:56
OerHekscat /var/log/dmesg.log | nc termbin.com 999914:57
bumblefuzzFuchs I just typed dmesg | nc termbin.com 999914:57
pa9tv[   198.156] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -1914:57
bumblefuzzahhh14:57
pa9tvreboot not yet done?14:57
Fuchsbumblefuzz: then you gave me the wrong URL14:57
OerHeksor is it dmesg without log ??14:58
bumblefuzzit says no such file14:58
bumblefuzzbut if I type just 'dmesg' there's plenty of output14:58
Fuchsbumblefuzz: sudo apt-get install pastebinit; dmesg | pastebinit14:59
GEEMacHello folks.... Just did a 14.04 to 16.x upgrade via the pop-up.  Did not go well due to not enough room in root.  I finally got things installed, but having a few issues.  The main issue is LIRC.  It keeps coming up as Error code (1).14:59
bumblefuzzpaste.ubuntu.com/2280834115:00
GEEMacThis lirc issue is preventing any other installs.15:01
=== mfisch` is now known as mfisch
=== mfisch is now known as Guest10256
GEEMacI'll hang here untell bumblefuzz is taken care of.15:02
pa9tvbumblefuzz, lsmod?15:03
=== Guest10256 is now known as mfisch
bumblefuzzpa9tv  paste.ubuntu.com/2280863415:03
pa9tvdriver not loaded.15:04
pa9tvnvidia was it?15:04
bumblefuzzyes15:04
pa9tvreboot done?15:04
pa9tvafter install?15:04
bumblefuzzI can try again...15:04
pa9tvthen problem in dkms build15:05
clamportHey all, could someone here help me debug a preseed script?15:05
pa9tvbumblefuzz, dkms status15:06
pa9tv ?15:06
bumblefuzzpa9tv  paste.ubuntu.com/2280889415:06
pa9tvfind make.log in /var/lib/dkms15:07
pa9tv/var/lib/dkms/nvidia-36715:08
Bassemubuntu 16.04 it freeze at the screen with logo and dot and don't continue to login screen15:08
bumblefuzzpa9tv not sure where the make log is exactlty15:09
pa9tvuse find /var/lib/dkms/nvidia-36715:10
bumblefuzznvm15:10
bumblefuzz1 sec15:10
bumblefuzzpa9tv  paste.ubuntu.com/2280928415:10
pa9tvbumblefuzz, no problem there.15:13
bumblefuzzwell that's good, I guess15:13
pa9tvsure you did reboot after dkms build?15:13
bumblefuzzabsolutely15:14
bumblefuzzI've done one again just now15:14
=== Obadiah is now known as Helloooo
Helloooohello15:14
rexwin_how to find apache is installed?15:14
Hellooooim a newb15:14
Helloooohow do i install a program on ubuntu15:15
Helloooothis is not a joke15:15
tonytHelloooo use the software center15:15
Helloooowhere is it15:15
tonyttype it in the search box15:16
Hellooooi am trying to install xchat15:16
Helloooookay15:16
Helloooothanks15:16
dax!xchat15:16
ubottuxchat and xchat-gnome have not had stable releases in years. xchat was removed from Ubuntu for 16.04. Consider using hexchat instead, which is actively developed and available in 14.04 onwards.15:16
bumblefuzzHelloooo https://help.ubuntu.com/community/AptGet/Howto15:16
kunststoffhi dax, banning a whole university for... what do you claim I did? is way too over the line, but I wont waste time fighting it. Just notice that it aint fair15:16
GEEMacHelloooo, use sudo apt-get install "  program name  "  No quotes15:16
Helloooookay15:16
Helloooohexchat then15:16
daxkunststoff: 1) #ubuntu-ops is the correct place for this, 2) you have a looooooooooooooong history of being banned in that channel15:17
=== loki_ is now known as loa
GEEMacBut first sudo apt-get update15:17
Bassemubuntu 16.04 it freeze at the screen with logo and dot and don't continue to login screen15:17
kunststoffnot me, but a college, and I said Im not going to argue :D15:17
bumblefuzzBassem I'm having the exact same problem15:18
bumblefuzztrying to figure it out15:18
daxkunststoff: no, you, specifically. I'm not an idiot. Let's leave it at that, I guess.15:18
GEEMac16.04 has been a nightmare here too...15:18
Bassembumblefuzz: no one arround here seem to know how we can fix it15:18
GEEMacshould have stayed at 14.04 LTS15:18
GEEMacIf I can get past the error code (1) with LIRC, I may be on my way here.15:19
pa9tvmodprobe nvm?15:19
GEEMacThat error is screwing up other installs15:20
pa9tvbumblefuzz, modprobe drm15:20
pa9tvbumblefuzz, modprobe nvidia?15:20
pa9tvdmesg | tail ?15:20
bumblefuzzpa9tv could not insert 'nvidia_367': Operation not permitted15:21
Fuchsbumblefuzz: sudo15:21
bumblefuzzFuchs same15:22
jairHello there have anyone try installing debian in a dell latitude E5570? I keep getting a kernel panic after I log in15:22
Fuchsbumblefuzz: wat, sudo modprobe nvidia   gives you a not permitted?15:22
Picijair: we don't support debian here, please use #debian15:22
jairI wonder if I should do some changes in the BIOS?15:22
bumblefuzzoh no sorry15:22
bumblefuzzRequired key not available15:22
jairPici: I am sorry, I am using Ubuntu 16.04 LTS gnome version15:23
Fuchsbumblefuzz: that means the module you got was not signed15:23
Fuchsbumblefuzz: and recent ubuntu kernels require that15:23
bumblefuzzohhh15:23
bumblefuzzso how do we do that?15:23
Fuchsbumblefuzz: don't use that ppa then, and use the official ubuntu provided driver instead15:23
=== Dice-Man is now known as Guest83085
ioriabumblefuzz, secure boot enabled ?15:24
Helloooothanks guys. i got hexchat installed15:24
=== rudy_ is now known as Guest31637
Guest31637corgon15:24
=== Guest31637 is now known as corgon
bumblefuzzioria I don't know15:24
GEEMacHelloooo  yw15:24
ioriabumblefuzz, try to disable it15:25
=== yw is now known as chudak
sue_martinHi! Is it possible to add a data partition tu my ubuntu live-usb, and access that partition from the live system? (As a simple kind of selective persistence)15:25
ioriabumblefuzz, from bios15:25
pa9tvbumblefuzz, you have signed kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic.efi.signed15:25
bumblefuzzok, 1 sec, I'll check15:25
pa9tvefi on = secure on?15:25
jairPici: so to answer people to go to another room you answer pretty fast15:26
bumblefuzzok, secure boot is enabled15:26
bumblefuzzbut I'm unsure how to disable it15:26
ioriabumblefuzz, from bios15:26
jairbumblefuzz: is this for me?15:26
GEEMacsue_martin, https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwi934LF0rTOAhUIVyYKHTHtA7gQFggeMAA&url=https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FLiveCD%2FPersistence&usg=AFQjCNFYexdV_MeIPMLJ_ynIK_99A2bNLQ15:27
GEEMacsue_martin, Sorry  grabbed the long url...   https://help.ubuntu.com/community/LiveCD/Persistence15:27
Picijair: unfortunately this little amount of channel interaction is all that I can provide at the moment. Sorry I couldn't help more.15:28
sue_martinGEEMac, I've tried that and it only gives me full persistence. That's slow and does not fit my needs allso for security reasons. I just want it to function as a normal usb drive, and store data that I choose and when I choose15:28
sue_martinI had no trouble in Debian booting off a usb and storing data on that same drive, but it does not seem possible in Ubuntu?15:30
sue_martinThe live-session mounts the whole drive /dev/sdb at /cdrom, and so when I try to mount my other partition, it says already mounted or busy.15:31
fckfreenodeanyone here have a thinkpad?15:31
=== evan_ is now known as Paradise
nadzimguys15:31
OerHekssue_martin, he will get answers in #debian15:31
nadzimhow to fix Check the spelling of the package name, and that the appropriate repository is enabled15:32
GEEMacsue_martin, Hmmm   Have you tried this?  http://askubuntu.com/questions/138356/how-do-i-get-a-live-usb-to-use-a-partition-for-persistence15:32
sue_martinWho's he? And I'm not using Debian anymore, I've switched to Ubuntu, I only stated that this worked back then15:32
bumblefuzzok, I removed and am reinstalling the nvidia-367 drivers15:32
bumblefuzzalso, I've disabled secure boot15:33
nadzimzzz15:33
sue_martinGEEMac, Not tried, but from my understanding that's just putting the casper-rw on a separate partition. It will still make the full system persistent, and I will not be able to selectivly store data. Also, it will be slow for te same reason?15:33
wpdDoes anybody know where I can find cli-common:i386 for my Ubuntu 16.04 box?  It seems to be required by libgtk2.0:i386, which seems to be required by webex (I think).15:34
jonathan_hello15:35
jonathan_trying to get a network share to mount when I boot my laptop15:36
jonathan_using Ubuntu Mate 16.0415:36
jonathan_found the cause, now trying to find the solution15:37
doubledogdare610Ayy bros, I got some kernel updates that are being held back. I know that I can use dist-upgrade. But I want to know what actually is keeping it back. Thanks!15:37
GEEMacsue_martin, I was digging through my bookmarks.  I can't seem to find the way I did this some time back.  Those two links were the only ones I could find at the moment15:37
=== ghostcube_ is now known as ghostcube
jonathan_laptop is trying to mount the drive before it connects with the network15:38
=== l0nGYear is now known as Guest42704
GEEMacAnyone freed up yet to help me with my upgraded 14.04 to 16.04 LTS?15:38
ikoniajonathan_: where have you told it to mount the drive (as in where in the OS)15:39
jonathan_in fstab15:39
doubledogdare610jonathan_: I think cron can be used to schedule activities.. Do "man cron"15:39
jonathan_I had another distro before and that worked15:39
ikoniajonathan_: then it should be waiting for network before it tries to mount that15:39
sue_martinOk, thanks GEEMac. If you find it later, maybe you can add a comment to my "Ask Ubuntu" question "Ubuntu live usb with extra storage partition"?15:39
jonathan_it worked fine on Mint,but switched to Ubuntu Mate15:40
GEEMacsue_martin, will do15:40
doubledogdare610jonathan_: How did you add this to your startup?15:40
jonathan_added a line to fstab with a path to the drive and where I wanted it mounted15:41
GEEMacpa9tv, are you still here?15:41
pa9tvGEEMac, yes15:41
jimbo_Does anyone have a good dark theme for Ubuntu 16.04? I tried downloading one yesterday, but all the packages seemed to be...not there anymore.15:42
GEEMacAmateur radio call ??15:42
jonathan_i have a ham radio call15:42
doubledogdare610jonathan_: Remember that fstab is one of the first things that the system does. So it is most likely being done before network as you are saying..15:43
GEEMacN2BRG here...15:43
GEEMacPa15:43
doubledogdare610jonathan_: I have never used cron before to schedule tasks but pull up its man page and do some reading. Hope my advice helps!15:43
jonathan_I know the problem is it's trying to mount before connecting to the network, been looking around the web for the solution15:44
GEEMacpa9tv, can you help me with this lirc issue15:44
pa9tvGEEMac, sorry no experience15:45
doubledogdare610jonathan_: best you can do is either edit init.d and add it after the network or use cron to schedule it..15:45
=== Guest42704 is now known as l0nGYear_
GEEMacOK  np  I just upgraded here from 14.04 and what a mess.15:45
doubledogdare610jonathan_: I would myself personally add it in the init.d as I have no cron experience..15:45
GEEMacjust got done shoveling through about 80% of it so far.15:46
jonathan_ok15:46
GEEMacAnyone out there that can get me through this lirc issue with 16.04 lts so I can proceed to install other items?15:47
doubledogdare610jonathan_: Glad I could help!15:47
jonathan_thank you for your advice15:48
doubledogdare610jonathan_: How many years of experience do you have with Linux based systems?15:48
hackingNerdI have set my hwclock equal to my system time. I have --systohc15:49
=== F2Knight[away] is now known as F2Knight
Bassembumblefuzz: any luck?15:49
akikjonathan_: add _netdev to your fstab mount options15:49
bumblefuzzBassem yeah, I just disabled secureboot and reinstalled the driver15:50
ProutLandManirc.zombiesec.net15:50
bumblefuzzworks like a charm15:50
Bassembumblefuzz: tell me how you did it i'm new to ubuntu15:50
bumblefuzzdisabling secure boot is going to be specific to your motherboard and bios15:50
Bassembumblefuzz: and then?15:51
bumblefuzzI just did 'sudo apt-get remove $graphics driver'15:51
Bassembumblefuzz: but why to disable scure boot it was working fine15:51
bumblefuzzand then sud0 apt-get install graphics driver15:51
Bassembumblefuzz: you thin it's the graphic?15:52
Bassembumblefuzz: but my ubuntu were working fine15:52
pa9tvGEEMac, whats the issue?15:52
jonathan_I will try _Netdev15:52
jonathan_I saw that online somewhere too15:52
farkrtechnically I'm on Windows 10 bash but here goes: I'm trying to run apt-get upgrade but I keep getting the following errors http://paste.ubuntu.com/22813096/15:53
GEEMacpa9tv, I did the upgrade from 14.04 via the pop-up to do so.  Found that my root dir was full so it messed up the upgrade.  I got past that via GParted.  Now I am having an issue with lirc hanging my installs of other items that the upgrade removed.  Keeps hanging at lirc error code (1)15:54
pa9tvfarkr, /var not mounted? directory gone?15:54
farkrit's there for sure15:55
pa9tvGEEMac, still windows open?15:55
farkrjust cd'd15:55
pa9tvfarkr, problem with /var/run link?15:55
GEEMacWindows??  No windows here just Ubuntu 16.0415:55
GEEMacThis is my HTPC15:55
pa9tvfarkr, runlevel:/var/run/utmp: No such file or directory look like a problem15:56
pa9tvGEEMac, so no X windows then?15:56
pa9tvrgr15:56
farkrpa9tv: what should I do then?15:56
farkrmkdir?15:56
GEEMacnot that I know of15:56
GEEMacTake care of farkr   I can wait15:56
=== timvishe` is now known as timvisher
=== matt_ is now known as Guest11130
jonathan_just tried _netdev and it didn't work15:57
jonathan_just have to keep googling15:57
pa9tvfarkr, solution out of my reach. keep asking, and dont reboot.15:57
akikjonathan_: can you pastebin your fstab line?15:58
farkrpa9tv: there's a file in /var/run called "reboot-required"15:58
pa9tvGEEMac, go ahd15:58
farkrdoes that mean anything?15:58
Guest11130what's the recommended way to install wine?15:58
pa9tvfarkr, no15:58
jonathan_/192.168.1.1/netdrive  /media/netdrive  cifs _netdev,guest,uid=1000,iocharset=utf8  0  015:58
akikfarkr: reboot-required is created in that dir to indicate a need for a restart15:59
farkrso am I in need of a restart>15:59
farkr?15:59
pa9tvfarkr, open terminal windows and do 'apt-get -f install'16:00
akikfarkr: what else do you have there? also check /run what is in there16:00
OerHeksGuest11130, open softwarecenter > search > wine16:00
farkrbackups  cache  crash  lib  local  lock  log  mail  opt  run  spool  tmp16:00
akikcanonical said that the wsl subsystem's ubuntu is the same than you install on your hardware16:01
GEEMacpa9tv, thanks....  Well the upgrade was a mess since I ran out of root room.  I had a mess with liebrelib at first.  got all that fixed, just this lirb issue.  Also the upgrade about killed my ability to watch streaming video now too.  Apparently the upgrade removed codecs and other stuff for the HTPC.16:01
Guest11130OerHeks, ok, is "Configure Wine" the wine I'm looking for?16:01
pa9tvGEEMac, actual problem?16:01
OerHeks!wine16:01
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu16:01
* OerHeks didn't switch from windows to ubuntu to give wine help16:02
rexwin_I wanted to host a jitsi server. I installed following https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md16:02
rexwin_but it is not working16:02
Guest11130it's not me, it's my brother who is very gay16:02
=== BobFromAccountin is now known as jrd
Picirexwin_: which part "isn't working" ?16:02
farkrpa9tv: apt-get -f install gives the same errors http://paste.ubuntu.com/22813983/16:02
=== jrd is now known as jrdnnn
GEEMacpa9tv,  when I try to install anything or do a sudo apt-get upgrade the I get this lirc  E: Sub-process /usr/bin/dpkg returned an error code (1)16:02
farkrakik: backups  cache  crash  lib  local  lock  log  mail  opt  run  spool  tmp16:02
farkr^^ everything in /var/run16:03
rexwin_no port is working on 7070 port jitmeet16:03
pa9tvGEEMac, 'sudo dpkg --remove lirc'16:03
jrdnnnls16:03
farkrwait no16:03
farkrlock  reboot-required  reboot-required.pkgs  resolvconf  shm  user16:03
farkrthis is everything in var/run16:03
jrdnnnexit16:03
VinceVonhey all, where can I get a full list of apt (not apt-get or aptitude) commands? I'm editing my bashrc for aliases16:03
pa9tvlmgtf16:03
GEEMacanyway to do a pastebin for showing errors?16:03
jrdnnnusers16:04
OerHeksGuest11130, i see, it must be a bug, not showing wine at al in softwarecenter16:04
GEEMacsudo apt-get16:04
pa9tvGEEMac, ok16:04
GEEMacoops16:04
VinceVon"man apt" does not give me the full list16:04
rexwin_jitmeet.url is not working16:04
pa9tvGEEMac, 'sudo dpkg --remove lirc'16:04
akikfarkr: i guess a restart wouldn't break it any further. you have ran something that has requested a restart16:05
GEEMacpa9tv, yep did that just checking now.  that last msg was supposed to be in term...16:05
farkrVinceVon: apt-get list16:05
OerHeksVinceVon, see man apt >> SEE ALSO16:05
Picirexwin_: Is anything listening? does sudo ss -lpn | grep 7070   list anything?16:05
OerHeks       apt-get(8), apt-cache(8), sources.list(5), apt.conf(5), apt-config(8), The APT User's guide in /usr/share/doc/apt-doc/, apt_preferences(5),etc etc16:05
pa9tvGEEMac, then 'apt-get -f install'16:05
farkrVinceVon: sorry, apt list16:05
Bassemi tried sudo apt-get remove graphics driver but this didn't work...says no driver package16:05
farkrnot apt-get list16:05
Bassemwhy not one helping me in my problem?16:06
akikfarkr: he's asking for apt commands, not package lists16:06
GEEMacOK that worked now " 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. "16:06
pa9tvGEEMac, 'apt-get dist-upgrade'16:06
GEEMacyep  was just about to do that16:07
rexwin_nothing is listed. nmap output is http://pastebin.ca/368020316:07
VinceVonfarkr apt list gives me a list of all installed packages on my machine16:07
VinceVonI'm looking for a complete list of commands for apt16:07
akikVinceVon: man apt16:07
PiciBassem: were you speaking to someone in particular earlier? Please include their nick at the front of the message if you were.16:07
hplchow come azureus/vuze is no longer in repo?16:07
VinceVonakik, it does not give me the full list, I tested it before and autoremove was not there, but it works16:07
BassemPici: no one helping me16:08
akikVinceVon: i have autoremove there16:08
OerHeksVinceVon, see man apt , there are more sections, not 1 file with all >>  apt-get(8), apt-cache(8), sources.list(5), apt.conf(5), apt-config(8), The APT User's guide in /usr/share/doc/apt-doc/, apt_preferences(5),etc etc16:08
VinceVonakik sorry, autoclean16:08
Bassemmy ubuntu freeze and don't continue to login screen can some one help me16:09
farkrVinceVon: for me it's in 'man apt-get'16:09
VinceVonOerHeks thanks, I'll look into the doc16:09
farkrI actually don't have autoremove in 'man apt'16:09
GEEMacpa9tv, still 2 left over after the dist16:09
farkrbut yeah, autoclean is in 'man apt-get'16:09
pa9tvapt-get update16:09
VinceVonfarkr autoremove is there for me on man apt, not autoclean, but sudo apt autoclean works16:09
pa9tvapt-get dist-upgrade16:09
Picirexwin_: I don't see where in the docs that it says it should be listening on that port.16:09
pa9tvstill nothing, reboot16:10
ubuntu-mate1604Hello16:10
GEEMacpa9tv,  yep did that twice and still 2 not upgraded16:10
farkrVinceVon: not for me16:10
pa9tvno problem reboot.16:10
farkr'apt autoclean' does nothing16:10
farkrinvalid operation16:10
GEEMacbrb16:10
ubuntu-mate1604Whats the end goal?16:10
rexwin_how to pull the jitmeet server url?16:11
Bassemwell guys i been asking for help to my problem 3 days now..i think it's time to install windows..ubuntu still have unsolved issue16:11
PiciBassem: I'm sorr yI can't assist, I'm not much of a GUI person at all.16:11
VinceVonfarkr akik OerHeks found it all on http://www.debian.org/doc/user-manuals#apt-guide16:12
ubuntu-mate1604are you trying to reboot lightdm16:12
farkrweird16:13
farkrakik: does 'apt autoclean' work for you?16:13
Picirexwin_: You may want to take a look at the config files mentioned here: https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md16:13
ubuntu-mate1604Are you attempting to install jitsi meet?16:13
Picirexwin_: I just use the jitsi client here, not the server, so I'm not super familiar with those docs16:14
ubuntu-mate1604Ok so what have you done so far? Installed, just downloaded. did u attempt to use the github page documents16:14
rexwin_yes on digital ocean droplet to have my own chat server16:14
akikfarkr: yes, it's documented in apt-get's man page16:15
rexwin_yes https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md16:15
farkrakik: not for me16:15
ubuntu-mate1604your installing on ubuntu right?16:15
farkrno, not 'apt-get autclean'16:15
farkrjust 'apt autoclean'16:16
akikfarkr: it's documented in apt-get's man page16:16
rexwin_yes ubuntu-mate160416:16
rexwin_Ubuntu 16.04.1 LTS \n \l16:17
akikapt outputs this to stderr: WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.16:17
ubuntu-mate1604ok. I'm downloading a debian package for it right now16:17
akikso i guess there's still some coding left to do16:17
jemaduxwhy realtek is not working porperly on ubuntu ?16:17
ubuntu-mate1604I may have found a page that has the commands to run to install. I'm testing it rn16:22
bizzonGill16:22
Gill?16:22
Gillbizzon:16:22
bizzonI'm testing irssi) sorry16:23
Gillnp16:23
gebbioneposted a question about my problem this morning, if u have any suggestion pls post it - http://askubuntu.com/questions/809930/ubuntu-14-04-to-16-04-radeon-hd-5770-but-basic-display-functionality-does-not-wo16:23
ikoniaso we are now a proxy for askubuntu ?16:23
ubuntu-mate1604rexwin_ I'm installing its gonna take like 10 minutes16:24
ubuntu-mate1604I guess16:24
rexwin_thanks16:24
ubuntu-mate1604this is the page https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md16:24
bizzonexit16:24
ubuntu-mate1604it requires sudo or root for all commands16:24
OerHekswb gebbione, i have no other solution than writing an xorg.conf, but as your 2nd screen is not detected by xrandr, i have no clue16:25
gebbioneOerHeks: thanks for confirming. that was my thought but maybe there is another solution16:26
gebbioneis xrandr a ubuntu specific tool?16:27
OerHeksboth screens are connected to the same ati HD5xxxx ?16:27
akikgebbione: no16:27
gebbioneOerHeks: yes they are both on the same card16:28
bizzonhello!16:30
amir107hey16:30
amir107#python16:30
gebbionehola16:30
amir107#freenode16:31
Piciamir107: /join #channel16:31
amir107oh thx16:31
amir107for help16:31
DJonesamir107: You have to use /jon #channelname16:31
amir107i didnt know i can do /join16:32
amir107instead of typing it16:32
amir107thx alot16:32
=== evil_dan2wik is now known as dan2wik
gebbioneOerHeks: so other than stackoverflow/askubuntu where can i post my problem? Is there like a forum or repo for the amd drivers?16:33
=== ni291187 is now known as sburwood1
=== sburwood1 is now known as stevenburwood
gebbionebut also if i changed card what can i take that has no compatibility problems16:34
gebbione?16:34
kushi guys, I am on 32 bit xenial. I got Sub-process /usr/bin/dpkg returned an error code (1)16:34
kus error16:34
ubuntu-mate1604use sudo16:35
ubuntu-mate1604or root16:35
ubuntu-mate1604just use sudo16:35
stevenburwoodgotta help a friend share video and audio between his laptop and his 46" screen. Anyone wanna help me?16:35
bizzonlaptop with ubuntu&16:36
bizzon?16:36
ikoniaplus laptop into TV - play video16:36
ubuntu-mate1604you tried anything yet stevenburwood16:36
ikoniaplug16:36
kusstevenburwood: hdmi?16:36
stevenburwoodbizzon ubuntu studio on the laptop. nothing on the tv16:37
stevenburwoodkus yes16:37
kusstevenburwood: what's the problem?16:37
ikoniaplug cable into laptop, plug other end into TV, play video16:37
EmeraldExplorerI'm trying to print out all directories OR non-directories which have user rwx permissions. Why does ls -l | grep '^d*rwx' only print out directories? (Sorry, I am a regex n00b) :p16:38
ikoniabecause you have "d"16:38
ikoniad is for directories16:38
ikoniayou're grepping for directories16:38
stevenburwoodubuntu-mate1604 I have either on the laptop or on the tv. when it is on the TV, the laptop doesn't have any options. wanna be able to use either or both but not need both at the same time16:39
stevenburwoodkus audio ... don't yet know if it goes through the tv or the laptop16:39
kusstevenburwood: try it and see? what do you see in your settings > sound?16:41
pinouhello :)16:41
kussomething like this? https://i.imgur.com/O7LuHi9.png16:41
stevenburwoodkus got youtube doing a 70s video. audio comes through the tv speakers. I think the friend wants to be able to do video and audio independantly16:43
kusstevenburwood: you should be able to do that from settings > display and settings > sound. If you can't, it is a bug.16:43
pinouhow to theme backbox please16:44
kusstevenburwood: gather as much information about your hardware as you can (see https://askubuntu.com/a/31625/14784 for details) and please file a bug report if it doesn't work16:45
alistairHi I just started learning c++ and my code when compiling brings up an error in config.h. Is there a forum specific to ubuntu where someone will help me?16:46
daxubottu: backbox | pinou16:48
ubottupinou: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it.16:48
gebbioneis the AMDGPU pro a possible solution u think? http://support.amd.com/en-us/kb-articles/Pages/AMD-Radeon-GPU-PRO-Linux-Beta-Driver%E2%80%93Release-Notes.aspx16:51
OerHeksgebbione, no16:52
gebbioneit doesnt support my card16:52
gebbionei really have no clue on what else to look at16:52
OerHekstons of cards will be using the radeon driver.16:53
gebbionewell i m still trying to work out the best way to get support on this16:54
gebbionefor the radeon drivers where i can go16:54
gebbioneas it looks like it is not a ubuntu specific problem16:54
OerHeksindeed, linux global16:55
mohsen__hi17:02
aotlsaHe y17:04
=== pavlushka is now known as Guest93771
Guest99536I'd like to change my default dns server and im looking at: https://help.ubuntu.com/lts/serverguide/network-configuration.html, where i gather i'd have to edit "/etc/network/interfaces" to add my "dns-nameservers", however my "/etc/network/interfaces contains only 2 lines referring to my loopback device. What should I add in there to change my default dns server (for all my network devices), to googles dns servers?17:06
tgm4883Guest99536: are you using ubuntu server? Without a desktop environment?17:07
kittykittyim trying to use libprocps in C++ but every function that is defined in the header im using doesnt work. Just gives undefined reference. I've linked the shared object but i dont know if thats what im meant to do?17:07
=== Guest93771 is now known as pavlushka
techno_hi17:15
techno_can somebody help me? whenever i try to use dist-upgrade to upgrade my packages, i get errors on the linux images. log here: http://pastebin.com/cPdbkLQ317:17
baizontechno_: run autoclean and also remove old kernels17:18
svm_invictvsWhat happened to the script that just purges old unused kernels?17:18
OerHekstechno_, >  gzip: stdout: No space left on device ... follow baizons advise17:19
techno_how do i do autoclean17:19
OerHekssvm_invictvs, that is included in autoremove17:19
hggdhtechno_: sudo apt-get autoclean17:20
svm_invictvsuh17:20
svm_invictvsOerHeks Well, now when I run that it says I need more space and I have to free up space on /boot17:20
mlelyakinUbuntu is better operation System!17:22
techno_running autoremove..17:22
ElPasmoHi all! I don't know how but I messed up my boot at ubuntu 16.04. Now I enter the emergency mode when I try to boot: http://paste.ubuntu.com/22822091/ I've managed to boot with an usb live ubuntu and execute boot-repair with this output: http://paste2.org/kfbOIAh8 but no joy. I need help :_(17:23
rexwin_any luck17:23
techno_it worked17:24
techno_thx17:24
techno_unrelated question, is there a version of libgluezilla for 15.10 or 16.0417:25
techno_or do i need to download an old version17:25
iron_houziHow do I install the i386 version of oracle java for 14.04 using the webupd8 repo?17:27
Picitechno_: oddly, I only see it in debian, not Ubuntu. let me see if I can figure out why17:28
techno_hm17:28
iron_houzidoing `apt-get install oracle-java6-installer` or `apt-get install oracle-java6-installer:i386` doesn't work ..17:28
ANONYMOUS120hey [PocketKiller] check out this cool website http://forums.mcrafters.ml17:28
ANONYMOUS120hey [PocketKiller] check out this cool website http://forums.mcrafters.ml17:28
arooniwhats a better way to access files on my ubuntu laptop on my mac mini?  SSHFS or a Samba share.  I already have a samba share set up and its working fine so I'm wondering if theres any point to exploring SSHFS?17:29
XennonsPlaysYTSup Guys17:29
XennonsPlaysYTSup Guys17:29
lotuspsychje!support | XennonsPlaysYT17:29
ubottuXennonsPlaysYT: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com17:29
Picitechno_: looks like its not in modern versions of debian either...17:30
XennonsPlaysYTSup Guys17:31
psychohi17:31
XennonsPlaysYTSup Guys17:31
techno_ugh17:31
lotuspsychjeXennonsPlaysYT: do you have an ubuntu question?17:31
XennonsPlaysYTSup Guys17:31
psychospammer or what17:32
ElPasmoHi all! I don't know how but I messed up my ubuntu 16.04 and now I enter the emergency mode always: http://paste.ubuntu.com/22822091/ I've managed to boot up with an usb live ubuntu and execute boot-repair with this output: http://paste2.org/kfbOIAh8 but no it didn't work. I don't know what to try next...17:32
techno_so i need to download a version of libgluezilla for an older release on ubuntu17:32
amir107!help17:32
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 !patience17:32
lotuspsychjetechno_: doesnt seem like its in official repos17:33
ANONYMOUS120hey [amir107] check out this cool website http://forums.mcrafters.ml17:33
ANONYMOUS120hey [amir107] check out this cool website http://forums.mcrafters.ml17:33
ANONYMOUS120hey [amir107] check out this cool website http://forums.mcrafters.ml17:33
OliPicardhey everyone, im having problems with upgrading from 14.04 lts to 16.04lts. My upgrade stalls after the upgrade.17:34
OliPicardupdated all packages and im thinking ill have to just image a new vm.17:34
aroonican i just remove a file in /etc/apt/sources.list.d ?  its a ppa that i dont want to use anymroe.  ubuntu 16.0417:34
lotuspsychje!ppapurge | arooni17:34
ubottuarooni: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html17:34
XennonsPlaysYTSup Guys17:34
psychooh17:34
DJones!help17:35
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 !patience17:35
XennonsPlaysYTWant Free Vps Go Here https://ohosti.com/aff.php?aff=176317:35
XennonsPlaysYTWant Free Vps Go Here https://ohosti.com/aff.php?aff=176317:35
XennonsPlaysYTWant Free Vps Go Here https://ohosti.com/aff.php?aff=176317:35
XennonsPlaysYTWant Free Vps Go Here https://ohosti.com/aff.php?aff=176317:35
XennonsPlaysYTWant Free Vps Go Here https://ohosti.com/aff.php?aff=176317:35
aroonilotuspsychje: i actaually ran ppa-purge first; and apparently it didnt work :(17:35
lotuspsychjearooni: what didnt work exactly?17:36
aroonilotuspsychje: W: The repository 'http://ppa.launchpad.net/gercod/netatalk/ubuntu xenial Release' does not have a Release file.17:36
arooniE: Failed to fetch http://ppa.launchpad.net/gercod/netatalk/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found17:36
arooniy17:36
aroonisorry should have shuttled that into pastebin17:36
DJones~/lastlog pocket17:37
lotuspsychjearooni: you need to remove that ppa with ppapurge first, then apt update17:37
aroonilotuspsychje: thats the error message after running ppa purge17:37
OliPicardI can't stick kiddie hosting spammers.17:37
lotuspsychje!sources | arooni manual remove perhaps then?17:39
aroonilotuspsychje: can i just manually remove the file gercod-ubuntu-netatalk-xenial.list in my sources.list directory?17:39
ubottuarooni manual remove perhaps then?: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.17:39
doebiis there a way to make changes to the hostname instantly active, without rebooting?17:39
aroonilotuspsychje: thats the only file that the ppa appears in17:39
OerHeksarooni, yes, removal is safe, as it never installed any package17:40
arooniyeah that appeared to work!  yay17:40
OerHekshttps://launchpad.net/~gercod/+archive/ubuntu/netatalk17:40
aroonithanks OerHeks !17:41
goobyhello!17:44
psychohi17:44
=== gooby is now known as Guest32001
Guest32001Is anyone using smuxi?17:44
lotuspsychjeGuest32001: the #smuxi channel surely does17:45
lotuspsychjeGuest32001: you could also ask your ubuntu question about it here?17:46
=== johnl is now known as Guest14892
=== expert is now known as Guest81455
=== Guest81455 is now known as PaulFraOSAA
rodney77hello, i'm having a bunch of performance problems after upgrading to xenial. Most if it appears to be when scrolling, or otherwise related to graphics rendering. I read that there might be a problem with 16.04 and the i915 graphics driver, but I can't seem to find details on this. Does anyone know the solution?18:06
lotuspsychjerodney77: upgrade or clean install 16.04?18:09
=== coy is now known as Guest25287
AndChat251264Hola18:10
lotuspsychje!es | AndChat25126418:11
ubottuAndChat251264: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.18:11
Bashing-omrodney77: What graphic's set(s) .. skylake by chance ?18:13
rodney77lotuspsychje: it was a clean install.18:14
rodney77Bashing-om: how do I determine what grapics set I use?18:15
Bashing-omrodney77: Pastebin - lspci -k | grep -EA2 'VGA|3D' - to see what we have to work with .18:16
rodney77Bashing-om, thanks so much for your help. http://pastebin.com/Q3knPAXD18:17
BiscuitsHello18:18
lotuspsychjeBiscuits: welcome, what can we do for you?18:18
BiscuitsI just installed ubuntu and wanted to make sure I have a IRC to help out just in case18:19
Bashing-omrodney77: Nope not skylake .. so much for that thought . I do not know what to advise in this instance . I am weak in Intel experience .18:19
techno_for some reason even the old ubuntu versions of libgluezilla are deleted from the repos18:20
lotuspsychjerodney77: did you have scrolling issues in the liveusb?18:21
szbHello guys! I'm fairly new to vanilla Ubuntu (tried lots of other distros though) and right now I'm really starting to enjoy 16.04 on my laptop. There's one thing that bugs me atm: Is there a workspace indicator for the tray? I couldn't find anything on the interwebs! :318:21
BiscuitsI'm teaching myself to program in java, what is the difference in the open jdk and the one I can install from oracle website18:21
rodney77lotuspsychje, that's a good question. I'm not sure. I didn't notice it18:22
rodney77I have a lot of CPU surging18:22
rodney77so firefox will surge to 100% cpu18:22
rodney77or gvfs18:22
lotuspsychjerodney77: you sure its graphics bottlenecking you?18:22
rodney77java18:22
OerHekstechno_, long time obsolete https://launchpad.net/ubuntu/+source/gluezilla18:23
magyannhello18:23
rodney77lotuspsychje, i just suspect because i'll see a lot of choppiness when i try to play a flash video, or scroll a long webpage, and i read that that can be due to graphics rendering18:23
rodney77but it's not just firefox18:23
techno_a mono program i use has libgluezilla as a dependency18:24
techno_oh nvm18:24
techno_found a deb file18:24
shootingcharlie8hey, i have a quick question18:25
lotuspsychjetechno_: its not recommended to mix old packageversions18:25
=== sicsscam_ is now known as sicsscam
lotuspsychjerodney77: did you check additional drivers or ubuntu-drivers list?18:25
techno_well i dont have any other options, unless there's some sort of alternative18:25
lotuspsychjetechno_: what does the package do exactly?18:26
lotuspsychjeshootingcharlie8: ask in the channel so others can try to help18:26
techno_i use a windows program that's mono compatible, and it uses gluezilla to display log files18:26
shootingcharlie8i know that this is not ubuntu related but how do you register your nick?18:27
lotuspsychje!register | shootingcharlie818:27
ubottushootingcharlie8: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode18:27
rodney77lotuspsychje, I did look at additional drivers. it's running 'processor microcode firmware for intel cpus from intel-microcode'18:28
rodney77i'm not sure how to chec ubuntu-drivers list18:28
shootingcharlie8!register | shootingcharlie818:28
ubottushootingcharlie8, please see my private message18:28
lotuspsychjerodney77: it will be the same i think18:29
tomreynhi, are there still actual changelogs for kernels?18:30
tomreyni'm trying to understand what changed between linux-image-generic versions 4.4.0.31.33 and 4.4.0.34.36 on xenial.18:30
tomreynhttp://changelogs.ubuntu.com/changelogs/pool/main/l/linux-meta/linux-meta_4.4.0.34.36/changelog is not exactly useful in finding out about it.18:30
lotuspsychjerodney77: perhaps a newer kernel test could help you?18:31
tomreynis there some other way? should i review the upstream (kernel.org) changelogs instead?18:31
rodney77lotuspsychje, I just installed 4.5 but it gave me all this cpu surging right at boot18:31
rodney77and it doesn't appear to have fixed the problem18:31
lotuspsychjerodney77: other ubuntu versions got smooth on your same card before?18:32
rodney77lotuspsychje, yeah it was fine before18:32
lotuspsychjerodney77: fine when?18:32
rodney77here's a thread i found:18:33
rodney77https://ubuntuforums.org/showthread.php?t=232235318:33
rodney77the second post says there are a bunch of problems with 16.04, kernel upgrades and the i915 driver18:33
rodney77and then implies they may never be resolved18:33
rodney77but i don't see any other information about this elsewhere18:33
Picitomreyn: I don't see that exact version, but does this help? http://changelogs.ubuntu.com/changelogs/pool/main/l/linux/linux_4.4.0-34.53/changelog18:33
hggdhtomreyn: or /usr/share/doc/linux-image-4.4.0-34-generic/changelog.Debian.gz (valid for all installed kernels,change the version as needed)18:35
lotuspsychjerodney77: i think you need a deeper look into syslog, and search existing xenial + i915 bugs to compare syslog errors18:35
=== jwheare_local_ is now known as jwheare_local
lotuspsychjerodney77: i found a bunch of 16.04 bugs regarding graphics, but we need to investigate your exact errors18:36
rodney77ok, thanks lotuspsychje, i need to go but I will dig into syslogs and come back with more info. thanks so much18:37
lotuspsychjerodney77: good luck mate18:37
tomreynThanks Pici + hggdh. I'm puzzled why 4.4.0-32.51 was considered low urgency...18:38
lotuspsychjerodney77: something like this for example: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/160777418:38
ubottuLaunchpad bug 1607774 in xserver-xorg-video-intel (Ubuntu) "i915 kernel module stops working occasionally" [Undecided,Confirmed]18:38
=== F2Knight is now known as F2Knight[away]
Troy_Vincentmy python is completely broken on Windows 10 Ubuntu Bash18:39
Troy_Vincentrunning python just does nothing18:39
tomreyn... since a quick glance shows 5 CVEs and a lot of driver fixes.18:40
sue_martinAnyone here running ubuntu from a live-stick?18:41
tomreynand what really puzzles me now is that while i have not rebooted to make this 4.4.0.31.33 -> 4.4.0.34.36 effective, oracles' ksplice uptrack offers 21 patches.18:41
tomreyn(that's a lot)18:41
lotuspsychjesue_martin: ask your question to the channel please18:41
sue_martinI'd like to know what your output of "mount | grep cdrom" is18:42
sue_martinMine is "/dev/sdb on /cdrom type iso9660 (ro,noatime)" and I got told this is weird and non-standard18:42
sue_martinNote: I only want the output from a running live-ubuntu18:42
OerHeks!win1018:42
ubottuCanonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows.18:42
OerHeksTroy_Vincent ^^18:43
Bashing-om!ubuwin | Troy_Vincent18:43
ubottuTroy_Vincent: please see above18:43
Troy_Vincentthank you18:43
tony_exodia18:47
OerHeksno no xenial xerus18:47
charlie_sandershow Do I tell ubuntu to use my custonm downloaded of JAVA so it's not constantly trying to download a java-runtime ?18:49
charlie_sandersI tried updating alternatives, no luck18:49
Troy_VincentOerHeks: to be fair, my python binaries have been working fine up until now18:49
=== F2Knight[away] is now known as F2Knight
OerHeksi am sure python should be possible, but a few people have knowledge to support it18:51
szbIs there something like a 'workspace indicator' for 16.04? Something like this perhaps: https://paste.ubuntu.com/22832065/18:53
lotuspsychjeszb: you dont like workspaces icon on unity bar?18:55
prinlerHowdy18:55
chris1ohoi, someone know how to install open broadcaster software on LXLE ? or is it already in the OS ?18:59
szblotuspsychje, I have the bar/launcher set to autohide! I'd rather prefer something in the top bar!18:59
lotuspsychjeszb: can you use the workspaces hotkeys perhaps?19:00
szblotuspsychje, you mean Super+S? Yes, I could use that! But that's just a little too slow for my taste, I'd like a quick glimpse on which workspace I'm currently on and then switch to another  via Ctrl+Alt+Left/Right.19:03
Bashing-omszb: You may find that xfce DE is more to your preference .19:05
Windows10UserHello I'm a Windows 10 pro user, is there any distro similar to Windows 10? would like to try Linux.19:05
szbchris1, there seems to be an official PPA for your needs! Should work for LXLE as well! http://www.webupd8.org/2016/04/streaming-and-recording-app-obs-studio.html19:06
chris1windows10user i dont understand you...19:08
Windows10Userchris1: I use Windows, ok?19:08
Windows10UserI want to try Linux.19:09
=== _cake_ is now known as _cake
Windows10UserBut I want something not really different, so I can get used to it easy.19:09
szbBashing-om, I know XFCE would offer that particular functionality, but it feels a little too clunky for me! :)19:09
chris1yes, i used the old windows... now im new at LXLE, its good,19:09
Bashing-omWindows10User: ?? Windows is Windows .. linux is linux .. the 2 ARE different .19:10
Windows10UserBashing-om: dude, how it looks like19:10
Windows10UserPeople say ubuntu mate looks like win 1019:10
Windows10Userothers gnome 319:10
Virtuliseverything more or looks the same these days, doesn't it?19:10
szbWindows10User, Linux Mint Cinnamon has a similar interface to Windows, it should feel familiar! (But it does not work in a familiar fashion, you might have to 'unlearn' a lot of things if you want to use it full-time)19:10
chris1hmm... if you like too use LXLE you need to know much about computer code language... here i got the problem....19:11
Windows10Userno idea19:11
Bashing-omWindows10User: Looks will be deceiving .. It will be linux .. and not operate as in Windows .19:12
Windows10Userszb:  cinammon, let me check that one19:12
=== Troy_Vincent is now known as farkr
chris1szb thx for link, i check it out...19:13
Windows10UserBashing-om: duh19:14
Windows10Userthanks szb and chris119:14
majaany one know why no android devices will connect to my wifi hotspot served from ubuntu 16 ?19:14
Bashing-omWindows10User: Just do not want that you have a bad first impression of linux :)19:15
AndChat251264Join #codeigniter19:15
chris1maja, hope a pro can help you19:16
majachris1: haha thats why i am here <319:16
chris1hehe :) <319:17
Windows10UserI will not.19:18
Fr_DaeWindows10User => download linux live USB, the Lubuntu16.04.iso and try with liveUSB19:18
OerHeksWindows10User, if we do make it feel and look alike, we get lawsuits.19:19
majathough any hints on what tools i can use to do testing would be great19:19
Windows10UserFr_Dae: why lubuntu?19:21
Fr_Daebecause if you like Windows, Lubuntu is a good First imrpession19:22
Fr_Daelike XP interface, same hotkeys, light19:22
Fr_Daeand realy faster and personnalisable with a simple right clic19:22
Fr_Daebut after try gnome ou xfce or fedora i don't know, test, try, and take you own feeback19:23
Fr_Dae=)19:23
Windows10UserWhat do you use?19:24
Windows10User:D19:24
superooty would one wanna experience something, we all want to escape from?? #leaveWindows19:24
gde33to get work done?19:24
Fr_Daegaming, web, texte, facebook, all use is good19:24
szbWindows10User, if you ask 10 people what the best Linux distribution is, you will get 10 answers. Just try one, check it out for a day or two, and if you don't like it, go to another. No offense, Fr_Dae! ^-^19:25
Fr_Daeon Lubuntu, juste sudo apt install htop pavucontrol oxygen* for better use19:25
Fr_Dae+1 szb19:26
Fr_Daebut Lubuntu is better :P19:26
* Fr_Dae kiss szb 19:26
chris1maja , to chech router network download NetSurveyor på PC.   NetSurveyor. this was the help i found, might be wrong tho...19:26
Fr_Daeand hexchat for talk here :D19:26
superootAside from the fact that linux cannot run Adobe illustrator, I see no reason why anyone would prefer windows rather than linux19:26
Windows10Userszb: thanks again, just one thing, why do you recommend ubuntu over debian'19:27
Fr_Daesuperoot why illustrator ? we have krita !19:27
gde33superoot: some old  versions of utorrent are pretty nice19:27
Fr_Daeubuntu have interface and is recommander for nivuce public19:27
Fr_Daebig documentation and communoty19:28
Fr_Daesuperoot and Adobe run fine with playonlinux or crossover19:28
szbWindows10User, Debian is great! Actually, if you 'learn' Debian, you will have zero problems with Ubuntu. (I tried it that way) But Debian takes a little more time to set up and can be a little more complicated to install. But I definitely recommend trying it! :)19:29
gde33I'm certainly enjoying ubuntu and never booted the windos again but it is still a lot of work to set everything up19:29
superootkrita is cool, but real vector fun is missing in it19:29
Windows10Userok, Ubuntu 16.04.1 iso downloaded19:29
Fr_Daeon linux distrib you have 2 "think" core and DesktopEnvironement, Ubuntu + gnome ubuntu + Xfce Ubuntu +Lxde or same with fedora or debian19:30
Fr_DaeNop19:30
Fr_Daedon't test  the official one19:30
Fr_Daeis on unity19:30
superootI tried playonlinux, and adobe suite, I had very poor results19:30
Fr_Daehttp://cdimage.ubuntu.com/19:30
gde33To find the best application(s) you would have to learn to use all of them. I wouldn't know how to do that for an OS or if it is even possible.19:30
doebiwhat would be the pedant to "setxkbmap" for non-x-machines?19:30
OerHeksdistro choise is beyond the scope of this channel, please.19:30
kushi, how do I know whether I can get to ldap://foo.bar:636 from my server?19:31
superootFr_Dae: Have you been successfully running illustrator on it? Cuz I did try it but no luck, it messed up my whole system19:32
=== burtons is now known as BusFactor1
=== dog_galaxy is now known as virulentfukker66
gde33how are ubuntu's default applications chosen??19:32
=== virulentfukker66 is now known as dog_galaxy
OerHeksdoebi, manually would be dpkg-reconfigure keyboard-configuration19:32
Fr_Daesuperoot noop i use krita =)19:33
doebiOerHeks: hmm, is there some scriptable solution?19:33
majachris1: its a start :)19:34
superootFr_Dae: i never really tried it, but I'll look into it now that I've seen someone use it.19:34
szbWindows10User, let us know if you need any further help! :)19:36
OerHeksnot sure why setxkbmap does not work for non-gui entries.19:36
Windows10Userthank you szb I'm gonna try Ubuntu 16.04.119:36
superootAbigailBuccaneer: ssup19:37
superootAdran: Asandari sssup19:38
ph88^hey guys, i'm trying to repair the bootloader by this tutorial https://help.ubuntu.com/community/Grub2/Installing#via_ChRoot on step 12 i get:   Installing for x86_64-efi platform.   grub-install: error: cannot find EFI directory.19:38
superootph88^: Do u have GPT partition?19:38
ph88^superoot, how can i figure out whether i have a GPT partition ?19:39
ph88^by the way .. just found that there is a Boot-Repair utility .. perhaps i should first try with that ?19:40
=== Attoy_ is now known as Attoy
szbph88^, I always had the best of luck with the Boot-Repair-Disk! https://ubuntuforums.org/showthread.php?t=183186919:41
ph88^yes i was refering to this tool .. on the help page it says i can also install it when i run a LiveCD19:42
ph88^https://help.ubuntu.com/community/Boot-Repair#A2nd_option_:_install_Boot-Repair_in_Ubuntu19:42
Bashing-omph88^: boot-repair is a wonderful tool .. However, if multi-disk system need to really understand what you are doing .19:43
szbph88^, I see, i never knew that! And you tried it this way and it gave you the error that you mentioned above?19:44
szbph88^, are you dual-booting with another OS?19:45
ph88^szb, no the error comes from step 12 in the first tutorial i gave. I only found Boot-Repair AFTER my initial question19:45
kusHi, I need to connect to ldaps://foo.bar:636 and I know that server is up and I can connect to it from my local machine. However, I cannot connect to it from my test server using the same configuration. Is there something I need to do on my test server to allow traffic OUT to ldaps://foo.bar:636? How do these things work? Is it possible that a firewall configuration blocked my attempt to connect to the server? I can ping to foo.bar just fine though but as I under19:45
kusstand ICMP uses a different port? Thank you19:45
ph88^szb, Bashing-om i have 1 disk with windows 10 and ubuntu 16.0419:46
szbph88^, maybe the answer on this thread might help? https://askubuntu.com/questions/655011/windows-10-upgrade-kills-grub-and-boot-repair-doesnt-help19:47
Bashing-omph88^: :) .. K, Win10 == UEFI (GPT partitioning) generally .. ya want to boot the liveUSB in EFI mode in the firmware .19:47
tony_anyone know how to restore a desktop back to factory settings without a disk?19:48
ph88yes the LiveCD (usb stick really) is booted as UEFI19:48
Bashing-omtony_: Depends, What desktop environment ?19:49
tony_windows 1019:50
ph88hurray, my ubuntu is restored by Boot-Repair utility !19:51
Bashing-omtony_: Best ask about Win10 in the #windows channel .19:51
ph88nice & easy19:51
szbph88, yaayy! :D19:51
Exwindows10userwho was assisting me_19:52
ph88it did add a lot of options to the grub menu though19:52
ph88i'd like to remove them19:52
YankDownUndertony_: Delete the username in c:\user\blahblahblah => or rename it.19:52
Exwindows10userHeeeeeeeeeeello !!19:52
szbExwindows10user, did you fall in love so quickly? xD19:52
Bashing-omph88: Smart litle tool .. sudodus done good , yes ?19:52
Exwindows10userOh my God19:52
Exwindows10userWhy do you hate Unity_19:52
Exwindows10userDammit, what-s wrong with my keyboard, lol19:52
ph88Bashing-om, sudodus ?19:53
Bashing-omph88: He wrote the tool .19:53
Exwindows10userA guy with a F on his nickname was helping me, F at the beggining19:54
Exwindows10userDo you remember szb19:54
szbExwindows10user, i believe it was Fr_Dae?19:54
szbAssuming that you are the previous 'windows10user'?19:54
Exwindows10userFr_Dae: yes!!19:55
Exwindows10useryes!!19:55
Exwindows10userhaha19:55
Exwindows10useris he still here_19:55
ph88Bashing-om, yes it's a good tool19:55
szbGive it a few minutes, maybe he/she is afk! :)19:56
superootssup19:56
ph88szb, do you know what are entries 3 to 6 here in the boot menu ? http://imgur.com/a/4NLY0  i didn't have them before ... perhaps i can remove them ?19:57
Bashing-omph88: No wait ! was yannubuntu that wrote boot-repair .. (sudodus is responsible for the USB creator ) .19:57
killer7why is ubuntu so awful now19:57
superoothow can i replace my desktop environment from gnome to kde19:57
killer7uninstall ubuntu19:58
killer7install kubuntu19:58
killer7simple as that19:58
ph88Bashing-om, maybe you have an idea about those boot entries ?19:59
OerHeksinstalling a desktop on top of ubuntu is no problem, removing one can give vary results :-S19:59
Bashing-omph88: Sorry, my EFI knowledge is scant at best .19:59
elias_akiller7: Oh, shut up now.19:59
superootkiller7: what if I wanna keep both of them?19:59
ph882 monitor ?19:59
OerHekssuperoot, just log out, change de, login19:59
superoota20:01
superoota20:01
superoota20:01
superoota20:01
superoota20:01
Bashing-omph88: Wait for eric^^ to show up .. he has become our EFI giru . Can vest guide you; On an UEFI system the boot process is generally UEFI boot manager .20:01
ph88oki20:01
ph88i was just thinking to remove those entries20:01
ph88have you ever tried the "Advanced options for Ubuntu" or "System setup" ?20:02
ph88maybe i try them just to see what they are ^^20:02
Bashing-omph88: 'advanced options' are the recovery console and older installed kernels .20:04
szb_ph88, whoops, I let my laptop run out of battery! :D I'm sorry if someone already answered your question. Personally I don't have much experience with manually editing grub, but it should be possible!20:05
ph88szb_, i was thinking of just removing those entries20:05
ph88"Advanced options for Ubuntu" seems useful, maybe "System setup" too .. so i will keep them20:05
szb_I *think* you can do that, but I also think you can just hide them, so they don't bother you and you actually don't remove anything that might be necessary (for whatever reason)20:06
Bashing-omszb_: ph88 : The tool to manage the EFI boot files is ' efibootmgr ' .20:06
=== dog_galaxy is now known as virulentfuker666
=== virulentfuker666 is now known as dog_galaxy
reevvhello. i did a do-release-upgrade from 15.10 to 15.04 and my webserver went up in flames:) php doesn't work, error logs are filling up20:10
reevvwhy did i do that? omg :(20:10
Picireevv: I assume you meant 16.04 and is your application compatible with php7?20:11
reevvwell i'm not sure, should it be?20:11
reevvphpmyadmin doesn't work either so20:11
reevvmysql asks for update but was already done20:12
reevveverything is messed up20:12
szb_Bashing-om, I'm reading it can *delete* boot options, do you know if it's possible to just hide them? Just out of curiosity! :)20:12
reevvthey shoudl probably remove the "run a do-release-upgrade" from the motd upon bash login lol20:12
szb_ph88, you might want to take a look here: http://linux.die.net/man/8/efibootmgr20:13
Bashing-omreevv: Did you read the release notes in respect to server configs : https://wiki.ubuntu.com/XenialXerus/ReleaseNotes .20:13
ph88uf looks complicated :/20:13
ph88think i just need to edit grub configuration20:14
Bashing-omszb_: Nope, My knowledge of EFI is lacking !20:14
exwindows10userOk, Ubuntu is installed.20:15
reevvBashing-om: nope, after upgrade i realised i'm not ready for it20:15
reevvwill be going back to 15.10 tomorrow :)20:16
szb_ph88, hang on, i think i found a simple tutorial, let me check it out first! :)20:16
szb_exwindows10user, *thumbsup* :D20:16
Bashing-om!manual | exwindows10user20:16
ubottuexwindows10user: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/20:16
exwindows10userhi szb_ ! Ubuntu installed in the hardrive.20:16
ph88there should be some stuff in the /etc/default/grub  file20:16
exwindows10userszb_: thought linux was lightweight, more than Windows.20:16
exwindows10userszb_: the frest ubuntu installation uses 1.2GB of RAM.20:16
exwindows10userMore than Windows 10 Pro, who is that even possible?20:17
szb_ph88, yes, but as far as I know you shouldn't actually mess with those (but I could be very wrong on that)20:17
mcphailexwindows10user: that is a good thing. Linux uses ram for cache20:17
daxbecause RAM usage is an awful measure of "lightweight"20:17
dax!atemyram20:17
ubottuIf you are wondering why some tools report your system has very little free memory, have a look at http://www.linuxatemyram.com/20:17
Piciexwindows10user: Linux uses RAM in a different way than Windows. See http://www.linuxatemyram.com/20:17
exwindows10userFr_Dae: told me that a way to measure was with ram lol20:17
tgm4883See http://www.linuxatemyram.com/20:18
szb_ph88, i think that's a simple as it can get! :) https://www.youtube.com/watch?v=HlmPUClmTbc20:18
daxand after you see http://www.linuxatemyram.com/ , see http://www.linuxatemyram.com/20:18
tgm4883Or for a better source, see http://www.linuxatemyram.com/20:18
Bashing-omph88: My take is that messing about with EFI-grub is the job of 'efibootmgr' .20:18
szb_exwindows10user, is that with no applications running?20:19
exwindows10userszb_: yes, with chrome takes 1.4GB20:20
doubledogdare610indicator-keyboard-service is using over half a gigabyte on my machine. Anyone else having this?20:20
tgm4883lol, changing that link to https takes you to a completely different site20:20
doubledogdare610I meant it is using that much in virtual memory20:21
szb_exwindows10user, well, there you go, I'm pretty sure that's Chrome hogging much RAM! I have Firefox open and i'm also using about 1.4GB of RAM.20:21
szb_exwindows10user, how much RAM does your machine have?20:22
exwindows10userszb_: the same I told you lol20:22
tgm4883exwindows10user: can you pastebin 'free -m'20:22
exwindows10userMem:           7.7G        1.0G        5.5G20:22
exwindows10userI am using Unity, fr dare told me to try lubuntu and will be using less resources20:23
exwindows10userbut looks ogly to me, old20:23
szb_exwindows10user, the Unity desktop is actually said to be on the 'heavier' side. But with about 8GB of RAM and Unity using about 1GB, I think you're good!20:23
exwindows10userugly20:23
exwindows10userszb_: :D20:23
exwindows10userszb_: you use Unity as well?20:23
tgm4883exwindows10user: doesn't that say it's using 1 GB RAM?20:23
exwindows10usertgm4883: yeah, weird, the software in Ubuntu says 1.4GB and the command you gave me says 1.0GB don't get it.20:24
szb_exwindows10user, yes, i started using it very recently! But i have tried many desktop environments over the past three years!20:24
exwindows10userszb_: awesome! so Unity is a good Desktop?20:24
exwindows10userLooks like, looks great.20:24
exwindows10userAnd fancy, smooth, modern.20:24
exwindows10userAnd by the way, you were right szb_ I am using firefox, not chrome, chrome is not installed, I think firefox is the default browser.20:25
szb_exwindows10user, I think it's quite good, but it depends on what you expect from your desktop. I have been using the Gnome Desktop (quite similar to Unity) and I really liked that, but also Lubuntu with its desktop has its charm! It really depends on what you like about an interface! Unity seems to be a good mix between looks and functionality!20:26
szb_exwindows10user, I have actually tried all Ubuntu flavors and i think about a dozen desktop environments over the last years. There's not such a thing as the 'perfect' one and your liking might change over time! But that's the beauty of Linux - you have many choices! :)20:27
tgm4883exwindows10user: "ps -eo pmem,vsize,cmd | sort -k 1 -nr | head -5" will show you the top 5 processes of memory usage20:27
doubledogdare610indicator-keyboard-service on my ubuntu is using 600mb of virtual memory. Anyone else having this? Is it normal?20:28
Gourlays20:28
ph88szb_, i don't understand why they had to make a seperate tool for that and not just intergrate it with grub20:30
exwindows10usertgm4883: what's that20:31
tgm4883exwindows10user: that command will show you the top 5 ram users on your computer20:32
exwindows10useroh in the cmd window?20:32
exwindows10userwell called terminal here20:32
exwindows10userlet me check20:32
ph88ctrl + alt + T20:32
szb_ph88, yeah, Grub seems to have some catching up to do. ^-^ Did you try it? Did it work?20:32
ph88szb_, i booted into windows to test if that still worked .. then it had some updates .. now it's stuck on downloading KB3176493  :/20:33
szb_ph88, ugh... my condolences! xD20:33
doubledogdare610Can anyone pull up their system monitor and check how much virtual memory indicator-keyboard-service is using?20:36
cluelesspersondoubledogdare610, which value is that again in ps aux?20:37
cluelesspersondoubledogdare610, 792480 ?20:37
cluelesspersondoubledogdare610, what's the exact command to run20:38
doubledogdare610cluelessperson: I have the system monitor open and I have right clicked the process and hit properties and it has a large amount of virtual memory. All I want is for someone to check if the same thing is there on their machine..20:39
tgm4883doubledogdare610: 4.5M20:39
cluelesspersonOkay, I have an issue that's been PLAGUING me.  I haven't gotten anywhere.   My intel wireless cards on ALL of my linux machines, randomly cut out for 1-2 minutes.  this is KILLING me inside20:39
tgm4883doubledogdare610: oh virtual, 600+M20:39
doubledogdare610tgm4883: Thanks man! I thought something was wrong!20:40
Fr_Daeevrybody ? what is you actual DE please ? ( echo $XDG_CURRENT_DESKTOP )20:40
szb_cluelessperson, have you updated to 16.04.1? Sounds just like the network-manager bug that's been plaguing this release from the start!20:40
cluelesspersonszb_, I am fully updated I believe, I will check the version exactly20:40
doubledogdare610tgm4883: So it shows over 600MB in virtual for you?20:41
cluelesspersonszb_, It happens on Debian, Mint, and Ubuntu20:41
tgm4883doubledogdare610: 641MB to be exact20:41
cluelesspersonszb_, It seems I'm on 16.04, I'll see if I can update to 0120:41
cluelesspersonszb_, It's driving me INSANE20:42
cluelesspersondoesn't occur in Windows though20:42
doubledogdare610tgm4883: Thanks, I tend to get paranoid over the little things and get stressed. Thanks!20:42
cluelesspersonI'm suspecting bitchy intel firmware because intel isn't friendly to linux20:42
cluelesspersongod damn it, it won't stay connected long enough to even download the updates20:43
szb_cluelessperson, I can't say for sure, but I've suffered those cutoffs too, already in 15.10 and especially with the initial 16.04 release. But it appears that the most severe stuff has been fixed with 16.04.1.20:43
Fr_Daedoubledogdare610 cluelessperson szb_  tgm4883  ?20:44
Fr_Daewhat is you DE please ?20:44
tgm4883Unity20:44
cluelesspersonFr_Dae,   16.0420:44
daxFr_Dae: is there a support question in there somewhere?20:44
szb_Unity (on this machine)20:44
cluelesspersonUnity20:44
daxif not, --> #ubuntu-offtopic (polls != support)20:45
Fr_Daecluelessperson  curend DESKTOP20:45
MonkeyDustFr_Dae  type   /j #ubuntu-offtopic20:45
Fr_Daeno dist20:45
cluelesspersonFr_Dae, ah, unity20:45
szb_Fr_Dae, did we win anything good? :D20:45
Fr_DaeMonkeyDust type /leave please =)20:45
anon_join /anon20:45
cluelesspersonszb_, is there a command for the exact version I'm on?20:46
cluelesspersonstill appears 16.04  not 16.04.0120:46
szb_cluelessperson, type 'lsb_release -a'20:46
MonkeyDustcluelessperson  cat /etc/issue20:47
cluelesspersonszb_, MonkeyDust both work!   16.04.1   I just updated20:47
cluelesspersonszb_, yeah, unable to connect to wifi at the moment20:48
* cluelessperson tears his hair out20:48
cluelesspersonszb_, mint seems more reliable (which is based on ubuntu)20:48
cluelesspersonwith wifi I mean, not the OS or DE, Ubuntu is more reliable there20:48
szb_Some people seem to have had success by reinstalling everything that's got to do with 'network-manager'20:48
Marysiahelloooooooooooooooooooooooooooooooooooooooooooooooooooooooooisyouruserlistlong20:49
debug0x1Marysia: I'm all about that long user list yo'.20:50
szb_cluelessperson, Mint 17.3 is reeeally stable! I'm not so convinced by the current 18.0 release, that has given me some problems (with all current flavors out)20:50
Marysiaanyway20:50
elias_aI'm all about a kick.20:50
dax(I note that Mint is not supported in #ubuntu.)20:50
Marysiasomeone told me to get here and ask you guys a question20:50
daxis it an on-topic ubuntu technical support question perchance20:51
elias_a!ask20:51
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 !patience20:51
Marysiahow do you install packages using mini.iso20:51
Marysialets say i want a window manager that doesnt come with ubuntu but the computer im installing it on doesnt have the internet connection20:51
d4rkh0s7;/join #wifiway20:51
szb_Marysia, you need an internet connection. The mini.iso will pull all the necessary files from the internet!20:51
tgm4883!offline | Marysia20:51
ubottuMarysia: If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. See also !APTonCD20:51
cluelesspersonszb_,  Linux Mint 17.3 Rosa \n \l20:51
cluelessperson  seems pretty damn stable, just one or two bugs20:52
szb_dax, sorry, sometimes i get carried away! :]20:52
cluelesspersonAll of them except Windows are KILLING ME20:52
cluelesspersonthey hurt20:52
cluelesspersonbecause of wifi20:52
cluelesspersongod damn it20:52
Bashing-omMarysia: Minimal has no GUI .. use 'apt' to install from the repo .20:52
daxMarysia: the whole point of mini.iso is that it contains the minimum needed to run an installer using internet access. No internet = mini.iso isn't gonna work.20:52
tgm4883cluelessperson: what wireless card?20:52
cluelesspersontgm4883, 726520:52
cluelesspersonIntel20:52
Marysiadax, szb_, Bashing-om: If the mini.iso can handle the USB 3G modem i'm using then fine20:52
cluelesspersontgm4883, Btw, it doesn't crash if I disable Wireless N, but it limits me to 54 Mbps20:53
cluelesspersonwhich is bad20:53
Bashing-omMarysia: Not dependable .,.. what is dependable is a wired connection .20:53
Marysiaoh well20:53
Marysiathanks anyway20:53
Marysiacya dopes20:53
elias_aDopes? :D20:54
tgm4883cluelessperson: odd, that's the chip I have and it's working fine here20:54
szb_tgm4883, do you have 'intel-microcode' installed by any chance?20:55
cluelesspersontgm4883,  http://www.intel.com/content/www/us/en/wireless-products/dual-band-wireless-ac-7265.html20:56
Bray90820_I'm trying to run the command sudo-update grub from a live USB but I keep getting the error "failed to get canonical path of /cow"20:56
tgm4883szb_: no20:56
tgm4883cluelessperson: yea I know which chip. That's what is in my T450s. Currently connected at 300mbps20:57
n-iCeGuys, should I Use it or not https://i.imgsafe.org/a436b152f1.png20:57
cluelesspersontgm4883, ahaha!  I have the T450 for work, and the Carbon X1 3rd Gen for Personal20:57
szb_n-iCe, if you have an Intel CPU, then yes, go ahead!20:58
daxn-iCe: it contains updates to your CPU firmware to fix CPU bugs. and yes, I mean CPU as in processor. so yeah, probably should20:58
Bashing-omBray90820_: LiveUSB, unless persistence is enabled .. is a read only device .20:58
n-iCedax, szb_ awesome, it is supposed to be in use, right now, no?20:58
daxinstall, reboot, good to go20:58
cluelesspersonszb_, tgm4883   do I need to use intel firmware for my wifi? what do you have installed?20:58
* cluelessperson 's X1 is flickering between 5 and 8.5 hours left on battery20:59
tgm4883cluelessperson: I didn't install anything special other than 16.04. I did briefly run a 4.6 kernel, which I need to bisect when I get some time20:59
Bray90820_Bashing-om: I'm trying to update it on my hard drive from the live USB not trying to update the usb21:00
szb_cluelessperson, I don't have any Intel hardware on my machines, all AMD, but from my experiences with Debian (!) that firmware package might solve some issues!21:00
cluelesspersontgm4883,  My kernel is 4.4.0-3421:00
=== rex__ is now known as creatorex
Bashing-omBray90820_: And .. you did mount the proper partition(s) .. so grub knows where the config files are located ?21:01
tgm4883cluelessperson: 4.4.0-2221:01
Bray90820_Bashing-om: As far as i know I did21:03
L72g5sSqThis doesn't seem to work: bash -c "rm !(*.so)" WARNING -- this removes all files except .so files so try this command in a tmp folder or something. Any ideas?21:04
L72g5sSqrm !(*.so) works in bash but bash -c "rm !(*.so)" does not for whatever reason?21:04
Bashing-omBray90820_: Show us what there is to work with . pastebin ' sudo parted -l ' . we confer on what should be mounted .21:04
tgm4883cluelessperson: what's the output of "dmesg | grep iwlwifi"21:05
cluelesspersontgm4883, http://paste.ubuntu.com/22846885/21:07
Bray90820_Bashing-om: http://pastebin.com/raw/BgPhFp4D21:07
Bray90820_Bashing-om: Note ubuntu is not installed21:08
tgm4883cluelessperson: same here21:08
cluelesspersontgm4883, apt-cache search iwlwifi   not found21:08
=== L72g5sSq is now known as ablegreen_w
cluelesspersontgm4883, http://www.intel.com/content/www/us/en/support/network-and-i-o/wireless-networking/000005511.html21:10
tgm4883cluelessperson: ok21:11
tgm4883cluelessperson: none of those will help you21:12
Bashing-omBray90820_: ' sudo mount /dev/sda1 /mnt ; sudo grub-install --boot-directory=/mnt/boot /dev/sda ; sudo umount /mnt ; Is what you are running ?21:12
syroquit21:13
Bashing-omBray90820_: " primary  ext4  " <- in response " Note ubuntu is not installed " .21:14
Bray90820_I Bashing-om "grub-install --boot-directory=/mnt/usb /dev/sda" is what I ran to install grub initially21:15
Bray90820_Bashing-om:21:15
cluelesspersontgm4883, I'm trying out this  https://github.com/OpenELEC/iwlwifi-firmware21:15
=== jan is now known as Guest94207
cluelesspersontgm4883, nothing still21:18
cluelesspersonmy Carbon X1 with the newest Ubuntu does not function wirelessly on our network21:18
Bashing-omBray90820_: I messed that one up .. (not a separate /boot ) should be as ' sudo grub-install --boot-directory=/mnt /dev/sda ' .21:18
Bray90820_Bashing-om: So where should I go from here?21:18
Bray90820_Sorry I spoke to soon21:18
Bray90820_Bashing-om: Tried the code you gave me couldn't find path of /cow21:21
rmrfnopreserverosudo rm -rf --no-preserve-root /21:21
rmrfnopreserverorun this command21:21
bekks!danger | rmrfnopreservero21:21
ubotturmrfnopreservero: DO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you!21:21
bekks!ops | rmrfnopreservero21:21
ubotturmrfnopreservero: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu21:21
MonkeyDustalways the same silly 'joke'21:22
rmrfnopreserverowhats wrong with this command21:22
rmrfnopreserverosudo rm -rf --no-preserve-root /21:22
cluelesspersontgm4883,  Shit tons of bugs around it21:22
cluelesspersonhttps://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/157434721:22
ubottuLaunchpad bug 1574347 in OEM Priority Project "[SRU] Re-read the link type if the name changed" [Critical,Fix released]21:22
rmrfnopreserveroI ran it21:22
MonkeyDustrmrfnopreservero  stop21:22
rmrfnopreserveroWhat21:22
rmrfnopreserveroCan you help me21:22
Bashing-omBray90820_: Makes little sense to me presently . You did mount the target partition ' sudo mount /dev/sda1 /mnt ' Yes ?21:22
geniiEnough of that silliness21:22
Bray90820_Well it now installs but when I do "sudo-update grub" i get can't find path of /cow21:25
MonkeyDust'bb' is much more fun21:25
Bashing-omBray90820_: From the install you run ' sudo update-grub ' Or are you doing this in the liveUSB ??21:26
Bray90820_libe USB21:26
Bashing-omBray90820_: Reboot, set in bios to boot the hard drive . now what results when booting ? Once booted in the hard drive install one can run ' sudo update-grub ' .21:27
Bray90820_I get a grub menu like this21:28
Bray90820_http://i.stack.imgur.com/zzjNx.jpg21:28
Bray90820_Not the grub I was hoping for21:28
Bray90820_The version mine has is 2.02 beta2 tho21:29
danny_Is there a way to actually fix screen tearing on Ubuntu? I'm using compton as a compositor under marco21:30
Bashing-omBray90820_: well that indicates that grub can not find the kernel's config files . From the liveUSB we can do a full CHange Root, purge grub and rebuild it . See of that works ???21:30
Bashing-omBray90820_: Ouch .. is the liveUSB the same version as that of the hard drive install ?? Now that will make a big difference !21:31
Bray90820_Well I don't have ubuntu installed to my hard drive21:31
Bashing-omBray90820_: Then I must wonder what the end goal here is .. and what " 250GB  primary  ext4 " implies ?21:33
Bray90820_I have windows and a version of android installed and I need grub to boot android21:33
cluelesspersontgm4883,  so get this, if my vpn is configured to connect, it seems to allow internet access briefly until it times out21:33
cluelesspersonwtf21:33
YankDownUnderBray90820_: RemixOS?21:34
Bray90820_BINGO21:34
Bray90820_YankDownUnder:21:34
YankDownUnderBray90820_: RemixOS uses the bootloader from Windows - did you know that? So getting "grub" to find it can be painful21:34
Bray90820_YankDownUnder: Actually I installed remix OS and it installed grub21:35
Jordan_UBray90820_: #ubuntu is for Ubuntu support only, and you don't appear to be using Ubuntu. Maybe try #grub or a remix OS channel.21:36
YankDownUnderBray90820_: RemixOS installed grub FOR you? Is this something new in the latest "betas" being pushed down?21:36
YankDownUnderThere is the #remixos channel...21:36
Bray90820_YankDownUnder: I am not sure but the current version does use grub21:36
xaviergmailIs there a way I can easily set rails 2.2+ as my default version of the rails executable21:37
YankDownUnderBray90820_: Anyways - so you want "grub2" to try to recogise the RemixOS install - when you've booted, and you've chosen to fire up Windows, doesn't the option to use Remix or Win still come up?21:37
Bray90820_YankDownUnder: While remix OS Channel does exist I am using ubuntu live to install grub so I think this is the best place21:37
xaviergmail(without aliasing)21:37
tgm4883xaviergmail: symlink?21:38
Bray90820_YankDownUnder: What I really want i just a proper install of grub and Bashing-om was helping me with that21:38
YankDownUnderBray90820_: I'm not the one trying to chase you away, mate...I'm trying to get to the "bottom" of the issue so that I can formulate a resolution...21:38
cluelessperson       configuration: broadcast=yes driver=iwlwifi driverversion=3.19.0-32-generic firmware=25.17.12.0 ip=172.16.3.145 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn21:39
Bray90820_YankDownUnder: Right now I have this version of grub installed http://i.stack.imgur.com/zzjNx.jpg21:39
Ioangogodanny_: what gpu are you using21:39
cluelesspersonnonworking one, driver version is 4.4.0-3421:39
Bray90820_But obviously that not the correct one21:39
Bray90820_Mine is version 2.02 beta2 tho21:39
danny_loangogo: I'm using a nvidia quadro 1000m21:40
YankDownUnderBray90820_: So you're on a liveUSB/CD -> are you merely wanting to install grub, or are you actually doing an installation...?21:41
danny_loangogo: and I'm using the proprietary driver21:41
Bray90820_Just wanting to install grub21:41
xaviergmailUsed rvm instead21:41
Bray90820_YankDownUnder: Just wanting to install grub21:42
Ioangogodanny_: can you run this nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"21:42
Jordan_UBray90820_: You already have grub installed. What you want is to configure it ti boot RemixOS, which we (and update-grub) can't help with.21:42
fcanelathere is other place aside of /etc/init.d/XXX where a service starting/stopped scripts are stored?21:43
fcanela(common places)21:44
tgm4883fcanela: what version of ubuntu?21:44
YankDownUnderBray90820_: Have you looked at: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows ?21:44
tgm4883fcanela: because they aren't stored there anymore21:44
danny_loangogo: ok, I ran it, still tearing21:44
fcanelatgm4883:  1621:44
jemaduxwhat is the differnce between ubuntu kylin and ubuntu ?21:44
al3xia/server irc.nanami.fr21:45
tgm4883fcanela: you'll want to look through https://wiki.ubuntu.com/SystemdForUpstartUsers then21:45
fcanelathanks, tgm488321:46
nm636/(join|left|quit)/21:49
fcanelatgm4883: you nailed it. Thanks!21:50
fcanelaissue solved21:50
danny_So Tearing is inevitable on linux with a nvidia gpu?21:50
__zlate__ Greetings everyone, I am facing some problems with logrotate..my files are getting rotated but not compressed.. All i see file.log.1 file.log.2 and so on. Any ideas what might be wrong?21:51
pagiosWarning: The Linux kernel source code found in21:58
pagiosto configure it to build the kernel-level real-time protection module.21:58
pagioswhat should i installe21:58
k1l_pagios: what ubuntu is it and what are you trying to do?21:58
pagios16.0 and installing kasperky business core21:59
k1l_make sure "linux-generic" is installed21:59
pagioslinux-headers-generic is already the newest version (4.4.0.34.36).22:00
tgm4883pagios: what's the output of 'uname -a'22:09
k1l_pagios: can you show the full output of that error in a pastebin?22:09
franck_hi22:15
danny_Is there another/more active help room I could try?22:16
k1l_danny_: maybe you need to rephrase and give more details.22:16
franck_can't tel , first time here :)22:16
k1l_danny_: or you try askubuntu, mailinglist, ubuntuforums, discourse,...22:17
danny_k1l_, I get screen tearing on ubuntu mate with marco/compton with a Nvidia Quadro 1000m gpu22:17
gebbionerepost of my driver/monitor/gpu problem - http://askubuntu.com/questions/809930/ubuntu-14-04-to-16-04-radeon-hd-5770-but-basic-display-functionality-does-not-wo22:17
danny_k1l_, I'll happily supply any additional information22:18
k1l_danny_: could be a mate thing. ( #ubuntu-mate ). but you could check if you run the proper nvidia driver for that card22:19
k1l_ah wait, the 1000m are the brand new ones? i guess you need the latest nvidia drivers then22:20
danny_k1l_, I am using the proprietary nvidia driver: Version 361.42 from nvidia-361 (proprietary, tested)22:20
anon1hi22:20
danny_k1l_, 1000m are old and crappy.  I've got a lenovo W520 thinkpad22:21
anon1i22:21
anon1hi22:22
anon1hi22:22
anon1hi22:22
k1l_anon1: anything we can help you with?22:22
KeyboardNotFoundDo you use antivirus for your ubuntu desktop? Do you think it's needed or not ?22:22
anon1hi22:23
k1l_KeyboardNotFound: most use it to scan windows installs.22:23
k1l_danny_: you could try an older nvidia driver from the prop. drivers menu and reboot22:24
anon1hola22:24
PauloHHi good evening, did a clean install of Ubuntu using the picture 16:04, why not have a good internet, and then I upgrade to 16.04.1, have a problem doing so, sorry if you mistake, I can not speak English22:24
KeyboardNotFoundk1l_, if you need to scan windows installation why don't scan with booted windows, but, not important now, I'm talking about linux only env22:24
k1l_PauloH: what is your language? we have other support channels with different languages22:24
danny_k1l_, I'll give that a shot then, are there any consequences to using an older driver that I should know about?22:24
k1l_KeyboardNotFound: the defence strategy on linux is to close known security issues in programs, rather than to install antivirus that tries to rescue after the security issues was already used22:26
Bashing-omdanny_: 173 version driver?  confirm what driver is required ' lspci -nnk | grep -iA3 vga ' . Be aware the 173 is no longer supported by Nvidia .22:26
k1l_danny_: no22:26
PauloHK1l_ Portuguese, but here the response is faster22:26
k1l_PauloH: i did not really understand what the issue on your system is. so maybe its easier to ask in #ubuntu-pt or #ubuntu-br22:28
anon1hola22:28
danny_Bashing-om, Where in that output is the required driver?22:29
anon1hi how are you?22:29
PauloHK1l_ ok22:30
danny_whelp, restarting brb22:30
ddjHi ! I'm on Xubuntu x64. I have software as package managment  and after reinstalling emacs24 it shows me that emacs24 isn't installed, I can use it, but  emacs24 interfac appears old22:32
Bashing-omdanilonc: compare : http://www.nvidia.com/object/IO_32667.html .22:33
ddjand emacs24 appears old***22:33
danny_I'll kiss you wherever you want me to22:35
danny_tearing actually seems gone22:35
k1l_danny_: glad to help :)22:36
Bashing-omdanny_: And .. what did you do ?22:36
franck_hi22:38
danny_Bashing-om, I reverted to a previous version of the driver and I ran something I didn't understand from somebody on here22:39
danny_k1l_, Now I only get some tearing in chrome, but at least I'm not tearing in freaking vim22:40
Bashing-omdanny_: Well .. All's well that ends well ..glad there is a smile on your face .22:41
danny_Bashing-om, Yeah, Getting bad screen tearing editing a word file is a very bad feeling22:42
danny_Bashing-om, I fixed it in chrome too just now in case you were curious.  I turned back on use hardware acceleration in the settings22:45
Bashing-omdanny_: K, you do good work .. just checking my knowledge base .22:47
nobodaddy_Hi all. My son was updating Ubuntu and something went wrong. Now it just boots up to a login screen and he doesn't know his username. any way to get around that?22:58
sslovenobodaddy_, boot from a live disc/usb and see the folder name in home directory23:05
sslovenobodaddy_,  on the computer's hd23:06
cluelesspersonHi all23:06
cluelesspersonI'm back, could someone please save me/help me with my Wireless Card?  Intel 7265?    My connection cuts out randomly, and at work it doesn't work at all23:06
cluelesspersonjust reconnects constantly23:06
cluelesspersonI'm on Ubuntu 16.04.1, linux-image-4.4.0-34-generic,  firmware=17.265642.0,23:08
cluelesspersonhttp://paste.ubuntu.com/22858185/23:09
nobodaddy_sslove_, I booted to a live CD, but when I try to copy the preferences folder it says that I don't have the rights23:12
k1l_dont copy23:12
k1l_just mount the hdd and look what the username is23:13
k1l_the folder is "/home/<username>"23:13
nobodaddy_where would I find the usrname?23:14
k1l_the folders in /home are named that way23:14
nobodaddy_Thankyou so much!23:15
=== jamie_ is now known as A5c11
A5c11Toes, you there ?23:20
lisa_Is there a way to have  my cloud server re-direct a specific IP:port to another IP:port?  doing nat at the cloud server?23:20
fcanelalisa_: or tunneling23:21
lisa_not sure.  My ISP blocks my Voip service, so I'd like to have my cloud server re-direct it.23:22
lisa_I tried siproxy but it seemed to want two network ports, and on the cloud server, I have only one.23:23
=== tikund is now known as sikun
netham45Hi, I had to set custom monitor bounds in Compiz, for some reason my graphics driver doesn't report monitors properly. It all works, but the Unity plugin in Compiz doesn't seem to want to pick up on those overrides. I have one panel spanning 3 screens instead of one on each screen23:27
netham45Alt-tab also puts the dialog box in the wrong position23:28
netham45Anyone know how to override where the Unity plugin thinks screens are to get it to load the right number of panels/fix where alt+tab is?23:28
kirby_hey everyone23:29
kirby_can someone help me?23:29
fcanelakirby_: first help: ask directly23:30
kirby_sure, okay i have a problem with my amd 7500 built in graphics23:30
kirby_with ubuntu 16.0423:31
kirby_my games on steam are running really slowly23:31
kirby_i've got nomodeset on grub if that helps :(23:32
ADY_i tried to update my software, forme 14 to 16. Now i restarted and it says that the system is running in low graphics mode. I can not work on it at all23:41
ssloveADY_, graphics has been the biggest problem with this release, proprietary graphics drivers are no longer included in this release23:42
k1l_ADY_: what video card?23:43
netham45Graphics has been the biggest problem with Linux since PCI came out.23:43
ADY_which is the video card?23:43
Jordan_Usslove: Only for ATI cards.23:43
ssloveJordan_U, really? only?23:44
netham45The nvidia drivers in the repos are old, though.23:44
gebbionetrying to restart lightdm but getting23:44
gebbionerestart: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused23:44
gebbioneis that normal on 16?23:44
k1l_ADY_: what video card is in use? "lspci" can tell23:44
netham45Like, going on a couple years now.23:44
gebbionegraphics is my main problem right now23:44
gebbionehttp://askubuntu.com/questions/809930/ubuntu-14-04-to-16-04-radeon-hd-5770-but-basic-display-functionality-does-not-wo23:44
k1l_netham45: "old". its not the latest nvidia put out last 5 minutes but they are tested and work. there is a PPA form the video card team if you need the latest ones23:45
netham45k1l_, I had to, the ones in the repo are so old they don't support my card.23:46
danny_is it possible to get an echo of the results of an already completed command without rerunning the command?23:46
k1l_netham45: really?23:46
netham45Which is awesome, because the latest nvidia drivers are absolutely terrible.23:46
netham45k1l_, iirc, the latest in the repo is 304, my card isn't supported below 343.23:46
k1l_netham45: that is wrong23:47
ADY_i can not type23:47
k1l_!info nvidia-361 | netham4523:47
ubottunetham45: nvidia-361 (source: nvidia-graphics-drivers-361): NVIDIA binary driver - version 361.42. In component restricted, is optional. Version 361.42-0ubuntu2 (xenial), package size 37848 kB, installed size 163365 kB (Only available for i386; amd64; armhf)23:47
danny_i.e. I run a long command which displays 1000 prime numbers, and I forgot to pipe it into a file or do anything with it.  Can I perform a grep on those results without re-running the initial command?23:47
ADY_I can not type, i only have in the screen this announcment23:47
netham45!info nvidia-current23:48
ubottunvidia-current (source: nvidia-graphics-drivers-304): Transitional package for nvidia-current. In component restricted, is optional. Version 304.131-0ubuntu3 (xenial), package size 4 kB, installed size 19 kB (Only available for i386; amd64)23:48
netham45Maybe update the nvidia-current package then?23:48
k1l_netham45: nvidia-current is the stable one23:48
netham45Then it should be called nvidia-stable. I see 'current' and I assume it's aiming to be current with nvidia's releases.23:49
netham45Which the current nvidia driver is 367.23:49
ADY_I can not type, there is only written i have a problem with my system is running in low graphics mode. when i exit this it bring me to the console, but in here i can not type23:50
netham45ADY_, try ctrl+alt+f1 on that screen.23:50
ADY_now it ask me to login23:51
netham45ADY_, enter your username and password.23:51
netham45That's a terminal.23:51
k1l_ADY_: do login there. then run "lspci" and see what video card you go23:52
k1l_*got23:52
netham45lspci -k will display the driver it's trying to use, too.23:52
lqidis there any reason I wouldn't want to use LVM on a new install?23:52
=== Anon_ is now known as newnickname
netham45lqid, do you use an intel softraid in your bios? I had a weird conflict between the two.23:53
lqidnegative.23:53
k1l_lqid: adding some level in case things go wrong with partitions and harddisks23:53
akiraghost#dark23:55
ADY_ok, i already did. Intel corporation 623:58

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