/srv/irclogs.ubuntu.com/2015/09/14/#ubuntu.txt

badbodhoi00:01
fantasmaoi00:01
fantasmaoi00:02
fantasmahi00:02
lapinozzho00:02
lapinozzhi00:02
lapinozzho00:02
lapinozzoff to work we go!00:02
daftykinsdrop it and ask a support question or find another network :)00:03
lapinozzis there a way my program could be notified when a new window is open?00:04
daftykinsthat sounds like a dev question00:04
lapinozzright00:04
lapinozzwhere should i ask?00:05
daftykinsno idea. ask alis00:05
lapinozzalis?00:06
daftykins!alis00:08
ubottualis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*00:08
ejuanI've got dependency problems in apt-get. I had a full /boot partition that caused this problem. I used dpkg to remove a bunch of old kernel and header packages but I still cannot get it to purge the linux header package linux-headers-3.2.0-90-generic that its hung up on. how do I fix this?00:09
daftykinsejuan: show it in a pastebin first00:10
wzxhello00:10
Bashing-omejuan: Show in a paste the results of terminal commands ' sudo apt update ; sudo apt upgrade ; sudo apt-get -f install '. We see then what we can do .00:11
=== bazhang_ is now known as bazhang
ejuanhttp://paste.ubuntu.com/12403700/00:13
parovayaау русские есть йопта00:13
ejuanubuntu 12.04 btw00:14
parovayaау нахуй00:14
parovayaрусские есть?00:14
daftykins!ru00:14
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.00:14
parovayaда ты шо00:14
parovayaв ру чанеле00:14
parovayaникто00:14
parovayaмне не отвечает00:15
parovayaпидарок00:15
parovayaкстати если00:15
parovayaче00:15
parovayaвсе00:15
parovayaпредъвы к светке00:15
parovayaпс рушин чанила00:15
parovayaнехуя00:15
parovayaкикать было меня00:16
daftykinsparovaya: english only. stop it.00:16
parovayaа то че00:16
parovayaзабанишь00:16
parovayaпидар00:16
parovaya?00:16
parovayaвидали и таких00:16
parovayaэто все что ты мжешь00:16
parovayaбана дать00:16
parovayaа по00:16
parovayaсути00:16
parovayaты00:16
parovayaтупо00:16
parovayaкалл00:16
daftykinshaha.00:17
Bashing-omejuan: Let's see what results ' sudo apt-get install --reinstall linux-generic ' .00:17
bmsr256hey ppl, when ubuntu will have the dodge window function again?00:18
wzxyes00:18
ejuanBashing-om, no help http://paste.ubuntu.com/12403817/00:20
=== xubuntu is now known as Guest24153
bmsr256someone there00:22
Bashing-omejuan: K; .., let's see what is installed and then try and remove the -85 kernel. post ' dpkg -l | grep linux- ' .00:22
ejuanBashing-om, I've already removed the all kernels and headers I could, I'm running 3.2.0-84. http://paste.ubuntu.com/12403925/00:25
=== default is now known as Guest29993
Bashing-omejuan: "iU  linux-image-generic " 2 problems, the status 'iu' and we have to have tht version same as the latest kernel . let's try ' sudo apt-get remove linux-image-generic ; sudo apt-get install linux-image-generic ' .00:28
ejuanhttp://paste.ubuntu.com/12404059/00:31
jcghola00:40
Bashing-omejuan: Shucks, OK, let's give the package manager what it wants ' sudo apt-get install linux-image-3.2.0-85-generic linux-headers-3.2.0-85-generic linux-headers-3.2.0-85 ' .00:40
ejuanBashing-om, still same error message00:41
Bashing-omejuan: (??) Maybe try as '  sudo apt-get install --reinstall linux-image-3.2.0-85-generic ' .00:43
ejuansame error00:43
daftykins"sudo dpkg-reconfigure -a" ?00:44
daftykinsi'd probably ditch those meta packages then reconfigure / purge the ones being awkward00:44
ubuntu-studiomy audio pack is broken. I am on ubuntu studio00:44
badbodhejuan: what did you do prior to this error ? any relevant install/uninstall00:45
ejuanI had a full /boot partition00:46
badbodhso you removed some older kernels ?00:46
ejuanI then removed linux image and header packages with dpkg to free up space on e /boot00:46
ubuntu-studiohow do I fix broken packages?00:47
machicolahow do i open up bash00:47
badbodhyou just have to remove linux-image-<some numbers>-generic packages, they are the ones with actual image00:47
CupricRekiMy gitlab configuration is bundled with nginx and it's redirecting http requests and I can't find that configurations to change that00:47
CupricRekiany insights?00:47
Bashing-omejuan: Nothing wrong with trying to reconfigure, if that fails we can get real dirty ( package manager is broke anyway ) and then fix the package manager .00:48
badbodhejuan: what is the result of daftykins' command ?00:48
ejuanbadbodh, i didnt run -a but i did try just the linux image and header packages and got this message : /usr/sbin/dpkg-reconfigure: linux-image-generic is broken or not fully installed00:49
badbodhejuan: you should add/remove stuff using apt-get not dpkg. dpkg probably doesn't do the dependency-resolve thingy like apt00:51
badbodhbreaks system00:51
ejuanI would have used apt-get but in its current state its unusable00:51
badbodhejuan: to fix it , first run "dpkg-reconfigure -a" followed by "apt-get install -f" , with sudo of course00:51
badbodhejuan: whatever output/error message pops up, pastebin it00:53
ejuank00:53
ejuanits an old dual core opteron so this might take a while00:54
ejuansame error http://paste.ubuntu.com/12404257/00:55
ejuanno output from dpkg-reconfigure00:56
badbodhejuan: no output means it's good on dpkg's part, no incomplete  install, only broken packages.00:57
badbodhejuan: run "sudo apt-get install linux-image-3.2.0-85-generic" and show the output00:59
ejuanhttp://paste.ubuntu.com/12404297/00:59
badbodhejuan: run "sudo apt-get install linux-image-3.2.0.90.104-generic" and show the output01:00
ejuanE: Unable to locate package linux-image-3.2.0.90.104-generic01:01
fantasmaola01:01
fantasmaaquela porra de steam  ,, tem que pagar pra tudo01:02
fantasmadai nao da01:02
ejuanis there any where that has the linux header  3.2.0.85.99  deb file?01:02
fantasmaesssa porra01:02
ejuani can only find  3.2.0.85.12201:02
badbodhejuan: do "apt-cache search linux-image|pastebinit"01:02
bazhang!steam | its in english fantasma01:02
ubottuits in english fantasma: Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion.01:02
badbodhbazhang: this guy is blabbering on  mint channels too. a kick full of love shouldn't hurt.01:03
ejuanhttp://paste.ubuntu.com/12404335/01:03
badbodhejuan: run "sudo apt-get install linux-image-3.2.0.90-generic" and show the output01:06
badbodhdidn't need the .104 part in previous command01:06
ejuanhttp://paste.ubuntu.com/12404403/01:07
badbodhejuan: run "sudo apt-get purge linux-generic linux-image-generic"01:08
badbodhejuan: before pressing Yes, show the output first01:08
ejuanhttp://paste.ubuntu.com/12404451/01:09
badbodhejuan: hit it01:10
badbodh:)01:10
ejuanno errors01:10
ejuanreinstall them?01:10
badbodhejuan: not yet.01:11
badbodhfirst run "apt-get update"  and "apt-get upgrade"01:11
badbodhin -upgrade part, show the output before Yes-ing01:12
ejuansorry i jumped ahead of you01:12
ejuanbut it did work01:12
SachiruQuery: Assume that I have a 240GB SSD (256GB, 16 GB reserved space for overprovisioning). Is there any way for me to manually *increase* the overprovisioning to something like 128GB (so that I am left with a 128GB drive with 128GB of reserved space for overprovisioning/write leveling) under Ubuntu?01:12
ejuani reinstalled them then did update and then upgrade01:12
ejuanlooks to be working great now01:12
badbodhejuan: ok all's good then01:13
MrElendigSachiru: doesn't make much sense01:13
badbodhejuan: just for nitpickyness, run "apt-get install -f" once01:13
badbodhafter the commands you run finish that is01:13
Bashing-om!cookie | badbodh01:14
ubottubadbodh: Wow! You're such a great helper, you deserve a cookie!01:14
ejuan0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.01:14
ejuanlooks good to me01:14
badbodhme too01:14
badbodhhave fun and don;t just remove stuff randomly in future01:14
=== CosineDeviance is now known as SineDeviance
ejuanthanks badbodh and Bashing-om01:14
badbodhalways use synaptic or software center01:15
ejuanno x1101:15
badbodh!cookie | Bashing-om01:15
ubottuBashing-om: Wow! You're such a great helper, you deserve a cookie!01:15
badbodhejuan: oh, lol01:15
SachiruMrElendig, the workload I will subject the drive to is very write heavy.01:15
SachiruThus I am willing to sacrifice 50% of capacity if it means that I get relatively stable write speed/iops thanks to wear leveling.01:15
MrElendigjust don't fill it to 100%01:16
MrElendigand the controller should take care of the rest01:16
Bashing-omejuan: The state is rc, the package is removed, but the config files are not removed . While there is no built in way to remove all of your configuration information from your removed packages you can remove all configuration data from every removed package ; ' dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs sudo dpkg --purge ' .01:16
MrElendigSachiru: also a typical ssd, even consumer grade, can handle a petabyte of writes01:16
a7ndrewSachiru if it was me, I'd either only create a partition 128GB or if using LVM only create logical volumes up to that capacity01:17
Bashing-ombadbodh: :) . chocolate chip, no less .01:17
MrElendigSachiru: http://arstechnica.com/gadgets/2015/03/consumer-ssds-benchmarked-to-death-and-last-far-longer-than-rated/01:17
* badbodh hides raisins in cookies01:18
MrElendigSachiru: ofcourse if this is data you actually care about then do raid1 with hotspare01:18
MrElendigand backups01:18
SachiruYes, I know that a drive's lifespan is in the petabytes.01:19
SachiruI am referring to a drive's write speeds.01:19
badbodhBashing-om: cut -d " " -f 3 | <~what does this part do ?01:19
Bashing-ombadbodh: parses the 3rd field for 'rc' .01:20
SachiruReserved area's TRIM is handled by the disk's garbage collection algorithms, and the filesystem I am planning to partition the drive with is not yet capable of TRIM, hence the desire to increase overprovisioning area to maintain write IOPS performance.01:20
badbodhok01:20
MrElendigSachiru: uhm manual trim works with pretty much all filesystems01:21
SachiruNot with ZFS.01:21
MrElendigSachiru: you generally do not want to enable discard01:21
MrElendigewww zfs01:21
Bashing-ombadbodh: Pretty neat little routine, has gone through a few re-generations over the years .01:22
ejuanBashing-om, I ran that command, looks like it cleaned up my dpkg list nicely01:22
SachiruAnyhow, found what I need here: https://www.thomas-krenn.com/en/wiki/SSD_Over-provisioning_using_hdparm01:22
SachiruThanks anyway guys.01:22
Bashing-omejuan: Yeah .. now if ya do ' dpkg -l | grep linux ' all nice and clean ( and package manager in a happier state ) .01:23
SachiruJust curious, MrElendig, why do you say "ewww zfs"?01:28
MrElendigSachiru: badly maintained out of tree driver, with a evil license01:29
ApteryxI'm connecting to VNC using SSH, and for some reason the image does not refresh! Any idea as to why? Server is Vino on Ubunt 15.04, client is Remmina on Ubuntu 14.0401:29
MrElendigSachiru: and in several ways inferiour to btrfs01:29
ApteryxThe only info provided by Vino seems to be: http://fpaste.org/266757/19424914/01:31
ApteryxSeems like it doesn't like some of the encoding being used, but these are "Normal messages" so I guess this is not the problem?01:32
=== Randy- is now known as Randy
SachiruMrElendig, I see. I wonder why Ubuntu is working on making ZFS as root FS for their default installer an option, then, if the driver is so bad.01:39
MrElendigSachiru: because canonical does silly things all the time01:40
MrElendigSachiru: like "Hey, here is a perfectly good, existing, working thing that pretty much everyone uses, should we use it? heck no, lets invent our own competing solution!"01:41
Sachirusystemd, is that you?01:41
bazhanglets get back on topic please01:42
daniel_hello i am using ubuntu gnome and when i close the lid my turns off how can i stop this from happing cant find it anywhere in the gui01:50
MrElendigdaniel_: your what turns off?01:51
daniel_screen sorry01:52
veXxhis laptop likely01:52
daniel_well the computer01:52
MrElendigmake up your mind01:52
TJ-daniel_: that is controlled in the Power Settings01:52
daniel_yeh i though so to but cannot find any way to change what the lid does it used to on other version maybe because i am using gnome?01:53
TJ-daniel_: could be; I've lost track of hoe many useful settings seem to be ripped out of GUIs recently!01:54
daniel_:/ yea they try to make it simpler and it makes it harder is there a way to reach that setting through a text file somewere01:55
TJ-daniel_: maybe this can help? http://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid01:55
daniel_thank you just what i needed a simple walk through all the ones i could fine were quite confusing and looked like alot more work then it was worth ill give this ago01:57
badbodhsetting lid-switch to lock screen makes more sense01:57
=== hrobjartur is now known as bartur
daniel_hey it worked doesn't turn off anymore :D02:08
=== Bray9082_ is now known as Bray90820
TJ-daniel_: which change did you make?02:11
daniel_i just followed that text file and uncommented were it said handlelidswitch=suspend and changed it to ignore and restarted the computer so now just the screen stays off and my computer still charges my phone and keeps streaming my netflix to my tv :D02:13
jack_greetings02:40
_B_A_T_M_A_N_where's the log of who logged in with ssh? I need someone's ip02:42
somsip_B_A_T_M_A_N_: /var/log/auth.log02:45
veXxsounds like batmans about to lay the smack down on joker02:46
dbkaplunWho here uses nano but hates it?02:46
_B_A_T_M_A_N_I dunno someone's joining my minecraft server that I'm testing. I thought It mine have been someone I know02:48
=== Xiti` is now known as Xiti
badbodhdbkaplun:  the silence should answer your question.03:02
qpffdkj03:11
=== default is now known as Guest56071
=== Yukkino is now known as Yukiku
gshmuUbuntu wired connect error when automatically connect to VPN error.   network can't using03:40
dar--ubuntu 14.04-LTS "Software-Updater" Quit Working ! What TO DO ?03:49
Bashing-omdar--: Terminal time ! ' sudo apt update ; sudo apt upgrade ' ; results ?03:50
dar--OK will try03:51
Bashing-omdar--: Any error, pastebin them for channel examination .03:51
dar--Looks like it works !=0) THANKS03:54
bjvQ: ubuntu 15.04 When my laptop battery #1 runs empty, brightness suddenly jumps to 100%.  How can I debug what is constantly setting it to full?03:54
bjvno entries in /var/log/syslog.. this may be a BIOS thing?03:55
bjvwhen I run: while true; do cat /sys/class/backlight/intel_backlight/brightness ; sleep 1; do03:55
bjvi can watch it get set back to full. I press Fn-brightness down, and Unity shows the brightness popover decrease & screen dims.. then the bar jumps back up to full03:56
Bashing-omdar--: :)03:56
LordSesshomaruAnybody know how to reconfigure the default install to run a shell script instead of a shell login at start?03:57
LordSesshomaruAnybody know how to reconfigure the default install of telnetd to run a shell script instead of a shell login at start?03:58
LordSesshomaruAnybody know how to reconfigure the default install of telnetd to run a shell script instead of a shell login at start?04:03
bjvSeems like it was systemd!04:05
bjvsudo systemctl stop systemd-backlight@backlight:intel_backlight.service04:05
bjvhas returned control of my brightness.04:05
bjvthanks to clues from Arch linux + google.com search: "linux" "lenovo" brightness reset max04:06
Bashing-omgoogle-fu increases bjv !04:08
CelelibiHi there.04:10
CelelibiHow do I know which version of ubuntu runs in a VM?04:11
bug_sniper!seen quiet_nerd04:22
ubottuI have no seen command04:22
cfhowlettnow there's a new irc trigger!04:23
bug_sniperhe was going to see if he could get osu to work04:23
bug_sniperon wine04:23
bug_sniperbecause I couldn't figure it out04:24
cfhowlettOregon State University?04:24
bug_sniperno, peppy's game04:24
cfhowlettusually works better on beer from what I've read ...04:25
bug_sniperlol04:25
bug_sniperhttp://osu.ppy.sh/ from here04:25
cfhowlettreading ...04:25
smartasshi, where can I find the policy for LTS releases? https://wiki.ubuntu.com/LTS seems more like promises than a real policy04:33
cfhowlettsmartass, I suspect you'd find those on the ubuntu flavor team launchpad04:34
smartasscfhowlett: thank you. I caanot find such a team on launchpad though04:37
cfhowlettsmartass, perhaps ask the development irc channel04:38
cfhowlett#ubuntu-devel IIRC04:38
smartassok, thank you for the pointers04:38
TJ-smartass: what do you expect in a 'real policy' ?04:39
cfhowletthappy2help!04:39
smartassTJ-: something like the Debian freeze or backport policy perhaps04:41
bogydoes  anyone here know why the  color drains from ubuntu programs? is this the right place to as this?04:48
TJ-smartass: maybe these help:  https://wiki.ubuntu.com/UbuntuDevelopment/ReleaseProcess https://wiki.ubuntu.com/UbuntuBackports04:51
TJ-bogy: That is showing the process isn't responding to the GUI event handler04:52
Mr_Krolanyone with some advice for buying a good soundcard that works under linux?04:53
TJ-Mr_Krol: external USB? Internal PCI/PCIe ?04:54
Mr_Krolinternal PCIe04:55
bogyshould the walpaper fade out too?04:55
Mr_Kroli prefer sound blaster but they do not have drivers for linux04:55
TJ-bogy: generally I think that only happens when the entire GUI has ground to a halt *OR* some modal dialog is waiting for input04:56
TJ-Mr_Krol: I'm not sure how up-to-date the individual links are, but this might get you started: https://wiki.ubuntu.com/HardwareSupportComponentsSoundCards04:57
Mr_Kroli read that asus is pretty good04:58
bogyok. thanks04:58
Mr_Krolthanks tj btw for the help04:59
phatboiianybody know how to change themes in ubuntu studio05:02
PowerPCG3Hey, I need some help with telnetd, I'm trying to make it execute a shell script on connection and it just refuses to do so no matter what I try, almost to the point of shotgunning my computer05:07
dbkaplunPowerPCG3: why not SSH?05:08
* cfhowlett thinks "Telnet? people still do that?"05:08
PowerPCG3dbkaplun: because what the shell program is supposed to do is redirect another telnet connection to a different machine on my network that is a bit more outdated and less secure05:09
dbkaplunPowerPCG3: SSH supports redirection, see -R and -L05:09
rd_is everyone else having issues with flash non free05:09
PowerPCG3plus this machine is running wifi down to wireless and said computer I need to connect to is wired05:09
PowerPCG3well, that'd be cool but the other machine is running Mac OS 905:09
cfhowlettrd_, please don't ask "does anyone else ...." questions.  complete waste of time.  state YOUR issues with YOUR details05:10
dbkaplunPowerPCG3: I imagine you have a trash can somewhere05:10
PowerPCG3basically i want telnetd to invoke a telnet to another machine, also I'm attempting to host a BBS for the "vintage" computing community05:11
rd_I have a install where it doesnt work just spins a circle but is not a normal buffer and n install where I cannot revert to flash from html505:11
rd_has gf;asj05:11
rd_oops. has flash been abandoned?05:12
cfhowlettrd_, it is being killed off piece by piece " and not soon enough!".  seek alternatives05:12
rd_well one is on a netbook andflash runs better on the lower specs05:13
rd_but this is beast of a machine and its toally pooched05:13
rd_no free installer has no reinstall option in the package manager either05:14
rd_doesnt work in either browser as well05:14
PowerPCG3well sorry for wasting your time, i see the linux community has degraded since i've been out of the scene05:17
shoot2killanyone alive05:29
agent_whiteSlightly05:30
shoot2killhey all05:31
lotuspsychjeshoot2kill: good morning05:31
shoot2killlooking for a little help if possible05:31
lotuspsychjeshoot2kill: shoot your question :p05:31
shoot2kill:P05:31
shoot2kill ok05:31
dbkaplunWho here uses nano but hates it?05:32
shoot2killim running ubuntu on my puter its a hp dv7 i have tried several forum pages looking to change my gamma05:32
lotuspsychjedbkaplun: no polls here please05:32
shoot2killi play a old game called day of defeat  but i cant change my brightness or gamma now05:33
shoot2killdriving me a little batty05:33
lotuspsychjeshoot2kill: gamma & brightness are related to your monitor, cant you change it from there?05:33
cfhowlettshoot2kill, RTM the manual for your monitor.05:33
shoot2killits a laptop05:34
cfhowlettshoot2kill, even better.  read the manual.  this is a hardware issue.05:34
shoot2killhold on hold on05:34
shoot2killbefore installing ubuntu f3 and f2 adjusted brightness05:35
shoot2killnow the buttons still work but nothing happens05:35
lotuspsychjeshoot2kill: you using the Fn button + F3?05:35
shoot2killthe fn is not used05:36
cfhowletttry it.05:36
agent_white$10 says... ;D05:36
shoot2killno nothing05:37
lotuspsychjeshoot2kill: tryed the brightness from ubuntu settings?05:37
hateballThere is also xgamma one can play with05:37
lotuspsychje!info xgamma05:38
ubottuPackage xgamma does not exist in vivid05:38
shoot2killhateball i did read about it05:38
shoot2killbut was a little above my skills05:38
lotuspsychjeshoot2kill: maybe there are acpi issues, check syslog or dmesg warnings in your logs05:38
lotuspsychjeshoot2kill: wich ubuntu version did you have?05:39
shoot2kill1405:39
shoot2killeven when i use the settings in ubuntu the brightness doesnt change05:40
lotuspsychjeshoot2kill: 14.04? up to date to 14.04.3?05:40
lotuspsychjeshoot2kill: right, might be acpi bug or so05:40
shoot2killanything can be done05:40
shoot2kill?05:40
lotuspsychjeshoot2kill: yes, investigate your logs first05:41
shoot2killok how do i do that05:41
shoot2killsorry im only new to unbuntu05:41
lotuspsychjeshoot2kill: you can use the logviewer icon05:41
lotuspsychjeshoot2kill: or manual browse to /var/log/..05:41
lotuspsychjeshoot2kill: or type dmesg in terminal05:42
shoot2killok doing it now05:42
green2rabbitwhen I used G++, where does it to find the related library?05:42
shoot2killok05:42
shoot2killwhat am i looking for in this log05:42
lotuspsychjeshoot2kill: anything related to acpi or brightness05:43
wydhryHello ...05:43
shoot2kill[   13.293008] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver05:44
shoot2kill[   13.293013] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)05:44
shoot2kill[   13.293018] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20141107/utaddress-258)05:44
shoot2kill[   13.293022] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver05:44
shoot2kill[   13.293025] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)05:44
shoot2kill[   13.293029] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20141107/utaddress-258)05:44
cfhowlett!paste | shoot2kill05:44
ubottushoot2kill: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.05:44
wydhryBye05:44
lotuspsychjeshoot2kill: can you doublecheck wich graphics driver you using? sudo lshw -C video05:45
=== santa is now known as Guest35850
lotuspsychjeshoot2kill: you can pastebin what cfhowlett suggested05:46
cfhowlettshoot2kill, sudo lshw -C video | nc termbin.com 9999                  and paste the url here05:47
shoot2killok05:47
shoot2killim back05:47
shoot2killlol05:47
shoot2killok05:47
shoot2killi dont the above line05:48
shoot2killand got this05:48
shoot2killuse netcat05:49
=== dearn_ is now known as dearn
shoot2killhttp://paste.ubuntu.com/12406498/05:50
lotuspsychjelets c05:50
shoot2killok try that mate05:50
lotuspsychjeshoot2kill: ok thats good05:51
lotuspsychjeshoot2kill: found similar issue on a dv6: http://askubuntu.com/questions/162409/brightness-not-working-on-an-hp-pavilion-dv6-with-a-ati-radeon-hd6770m05:51
lotuspsychjeshoot2kill: there might be few things to try for you05:51
shoot2killok what do you think mate?05:53
lotuspsychjeshoot2kill: i think its an acpi bug, that needs a fix05:53
lotuspsychjeshoot2kill: try the quiet splash line, or a no_acpi boot perhaps05:53
shoot2killsorry im not sure what that means05:54
shoot2killoh i did the splash like05:54
shoot2killline05:54
shoot2killalready05:54
shoot2killdidnt change anything05:54
lotuspsychjeshoot2kill: did you do it this way? http://ubuntuforums.org/showthread.php?t=190680305:56
shoot2killyep05:56
shoot2killthats where i got it from that page you just posted05:57
lotuspsychjeshoot2kill: did you update-grub after the fix?05:57
shoot2killyes05:57
shoot2killand rebooted05:57
shoot2killlotus a litte further down that page a poster by the name of.. biodiesel-bri05:59
shoot2killsays you have to do something else also ....but i wasnt sure how to do what he was saying05:59
lotuspsychjeshoot2kill: https://help.ubuntu.com/community/BootOptions try this mate no acpi or acpi=off05:59
shoot2killsorry to be a pain but how do i do that06:01
test12345morning. so i'm relatively new to ubuntu/linux and recently got a new monitor. and now the resolution after reboot is always 1440xsomething ( it does not remember the 1920x1080 ) any ideas what could be wrong? (this is ubuntu 14.04 )06:01
cfhowletttest12345, did you install the drivers for the new monitor?06:01
lotuspsychjeshoot2kill: enter grub at boot with holding shift06:02
lotuspsychjeshoot2kill: then F6 to modify bootoptions06:02
shoot2killok will do ....06:02
shoot2killbrb06:03
=== percY-_ is now known as percY-
test12345cfhowlett,  did not even know that there was such a thing06:04
cfhowletttest12345, ubuntu is magic, but not THAT magic.  you have to tell it exactly what you're using for maximum performance.06:04
test12345i guess i kind of assumed it would just persistentnly save the settings06:07
cfhowlettyou changed the hardware!  unless the replacement was EXACTLY the same as the previous unit ...06:07
shoot2killi must be doing something wrong06:08
test12345but now that you mention it xorg.conf looks like this http://paste.ubuntu.com/12406544/06:08
shoot2killf6 doesnt seem to do anything06:08
test12345seeing the evil resolution there ;)06:08
lotuspsychjeshoot2kill: did you enter grub succesfully?06:09
shoot2killi think so06:09
shoot2killyes06:09
lotuspsychjeshoot2kill: at bottom you should see all options06:09
lotuspsychjeshoot2kill: F6 should open boot options06:09
shoot2killf6 didnt do anything06:09
lotuspsychjeweird06:10
shoot2killshould i be trying to go into recovery mode06:10
shoot2killor something like that06:10
lotuspsychjeshoot2kill: no thats for failsafe or broken packages06:10
shoot2killok because i had the option to do that06:11
lotuspsychjeshoot2kill: you dont have an nvidia or ati card on that laptop do you?06:11
shoot2killbut nothing when hitting f606:11
shoot2killati06:11
shoot2killi have a dual grahics system06:11
lotuspsychjeshoot2kill: right, doublecheck your additional drivers06:11
test12345so i guess i should set up xorg.conf for dual monitor with one at 1440 and the other at 1920 let me google that06:11
cfhowletttest12345, dual monitors?  xrandr is your friend06:12
lotuspsychjeshoot2kill: your brightness issue might be related to your ati card not active06:12
lotuspsychje!xrandr | test1234506:12
ubottutest12345: XRandR 1.2 is the new method of running dual screens in !X.  Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR1206:12
test12345cfhowlett, yeah the old one still kind of work, but ancient 1440 max resolution ;)06:13
shoot2killit says this device is using the recommand drivers06:13
test12345cfhowlett, lotuspsychje thank you06:13
cfhowletthappy2help!06:13
lotuspsychjeshoot2kill: lshw only showed your intel card06:13
shoot2killhow do i show you a screen print06:13
shoot2killon here06:13
lotuspsychjeshoot2kill: the photocamera icon or F1106:14
shoot2killdo you have a url like the paste.ubuntu.com06:15
shoot2killfor screen prints06:15
lotuspsychjeshoot2kill: imgur06:16
lotuspsychjeshoot2kill: or tinypic06:16
shoot2killok06:16
penossystemd is no longer unix like?06:17
test12345next week it will be time to figure out if the cheap gpu i got is broken or my pci slot, so i guess some shuffling of the gpu into different slots haha (new ancient gpu to get more/different monitor ouputs basically) (and lspci does not show it and monitor(s) plugged into it on boot makes everything very black) so i guess either the card was broken on delivery or the pci slot on the board i try to use is broken06:18
cfhowlettgood detective work, test12345!06:18
penosis systemd still unix like?06:19
test12345just a little annoyed if either the new card is broken or the mobo i have been using for only a couple of month haha06:19
TJ-test12345: If it's PCI neither may be broken, but they may differ in the voltages they support (5V and 3.3V)06:19
test12345hm06:19
cfhowlettpenos, ask #ubuntu-offtopic or ##unix06:19
shoot2killok done06:20
shoot2killhttp://tinypic.com/view.php?pic=mjli09&s=8#.VfZnFbOlilM06:20
test12345TJ-, interesting did not know that either. it is just an radeon 5450 with a pxi express connector06:22
=== dearn_ is now known as dearn
lotuspsychjeshoot2kill: you could try another driver in list, to see if that fixes your brightness06:23
lotuspsychjeshoot2kill: have to go, gl with your issue right06:23
TJ-test12345: Ahhh, so not *PCI* then, but PCI Express. Totally different.06:23
shoot2killthanks heaps for trying to help06:23
lotuspsychjenp06:23
shoot2killall the best mate06:23
test12345yeah, are there still real pci cards nowadays?06:23
=== omnik5570 is now known as omnik5569
TJ-test12345: Yes, often in the industrial field.06:24
test12345ah06:24
penoshello06:26
=== omnik5570 is now known as omnik5569
sachin_a /join  #ubuntu-np06:30
test12345i should look at the back of my computer xrandr totally shows hdmi 1-306:34
Chat534996How do you copy all the file names in a folder ?06:38
Ben64cp folder/* destination/06:39
Chat534996Just the file names not the files06:39
Ben64explain06:40
linuxuz3rchat06:41
linuxuz3rChat534996: find .06:41
Chat534996If i have 1000 songs in a folder how do i just copy the song names06:42
Ben64Chat534996: and do what with them, the more you explain the better answer you'll get06:43
Chat534996Paste the names on a text editor so that i can have a personal list06:45
Ben64cd to the directory, and do something like this .... "find * -type f -print > list"06:46
LambdaComplexWould `ls > list` count as a valid solution?06:50
Ben64not supposed to use ls for stuff like that06:51
cinvoke Using ubuntu 1504. when i upgrade from 3.19.0  to  3.19.2 , is there a link i can read or any information i should be cautious about when doing this upgrade?  I know i can boot into the other kernel and remove the new one if i cant get it to work with my other drivers but im still a little hesitant . advice?06:53
mokmeisterBen64: I'm curious, why aren't you supposed to use ls for stuff like that?06:56
darius93what to use to replace "linux-image-amd64" that is used in debian for ubuntu?06:57
darius93just to reparse im building a package from debian that isnt on ubuntu and i just want to know what to use to replace "linux-image-amd64" or is it safe to remove it06:57
linuxfsxvhow would you go about installing iceweasel on lubuntu?06:58
auronandacedarius93: why do you want to replace the kernel?06:59
darius93auronandace, im not trying to replace the kernel06:59
auronandacedarius93: what do you think linux-image-amd64 is?06:59
darius93in the debian/control there is linux-image-amd64 as a dependency07:00
darius93sorry if it sounds confusing, i just want to make sure it compiles without any issues07:00
Ben64thats the kernel.07:00
auronandacedarius93: maybe you shouldstart with what package you want07:01
darius93just ignore what i said imma go on and omit it from the file. its not required in the file from what i see from the source but the program supports those kernels07:03
auronandace!checkinstall | darius9307:03
ubottudarius93: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running!07:03
auronandacedarius93: if you inform us of what you are trying to compile then maybe someone can help you (usually compiling something should be the last resort)07:04
darius93i am compiling libguestfs (mainly from upstream from the stable branch) because the one in ubuntu repo is out dated and also has a bug that have yet to be fixed. I am creating a deb (using fakeroot and debian/rules) but i will also look into checkinstall because that would likely make things easier07:06
=== mission712 is now known as bitchass
=== bitchass is now known as mission712
=== ubuntu is now known as Guest98542
darius93auronandace, i am partially using things from debian repo but modifying it to work with ubuntu (instead of a vm mainly) but i was just wondering what would replace that from ubuntu repo but its not truly required from what i see07:11
alkisgHi, could anyone suggest to me a tool for verifying my documents integrity? Something maybe like md5deep, that I would to generate an md5sum of all my documents, and then run it again in the future to make sure that they were not corrupted due to e.g. hdd or copying failures?07:20
alkisg*se07:20
alkisg*use07:20
auronandacealkisg: every time your documents change you would need to generate a new checksum07:21
alkisgauronandace: right, my plan is to run it e.g. every month, and it would tag the new ones, and report changes in existing ones07:21
Ben64what happens when your md5sum list gets corrupted07:22
alkisgI will have backups07:22
mariano1Hi all, I get the message "Local Npm module "grunt-cli" not found". When I perform the npm installation, I get an EACCES error: http://pastebin.com/E5PjKzgC  . Why? I installed grunt: /usr/bin/grunt -> ../lib/node_modules/grunt-cli/bin/grunt*07:22
Ben64or, crazy thought... backup your files?07:22
deepquestionshi@ll, is there a solution to use the yubikey for login on ubuntu logon Screen?? (not the ssh-login, there is one .... i know.)07:22
alkisgBen64: did it ever happen to you, for your disk to silently fail a bit, and to have corrupted files, and to back them up, destroying your old good backup?07:23
alkisgThat's what I'm trying to avoid, I'm not trying to replace backups07:23
Ben64that doesn't sound like a real scenario, have fun with it though07:24
alkisgBen64: if you don't know about things, you can ask questions, it's not good to tell others that did experience that "that is not a real scenario"07:24
alkisgAll disks silently fail, that's why btrfs has crc07:25
alkisgAnd even crc's will fail, it's just a matter of possibilities07:25
alkisgIf you want links that explain this, I can give you some...07:25
alkisgAnyway... if someone can suggest some software, I'm all ears07:25
Ben64i mean sure it can happen if you use fat32 or something, don't be all condescending and stuff though07:26
alkisgBen64: it happens with all file systems. Surely with ext* that doesn't have crc, but with btrfs as well.07:26
Ben64if you want to md5sum every file every month, knock yourself out07:26
* alkisg wants to keep the hashes inside the respective directories so that the dirs themselves can be easily renamed/moved without the need to regenerate the hashes...07:28
=== nudtrobert1 is now known as nudtrobert
=== krisd_ is now known as krisd
Jolly_sparrowHi all! I tried to enable zswap; but "dmesg | grep zswap" returns only "[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=21... ro quiet splash zswap.enabled=1 vt.handoff=7"07:42
alkisgJolly_sparrow:  cat /sys/module/zswap/parameters/enabled07:52
Jolly_sparrowalkisg: cat: /sys/module/zswap/parameters/enabled: no such file or directory07:53
alkisgzswap is not loaded then07:53
alkisg# cat /sys/module/zswap/parameters/enabled07:53
alkisgN07:53
Jolly_sparrowalksig: how to load it? bash: cd: /sys/module/zswap/: no such file or directory; cat /proc/cmdlineBOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=2.... ro quiet splash zswap.enabled=1 vt.handoff=707:55
alkisgJolly_sparrow: # grep -i zswap /boot/config-3.19.0-28-generic07:56
alkisgCONFIG_ZSWAP=y07:56
Jolly_sparrowalkisg: modprobe: FATAL: Module zswap not found.07:56
alkisgCheck your kernel config ^07:56
Jolly_sparrowalkisg: grep -i zswap /boot/config-3.13.0-24-generic # CONFIG_ZSWAP is not set07:57
alkisgIn my 14.04.3, zswap is a buildin module07:57
alkisgDo you have a vanilla ubuntu kernel?07:57
Jolly_sparrowalkisg: if your kernel have zswap; I just download your version; have your kernel zswap working?07:58
alkisgI haven't enabled it in the cmdline07:58
alkisgI'm not using zswap07:58
Jolly_sparrowalkisg: if i remember correctly, my kernel is vanilla and up-to-date, ubuntu 14.0407:58
alkisgYou probably have the 14.04.1 kernel, 3.13, instead of the 14.04.3 one07:59
Jolly_sparrowalkisg: how to fix it?07:59
alkisgGoogle for lts enablement stack if you want the 3.19 kernel07:59
alkisgsudo apt-get install linux-image-generic-lts-vivid or something similar07:59
Jolly_sparrowalkisg: have your kernel # CONFIG_ZSWAP ??08:00
alkisgSee the result above08:00
alkisg(10:56:30 πμ) alkisg: Jolly_sparrow: # grep -i zswap /boot/config-3.19.0-28-generic08:00
alkisg(10:56:30 πμ) alkisg: CONFIG_ZSWAP=y08:00
alkisgThat was the default, I didn't touch it08:00
wydhryHi guys, how to share clipboard between ubuntu and android?08:01
alkisgJolly_sparrow: out of curiosity, why are you using zswap?08:01
Jolly_sparrowalkisg: thank you very very much!08:01
Jolly_sparrowalkisg: due to 384 mb RAM :) I use Lubuntu08:01
alkisgJolly_sparrow: zswap will make less ram available for your apps08:02
alkisgIt will make things worse, not better...08:02
alkisgYou do have a swap partition or file, right?08:02
Jolly_sparrowalkisg: it works nice, but slow if many soft... How to make things better?08:02
meganerdJolly_sparrow: get a faster CPU08:02
wydhry(wydhry) Hi guys, how to share clipboard between ubuntu and android?08:02
meganerdJolly_sparrow: or use an SSD for swap08:02
alkisgYup, and more RAM08:02
meganerdwhat he said08:03
meganerdI but the most RAM I can afford.08:03
Jolly_sparrowyea, swap partition, 784 mb,; IDE08:03
meganerdOh, then manage your expectations with respect to performance08:03
alkisgJolly_sparrow: with 384 ram, I imagine you have DDR-1 RAM? Give 10€ and buy 512 more...08:03
alkisgYou need at least 1 GB for browsing these days...08:04
alkisgWhat CPU?08:04
Jolly_sparrowmeganerd, alkisg: it works nice year ago, before upgrade... :( cpu- Celeron08:05
wydhryI giveup08:05
alkisgJolly_sparrow: newer apps need more ram, you can't undo that... either stick to older programs or buy a newer pc08:05
meganerdJolly_sparrow: It probably still works nice08:06
meganerdJolly_sparrow: just as long as you don't use a modern browser08:07
meganerdJust an FYI, the latest Raspberry Pi has more RAM and CPU horsepower than you do08:07
Jolly_sparrowmeganerd: true :) usually I disabled Javascript in mozilla08:07
Jolly_sparrowmeganerd: so, Raspberry is cute :)08:08
meganerdJolly_sparrow: too slow and constrained as a desktop system for me, but nice for some always on server tasks08:08
Jolly_sparrowmeganerd: have you any site or blog?08:09
meganerdJolly_sparrow: not really08:09
Jolly_sparrowI just think : if you have Raspberry, you probably use it as server...08:10
Jolly_sparrowmeganerd: anyway, thank you for advices; :)08:11
meganerdJolly_sparrow: some people in my local unix user group use them as desktops08:11
meganerdJolly_sparrow: buy some RAM, as much as you can08:11
Jolly_sparrowmeganerd: Raspberry are nice enough in console, text mode;08:12
mikecmpbllgot myself into an 'orrible mess with upstart08:19
mikecmpbllall server start/stop/restart jobs08:19
mikecmpbllall service start/stop/restart commands hang indefinitely*08:19
mikecmpblli don't really know what to do :[. can't restart it at the moment, either.08:20
mikecmpbllnot sure what caused it either. i was trying to enable user jobs with upstart and might have butchered the upstart config file.08:21
poorUserhi people! When i login with ubuntu-gnome my 2° screen switches from its resolution to the laptop's one (nvidia optimus), and there is no way to change it with xrandr or diplay's panel. If i logout it returns to right resolution. Does anyone know what could be?08:21
mikhael_k33hlMy Ubuntu (14.04) OS seems to be not working normally. Options for network manager are greyed out, sound settings only displaying "dummy output".08:25
decciHi08:28
decciWhat is the format of driver disk08:28
=== lee_ is now known as SivaCoHan
alkisgdecci: what do you mean "driver disk"?08:35
pauserHi, I moved /var to a new partition since than, my disk space is going away for no reason. Do you know what could be the reason?08:36
decciI want to install raid driver during the installation08:37
=== salih_ is now known as salih
akikdecci: linux is not windows. if the linux installation iso doesn't support your raid adapter it's really not easy to install a custom kernel module08:50
=== austin is now known as Guest26538
=== Guest26538 is now known as cedu
blzHello!  I have a btrfs-formatted root partition.  How do I take a snapshot of it?09:12
blzI've tried `btrfs subvolume snapshot / /path/to/snapshot` but it complains of an inappropriate ioctl for device09:12
=== rbhatta is now known as rbhatta_
mikhael_k33hlMy ubuntu OS is acting weird, options in network manager are greyed out, sound settings displays dummy output.09:20
=== marcelo is now known as Guest72348
janiceoi09:34
=== enzo is now known as Guest19377
hernil_Hello! I seem to be having a weird problem with Unity. When waking from suspend I got what looked like parts of the Gnome lock screen but was unable to do or click anything. I tried switching tty and reloading unity (this worked some years back with other unity trouble I had). Not completely sure what the command was I tried three separate ones before giving up and rebooting "unity --refresh", "unity --reload" and "unity --replace".10:02
hernil_After a reboot my desktop has now been reset and I am unable to change any of my unity settings10:02
hernil_So I'm wondering what files I might have changed. man unity gives me no info about the three commands I tried. I have a fresh backup I could restore from but I'd like to know what files I changed so I don't have to restore my whole profile.10:06
hernil_Given that these settings actually reside in my profile of course.10:07
hernil_I'd greatly appreciate the help! :)10:07
rpm_33Dell tech support is useless. They'll sell you a laptop with Ubuntu on it, but have no idea how to use it or help you with it. :(10:13
NegativeFlarerpm_33: What's wrong?10:15
akikrpm_33: did the give you instructions on how to restore the os?10:15
NegativeFlareUbuntu is great!10:15
NegativeFlareXubuntu is better imo ;)10:15
rpm_33No they didn't know anything about Ubuntu at all. I have been having problems with my WIFI not connecting, I'm speaking to you via ethernet.10:15
rpm_33I have a Dell driver package tar.gz10:15
rpm_33Does anybody know how to install it?10:16
NegativeFlarerpm_33: You don't install tar.gz's XD Their compressed files with more files in it. Have you tried extracting the files?10:16
akikrpm_33: unpack it. there should be some kind of file that describes the installation10:16
pukihi, what is a good screen capture tool for Ubuntu? I need to record good quality video of some WebGL.10:17
NegativeFlarepuki: simplescreenrecorder, but its PPA only :P10:17
akiki can't believe dell is not prepared to support their ubuntu installations10:17
NegativeFlareOtherwise, you can use gtkrecordmydesktop10:17
pukiNegativeFlare: PPA?10:17
NegativeFlare!ppa | puki10:17
ubottupuki: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge10:17
pukiwhich would be fine.10:18
rpm_33Extract it where? It contains 5 directories and 1 "prepackage.dell" file.10:18
NegativeFlareI use it just fine. I've recorded a few Youtube Videos with it10:18
pukiok, thanks. I will test it, NegativeFlare.10:18
NegativeFlarepuki: np10:18
rpm_33casper, debs, installer, kernel, scripts, prepackage.dell10:18
akikrpm_33: installer sounds like it10:18
rpm_33contains many .debs10:19
rpm_33about 2010:19
rohitpal440What are some hacking forum on irc ?10:20
rpm_33also oem-config.conf, and ubiquity.conf10:20
hateballSeems unlikely you need to use that to get wifi working10:20
NegativeFlarerpm_33: Extract it where ever you see fit. And figure out which ones you need to install10:20
hateballrpm_33: Have you went into the additional drivers config and had a look?10:20
NegativeFlarerohitpal440: totally offtopic.10:20
rpm_33what are the additional drivers?10:20
hateball!drivers10:21
hateballoh come on :|10:21
NegativeFlareGotta love that XD10:21
NegativeFlarerpm_33: Addtional Drivers is a item on settings10:22
NegativeFlarebut bleh Unity10:22
hateballIt's most likely just some missing firmware, doubt that it's some magical hardware that needs a special installer from Dell10:22
NegativeFlarehateball: I'm going to have to agree with you lol10:22
NegativeFlareUnless Dell went and provided that stuff xD10:23
rpm_33This laptop came with Ubuntu pre-installed. I got rid of it and later instaleld generic Ubuntu.10:23
NegativeFlarerpm_33: And that's what went wrong xD Dell had it all fixed up for you. And you went and wiped it10:23
NegativeFlareWhy did you do that?10:23
rpm_33This driver package comes from Dell's website http://www.dell.com/support/home/uk/en/ukbsdt1/Drivers/DriversDetails?driverId=VW84F&fileId=3458728014&osCode=UB14A&productCode=precision-m3800-workstation&languageCode=EN&categoryId=CS10:24
hateballrpm_33: what does "ubuntu-drivers devices" return? run that in a terminal10:24
rpm_33In order to easily put Ubuntu alongside Win7. BTW that's really helpful10:24
hateballThat link has install instructions at any rate10:25
rpm_33hateball http://pastebin.com/mfUF0ULg returns that10:25
hernil_rpm_33: If I remember correctly Dell has a few minor tweaks in their installation of Ubuntu. Not all of it is in upstream yet10:25
hernil_like this for example http://www.dell.com/support/home/us/en/04/Drivers/DriversDetails?driverId=4NTWR10:26
rpm_33What does upstream mean?10:27
hateballrpm_33: hmm, doesnt list anything but the GPU needing restricted drivers... what does "lshw -C Network" return ?10:27
rpm_33lshw -C Network: http://pastebin.com/m7NZ4uDp10:28
hateballhmmm odd, I have that exact same chipset in a desktop at home and it "just works"10:29
hateballrpm_33: what does "rfkill list" say?10:30
rpm_33hateball all nos10:31
ratraceHello, I've installed KeePassX, but clicking the launcher icon does nothing. I can start it from the command line, no errors shown. How do I diagnose why it fails through the launcher?10:31
hateballrpm_33: can you see networks at all, it just refuses to connect?10:32
rpm_33I can see them. It generally refuses, although some times it does connect. Mainly its bad after suspend/resume - will not connect. It connects easily to Android tether and Starbucks Wifi. I've heard this OS/hardware/driver combination can prefer wireless G to N or something like that...10:33
pukiNegativeFlare: worked very well. :)10:41
hateballrpm_33: yes you can set options for the driver, see this for instance http://zeroset.mnim.org/2014/04/22/unstable-wifi-connection-on-ubuntu-14-04-trusty-tahr-ctrl-event-disconnected-reason4-locally_generated1/10:41
hateballrpm_33: I'm using AC with mine, and it's never had a hiccup, but not all networks are created equal I guess10:42
=== Lobo is now known as Guest62273
Guest62273fff10:42
hateballrpm_33: you can also have a look with "dmesg" at times it gives you trouble, see if it spits out anything interesting10:42
HalionX5hi to all10:44
akikrpm_33: were you able to install the tar.gz you mentioned?10:47
rpm_33akik no it's giving me errors10:47
badbodhhello HalionX510:47
akikpastebin10:47
pukiwhat's a good video editing tool for Ubuntu? I want to do basic video editing but I am spoiled by using professional software in the past so I'd appreciate something that's not overly sucky.10:47
rpm_33akik here's the installation instructions, I'm at step 810:48
rpm_33http://www.dell.com/support/home/uk/en/ukbsdt1/Drivers/DriversDetails?driverId=VW84F&fileId=3458728014&osCode=UB14A&productCode=precision-m3800-workstation&languageCode=EN&categoryId=CS10:48
badbodhpuki:  openshot pitvi avidemux10:48
badbodhkdenlive10:48
pukiOpenshot looks p. sucky.10:48
pukiKdenlive looks nice.10:48
hateballpuki: kdenlive, blender10:48
badbodhhateball:  blender is a 3d imaging tool. he wants a basic video editor10:49
pukiyes.10:49
pukiBlender is a 3D modeler.10:49
hateballbadbodh: It can do video editing as well10:49
badbodh" I want to do basic video editing " <- focus baby10:50
EriC^^openshot10:50
akikrpm_33: so what happens? is the driver package a tar.gz or a deb?10:50
pukiOpenshot is Fisher-Price software and I cannot abide.10:50
rpm_33tar.gz10:51
pukiI will try Kdenlive, that looks nice.10:51
EriC^^try both10:51
akikPrecision_M3800_A08.fish.tar.gz10:51
pukiI suppose I could. thanks for the recommendations.10:51
badbodhpuki:  we cannot help you with your tin foil plastic goggle assessment. feel free to try them out one by one. i've pretty much given you all the options10:52
akikrpm_33: those instructions sure could be more detailed10:52
akikrpm_33: what happens when you double click the  Precision_M3800_A08.fish.tar.gz file?10:53
rpm_33The dell recovery tool crashes, it can't install for some reason.10:53
rpm_33It opens using dell's tool10:53
akik:(10:53
EriC^^rpm_33: what dell recovery tool?10:53
EriC^^ah nevermind10:53
akikrpm_33: unpack the tar.gz and pastebin its contents10:54
akika tar.gz is just an archive of a directory structure10:54
rpm_33casper  debs  installer  kernel  prepackage.dell  scripts is the content10:55
badbodhrpm_33:  from the link you provided, the actual installation instruction begins at step 10 and 11. not helpful. like akik says, extract, open terminal in the extract directory and run "ls -a" , share on pastebin10:55
badbodhgive "ls -a" , nothing less10:56
akikrpm_33: "find ." in the unpacked directory will show all files10:56
akiki bought a samsung printer which "supports" linux. the only instructions were that just start using it11:00
rbhatta_rpm_33: I have had wifi issues after suspend resume. For me the simplest hack is to right click on networkmanager-applet icon and disable networking and renable it11:01
rpm_33badbodh before you do step 10 and 11, you need to download the Dell recovery tool from Ubuntu Software Centre, and point it to the ISO or directory containing the driver package.11:02
badbodhrpm_33:  oh missed that11:03
guest-EH4qs1ACKDEVIL11:03
guest-EH4qs1HELLOU11:04
=== magnetvox is now known as Guest6780
=== rbhatta is now known as rbhatta_
curiousxhttps://www.youtube.com/watch?v=v-xhdoT397g  -.-11:09
curiousx[Video] Liri Browser - Open-Source, Cross-Platform and Material Design for Unity and Ubuntu Touch (youtube.com)11:09
ianhi11:21
=== ian is now known as Guest11131
Guest11131hello11:22
santosxenHey guys, does anyone know what to do if you got graphical bugs with conky?11:29
curiousxsantosxen: describe your graphical bug11:30
curiousxsantosxen: could you take a picture ?11:30
santosxen@curioussx, here we go http://i.imgur.com/78JCJZy.png , such bug.11:30
curiousxsantosxen: yeah, never sow something like that, only occurs with that theme ? or all themes ?11:32
santosxen@curiousx, with all11:33
curiousxsantosxen: driver ? could it be a driver related bug ? what is your graphic card ? are you with free or privative drivers ?11:35
BluesKajHi folks11:35
santosxen@curiousx,  im using the latest nvidia driver11:35
santosxen@curiousx,  nvidia  346.8211:38
curiousxsantosxen: i had issues too, i solved them changin' some parameters in conky's config file, too much time without usin' it tho, i'll see if i can get some of my old conky to test it on your desktop if you wan't, problem is i don't remember how the parameters works xD11:39
curiousxeven tho, that looks like a driver issue to me, idk :p11:41
deepquestionshi@ll, is there a solution to use the yubikey for login on ubuntu logon Screen?? (not the ssh-login, there is one .... i know.)11:44
shoot2killhey everyone11:44
shoot2killafter a little help11:44
shoot2killif possible11:44
shoot2killlookings to stream movies from my pc to the tv11:45
hualetshoot2kill: yes you can if your tv supports DLNA11:47
curiousxsantosxen: mah old conky try it: https://mega.nz/#!T9NRDRwC!S2Dep0hP5xdt3n8Caig1gSlQdI88sXJXQqZyDRBEhFg11:47
Ben64really sketchy11:48
shoot2killyes it does mate11:48
curiousxsantosxen: if that conky don't work, you could uninstall nvidia's driver and try the free one, to see if it related to the driver or not11:49
curiousxdoesn't*11:49
santosxen@curiousx,  im tryin11:49
shoot2killhualet what do i need to do ...now that my tv suports  DLNA11:49
Ben64shoot2kill: use something like mediatomb11:50
shoot2killok ill look up mediatomb11:51
santosxen@curiousx, no graphical bug, but i see my old wallpaper in the background ;D the desert... ive changed my wallpaper today11:52
hualetshoot2kill: try gupnp-av-cp11:52
curiousxsantosxen: now i know what it is, just: killall conky, and re-execute it, that will fix it11:53
santosxen@curiousx, http://i.imgur.com/LvUxVXg.png thats, what it looks like11:53
santosxen@curiousx,  still the same. im starting the config file over the conky manager11:54
shoot2killi just download mediatomb11:55
shoot2killsee how that goes,11:55
curiousxsantosxen: lel, so, it is related to the config, now, see what are config parameters that match you bugy conky and replace'em with parameters from mah old conky11:55
curiousxsantosxen: i mean, you know, the parameters before "TEXT"11:56
hualetshoot2kill: you need to use mediatomb and gupnp-av-cp together11:56
santosxen@curiousx,  your cinfig works besides of seeing the old wallpaper11:57
santosxen:D11:57
Ben64hualet: you don't11:57
curiousx:D11:57
hualetBen64: mediatomb is just a media server, right? how can you play media without a control point11:58
Ben64hualet: the tv is the client11:58
curiousxsantosxen: yeah, that is related to the parameters too, but don't ask me to fix that i would be like an hour or so, i don't remember how parameters works, if someone here knows could helps you much faster than me i can only suggest what i just wrote11:59
curiousx...see what are config parameters that match you bugy conky and replace'em with parameters from mah old conky11:59
santosxenhm11:59
curiousxsantosxen: do you know how to open conky's config file, do ya ?11:59
santosxenyes i do11:59
hualetBen64: hmm..I get it11:59
scatterphi can anyone help me with vnc I have this xstartup http://pastebin.com/LP9DRjfx and get this result http://img.ctrlv.in/img/15/09/13/55f5765276208.png and http://pastebin.com/1vNRdtHz (logs) i do get a password prompt from vnc before the screen with odd colors12:00
Ben64scatterp: odd colors?12:00
scatterpBen64 yes see the img link12:01
Ben64i see no odd colors12:01
mcfdez87Hello. I'm trying to run a php scrip on session start. I changed /etc/rc.local and I added two new lines. My question is, this script is stored in /home/myuser/example, then, how can I run this? http://pastebin.com/L1RRARuJ12:01
scatterpBen64 well that was my best attempt to describe what i saw there12:01
curiousxwell, don't change nothin' after "TEXT" in you conky. Before "TEXT" is where is the bugy thing, there are general configuration in there, so, see them and replace'em with mines12:01
Ben64scatterp: thats the default X background, looks like vnc is working fine12:02
scatterpreally ?12:02
santosxenLOL12:02
curiousxsantosxen: i meant, not all, but the one that matchs12:02
scatterpBen64 well thats pretty good news but then why is it not pink ?12:02
santosxen@custiousx -> own_window_argb_visual yes12:03
santosxenown_window_argb_value xxx12:03
santosxenown_window_type normal  <--- that made it. only adding that to the buggy conky12:03
Ben64scatterp: syntax error or its not reading that file12:03
curiousxsantosxen: cool :)12:03
scatterpBen64 I think it must be reading it because i changed that file to get that effect12:04
Ben64scatterp: so change it back?12:05
scatterpBen64 originally i had a solid grey screen with 3 check boxs now you say vnc is up and running12:05
scatterpBen64 i dont see anything in the log related to an error on the line xsetroot -solid pink how ever nothing after that seems to happen12:06
shoot2killhualet what is gupnp-av-cp12:06
shoot2killand how do i install it12:06
rpm_33Dell tech support are SOOOO useless. You guys are way better.12:06
cfhowlettrpm_33, now what?12:07
rpm_33cfhowlett my wifi is still awful12:07
georgeosDoes anyone know if there is a way to stop horizontal tearing in Marco12:08
kannanin ubuntu 14.04 LTS server, i ran apt-get upgrade. in grub-pc, i cancelled and a tui screen infirmed that the default boot sector will be used. now, i am not sure if i can reboot or should i re run the upgrade or reconfigure the grub-pc package?12:08
rpm_33they offered me no help whatsoever, just directed me to forum posts ive already seen12:08
scatterprpm_33 is it a laptop ?12:08
shoot2killcan someone tell me how to installl gupnp-av-cp12:08
cfhowlettrpm_33 right.  might send a message directly to the sputnik project head, barton george12:08
Ben64shoot2kill: you don't need it12:08
rpm_33scatterp yes.12:08
shoot2killscratches head12:09
hualetshoot2kill: install gupnp-dlna-tools and gupnp-tools12:09
scatterprpm_33 tried booting from ubuntu live disk ?12:09
shoot2killi just type that install terminal hualet12:09
shoot2kill?12:09
Ben64except you don't need it12:09
rpm_33scatterp yes wifi doesn't connect on that either12:09
shoot2killarhhhhh12:10
shoot2killi do or dont need it12:10
scatterprpm_33 ahh doesnt connect and is terrible are 2 diffrent things12:10
Ben64you don't, for the third time12:10
scatterprpm_33 whats your wifi card ?12:10
hualetsudo apt-get install gupnp-dlna-tools gupnp-tools12:10
shoot2killok so i installed mediatomb12:10
hualetshoot2kill: ^^^12:10
rpm_33scatterp Intel 726012:10
scatterpBen64 so is there a way i can spawn a terminal in that window remotely ?12:10
Ben64yep, mediatomb is what serves up videos, you just need to configure it and tell it which directories you want to share12:11
rpm_33cfhowlett can you find his email anywhre?12:11
Ben64it doesn't need anything else to run12:11
shoot2killi can see the files on mediatomb12:11
shoot2killhow to i see them on the TV12:11
Ben64scatterp: DISPLAY=:0 xterm12:11
scatterpBen64 ok ill try that give me a sec because also helping rpm_33 if i can12:11
rpm_33scatterp it's quite subtle. sometimes it does connect. mostly not. always fails to connect after suspend/resume. wifi works fine on win7 partition. and other comptuers in the house.12:11
Ben64shoot2kill: go to your tv, find your computer, play video12:12
shoot2killits not showing up on tv12:12
cfhowlettrpm_33, try messaging his blog?  http://bartongeorge.net/12:12
Ben64shoot2kill: did you add directories/files12:12
shoot2killarhhh yes it is12:12
shoot2killjust took a couple of mins12:12
scatterprpm_33 at first guess your issue is your wifi card is pretty new i pretty much always insist on specific wifi cards for ubuntu because many are supported fully and easily do you have another older laptop you can swap cards with ?12:13
TJ-rpm_33: Are you still having problems with the same install as yesterday?12:13
shoot2killya right ben12:13
shoot2killits working12:13
shoot2killthanks everyone for there help12:13
shoot2killben you are a legend12:13
shoot2killthanks everyone12:14
* shoot2kill dances12:14
shoot2killarhh yea ...its working12:14
hateballscatterp: fwiw, I have that chipset and it works ootb on 15.0412:14
rpm_33TJ yes I am scatterp no i can't do that at all.12:14
hateballrpm_33: are you on 14.04 or 15.04?12:14
rpm_3314.04 LTS12:15
TJ-rpm_33: Which *exact model number do you have? Dell have OEM driver package downloads for some12:15
shoot2killseriously people on here rock12:16
scatterprpm_33 you dont know some one with even a broken laptop ?12:16
hateballrpm_33: Did you try changing options for the module as per the link I gave you earlier?12:16
rpm_33Can I note that it connects to tethered Android and Starbucks WIFI without problems. Just at home it's bad. TJ, Its Precision M3800, I already have a driver package but Dell's recovery tool/driver installer doesn't work - returns an error or crashes.12:16
rpm_33hateball refresh my memory12:16
hateballrpm_33: http://zeroset.mnim.org/2014/04/22/unstable-wifi-connection-on-ubuntu-14-04-trusty-tahr-ctrl-event-disconnected-reason4-locally_generated1/12:17
hateballbasically disable N and have it do G only, see if it works better12:17
scatterphateball ahh yes thats it!12:17
rpm_33hateball it seemed to help temporarily. the permenant fix didn't do much I don't think...12:17
hateballOne could also dabble with mainline kernel to get a newer one, since it does work flawless in 15.0412:18
TJ-rpm_33: I'm looking at the Dell OEM driver download packages they publish for 12.04; in their is a DKMS-wrapped driver for the 7260. If I recall correctly you said when you bought the Dell it had Ubuntu pre-installed?12:18
rpm_33hateball at least, it still didn't connect after/suspend resume.12:18
rpm_33it had Ubuntu pre-installed, yes correct12:18
scatterprpm_33 it wont auto connect after resume12:18
scatterprpm_33 but disableing N will solve the problem12:18
rpm_33It won't connetc at all often.12:18
scatterprpm_33 with n disabled ?12:19
TJ-rpm_33: Was it Ubuntu 14.04 pre-installed. I'm trying to pin down the correct Dell download to get the correct driver patches12:19
rpm_33TJ yes it was 14.0412:19
rpm_33scatterp is this for disabling n: sudo sh -c 'echo "options iwlwifi 11n_disable=1" >> /etc/modprobe.d/iwlwifi.conf'12:19
TJ-scatterp: we needed to add the iwlwifi workaround '802n_disable=1', and it needs re-applying after resume12:19
rpm_33because my iwlwifi.conf already has that line and it still performs badly12:19
rpm_33TJ that sounds about right12:20
* cfhowlett wonders where to find the dell ubuntu linux .iso - somerville12:20
rpm_33WIFI is connected right now incidentally.12:20
TJ-rpm_33: Give me a few minutes to dig - I recall your issue well from yesterday12:20
scatterprpm_33 limit your problems a little stop resumeing till its fixed12:20
scatterpAH rpm_33 can you disable N on your router ?12:20
shoot2killhey ben64 you still around12:21
rpm_33MY router is a pile of rubbish. There seem to be very few knobs to tweak things like that. But yes I can disable N I think...12:21
TJ-scatterp: The issue rpm_33 has is the M3800 came with Ubuntu pre-installed by Dell. He replaced that with a user install of Ubuntu and since then the 7260 wifi performance has been patchy at home.12:21
scatterprpm_33 do that now and let me know when done12:21
rpm_33OK It's on N G and B right now, I can switch it to G and B, or B only, or G only.12:22
TJ-rpm_33: *this* is what you need: http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=VW84F12:22
hateballWell all that's needed to solve it properly is an updated iwlwifi module12:22
scatterprpm_33 try B only got now12:22
hateballB is terrible, you'd at least want G...12:23
rpm_33TJ thanks I already have that, but see step 8 of installation instructions. It breaks down there, returns an error. And Dell tech support didn't know what to do AT ALL.12:23
TJ-rpm_33: OK ... so let's fix that12:23
scatterphateball yeah but he can try B and isolate the problem value ?12:23
hateballscatterp: of course, I'd start with B&G tho :p12:23
scatterpTJ- i think i tried that in the past my self12:23
ZekeIs it okay to ask questions in this channel?12:24
scatterpyes12:24
cfhowlettZeke, actually, it's rather expected ...12:24
TJ-rpm_33: We can break the Dell package up if we have to12:24
cfhowlett:)12:24
scatterpTJ- i think i applied a patch file in the end and then eventually solved by disableing N and maybe G12:25
scatterprpm_33 what router do you have ?12:25
rpm_33TJ, let me be more specific about the driver installation instructions. You have to download "Dell Recovery" app from Ubuntu Software Centre. Done that. Then you run it, and use it to point to the driver package we just downloaded. Problem. It wants ISOs only, the package is .tar.gz. When extracted its just a directory.12:25
ZekeSweet, thanks, just making sure I'm not annoying anybody. I'm curious if anybody can give me some insight as to why12:25
rpm_33DLink DSL-2780 router.12:25
ZekeI'm having trouble double clicking any jar files after I just set up a java application12:26
akikdell a multibillion company can't do linux right?12:26
TJ-rpm_33: "step 8/9" is totally useless - it's just an instruction for causing software-center to open and install the combined OEM changes. What we need is to break out the driver changes separately.12:27
rpm_33scatterp OK I'm on B only now.12:27
TJ-akik: It worked fine with the original Dell-factory-installed 14.04 ... the issue here is applying their driver updates to a vanilla Ubuntu12:28
jakkioZeke: do they run properly from java -jar in terminal?12:28
rpm_33TJ ok where it says double-clock the driver package file - it opens the dell recovery tool12:29
rpm_33crash!12:29
ZekeJakkio, No they don't sadly. I'm assuming I must have screwed something up in the initial install?12:30
TJ-rpm_33: Yeah... all that is, is a bunch of scripts that wrap the process to install each individual driver package. I'm going to break those out so you can install the 7260 driver alone, at the command-line where you have full control12:30
rpm_33TJ that sounds much better. But I can't work out which one is which they havevery long complex names12:30
TJ-rpm_33: Those scripts *assume* you're using the Dell installed config and trip up if they cannot find things it installs12:30
TJ-rpm_33: Don't you worry - I'll do that, and give you just the bit you need12:31
rpm_33akik i think you're right about that.12:31
rpm_33BTW I'm on 802.11B right now - what should I be doing? scatterp12:31
shiinI installed ubuntu 14 on a new computer and the mouse appears to be invisible. Following google hints to remove ~/.config didn't work, nor did looking into the display settings and disabling unknown monitors (it has two monitors), nor did gsettings (...).cursor active false.12:31
akikTJ-: it just sounds to me that dell is not ready to fully support their ubuntu system12:32
hateballrpm_33: try enabling B+G in your router or you'll have dreadful speeds with only B12:32
shiinI used a usb stick to install after downloading the latest LTS image following the ubuntu documentation on how to format the USB stick.12:32
scatterprpm_33 i was just doing some reading12:32
rpm_33akik they don't have any tech support trained in ubuntu. they direct you to forum posts and tell you to do it yourself. that's not what i thought tech support was/12:32
jakkioZeke: yeah, i'd imagine that that when you double click the jar it opens and crashes quickly. run it with java -jar and the exception should give you somewhere to start to get it fixed12:33
shoot2killanyone here good with graphics problems12:34
scatterprpm_33 you just have to get to us tech support thats all12:34
Stonemanforums and wiki are very well document. i'm having a really positive feeling since using ubuntu.12:34
=== Zeke is now known as Zekey10
akikrpm_33: the first thing when i bought my last laptop was to make a recovery dvd even though i knew i wasn't going to use the windows os12:34
scatterpakik he should have a recovery partition on there12:34
scatterprpm_33 if you set the router to G or even G only that could be tested i guess12:35
rpm_33_OK I'm back, router needed some downtime when switching from B onlt to G+B12:35
=== rag is now known as Guest64016
rpm_33_TJ this is a slightly different note - will this driver package also contain the nvidia drivers to use my excellent graphics card to its fullest? because eventually (once everything works!) i need that for fast matrix multplications.12:35
TJ-rpm_33: Whilst I get to work, please pastebin the results of "ls -l /lib/firmware/iwlwifi-7260*"12:35
shoot2killrpm3312:36
scatterpTJ- what about madwifi driver ?12:36
shoot2killyou think i could get your help when you have time12:36
TJ-rpm_33_: The idea is to break out the individual driver packages; if they have packaged the GPU driver separately there is no reason you can't do that.12:36
hateballrpm_33: You should be able to get nvidia drivers from the additional drivers dialog in ubuntu as well12:37
rpm_33_TJ http://pastebin.com/wHYYnmiJ thanks12:37
shoot2killTJ12:37
shoot2killcould i get your help12:37
shoot2killplease12:37
rpm_33_scatterp so i'm on B+G mixed, now what?12:38
scatterprpm_33_ do you know who you are connected12:38
shiinI just unplugged one monitor and rebooted, now the cursor is back.12:39
rpm_33_scatterp sorry what?12:39
shoot2killanyone here help me with a brightness issue12:39
scatterprpm_33 by the way this is the card i would recomend http://www.ebay.co.uk/itm/802-11A-B-G-N-300Mbps-Wireless-WiFi-Link-4965AGN-Dual-Band-MIMO-Mini-PCI-E-Card-/161738683134?hash=item25a86072fe12:39
shoot2killwith my puter12:39
TJ-rpm_33_: I think I see the reason the update crashed. The Dell OEM installer creates its own user account 'oem' and password, and uses that to run its own installers.12:39
scatterprpm_33_ do you know if your connected now with b or g ?12:40
rpm_33_oh scatterp how do I check that?12:40
TJ-scatterp: not unless its paired with a 4.x kernel. It has terrible problems in 802.1n mode with excesssive retries and connection failures.12:40
hateballI'm running the 7260 in AC and it's excellent... the issue isnt the hardware...12:40
scatterpTJ- always worked for me with even support for sniffing12:40
rpm_33_TJ interesting, don't know why it would do that...12:41
TJ-scatterp: I've a fleet of 4965 and until 4.x we had to have them set to 11n_disable12:42
scatterpTJ- its always been my favorite card :D12:42
TJ-rpm_33_: did you get me that /lib/firmware/ listing? I don't see it in the backtrace12:42
scatterpTJ- he wasnt online i think when you asked one sec12:43
rpm_33_TJ this - http://pastebin.com/wHYYnmiJ ?12:43
scatterprpm_33: Whilst I get to work, please pastebin the results of "ls -l /lib/firmware/iwlwifi-7260*"12:43
TJ-rpm_33_: that's interesting. You have more recent firmware versions that Dell ship :)12:44
scatterprpm_33_ yeah12:44
rpm_33_scatterp TJ gotta say I'm pretty out of my depth here, don't really understand what's going on. interesting if you say so!12:45
TJ-rpm_33_: can you do "pastebinit <( uname -a; grep DMI /var/log/dmesg )"12:45
x31techhello12:45
shiinhttp://askubuntu.com/questions/673592/invisible-cursor-when-using-dual-monitor it seems I am not alone with this problem12:45
rpm_33_TJ OK http://paste.ubuntu.com/12408232/12:45
shoot2killwoooow12:46
shoot2killi fixed something on my own ...lol12:46
shoot2killthat is a first12:46
auronandace!yay | shoot2kill12:46
ubottushoot2kill: Glad you made it! :-)12:46
TJ-rpm_33_: firmware files contain microcontroller code specific to the embedded processors in hardware devices, which is totally different from the PC's main CPU instruction set, and often proprietary. It is the 'operating system' for the hardware's chipset. The Operating System driver loads it into the device and communicates with it to make the device operate. Sometimes the driver version and firmware version12:47
TJ-need to be compatible to avoid bugs12:47
shoot2killwell there ya go ....im learning12:47
shoot2killonly had ubuntu for a few days12:48
shoot2killthere is alot to take in12:48
scatterpshoot2kill yeah it takes a long time12:48
scatterpshoot2kill watch a lot of youtube videos12:48
shoot2killwill do.12:49
shoot2killi do have one prob12:49
shoot2killmaybe someone can help with12:49
shoot2killanyone on here heard of a game called day of defeat12:49
ikoniawe can't if you don't tell us the problem12:49
=== coy is now known as Guest47526
cfhowlettshoot2kill, please don't ask "has anyone else ..." type questions.  state YOUR issue with YOUR details.12:50
rpm_33_TJ that makes sense - driver and firmware must be nicely in sync12:50
TJ-rpm_33_: I *think* we might have the reason. The "iwlwifi-7260-9.ucode" in the OEM package is a different size (larger) than the one on your system. That is *extremely* unusual - any changes they usually increase the version number.12:50
kk_dropI've configured dnsmasq to redirect all .dev domains to localhost. but this doesn't work for https methods12:51
shoot2killthere is a game i play called day of defeat in the option menu on the game there is a option to make the games brightness and gamma increased. since installing ubuntu the games brightness and gamma12:51
kk_dropis that possible?12:51
TJ-rpm_33_: Can you show me this: "pastebinit <( modinfo iwlwifi | grep firmware; grep 7260 /var/log/dmesg )"12:51
shoot2killwont change12:51
kk_dropI've used this article: https://www.leaseweblabs.com/2013/08/wildcard-dns-ubuntu-hosts-file-using-dnsmasq/12:51
scatterpTJ- how did you even spot that lol12:51
shoot2killi move it to full but there is no effect12:51
TJ-scatterp: By paying attention to the details :)12:51
rpm_33_http://paste.ubuntu.com/12408263/ TJ thanks12:51
rpm_33_it baffles me. how did you guys get so good at this kind of stuff!?!12:52
TJ-rpm_33_: OK, that dmesg output didn't give me everything I wanted, let's try a bit more. "pastebinit <( grep 7260 /var/log/kern.log )"12:52
shoot2killnods yes there good12:53
scatterptj can you help me with my vnc problems after this if you have time ?12:53
TJ-rpm_33_: 35 years of hacking on hardware and code... you tend to pick up a few clues :)12:53
rpm_33_TJ lol thanks pastebinit <( grep 7260 /var/log/kern.log )12:54
rpm_33_whoops12:54
rpm_33_http://paste.ubuntu.com/12408275/12:54
estacadohi12:55
TJ-rpm_33_: drat! you've got a kernel that no longer reports firmware loads. Try this please "pastebinit <( grep firmware /var/log/kern.log )"12:55
rpm_33_TJ ok http://paste.ubuntu.com/12408290/12:55
estacadois plasma 5 distros any good?12:55
cfhowlettestacado, there is not ubuntu "plasma 5" distro12:56
cfhowlett!flavors | estacado12:56
ubottuestacado: !Ubuntu-GNOME, !Kubuntu, !Xubuntu and !Lubuntu are simply flavors of Ubuntu that come with GNOME, KDE, Xfce, and LXDE (respectively) installed as default, instead of Unity. Other specialized flavors of Ubuntu include !Edubuntu, Ubuntu !Studio, and !Mythbuntu.12:56
cfhowlettestacado, but if you are asking about kubuntu, many users love it12:56
shoot2killthats the way that the world goes around sometimes ya up sometimes ya down12:57
estacadocfhowlett: ye I was asking if kubuntu with plasma 5 is stable12:58
cfhowlettestacado, I don't use it.  perhaps discuss in #kubuntu.12:59
TJ-rpm_33_: finally! but it gives the internal version number not the external, so I need to cross-check that: loaded firmware version 25.17.12.012:59
estacadocfhowlett: OK cause I'm on 14 LTS right now and thinking of a clean install13:01
cfhowlettestacado, no need13:01
cfhowlettestacado, sudo apt install kde-plasma-desktop                  then logout/choose kde/login13:02
TJ-!info linux-firmware trusty13:02
ubottulinux-firmware (source: linux-firmware): Firmware for Linux kernel drivers. In component main, is optional. Version 1.127.14 (trusty), package size 23187 kB, installed size 77383 kB13:02
estacadocfhowlett:OK thanks13:03
cfhowletthappy2help!13:03
pbxhardware brightness keys and xbacklight aren't changing backlight level. anything i might try hupping before i just reboot?13:03
deepquestionshi@ll, is there a solution to use the yubikey for login on ubuntu logon Screen?? (not the ssh-login, there is one .... i know.)13:04
rpm_33so as I see it, I possibly have issues with how my router is set up (ubuntu doesn't like it) issues with incorrect network driver/firmware, and the problems that many users report of suspend/resume dropouts.13:04
deepquestionshelp13:04
cfhowlett!help | deepquestions13:04
ubottudeepquestions: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:04
shiinThe mouse pointer re-appears after logging out and logging in again. But not after rebooting, then I have to relog again for it to become visible.13:04
scatterprpm_33 no your routers ok just that was a work around to keep you here13:06
scatterprpm_33 how ever a free talk talk router is a piece of crap if you can afford it get your self a nice linksys device13:06
rpm_33scatterp yeah i dont have a lot of faith in that router - very little ability to customize anything.13:07
scatterpif you want a nice adventure learn about "openwrt"13:08
TJ-rpm_33: OK, can you show me "pastebinit <( sha1sum /lib/firmware/iwlwifi-7260* )"13:08
rpm_33really appreciate this TJ http://paste.ubuntu.com/12408364/13:09
scatterpTJ- dell have a policy to customise there windows drivers with god knows what so it might not match if they released the driver13:11
rpm_33TJ what does this mean? I have several different firmware versions?13:13
rpm_33I should have mentioned that earlier on a Dell tehc support guy took control of my laptop on Win7 and did something to the wifi card firmware. Not sure what...13:14
scatterprpm_33 possibly a firmware update13:14
rpm_33possibly13:14
cfhowlettprobably13:14
NegativeFlaremaybe13:16
NegativeFlaresorry I couldn't resist xD13:16
MonkeyDustperhaps13:16
TJ-rpm_33: Don't worry; I'm just ensuring that the files I look at here are the exact same as the ones your system has. Can you show me "pastebinit <( grep 'IWLWIFI_DEBUG' /boot/config-$(uname -r) )"13:16
rpm_33TJ http://paste.ubuntu.com/12408403/13:16
cfhowlettrpm_33, for comparison   http://termbin.com/gsvq13:18
TJ-rpm_33: So you can see what I mean here are the SHA1 hashes of the Dell OEM package files, and the files in the standard Ubuntu Linux kernel v4.2 installation: http://paste.ubuntu.com/12408408/13:18
rpm_33TJ I think my kernel version is 3.9-something...13:21
TJ-rpm_33: It's taking me some time to convert the reported loaded firmware '25.17.12.0' to the filename version because the internal version is embedded in a binary header in the firmware; I'm currently reading the iwlwifi source-code to know the header structure. If CONFIG_IWLWIFI_DEBUG had been set, we could have set a module parameter to report the filename to us13:21
TJ-rpm_33: You have 3.19.0-28-generic13:22
rpm_33lol TJ yeah thats the one13:22
HalfEatenPieAnyone know how to have apache change the version of php being used?13:22
rpm_33TJ I've gotta say I don't really understand what you're doing but thanks somuch13:22
scatterprpm_33 he is reading the programing code behind the firmware to see if an internal switch is on which will allow the file name thats being used to be reported back13:23
MrElendigHalfEatenPie: mod_php?13:24
scatterpBen64 if you are still around DISPLAY command did not work when i changed 0 to 1 (0 is where i am working)13:24
MrElendigHalfEatenPie: the best way is to not use mod_php, but proxy to fmp/hvvm instead13:24
MrElendigHalfEatenPie: for mod_php you have to rebuild it13:25
Zekey10_Can anyone tell me how to install the file "jre-8u60-linux-x64.tar.gz" I have it sitting in my downloads folder already13:26
scatterpZekey10 tar -zxvf jre-8u60-linux-x64.tar.gz13:26
Zekey10_ty :)13:26
MrElendigZekey10_: why do you want oracle jdk?13:26
AmitKumarwhenever i am installing any application in terminal it suggest me to run the update but in doing update it fail after updating few packages.13:26
MrElendigjre*13:26
AmitKumarsuggest me something13:27
MrElendigZekey10_: no you don't13:27
MrElendigZekey10_: openjdk works fine13:27
MrElendigZekey10_: it is the official reference implementation of java13:27
MrElendigAmitKumar: post actual errors13:27
MrElendigZekey10_: same to you13:27
cfhowlettAmitKumar, do this:   sudo apt update && sudo apt full-upgrade | nc termbin.com 999913:28
AmitKumarFailed to fetch cdrom://Ubuntu 14.10 _Utopic Unicorn_ - Release amd64 (20141022.1)/dists/utopic/main/binary-amd64/Packages  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs13:28
AmitKumarshowing like the above13:28
MrElendigZeedox: you can do that with openjdk13:29
MonkeyDustAmitKumar  pster this line in a terminal, then paster the url here: sudo apt install pastebinit inxi; inxi -r|pastebinit13:29
MonkeyDusttypos: paste13:29
TJ-rpm_33: I'm mapping this structure onto the raw firmware file image to find the version info: http://lxr.free-electrons.com/source/drivers/net/wireless/iwlwifi/iwl-fw-file.h?v=3.19#L7113:29
cfhowlettAmitKumar, 1.  14.10 is dead and no longer supported.  2.  your system is looking for the cdrom because you specified it as a source.  but 1 is the more important error.  install a supported version; 12.04, 14.04 or 15.0413:29
rpm_33maybe my ISP will give me a better router if I complain to them about this one not working13:30
scatterprpm_33 they wont13:30
MonkeyDustoh, didnt see it's 14.1013:30
AmitKumari have 15.0413:30
cfhowlettrpm_33, complain and demand = maybe13:30
rpm_33scatterp they replaced my aunt's dlink router with a better one when it wasn't wrking13:30
MrElendigZekey10_: take the hint and stop /msg'ing :13:30
MonkeyDustok, then do as i suggested13:30
MrElendigZekey10_: also java -jar whatever.jar  I bet it works fine13:30
MonkeyDustAmitKumar  ^^^^13:31
Zekey10_It doesn't work fine.13:31
rpm_33TJ sorry I didn't really understand that at all. Do you need me to do anything else?13:31
Zekey10_It doesn't work at all13:31
cfhowlettAmitKumar, then you need to remove the 14.10 cdrom as a software source13:31
MrElendigZekey10_: post actual errors13:31
AmitKumarhow do i remove cd rom of 14.1013:32
Zekey10_"This jar file is not recognized"13:32
MrElendigso it is not really a jar13:32
MrElendigif you were in the correct path that is13:32
Zekey10_It is a jar, and i was in the correct path13:32
MrElendigwhat are you trying to run?13:32
Zekey10_OpenJDK just doesn't work for some jars13:32
Zekey10_(any from what i understand)13:32
MrElendigjust because it says .jar doesn't mean that it is a valid one13:32
Zekey10_It's a valid jar13:33
MrElendigif it doesn't work with the reference implementation then it isn't13:33
Zekey10_It's certainly a valid jar13:33
Zekey10_that I'm sure of13:33
=== fox__ is now known as sheoak
TJ-rpm_33: OK, your firmware has all zeros for the ver(sion) field, which means it is a newer type which uses struct iwl_tlv_ucode_header which is on line 148 of that LXR link I gave you13:35
HalfEatenPieMrElendig: yeah I'm using mod_php, but I'm trying to move from one PHP installation to another version13:36
HalfEatenPieright now I'm trying to loadmodule the proper php version library13:36
rpm_33TJ OK so what does that imply?13:36
HalfEatenPiecan't find the location in the configuration though :/13:36
MrElendigHalfEatenPie: you have to rebuild mod_php against the php version you want13:37
Knight80Hello everyone13:38
MrElendigHalfEatenPie: what mod_php does is to embed the php interpeter inside apache13:38
MrElendig(whoever tought that was a good idea was insane)13:38
TJ-rpm_33: It lets me know that actual firmware version, as reported in the kernel log, is a little-endian 32-bit value stored at offset 0x48 (72 decimal) in the file :)13:38
Knight80Is there any way to remove the "Ubuntu options" entry from grub?13:38
MrElendigHalfEatenPie: so the only want to switch version is to rebuilt it13:38
=== zengine_ is now known as zengine
HalfEatenPieAhhhh13:39
HalfEatenPiedamn it13:39
HalfEatenPiethanks MrElendig13:39
HalfEatenPieI was using phpbrew and whatnot to build the php version13:39
madmanwithaboxIs there an official E-mail adress where you can give feedback to Ubuntu?13:39
jakkioKnight80: grub customizer13:40
MrElendigrebuild*13:40
scatterpmadmanwithabox maybe support@ubuntu.com13:40
MrElendigKnight80: <insert text editor here>13:40
madmanwithaboxscatterp: thanks13:41
Knight80jakkio Thank you. Is there any way to do that from the terminal?13:41
rpm_33TJ and so what do you do with that information. As I understand it you're looking through that driver package and working out which is the thing I need to install? lol baby questions.13:42
scatterphi can anyone help me with vnc I have this xstartup http://pastebin.com/LP9DRjfx and get this result http://img.ctrlv.in/img/15/09/13/55f5765276208.png and http://pastebin.com/1vNRdtHz (logs) i do get a password prompt from vnc before the screen with what i would describe as odd colors and Ben64 suggests vnc is actually running but the screen is not pink as defined in the xstartup13:42
Knight80Ok, I already did it13:44
Knight80:)13:44
scatterprpm_33 once the version is clarifyed tj can isolate if the problem you have is fixed in a later version and if you have the latest version installed13:45
rpm_33wow so that's a difficult process scatterp?13:46
scatterprpm_33 quite13:46
shiinturns out it's a kernel issue with intel xeon cpu integrated graphics13:48
shiinI installed an old graphics card and the mouse cursor works now13:48
hateballrpm_33: are you staying on 14.04 for LTS reasons? otherwise you could upgrade to 15.04 and the kernel+modules there should be better (as that is what I am using)13:49
ftzhello13:50
=== Tryndamere is now known as Rory
=== Rory is now known as rory
rpm_33hateball This is my first exposure to Ubuntu. I used 14.04 LTS because that's what my laptop came with and I used the built-in tool to create an install-stick.13:50
TomyWorkI'm trying to "apt-add-repository ppa:git-core/ppa" from a root shell behind a proxy. http[s]_proxy are set up properly and "wget -O - google.com" gives me something that definitely originated from google13:51
TomyWorkyet apt-add-repository freezes for a long time while strace shows "connect(4, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("91.189.89.223")}, 16"13:52
TomyWorkwhich is not the proxy, but a server that the tool tries to request directly13:52
TomyWorkso how do i fix this?13:53
ftzhello?13:53
=== coy is now known as Guest14397
Zekey10_I have no usr/bin/java folder, but I just installed java :o13:54
TomyWorkconnect(4, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("91.189.89.223")}, 16) = -1 ETIMEDOUT (Connection timed out)13:54
cfhowlett!ask | ftz13:54
ubottuftz: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:54
TomyWork91.189.89.223 is launchpad.net, it seems13:55
Zekey10_I have no usr/bin/java folder, but I just installed java, any suggestions ?13:55
jakkioZekey10_: make sure you have / infront of usr, so /usr/bin/java13:56
MonkeyDustZekey10_  type   which java13:56
Zekey10_oracle jre 1.8.013:56
MonkeyDustZekey10_  and   whereis java13:57
cn28halso, it's unlikely /usr/bin/java would be a folder (directory)13:57
Zekey10_Java is/usr/bin/java/jre1.8.0_6013:58
cn28hinteresting13:58
Aqui1aHello. I'm about to install Ubuntu to my second SSD... do I need to worry about Ubuntu not detecting Windows 10 on my first SSD?13:58
Zekey10_I just purged OpenJDK to make room for oracle, but I don't know if I somehow messed something up along the way, lol13:58
cn28hZekey10_: how did you install the oracle jre? isn't it just a tarball?13:59
Zekey10_yes through tar13:59
TomyWorkokaaay, setting up the proxy variables properly does nothing. however, sudo -E apt-add-repository ppa:git-core/ppa worked13:59
TomyWorkdoes not make sense :/13:59
Zekey10_but then when I tried to run a jar, it told me that I had no usr/bin/java13:59
cn28hah, so that's how it ended up being expanded in /usr/bin ;p while this will work, it's unusual... and you will still need to set JAVA_HOME and update PATH accordingly13:59
Zekey10_How do you set Java home? via etc/environment?14:00
cn28hZekey10_: yes, you want seomthing like export JAVA_HOME=/path/to/jre; export PATH=$JAVA_HOME/bin:$PATH14:00
cn28hZekey10_: and that said, there's no need to remove openjdk to install oracle -- you can set your environment to select which you want to use14:01
Zekey10_I just go by what I read on google, I have no clue what I'm doing xD14:01
cn28hah ;p14:02
cn28hZekey10_: personally, I put my oracle jdk in /opt but that's a matter of preference really14:02
cn28hZekey10_: but regardless, if you set JAVA_HOME and PATH correctly, you can put it wherever you like14:03
Zekey10_How does one go about setting them correctly?14:04
cn28hwell, what I just said -- in your .bashrc (or if you are doing a system wide install /etc/bash.bashrc) export them so that JAVA_HOME is the root directory of your java install14:04
cn28hand that PATH contains $JAVA_HOME/bin, probably in front of /usr/bin if you want to override any java that might be there14:05
=== Abhishek__ is now known as Abhishek_
Aqui1aHey guys... I'm about to install Ubuntu on my secondary SSD. Is it alright if I make partitions for / and swap, and leave Ubuntu to automatically assign the rest?14:05
cfhowlettAqui1a, yeah, that's kind of standard.  consider making a dedicated /home since you in there14:06
Aqui1acfhowlett, I planned to initially, but I don't know how big I'd have to make it. I've only got a 120GB SSD for Ubuntu, you see...14:07
Aqui1acfhowlett, I was thinking about making / 25GB... and the swap 8GB...14:07
cfhowlettAqui1a, plain vanilla ubuntu = about 10 gb and swap is typically 1.5 - 2X ram.14:07
cn28hyou don't have to allocate all of it fwiw.. if you use lvm, you can easily grow whichever partition needs more space (that's typically how I roll)14:07
rpm_33I'm looking at "how to create dell backup media" can anyone explain what is meant by this step: Overlay Framework  Next, you'll need a copy of the Dell factory content.  If your base image already contains this, you can use it from there.  Otherwise, it can be fetched using GIT.  Keep in mind that the GIT tree is fairly large, so it may take a short period of time for it to fetch.14:08
mcphailAqui1a: if space is limited, don't create a separate /home (or, if you must, use LVM or btrfs so you can change it later)14:08
livcdcan i install something (apt-get install) without actually starting the service afterwards ?14:09
TJ-rpm_33: I'm back; sorry for the delay. I have written a small C program to extract the FW version from the files since the versions embedded in the files I have seem to disagree with what your kern.log report said.14:09
Aqui1acfhowlett, I've got 16GB ram so would that mean I'd be left with a 32GB swap partition? lol14:09
mcphailAqui1a: and I haven't used a swap partition for a couple of years. You only need one if you plan on hibernating your system14:10
jakkioAqui1a: you don't need swap with that much ram i would say, unless for hibernation14:10
cfhowlettAqui1a, yeah, 16gb should be more than enough14:10
EriC^^Aqui1a: if you have 16gb ram and you don't want to hibernate, there's really no reason to make a swap partition14:10
rpm_33TJ no worries, thanks. Just tell me what I need to do.14:10
Aqui1ahibernate?14:10
hateballrpm_33: well personally I'd just use the software updater and tell it to offer regular releases as well as LTS, and then upgrade to 14.10 and then to 15.04. but if TJ- can help you fix the wifi for 14.04 that's cool I guess14:10
EriC^^Aqui1a: and if you do, 17gb swap would be enough14:10
EriC^^Aqui1a: yeah swap is used for hibernation14:10
mcphailAqui1a: hibernate = suspend to disk14:10
Aqui1aI see14:11
mcphailAqui1a: most people just suspend to ram or power down completely14:11
Aqui1aI don't even know if I'd be hibernating14:11
TJ-rpm_33: rpm_33 I've put the 64-bit executable on my site. You can download it with "wget https://iam.tj/projects/misc/iwlwifi_fw_version" then make it exeutable with "chmod +x iwlwifi_fw_version"14:11
TJ-rpm_33: source code - if you're interested - is at https://iam.tj/projects/misc/iwlwifi_fw_version.c14:11
mcphailAqui1a: desktop or laptop?14:12
Zekey10_Can someone walk me through doing JAVA_HOME and path?14:12
Aqui1aHmm.. So would you all recommend I just assign 20GB to root, and let Ubuntu automatically deal with swap and home?14:12
Aqui1amcphail, It's my desktop computer14:12
MonkeyDustAqui1a  and with rtcwake you can suspend and automatically wake up your machine after a period of time14:12
Aqui1aMonkeyDust, I see14:13
mcphailAqui1a: I doubt you'd be using hibernate, then. TBH, hibernate is somewhat buggy and deprecated anyway. I'd just have a single large / partition14:13
rpm_33thanks how do I run it TJ?14:13
Aqui1amcphail, I see14:13
TJ-rpm_33: "./iwlwifi_fw_version /lib/firmware/iwlwifi-7260-10.ucode"14:13
=== ircmaxell is now known as giantwaffeldonke
dionysus69I added /opt/firefox_dev to $PATH var, well terminal cant "see" direfox executable that I have added to that dir, so how do I remove it or what is the way to add direfox exe file in /opt/firefox_dev to PATH ?14:14
rpm_33returns: Type: TLV Version 23.15.10.0 /lib/firmware/iwlwifi-7260-10.ucode14:14
ashishhello all14:14
Aqui1amcphail, so if I do manually create a large / partition, will Ubuntu automatically make a swap and home partition?14:14
mcphailAqui1a: you don't need swap at all14:14
rpm_33Or if you prefer TJ http://pastebin.com/NRn0DWTv14:14
TJ-rpm_33: Thanks... that is interesting, since your kern.log reports "iwlwifi 0000:06:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm"14:14
mcphailAqui1a: nor would I recommend a separate home14:15
jakkioAqui1a: if you are not planning to use hibernate you don't need /swap because you have a lot of RAM14:15
EriC^^Aqui1a: no, /home will be a part of "/" and it will just warn you that you didn't create a swap and you can press continue14:15
Aqui1amcphail, I understand, I'm just double checking that Ubuntu isn't going to make a ~32GB swap for me, without me knowing lol14:15
mcphailAqui1a: :) - I always use manual partitioning14:15
Aqui1aEric^^, Oh right...14:15
TJ-rpm_33: I wonder if this is the root-cause - somehow the wrong firmware image is being loaded?14:15
rpm_33So what - one part of my computer thinks the network firmware is version X, another part thinks its version Y?14:16
Zekey10_Can someone walk me through doing JAVA_HOME and path?14:16
jakkiomcphail: why do you recommend not having separate /home?14:16
bsnschange gdm back to lightdm as the ubuntu's defalut setting,i cannot login in with the black screen,how to solve it14:16
scatterprpm_33 yeah14:16
mcphailAqui1a: If you're keen on a separate /home, have a look at btrfs. The ubuntu installer will create a separate / and /home subvolume in your partition, so you'll get the benefits without the headaches14:16
mcphailjakkio: micromanagement of partitions on small disks is a needless pain14:17
TJ-rpm_33: well, the file we *think* is being loaded (/lib/firmware/iwlwifi-7260-10.ucode) as reported by "modinfo iwlwifi" reports a different version to the firmware image loaded into the kernel14:17
Aqui1amcphail: Honestly, I'm not that keen at all lol It's just, in the past I've ran into problems with Ubuntu running out of space while trying to update... I just wanted to make sure that doesn't happen14:17
TJ-rpm_33: I'm going to check the versions of all the files I have here, see if any match what your kernel log reports14:17
scatterpTJ- nice start to your course on your site i just read over it14:17
mcphailAqui1a: that will be less likely to happen if you just keep everything under /14:18
Aqui1amcphail: That's good to know14:18
Aqui1amcphail: So if I'm just going to make a / partition, do you think 25GB is big enough?14:18
mcphailAqui1a: no, use the full disk14:18
Aqui1amcphail: o.o14:19
jakkiomcphail: ah ok, that's sensible. sadly i don't have issues with running out of space / micromanagement because i have no ssd :P14:19
mcphailAqui1a: everything will be on that one partion (including your home directory)14:19
mikhael_k33hl_When trying to ssh, I get the error: Unsupported option "gssapiauthentication" Unsupported option "gssapidelegatecredentials", is there a package I need to install to have ssh support these options?14:19
MonkeyDustAqui1a  what are you planning to do with the pc?14:19
Aqui1amcphail: Assign the entire disk to /? Bloody hell...14:19
EriC^^Aqui1a: your /home will be a part of it too14:19
Aqui1amcphail: lol I understand now14:19
Aqui1aYeah I understand14:19
mcphailAqui1a: that means "/ and everything under it" in other words the whole shebang :)14:19
Aqui1aMonkeyDust: Nothing too big... just, mainly getting used to it, doing some uni work on it etc.14:20
mcphailAqui1a: the other advantage of using btrfs is you can easily add other disks14:20
Aqui1amcphail: Interesting.. 'cause I have Windows 10 on my main disk. I thought GRUB2 would detect that anyway.14:21
TJ-rpm_33: see http://paste.ubuntu.com/12408782/  ... you'll notice the FW that matches your reported loaded version is 'iwlwifi-7260-12.ucode' but your 'modinfo iwlwifi' doesn't list that file14:21
mcphailAqui1a: yes, but if you completely fill your ubuntu disk, you can add another disk to give you more space14:21
EriC^^Aqui1a: btrfs is a filesystem like ext414:22
mcphailAqui1a: you'd be amazed how much space some of the Ubuntu games take up these days :)14:22
Aqui1axD14:22
rpm_33TJ. what's modinfo iwlwifi supposed to read out?14:23
reisioAqui1a: what's funny I misseded it14:23
TJ-rpm_33: When we ran that earlier we looked at the 'firmware' lines and the only one for the 7260 is "firmware:       iwlwifi-7260-10.ucode"14:24
TheMontyChristhow do I disable proxy for certain hosts?14:24
pbxrpm_33, here's what mine looks like if it helps: http://dpaste.com/0X0D6JR14:24
Aqui1areisio: Hello again ;p14:24
mikhael_k33hl_I'm using Ubuntu's preinstalled ssh(OpenSSH_6.7p1, OpenSSL 1.0.1j). It doesn't allow me to use gssapiauthentication and gssapidelegatecredentials though. error: Unsupported option "gssapiauthentication" Unsupported option "gssapidelegatecredentials". Do I need to install any other packges?14:24
reisioheyo14:24
TJ-rpm_33: I'm beginning to suspect you've somehow got another 'iwlwifi' driver hiding away somewhere on that system!14:25
Aqui1areisio: I still haven't installed Ubuntu yet. I'm still going to do what you said, with the boot order/grub. I just got a bit concerned about partitions, and the partition sizes. xD14:25
TJ-rpm_33: can you do "pastebinit <( find /lib/modules/ -name 'iwl*' )"14:25
mcphailAqui1a: the beauty of Ubuntu is, if you don't like the setup, it only takes a few minutes to reinstall (particularly on a SSD)14:25
somsipmcphail: references on here to GSS in relation to LDAP if that's what it is? https://help.ubuntu.com/community/SingleSignOn14:26
Aqui1amcphail: Yeah, that's true. It's also good having a separate drive, in case things get messy. lol14:26
rpm_33OK here TJ http://paste.ubuntu.com/12408833/14:26
TJ-Aqui1a: forget partitins, use LVM, but don't allocate all the space initially, then you can extent/reassign/create-new file-systems at will :)14:26
mcphailAqui1a: yes - just make sure you install onto the right one...14:26
Aqui1amcphail: haha14:26
mcphailsomsip: ?14:27
=== tinyhippo is now known as mistresshippo
somsipmcphail: meant for mikhael_k33hl_ sorry ^^14:27
mcphailsomsip: :)14:27
TJ-rpm_33: Getting more confusing all the time! Nothing unusual there. Show me "pastebinit <( modinfo iwlwifi )"14:28
jakkiohow does btrfs work with / compare to lvm? i've only ever used ext4 on lvm14:28
mikhael_k33hl_somsip: I'm not using LDAP though14:28
lotuspsychje!btrfs | jakkio14:28
ubottujakkio: Btrfs is a new filesystem available for Ubuntu. It is currently marked as experimental, and should not be used for important data. See https://help.ubuntu.com/community/btrfs14:28
rpm_33that's not a good sign! http://paste.ubuntu.com/12408850/14:28
somsipmikhael_k33hl_: I have no idea what GSS is, and have no wish to know more about LDAP. Just thought it might help14:28
rpm_33TJ ^^14:28
Aqui1aTJ-: That's something I'll keep in mind if this doesn't work out. I'm going to make my entire SSD a / partition. Which suits me fine. :D14:28
mcphailjakkio: btrfs essentially wraps the volume management withing the filesystem, rather than wrapping the filesystem within the volume management14:29
Aqui1aAnyway, I've put this off for long enough... I'm going to install it now. Thanks for the help, guys. Bye.14:29
mcphailaquaWeasel: enjoy14:29
mcphailaquaWeasel: sorry -nick failure :)14:29
jakkiomcphail: interesting, thanks, i shall have to read about it some more.14:30
muellihey hey. I have a problem: Avahi just doesn't work™. When I do avahi-browse -a I don't see other hosts on the network.  I know that there are other hosts, because I have three machines on it. Two can browse the local network just fine. That one machine cannot :-/ Any hints?14:31
TJ-rpm_33: What does this report: "pastebinit <( dpkg -S /lib/firmware/iwlwifi-7260-*.ucode )"14:31
rpm_33TJ http://paste.ubuntu.com/12408870/14:32
TJ-muelli: avahi relies on Multicast; it is possible that something is blocking/disabling it14:32
muelliTJ-: fair enough. Any ideas how I could debug further?14:32
lotuspsychjemuelli: all machines running ubuntu?14:33
TJ-muelli: I'd run tcpdump on the host(s) and watch for multicast packets, see if you can prove that the browser is searching and that the hosts are broadcasting14:33
muellilotuspsychje: yes.14:34
lotuspsychjerpm_33: did you mention to TJ- that your wifi disconnects after closing laptop laid?14:34
lotuspsychje*lid14:34
rpm_33lotuspsychje yeah14:35
jakkiodoes anyone have any thoughts on how to best write random data to a partition (in preparation for encrypted data). it seems using openssl to write encrypted /dev/zero or using shred with one pass are about the same time wise, also tried writing /dev/zero to a a dm-crypt drive which was slower.. http://paste.ubuntu.com/12408803/14:35
TJ-rpm_33: OK, everything you have installed related to iwlwifi appears to be standard for the v3.19 Linux kernel, and yet somehow the 'iwlwifi-7260-12.ucode' (version 25.17.12.0) *appears* to be loaded by the 'iwlwifi' driver despite it only 'knowing' about file 'iwlwifi-7260-10.ucode' which is version 23.15.10.0 !!14:36
TJ-rpm_33: I'm convinced this seeming FW version mismatch is at the heart of all your problems but right now I'm at a loss as to how that iwlwifi driver is managing to load a firmware image it doesn't know about!14:37
mcphailjakkio: and using /dev/urandom isn't sufficient?14:38
rpm_33TJ well thanks for your help. I'm not sure what to do really. Tech support was hopeless.14:38
rpm_33Is there anything I can do with that package I downloaded14:39
rpm_33I realised I had messed up some of the instructions.14:39
rpm_33Im actually stuck on a different step now TJ14:39
TJ-jakkio: Use pure plain dm_crypt to create it and then use dd if=/dev/zero of=/dev/mapper/encrypted_partition bs=200M" ... that's the fastest way14:39
TJ-rpm_33: I'm not giving up, but I need a breather :)14:39
rpm_33TJ - yeah you earned. it.14:40
rpm_33Anybody else: I'm stuck on this step 4 http://www.dell.com/support/article/us/en/19/SLN265886/EN#Packages - apparantly I need something from Git but Im not sure what?14:40
TJ-rpm_33: That Dell OEM driver package set won't install cleanly because it assumes you're using an older kernel version that shipped with 14.04.0  (v3.13) but you are on 14.04.03 and v3.1914:40
TJ-rpm_33: I suspect you'll get yourself into more trouble with that OEM driver package right now... many of the Ubuntu archive packages are later versions that are in that package14:41
rpm_33Oh right.14:41
rpm_33Goddamn. What a mess.14:42
TJ-rpm_33: hehehe ... let's see if there is anyone here who would offer to check my analysis/conclusions in case I've missed something14:42
jakkiomcphail: sufficient, yes, but also very slow. TJ- i'll give that a go, thanks14:42
mcphailjakkio: dd'ing from /dev/urandom should not be slow. Are you sure you have tried /dev/urandom rather than /dev/random?14:43
muelliTJ-: okay. On my host, I see packets leaving on my ethernet device.14:44
rpm_33TJ what about the 802.11G/N stuff. Is there something I can do to get that to run after each suspend/resume?14:44
TJ-jakkio: see the final paragraphs of this post: http://lists2.linuxjournal.com/pipermail/linux-list/2009-October/031224.html14:44
jakkiomcphail: yeah, i just started timing it actually (dd if==/dev/urandom of=/dev/sda4), once it's done i'll see how it compares to the others. sda4 is 2gb for reference14:45
TJ-rpm_33: We did that yesterday didn't we - creating the script in /etc/pm/sleep.d/14:45
ubuntuany1 here?14:45
lotuspsychjeubuntu: 1800 users are14:45
ubottuUbuntu bug 1800 in eclipse (Ubuntu) "Unable to run anything from Eclipse." [Medium,Fix released] https://launchpad.net/bugs/180014:45
ubuntui am not getting menu in nautilus to share files on windows network...14:45
ubuntui am not getting menu in nautilus to share files on windows network...14:45
=== ubuntu is now known as Guest74278
TJ-jakkio: about 2 orders of magnitude slower using {,u}random to /dev/zero into the encrypted device14:45
rpm_33TJ oh right.14:46
rpm_33well thanks for all the help anyways guys14:46
mcphailTJ-: seriously?14:46
lotuspsychjerpm_33: i would try the clean install + cable on + updates enabled during setup14:46
TJ-mcphail: ??14:46
mcphailTJ-: speed of writing random data. Great tip14:47
jakkiomcphail: TJ- : yeah, /dev/urandom just finished, 6m41 of which 5m35 was sys (so /dev/urandom) vs the times i posted in the pastebin - http://paste.ubuntu.com/12408803/14:47
TJ-mcphail: yeah! It's amazing, I used to use urandom until I discovered that trick :)14:47
rpm_33lotuspsychje - yeah well it might ahve to wait a while. need to do some actual work on this machine.14:47
TJ-rpm_33: where are you in the UK?14:47
TJ-rpm_33: I'm feeling the urge to tackle your PC in person, it is so frustrating trying to do it remotely!14:48
rpm_33TJ in london14:48
* TJ- ponders ... 150 miles hmmm :)14:48
lotuspsychjelol14:48
rpm_33damn14:48
MonkeyDustrpm_33  i havent followed... what are you struggling with?14:49
TJ-rpm_33: I'll do some more thinking but it might come to that - I *never* let a PC beat me14:49
lotuspsychjeMonkeyDust: he's got wifi disconnects after closing laptop lid iwlwifi14:49
rpm_33unstable wifi. kinda hard to explain all the nuances lol.14:49
emnzhello14:49
rpm_33TJ that's very admirable14:49
lotuspsychjeMonkeyDust: on a dell14:49
TJ-MonkeyDust: apparently incompatible iwlwifi 7260 firmware version causing connection drops unless 802.11n is disabled14:49
MonkeyDustoh wifi... done helpdesk, i daon't even *start* troubleshooting wifi anymore14:49
MonkeyDustdon't14:50
rpm_33MonkeyDust TJ has been deep into it, it's waaaay over my head.14:50
emnzmy word ubuntu has come a long way, trying 15.04, first linux distro ive tried in several years14:50
TJ-rpm_33: Your supply of accurate data via pastebin made it easy :)14:50
Guest74278i am not getting samba menu in nautilus to share files on windows network...14:50
lotuspsychjeemnz: most popular Os of the world :p14:50
emnzthis is some really sexy shit14:50
rpm_33MonkeyDust also it's only on certain networks - Starbucks and Android tether were fine. Also lots of suspend/resume problems. But mainly it just refuses to connect much of the time.14:51
lotuspsychjeGuest74278: tryed the #samba channel?14:51
Guest74278no14:51
emnzits finally usable for GUI kiddies like me14:51
TJ-rpm_33: as we're both on UK time it shouldn't be too difficult to co-ordinate more time to solve this14:51
lotuspsychje!discuss | emnz for more offtopic talks14:51
ubottuemnz for more offtopic talks: Want to talk about Ubuntu but don't have a support question. Join #ubuntu-discuss, for other non-support  discussion not Ubuntu related you can also join #ubuntu-offtopic. Thank you.14:51
rpm_33TJ well let me know when's good, you're doing me a favour here.14:51
emnzubottu: my apologies, ill fire some questions at you later on, going to dabble a bit more14:51
ubottuemnz: I am only a bot, please don't think I'm intelligent :)14:51
TJ-rpm_33: I'll write up a concise analysis of what we've done and all the results so you can show it to others as well; no point someone else going over the same ground14:52
rpm_33Thanks man14:52
emnzlotuspsychje: what, seriously?14:52
TJ-rpm_33: right now it's breakfast time :)14:52
lotuspsychjeemnz: ?14:52
emnz(16:50) <lotuspsychje> emnz: most popular Os of the world :p14:52
rpm_33I'm off to do something actually productive (since by some miracle i'm actually geting WIFI right now).14:53
lotuspsychjeemnz: yes seriously14:53
TJ-rpm_33: yeah, good plan. maybe it'll get scared we're onto it and fix itself :D14:53
MonkeyDusti remember this business lady, who was going to sue the enterprise i worked for, because she had only 2 instead of 3 stripes in her wifi strength indicator14:53
lotuspsychjelol14:53
TJ-MonkeyDust: did you offer her a free marker pen to colour it in?14:54
lotuspsychjehaha14:54
emnzlotuspsychje: most popular based on what? how can that be?14:54
lotuspsychje!discuss | emnz come to this channel14:54
ubottuemnz come to this channel: Want to talk about Ubuntu but don't have a support question. Join #ubuntu-discuss, for other non-support  discussion not Ubuntu related you can also join #ubuntu-offtopic. Thank you.14:54
emnzu mean linux in general?14:54
emnzok14:54
rpm_33you guys are a bunch of jokers! see ya.14:56
rpm_33TJ hopefully catch you around soon.14:56
valeechhi. I am having an issue with phpmyadmin installation on ubuntu 14.04. I install but when apache starts I get this error:14:57
valeech[alias:warn] [pid 32043] AH00671: The Alias directive in /etc/apache2/conf-enabled/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier Alias.14:57
valeechI have searched everywhere in my config files and I do not see a similar alias anywhere14:57
SchrodingersScatvaleech: can grep -ri alias /etc/apache2/*   where alias is whatever the alias is14:59
valeechSchrodingersScat : I did a recursive grep and the only thing returned is the phpmyadmin.conf file in conf-enabled15:00
=== alexander is now known as Guest78071
mekhamidoesn't ubuntu 14.04 come with PHP?15:06
reisiothe server version might15:06
reisioit's in the repos and easily installed regardless15:06
=== domaldel is now known as Domaldel
reisiobut why not use a better, more secure alternative15:06
mekhami?15:07
reisioalmost anything15:07
reisiopython, ruby, perl15:07
=== rahul is now known as Guest40270
DomaldelLovely15:07
mekhamiyeah... idk why people ask questions like that15:07
DomaldelAny of you had any problems with installing steam?15:07
ratraceDomaldel: what kind of problems?15:07
ratracemekhami: because PHP is so universally hated :)15:08
ratracemekhami: then again, that question WAS stupid, indeed.15:08
lotuspsychjeDomaldel: best to ask your specific issue to the channel15:08
noorxbytehello15:08
Guest78071Hello all!15:08
reisio'lo15:08
DomaldelUgh, this is the help channel is it?15:08
mekhamiratrace: i'm no fan of it, but i have a job15:08
noorxbytecan I ask a question related to xubuntu15:09
DomaldelNo off topic chat channel?15:09
reisionoorxbyte: dunno, can you?15:09
k1l_!ot | Domaldel15:09
ubottuDomaldel: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!15:09
DomaldelThanks15:09
ratraceDomaldel: installing steam on Ubuntu and having issues with it is not offtopic here15:09
mekhamiDomaldel: we just need to know more specifically what the problem is in order to help you ;)15:10
lotuspsychjenoorxbyte: yes you can, or join #xubuntu15:11
sl0bhello15:13
noorxbyteah yes15:15
noorxbyteso here is the thing15:15
noorxbytei changed my xubuntu15:15
noorxbyteleave it15:15
noorxbytebye15:15
=== gbell1 is now known as gbell
jakkioTJ-: thanks for that link - my implementation of the cryptsetup method was slow due to not specifying a blocksize for dd. it does seem that the cryptsetup method is consistently slower than the other two methods i was trying though15:21
edgyHi, I added this value /etc/sysctl.conf:net.netfilter.nf_conntrack_max = 262144 but when I reboot, it goes back to # sysctl -a |grep conntrack_max15:36
edgynet.netfilter.nf_conntrack_max = 6553615:36
mekhamii just installed vagrant via apt-get, and it installed an old version...15:40
Aqui1aWoop!15:42
=== domaldel is now known as Domaldel
Aqui1amcphail, reisio, TJ-, MonkeyDust, and whoever else helped who I've forgotten to mention... Thanks, it worked. :P15:44
TJ-jakkio: I've always found /dev/zero many times faster than /dev/urandom15:44
jakkioTJ-: yeah, much faster than just writing random, but openssl or shred seem marginally (and repeatedly) faster. http://paste.ubuntu.com/12409166/ i'm not sure if they are as secure (and i'm assuming the write error from openssl is due to running out of space not something else rendering it not working)15:47
TJ-jakkio: you'd need to disable caching to get consistent timings though; without that you're only measuring how fast the operation runs into memory buffers15:49
TheMontyChristnetworking question.15:50
mcphailAqui1a: enjoy!15:50
TheMontyChristwhen I connect to my webserver from work, it can resolve the name, on the other hand from the command line it can't15:51
TheMontyChristanyway to resolve this?15:51
TheMontyChristis said *resolve* not port15:51
TheMontyChrists/is/I15:51
scatterphey TJ- could you help me with a vnc issue if you have a moment to spare?15:53
jakkioTJ-: i see, could you suggest what i should search to find out how to do this?15:53
TJ-scatterp: Not right now; I've a rather pressing ecryptfs failure to debug :)15:54
r00trunnerdid anyone switch from ubuntu to mac or vice versa? what were your reasons? furthermore, are there any good tiling wms for mac os x (little off topic, i know)15:54
martheloushi15:54
scatterpTJ- oh good luck :)15:54
mekhamir00trunner: you can use i3 with os x as far as i am aware15:55
marthelousi new to this chatroom so dont bite me15:55
mekhamir00trunner: i use both, they're pretty good15:55
scatterpTJ- did you ever do any truecrypt post mortem ?15:55
Aqui1aQuick question. In Grub, the option for Windows is called 'Windows Recovery Mode'. Is this meant to be like this?15:56
r00trunnermekhami: but its on top of mac's window manager right? you cannot subsitute it afaik. furthermore, afaik you can only execute x apps from within a tiler in mac os. can anyone confirm?15:56
TheMontyChristresolve name works in web browser but not in command line - why would this happen?15:57
Aqui1aSorry, not Windows Recovery Mode. It's called 'Windows Recovery Enviroment (loader)'15:58
TJ-jakkio: the easiest way is to have all the disk-write processes pipe their output over stdout to 'dd', and set it's conv/flags to use direct uncached I/O15:58
jakkioAqui1a: not sure why it gets called that, but you can customise grub either manually or using grub-customizer and change it to whatever you want15:59
Aqui1ajakkio: It doesn't mean I've been booting into recovery mode all this time, does it? :P15:59
TJ-scatterp: truecrypt? in what way?15:59
scatterptj well it all shutdown due to some kind of spy stuff it was all a bit murky and unclear thats all16:00
jakkioAqui1a: haha, no it's fine as long as your windows is working as it was. i usually just rename it Windows and put any other windows / memtest stuff in an Advanced options folder int e menu16:00
jakkioTJ-: thanks, i'll check it out16:01
Aqui1ajakkio: lol Alright, thank goodness for that... I've renamed it to Windows 10 just now, using the customizer. Thanks for letting me know.16:01
martheloushey anyone can tell me any best compiler for programming on ubuntu16:03
rorymarthelous: what language are you programming in?16:03
marthelousi used to used eclypse16:05
roryYou can get Eclipse for Linux. Look in the Ubuntu Software Centre16:05
marthelousbut i cant find it for ubuntu16:05
roryI actually didn't know you could get Eclipse on anything *other* than Linux haha16:05
bazhang!info eclipse16:05
ubottueclipse (source: eclipse): Extensible Tool Platform and Java IDE. In component universe, is optional. Version 3.8.1-7 (vivid), package size 15 kB, installed size 122 kB16:05
ratraceEclipse is in Java, so...16:05
rorymarthelous: sudo apt-get install eclipse16:06
marthelousthanks16:06
marthelousi'm currently majoring cyber security degree do anyone know if i would find a job with my associate degree also planing to get my bachelor's degree16:07
ratraceask NSA16:08
rorymarthelous: #ubuntu-offtopic is a good place16:09
marthelousthanks a lot16:09
marthelousRony do know if i would find a job with associate on cyber security16:10
zebu1erHi !16:10
zebu1erI fail to remove the package even with the best options :16:10
zebu1erdpkg --force-all --force-remove-reinstreq -r brscan16:10
finetundra2234hey folks, is it possible to get WM's like blackbox or fluxbox to have an entry in update-alternatives --config x-session-manager ?16:11
ratracemarthelous: that sounds like a joke, not  a serious degree16:11
zebu1er-> subprocess installed post-removal script returned error exit status 116:11
bazhangratrace, and marthelous to the chit chat channle please, not here16:11
bazhang!ot | marthelous16:12
ubottumarthelous: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!16:12
zebu1erHow can a package resist to uninstallation that way ?16:13
InokiAnyone here who uses PGP with Evolution?16:14
Janet_hello16:14
Janet_Ubuntu customer support16:14
ratracelol16:15
JHOSMANHello, i have this problem in the momment of install Lubuntu http://i.imgur.com/TuX4yRU.jpg powernow_k816:15
JHOSMANThat comes before installing Ubuntu, booting from the CD16:16
Janet_I would like to know is there's a way of using Ubuntu to protect myself from Microsofts spying on me?16:17
dontkillmeblablates pengguna baru irc16:17
dontkillmeblablahhe16:17
MonkeyDustdontkillmeblabla  it works16:19
Khaotichey all16:20
hackelI have two swap partitions, one on SSD is set to priority 50, the one on my HDD is set to 2.  Whenever I reboot, the SSD priority is set to -1 and I have to manually turn it off and back on again at the correct priority.  Any idea why this might be?  HHD priority is getting set correctly.16:23
rarerangerwait is swap on an SSD a good idea16:25
jpdsrareranger: Why not?16:25
rarerangerdoesn't that seriously hack away at its lifetime16:25
hackelrareranger: That's old advice that no longer holds true.  Modern SSDs can hold up to plenty of use.16:25
jpdsrareranger: It may have been a good idea like 4 years ago when they were first came out16:25
huschkedid someone know,how i can change the clock color in xubuntu ?16:27
huschkeconfig file ?16:27
rarerangeralrighty then. I would personally only use the HDD though. I guess I'm just overly cautious.16:27
=== jennyb is now known as jbasalone
rarerangerhackel: you can set the priority value in fstab16:29
hackelrareranger: HDDs are unbearably slow for swap.  The SSD is equipped to warn you if it's starting to fail, so it's easy to pop a new one in prior to a catastrophic failure.  Backups and all that...16:30
scatterpBen64 thanks for the help solved it16:30
hackelrareranger: Yes, that's what I'm doing.  pri=50 on the SSD is ignored for some reason, but pri=2 on the HHD is set correctly.16:30
hackelI don't know why I keep typing HHD, I must be dyslexic today.16:31
rarerangerhackel: heheh. thats weird though. let me check something out.16:31
=== jbasalone is now known as jennyb
TheMontyChristhow do I get nautilus to default to details view?16:32
hackelrareranger: The odd thing is if I use a "swapon -a" after booting up, it sets the priorities correctly.16:33
ratraceTheMontyChrist: in its Settings16:34
ratraceTheMontyChrist: preferences, actually. Tab "Views", then "View new folders using"16:35
JHOSMANHello, i have this problem in the momment of install Lubuntu http://i.imgur.com/TuX4yRU.jpg powernow_k8 That comes before installing Ubuntu, booting from the CD16:36
rarerangerhackel: maybe you could add a command to reactivate swap again in rc.local16:37
miraceti56GHOST IN THE SHELL ARISE: PYROPHORIC CULT16:37
ratraceJHOSMAN: did you do what the error message suggested?16:37
Picimiraceti56: Cool, but I don't see what that has to do with Ubuntu.16:38
miraceti56:(16:38
JHOSMANratrace: I'm trying to update the BIOS from Windows XP SP3, but I can not, this error with MSI Utility for my motherboard. http://i.imgur.com/mXlPz7C.jpg16:38
miraceti56yes bad channel16:39
tgm4883JHOSMAN: where do you think you are?16:39
ratraceJHOSMAN: You don't have Cool'n'Quiet in BIOS?16:39
ThatNewGuyHey guys, is there a way I can make my xubuntu look like manjaro?16:40
JHOSMANtgm4883: I not understand =/16:40
ThatNewGuyI really love the green/dark theme it has16:40
JHOSMANratrace: I don't know16:40
ratraceJHOSMAN: did you check?16:40
JHOSMANratrace: I'll see the BIOS setup.16:41
liftI'm getting a "Serious errors were found while checking the disk drive..." on a mdadm/xfs /home mount.  Should xfs_repair be able to fix this?16:41
JHOSMANratrace: I have changed, and you're starting the CD. =)16:44
TJ-lift: it depends on the type of errors. Check the kernel log. It may be I/O errors.16:44
platzanyone know how to create a virtual "output" or "monitor" that xrandr would recognize as such?16:46
JHOSMANSolverd! thanks ratrace  =) :316:46
platzi read about a guy that ' was able to create a "virtual" display by adding a new mode to one of the disconnected displays listed in xrandr'16:47
platzbut trying to use xrandr --addmode on a disconnected display didn't work16:47
platzwonder if that is the right way to go about it16:47
edtoast_46hi16:48
liftTJ-: Not seeing anything.  I see all 24 devices added to the md device.16:49
liftTJ-: wait, it might be mount options... :(16:52
ThaurwylthI tried some Google, perhaps my Google-fu is not strong enough. HP 408 Pro tablet Win 8.1 Atom Z3736F 32b. Would this work just fine with desktop Ubuntu and external kb? In general is it well Linux supported?16:53
Wugso what exactly does the nvidia-current package do16:53
ThaurwylthAnd why not also Ubuntu Touch, but I'm mostly interested in the desktop version port.16:54
WugI've got an old laptop that's had ubuntu on it forever, currently running 14.04.3 (kernel is 3.13.something)16:54
Wugnvidia-current tries to install nvidia-304, which is absolutely not anything close to the most recent nvidia driver16:55
nihey I'm on xubuntu, but I had the same problem on mint and ubuntu as well. The sound on my laptop is just pure shit compared to windows, I got the pulse equalizer which improved it a little, but it's still not great.16:55
Wugas such I have no idea what driver I should actually be using16:55
ritztechi got a high profile client that could land me a 150k job if i do something for him (or trying to) is there a way i can get a name from bad press off of google search16:55
ritztechi tried looking at removenames.com but not sure if theres a way to do other ways16:55
platzi've recently installed nvidia-355 and works fine, but you need to use a special ppa16:56
platzon a thinkpad t42016:56
liftUbuntu 14.04 didn't like the relatime mount option for xfs, but was fine with noatime,nodiratime.  weird.16:56
asshi all16:56
platzanyone know how to create a virtual "output" or "monitor" that xrandr would recognize?16:57
liftxvfb?16:57
assanyone who know when facebook will be destroyed/removed ?16:57
assWhen facebook will end ?16:57
bazhangofftopic here ass16:57
assyes ofc it's offtopic but you are professionalist of any topic16:58
assthat's why Im asking16:58
bazhangass take it elsewhere16:58
assexample ?16:58
bazhangnot here16:58
platzhrmm, xvfb looks neat but i also want to 'switch' to this virtual display16:58
platzi.e. actually display it16:58
platzi guess i don't want a different X server, just a virtual monitor/output16:59
ThatNewGuycan i search for packages via terminal like on arch distros? pacman -Ss 'package name' ?16:59
ThatNewGuyjust with the apt-get16:59
bazhangapt-cache search package ThatNewGuy17:00
ThatNewGuybazhang, thx17:00
WugThatNewGuy: if you need to do any more complicated searches, such as finding which package provides a particular file, I recommend you look into apt-file17:01
Wugit's an auxiliary tool, not installed by default, but I use it a lot17:01
bazhangor simply /msg ubottu find17:01
bazhangno need to leave irc17:02
ThatNewGuyWug, thx for a suggestion, i will try this out! :)17:02
al-damiriHi #ubuntu17:02
al-damiriI'm not able to rename folder/files in nautilius. I'm using Ubuntu.17:03
Wugal-damiri: any file, or just a particular one?17:03
al-damiriThe rename, cut, copy options are disabled.17:03
rarerangerThat seems like permission problems right. Though copy should still be available.17:04
Wugal-damiri: do you have permissions?17:05
al-damiriWug: Any file.17:05
al-damiriWug: Yes.17:05
Wugnautilus will grey out the cut and rename options if you don't have permission to delete the files17:05
al-damiriWug: I cannot Create New Folder.17:05
al-damiriIn my home directory.17:05
Wugthat sounds like a permissions issue17:06
al-damiriIt is not greyed out.17:06
al-damiriWug: What do I check?17:06
Wugwell can you check anyway? open a terminal and do `ls -l` and also `id` and make sure the user you're logged in as is the user who owns the files17:06
Wugal-damiri: you could also try running gk-sudo nautilus and see if you can create/rename files then17:07
al-damiriWug: Yes it is same i.e. both id and the owner (and also group) in ls.17:07
Wugif you can do it as root, chances are it's a permission issue17:07
dee0enanybody knows why a network installation looking for the trusty-updates17:07
WugI have to reboot my computer, back in a minute17:08
al-damiriWug: `gk-sudo nautilus` doesn't work.17:08
Wugal-damiri: what does it do17:08
=== tvoss is now known as tvoss|test
=== tvoss|test is now known as tvoss
bazhangno dash there Wug17:08
bazhanggksudo17:08
Wugoh, did i add a dash? oops17:09
al-damiribazhang: Yes.17:09
al-damiriNow its working.17:09
bazhang!info gksu17:09
ubottugksu (source: gksu): graphical front-end to su and sudo. In component universe, is optional. Version 2.0.2-9ubuntu1 (vivid), package size 50 kB, installed size 456 kB17:09
dee0eni'm trying to do a network installation, and the installation pauses/freezes because it's loooking for the trusty-updates from my network install server17:09
al-damiriWug: Yes I can now do rename.17:09
al-damiriWhy is it?17:09
al-damiriEven though I can see the owner and permissions for my logged in user.17:10
al-damiriWug: For instance, this is output from the ls: -rw-rw-r--   1 aldamiri aldamiri 2.9M Sep 14 21:15 copy_output.log17:10
Wugal-damiri: that implies it's a permission issue, but i have no idea what might be causing it. can you `touch foo` from the terminal?17:10
Wugis nautilus somehow running as the wrong user?17:10
nihey I'm on xubuntu, but I had the same problem on mint and ubuntu as well. The sound on my laptop is just pure shit compared to windows, I got the pulse equalizer which improved it a little, but it's still not great.17:10
nican anyone help?17:10
Wugthis rules out filesystem being mounted read only because of a disk error or something17:11
al-damiriWug: Yes.17:11
al-damiria file 'foo' is created.17:11
al-damiriBut I cannot edit it.17:11
Wugal-damiri: whaaaa?17:11
al-damiriWug: Yes.17:11
rarerangeral-damiri: thats super weird.17:11
Wugthat makes no sense17:11
al-damiriI guess it is nautilus error.17:11
al-damiriThis happens at time.17:11
al-damiriI guess a reboot would fix it.17:12
al-damiriThat's what I have experienced.17:12
Wugcan you edit it from the shell? `echo test > foo`17:12
al-damiriWug: Yes.17:12
al-damirialdamiri@aldamiri:~$ echo test > foo17:13
al-damirialdamiri@aldamiri:~$ cat foo17:13
al-damiritest17:13
=== michelle---- is now known as Michelle-----
Wugtry reinstalling it. `dpkg --list | grep ii | grep nautilus | awk '{print $2}' | sudo xargs dpkg-reconfigure --force` should reinstall all nautilus packages that you currently have installed17:14
Wugyou'll probably need to log out and then back in afterwards for it to take effect17:15
al-damiriWug: I see.17:15
al-damiriLet me try rebooting if that fixes it.17:15
Wugsure17:15
al-damiriWug: Thanks, you may reboot also :)17:15
Wugif rebooting and reinstalling doesn't work, i have no idea17:15
al-damiriWug: Fine, no problem.17:16
Wugin that case, its probably ghosts17:16
Wugi recommend an exorcism17:16
stonerlmaybe this bug: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/132292517:16
ubottuLaunchpad bug 1322925 in xorg (Ubuntu Utopic) "[SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus" [Undecided,Confirmed]17:16
EleanorEllisSound stutters on my laptop running Ubuntu 14.04. I have googled this but there are so many different issues I don't know where to start. This behaviour occurs on all sound sources, whether playing music off the hard drive, video off a DVD or video online from youtube or netflix. What will happen is that a small chunk of audio, maybe half a second, will repeat two or three times and then carry on playing normally. Sometimes the audio jus17:17
fenneszHello! I have just installed lubuntu on an old laptop with nvidia 840M . I have screen tearing with movies and firefox - scrolling. I use the 340 proprietary driver. I have found this: http://ubuntuforums.org/showthread.php?t=2144468 . Should I follow this guide?17:18
finbarrsaunders@ratrace:  Not worth it... The NSA probably know all about him and would have asked if they were interested... ;-)17:19
=== scatterp is now known as scatterp-
ratracefinbarrsaunders: true :)17:19
wbillHas anyone gotten to dual boot a macbook 2,1 (mine is white in color) from late 2006ish to work with ANY Ubuntu distro or other, I've tried 12,14 not 15 yet but rEFInd doesn't see the install after I do 14 it only sees the mac partitions now, anyone have a clue???!!! sincerely exhausted wbill17:19
al-damiriWug: That fixed it.17:20
finbarrsaunders@ratrace... ignore, an old message ... had not scrolled :)17:20
al-damiriI don't know what was causing the problem.17:20
fenneszAnyone pls?17:21
coyoteHi, I'm wanting to install node-red. I have the tarball downloaded but am unsure which directory I should extract it to. what is standard?17:24
rarerangerfennesz: what version of ubuntu are you using?17:25
fenneszrareranger, its lubuntu 14.0417:26
ChkDigitcoyote: Usually /usr/src or ~/src17:26
rarerangerfennesz: The guide seems solid. Give it a try. Good luck.17:26
fenneszrareranger, can you help me on the last part ?" For LXDE/lubuntu: " ...17:27
fenneszI have a autostart file but its empty17:28
fenneszwhat should I input there ?17:28
rarerangerfennesz: put this "@compton -b &"17:29
rarerangerfennesz: without the quotes17:29
fenneszthank you ! rareranger17:30
rarerangerfennesz: You're welcome.17:30
wbillanyone?17:31
scatterp-wbill what was the question ?17:34
rarerangerscatterp-: <wbill> Has anyone gotten to dual boot a macbook 2,1 (mine is white in color) from late 2006ish to work with ANY Ubuntu distro or other, I've tried 12,14 not 15 yet but rEFInd doesn't see the install after I do 14 it only sees the mac partitions now, anyone have a clue???!!! sincerely exhausted wbill17:36
wbillhas anyone gotten a macbook 2,1 to dual boot with ubuntu?17:40
MonkeyDustwbill  my tip: try with a live dvd/usb, first17:41
scatterp-wbill im sure they have but i would recomend just installing ubuntu17:41
wbilli did thats works it doesn't see the partition with refind after the install i also used the ubiquity -b in the live cd as suggested by a few to do the install17:41
wbillthe partitions seem to be there but refind doesn't have the icon for it after and i tried to update the install and reboot17:43
wbillbut still no icon there or using option keu on startup17:44
=== freezer__ is now known as freezer
=== Guest59 is now known as Hummus
wbillit doesn't see the ubuntu install i just did or the partitions in efi startup maybe it didn't get the full install but said it was done to remove media and reboot at the end17:46
zebrastikhello, I'm running ubuntu 14.04 on a virtualbox. how can I change the runlevel? I want no GUI.17:48
bazhang!nox | zebrastik17:48
ubottuzebrastik: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode17:48
NectarI need a wee bit of help with gparted.. I've freed up some space by resizing the windows partition (the big one), but i dont know how to add the unallocated space to my ubuntu partition (the small one)....See http://postimg.org/image/qv6j8ndt1/17:49
tewardNectar: first expand the extended partition sda2 to take up that now-freed space17:50
tewardNectar: then resize the ext4 partition to take up the unallocated space inside the extended partition.17:50
tewardNectar: back up all critical files you care about first17:50
tewardjust in case17:50
ThatNewGuywhat is the best way to create a usb stick with ubuntu installation iso?17:51
ThatNewGuyi installed usb-creator-common, but it doesn't have a GUI17:52
tyler_dharro ubuntu17:52
bazhang!find usb-creator17:53
ubottuFound: usb-creator-common, usb-creator-gtk, usb-creator-kde17:53
bazhangtry the gtk ThatNewGuy17:53
Nectarteward: It wont let me expand the extended partition by dragging it..17:54
ThatNewGuybazhang, thx, it worked! :)17:54
bazhangwelcome17:55
tewardNectar: that means nothing to me, screenshot what you're looking at.17:55
wbillrareranger, anyone have any furthur suggestions?17:55
ThatNewGuyReally helping channel, so quick answers to questions :)17:55
tyler_dtrying to switch apache2 to use threaded mpm... its eating it hard on php5 not being compiled threadsafe17:55
tewardNectar: you may have to first apply the change - the first screenshot shows a pending action17:55
tewardbut not a completed action17:55
tyler_danyone successfully done this?17:55
zebrastikubottu that doesnt work17:56
ubottuzebrastik: I am only a bot, please don't think I'm intelligent :)17:56
zebrastikhello, I'm running ubuntu 14.04 on a virtualbox. how can I change the runlevel? I want no GUI.17:56
zebrastikgrub says can't find command 'text'.17:56
tyler_dzebrastik: you need to search for 'headless'17:56
Nectarteward: I see. Should be straight forward from here. Ill backup my stuff. thanks for the help/17:56
zebrastiktyler_d at where?17:57
Dumle29Hello there. I made a .desktop file to launch a program that I have in a folder on my USB, the program needs to be portable, but for some reason i can't add the executeable bit to neither the run.sh nor the run.desktop17:57
tyler_dzebrastik: and then install it as a service(rc.<<some number>>) or via systemctl17:57
tyler_dzebrastik: the documentation for virtualbox17:57
tyler_dDumle29: what do the logs say when you try?17:58
tyler_dDumle29: I'm assuming something regarding watchdog or another security measure in place17:58
Dumle29tyler_d: Hmm let me check. I don't get any errors though17:59
hizzhelp - I can't get my bluetooth working on ubuntu17:59
zebrastikhello, I'm running ubuntu 14.04 on a virtualbox. how can I change the runlevel? I want no GUI.17:59
tyler_dzebrastik: !patience18:00
zebrastiktheres nothing called18:00
zebrastikheadless18:00
Dumle29tyler_d: Now I'm suspecting the filesystem of the USB stick in question18:00
tyler_dfirst link in google zebrastik --> https://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-4.3-on-a-headless-ubuntu-14.04-lts-server18:01
Dumle29Right. It's fat18:01
lapionhttps://help.ubuntu.com/community/UpstartHowto#How_do_I_change_the_runlevel.3F18:01
tyler_dDumle29: there yah go18:01
Dumle29:/18:01
tyler_d:)18:01
Dumle29derp :P18:01
tyler_dDumle29: it's still monday, you're okay18:01
rodneykquit18:01
hizzcan anyone help me get bluetooth working on ubuntu?18:01
lapionzebrastik, look at that page18:01
zebrastiktyler_d thats not the same thing18:01
zebrastiktyler_d i want to use it on runlevel=318:01
HummusHello! maybe someone could give me some help with this issue: since 2 days ago I have been unable to login into my Ubuntu Gnome (15.04) desktop. It manifested after an update but I dont know exactly what caused the issue. Everytime I insert my credentials to the GDM gui to login, the screen goes black for one second, then I get bounced back to the login screen. The same happens with the guest account. I can login with tty1-6 but I dont18:02
Hummus know how to proceed from there.18:02
lapionzebrastick check out: https://help.ubuntu.com/community/UpstartHowto#How_do_I_change_the_runlevel.3F18:02
zebrastiklapion, where?18:02
zebrastiklapion did it, didnt work18:02
tyler_dzebrastik: wow.18:02
tyler_dI've done nothing to fix my problem and it didn't work18:02
hizzHummus, sounds like one of your partitions is full18:02
zebrastiktyler_d ?18:02
hizzHummus, or you're not getting home mounted or something18:03
tyler_dzebrastik: what have you done? what was the output? what errors did you see?18:03
zebrastiktyler_d i tried to change /etc/init/rc-sysinit.conf18:03
zebrastikit didnt work18:03
HummusI tried everything, uninstalled nvidia drivers, updated gnome to 3.16, deleted .Xauthority, etc18:03
abbaZabahey guys I am having trouble with an Upstart script. I have a 3G USB modem, and I need it to run the dialer after the usb device is active. Making a simple upstart script on startup fails: it reads that the USB device is not found. so how can I add a prerequisite to the upstart job to wait for the USB device to be active on the bus?18:03
Hummusreally?18:03
tyler_dzebrastik: you need to be more specific, what I heard is, I would like to run virtualbox in a headless env(runlevel3)18:04
Hummus@hizz18:04
zebrastiktyler_d i already installed ubuntu 14.04 on a virtual box18:04
abbaZabaeverything I am fiding is for usb DRIVES, not a usb modem18:04
tyler_dzebrastik: what?18:04
zebrastiktyler_d what i want to do it is to run it on runlevel=318:04
tyler_dzebrastik: you want your vm to start in runlevel 318:04
bazhang!runlevel | zebrastik18:04
ubottuzebrastik: In Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab.18:04
zebrastiktyler_d yes18:05
tyler_dzebrastik: see... I say again, wow.18:05
zebrastik?18:05
bazhangjust use the server iso zebrastik18:05
tyler_dty bazhang18:05
zebrastikrofl18:05
Hummus@hizz how can I check if one of the partitions is full?18:06
tyler_dHummus: from terminal `df -h`18:06
zebrastikbazhang ubuntu server does not have a gui right?18:07
=== max12345 is now known as Guest87655
bazhangcorrect18:07
zebrastikbazhang okay thank you for being clear18:08
zebrastikand not sending irrelevant links18:08
bazhangwelcome18:08
=== Guest87655 is now known as max12345
=== shan is now known as Guest1905
bozsikarmandbck18:11
Hummus@hizz, @tyler_d: i'll try but i find it quite weird that both my computers got the same thing within 24h from each other. Quite the coincidence if there's a full partition on both machines ...18:15
=== kpease_ is now known as kpease
phillyji want to backup files from my windows phone to my linux pc but it mounts with gphoto2 and won't let me copy pdfs any solutions?18:17
Nectarteward: I applied the change but still cant expand the partition onto the unallocated space.18:18
Hummus@tyler_d: I just checked, no full partitions. Home is at 84% with some 33GB to spare18:19
tyler_dHummus: sorry I missed the orig problem, what does `mount` show you?18:23
tyler_dHummus: I assume it's to do with your home partition... :s18:23
NectarCould someone show me how to streach a partition onto unallocated space? see: http://postimg.org/image/c93nvfkoj/full/18:25
Hummus@tyler_d it spits out a lot of stuff, in reference to /home I see18:25
=== Guest59 is now known as Hummus
=== Guest59 is now known as Hummus
OerHeksNectar, hard to tell, show the output of "sudo fdisk -l" to see the partitions in blocks, partition numbers does not tell if they are next to each other18:27
=== salih is now known as r420r
OerHeksNectar, current picture looks like you can only expand ntfs18:29
OerHeksNectar, or expand the extended partition first, then the partion inside that18:29
OerHeks*partition18:29
NectarOerHeks: The extended wont drag. http://pastebin.com/M5iZUfT618:30
OerHeksNectar, you are doing this from a live iso ? you cannot change a disk in use.18:31
NectarOerHeks: it needs to be done in a gparted live cd?18:32
OerHeksNectar, yes, or your ubuntu iso18:33
Hummusthis is what I see about /home partition from mount command /dev/sdb4 on /home type ext4 (rw, relatime, data=ordered)18:33
NectarOerHeks: im running from my ubuntu install. not a live cd. Is this the problem?18:33
OerHeksNectar, yes.18:33
MonkeyDustNectar  you can't repair a car while you're driving18:33
pbxanybody have a fix for the chrome bug where it spawns an additional instance and then its launcher hotkey just opens up a certain bookmark?18:34
funkenstrahlenhey, I setup unattended-upgrades but it does not get run automatically18:34
funkenstrahlenany help?18:34
Nectarill try the live cd18:34
Nectarsilly me18:34
lotuspsychjepbx: install chromium-browser on ubuntu mate18:34
OerHeksNectar, no problem, you will never forget this valuable lessen :-)18:34
OerHekslesson*18:34
Nectarthanks18:35
pbxlotuspsychje, so the thing i describe is known with chrome but not with chromium?18:35
lotuspsychjepbx: try it out for yourself mate18:35
lotuspsychje!info chromium-browser | pbx18:36
ubottupbx: chromium-browser (source: chromium-browser): Chromium web browser, open-source version of Chrome. In component universe, is optional. Version 43.0.2357.130-0ubuntu0.15.04.1.1174 (vivid), package size 50890 kB, installed size 187747 kB18:36
pbxlotuspsychje, that doesn't answer my question.18:36
pbxlotuspsychje, i've used chromium. this is an intermittent issue so just "trying it out" wouldn't be instantly definitive18:36
minitrueanyone knows a to-do list app for terminal?18:36
pbxminitrue, emacs heads love org-mode18:37
OerHekspbx clear the .config and .cache for chrome browser, and restart the browser18:37
MaczimusDoes Netflix work in both Chromium and Chrome or just Chrome?18:37
OerHeksMaczimus, only on chrome, AFAIK18:37
pbxOerHeks, thanks, are you offering that as just general hygiene or are you saying it's known to fix this specific problem?18:37
minitruepbx: yep, i hear that but i dont know how to use emcas18:37
Maczimusok thanks18:37
OerHekspbx,  never seen your bug, but can be caused by an extention or cache, dunno18:38
lotuspsychjepbx: you can try the #chrome channel also18:38
pbxgood tip lotuspsychje thanks18:38
Xethevening18:39
Trecwhat is the difference between RPA and PPA?18:42
MonkeyDustTrec  a ppa is an 'external' software source, not sure what rpa means18:43
OerHeksRPM ?18:43
Player1So.. does Xubuntu have it's own channel? (Also my final question is about evince, so this might be something someone here could answer)18:45
OerHeks#xubuntu18:45
Player1Kthanks~18:45
tyler_dlol18:46
macchanis there anyone here who knows anything about loading ubuntu onto a non-ARM table?18:46
macchantablet*?18:46
tyler_dHummus: what is the behavior that we are trying to fix? what is the problem?18:46
OerHeks"non-arm"  = ?18:46
OerHeksAtom?18:46
macchanyes18:46
popeymacchan: windows or android?18:46
lotuspsychjemacchan: wich Os is your tablet by default?18:46
Hummusactually GLib-GIO-CRITICAL **:18:46
macchanim using a irulu walknbook, and i want to purge windows 8.118:47
Hummussorry I typed that by mistake18:47
HummusI did nano .xsession-errors18:47
popeymacchan: tried a live usb stick?18:47
HummusIt showed me  a bunch of stuff18:47
lotuspsychjemacchan: normally if it can rub windows, it should be able to install ubuntu18:47
lotuspsychje*run18:47
Hummusthis seems interesting upstart: gnome-session (GNOME-Classic:GNOME) main process (1466) terminated with status 118:48
Hummusand after that upstart: unity-settings-demon main process (1349) killed by TERM signal18:48
Hummusi dont know if they are revealing anything. they caught my eye18:48
macchanyes i have18:48
macchanmy live usb stick is not being recognized18:48
Player1the #Xubuntu channel is _very_ dead by comparrison so I'm gonna go ahead and ask here as well, has anyone had an issue with evince scrolling regularly even when inverted scrolling is turned on?18:48
platzanyone know how to create a virtual "output" or "monitor" that my WM can recognize and use as a second monitor?18:49
macchani cant figure out if its a UEFI problem or a windows 8.1 problem18:49
lotuspsychjemacchan: disabled fastboot and secureboot?18:50
macchanyes, i have disabled secure boot18:50
grizzlymansalut18:50
lotuspsychje!fr | grizzlyman18:50
ubottugrizzlyman: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.18:50
macchanwhat is fast boot, and is that something i need to disable AS WELL?18:51
=== WormDude is now known as WormFood
lotuspsychjemacchan: if you want to singleboot ubuntu on an uefi machine, both needs disabled18:51
macchanokay18:51
macchanill go in and disable it18:51
lotuspsychje!uefi | macchan good luck18:51
ubottumacchan good luck: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI18:51
drobbanplatz: what do you mean with virtual?18:52
=== juliana is now known as Guest47438
=== user_ is now known as gaandu_
NectarOerHeks: Done B-)19:00
MrNumber3ismeHello room19:04
=== kpease is now known as kpease_
daftykinsgreetings19:07
MrNumber3ismeMaybe someone can help me. I haven't the slightest idea how I did it, or how to fix it. Somehow I lost permissions to my home folder, and all subsequent folders. I went through CLI, used chmod 777 -R /home/thomas it looked like it worked from the terminal, but in GUI, I tried to rename a file, and got a message saying I do not have the permissions.19:07
OerHeksuh oh, 777 is a bad permission for your $HOME...19:07
hello_i have change my cursor icon to black; but it is white in nautilus and rest of the unity but black only in firefox19:07
daftykinsMrNumber3isme: mmm one command not to play with again in future :P19:08
OerHeksMrNumber3isme, backup your data, and reinstall, or make a fresh user and add him to sudoers19:08
MrNumber3ismeeither way, it should still have given me back write permissions, right?19:08
hello_i have change my cursor icon to black; but it is white in nautilus and rest of the unity but black only in firefox19:08
MrNumber3ismeDerHeks, is that about all there is to do? I just did a fresh reinstall a few weeks ago. not really looking forward to that again until the next LTS release.19:09
=== wook is now known as Guest2495
=== samuel is now known as Guest24323
OerHeksMrNumber3isme, well, now you learned not to perform such chmod action again, it is up to you19:10
KCmetroubuntu 15.04, videos not playing in chromium or chrome, flashplugin-installer installed, is there something else that needs installed?19:11
KCmetrosome videos played fine19:11
KCmetrobut now some are not. both are youtube vids19:11
KCmetroexample video that does play: https://www.professormesser.com/network-plus/n10-006/anti-malware-software/19:12
tgm4883MrNumber3isme: a fresh install isn't needed. You should be able to just make a new user and move content over19:12
KCmetroexample video that does not play: https://www.professormesser.com/microsoft-70-680/deploying-windows-7-overview/19:13
KCmetrothat 2nd one says "this plugin is not supported"19:13
OerHekstgm4883, i gave that choise too, and add that new user to sudoers19:13
MrNumber3ismeDerHeks I suppose you're right then. the price of ignorance. but then my question comes back to what could have caused the issue in the first place? I haven't used chmod at all since I reinstalled. Hell, I've barely used terminal at all. I just downloaded a file, then went to change the filename, and it said I didn't have permissions.19:13
tgm4883MrNumber3isme: without seeing some terminal output, it would be difficult to guess19:14
tgm4883MrNumber3isme: in general though, 777 should have given you permission19:14
MrNumber3ismetgm4883 What kind of output would you want to see?19:14
tgm4883MrNumber3isme: output of you running the command, output from 'pwd', output from 'ls -l ../', output from 'mount', and output from 'whoami' for starters19:15
platzdrobban: virtual as in emulate a second monitor19:15
platzdrobban: so that one could switch to the 'second monitor' and use it just like a real monitor19:16
ioriaMrNumber3isme, so also .local and subfolders are 777 ?19:16
platzi.e. it would be recognized as an "output" in xrandr19:16
MrNumber3ismeroot@thomas-Inspiron-1545:~# pwd19:16
MrNumber3isme/home/thomas19:16
tgm4883!pastebin | MrNumber3isme19:17
ubottuMrNumber3isme: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:17
N3TN1NJ4| - Paste your text into the big white box @ http://ubuntu.pastebin.com, then click the "Send" button below the big white box. Let us know when you're done.19:17
platzthe WM detects the second monitor and allows programs to take advantage of this fact19:18
MrNumber3ismehttp://paste.ubuntu.com/12411501/19:18
OerHeks!paste19:18
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:18
N3TN1NJ4OerHeks - Paste your text into the big white box @ http://ubuntu.pastebin.com, then click the "Send" button below the big white box. Let us know when you're done.19:18
OerHeksN3TN1NJ4, you are a bot, not allowed here19:18
tgm4883!N3TN1NJ419:19
rcampbel3Hi. trying to run 0 2 * * * DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade - from cron. It can't find ldconfig and start-stop-daemon in PATH, which are in /sbin - I see one option to make a script and FORCE path, but... there has to be something more... elegant. Any ideas?19:19
MrNumber3ismehttp://paste.ubuntu.com/12411509/19:19
=== coy is now known as Guest20
MrNumber3ismehttp://paste.ubuntu.com/12411512/19:20
=== r420r is now known as salih
=== salih is now known as mrsalih
=== michelle---- is now known as Michelle-------_
lotuspsychje!paste19:21
N3TN1NJ4lotuspsychje - Paste your text into the big white box @ http://ubuntu.pastebin.com, then click the "Send" button below the big white box. Let us know when you're done.19:21
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:21
tgm4883MrNumber3isme: and what about you running the command (trying to rename the file)19:21
lotuspsychje!ops | N3TN1NJ4 spambot19:21
ubottuN3TN1NJ4 spambot: 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, bazhang19:21
=== mrsalih is now known as salih_
ioriaMrNumber3isme, why are you root ?19:21
=== salih_ is now known as salih666
tgm4883Yay19:28
tgm4883MrNumber3isme: and what about you running the command (trying to rename the file)19:28
tgm4883(now that we can all talk again :) )19:28
MrNumber3ismeI don't know how19:28
urnottherealskriyo19:29
tgm4883MrNumber3isme: you don't know how to try and rename a file?19:29
MrNumber3ismenot in terminal.19:29
tgm4883ah19:29
macchandoes anyone here know how to use the UEFI shell?19:29
Patoohey19:29
MrNumber3ismethe gile is /home/thiomas/Desktop/11.jpg19:29
tgm4883MrNumber3isme: just "mv OLDFILENAME NEWFILENAME"19:29
MrNumber3isme*File19:29
tgm4883MrNumber3isme: and then our second question, why are you running those commands as root?19:30
MrNumber3ismeOkay. ... it worked beautifully in terminal.19:30
macchandoes anyone know typical windows mount and map commands?19:30
=== user is now known as Guest52338
rwwsounds like a job for ##windows19:31
macchanill see if they have a channel19:31
macchani cant install ubuntu, thats why i ask here19:31
MrNumber3ismesorry, I was running root out of pure laziness. got tired of typing su chmod, so I just his sudo -s instead. should I not have done that?19:31
daftykinsnever run 'su'19:32
tgm4883MrNumber3isme: well doing a mv on the file as root doesn't help us troubleshoot19:32
daftykinsactually i'm more thinking of sudo su, nevermind19:33
* daftykins walks back out19:33
MrNumber3ismeI'll try again after logging off root19:33
MrNumber3ismethat worked as well.19:34
tgm4883MrNumber3isme: but from nautilus it fails?19:34
MrNumber3ismetgm4883 yep. could it be some kind of issue where nautilus has lost permissions?19:35
tgm4883MrNumber3isme: what if you close and reopen nautilus?19:35
platzok so sumatraPdf running through wine is better than evince..  lets not talk about xpdf19:35
platzand renders faster, counter-intuitively19:36
lotuspsychjeplatz: tryed mupdf?19:36
platzi'll try it now19:36
MrNumber3ismetgm4883 Wow. the good old fashioned "unplug it and plug it back in" fix worked.19:36
tgm4883MrNumber3isme: now you just need to fix all your permissions19:37
MrNumber3ismenow that I've mucked that up by applying chmod 777 to my home, what would be a better setting?19:37
platzi'll admit mupdf is fast, but not much in the way of zoom / page features19:38
LolPodOneHello19:38
tgm4883MrNumber3isme: There isn't a blanket setting we can apply to the home directory19:38
ioriaMrNumber3isme, your home has a lot of hidden subfolders ... each with their permissions...19:39
LolPodOnePermissions on the SMPT Mail ? I have a Bug on Xubuntu19:39
LolPodOneSorry19:39
MrNumber3ismeoh yippee. that being said, what kind of issues can I expect with 777 permissions?19:39
tgm4883MrNumber3isme: I'd make a new user, add them to sudo group, then move anything over I wanted to save19:39
veXxfor /home you should have it 755, for /home/{user} id recommend 75019:39
LolPodOneSorry ,,,19:40
LolPodOneHelp Me19:40
MrNumber3ismeprobably the best option. Thank you all for your help19:40
veXx777, other can write19:40
veXxand view19:40
tgm4883veXx: worth mentioning that I believe 750 breaks SSH19:41
veXxi believe default for /home/{user} is 755 but dont particularly care for this as other can peruse your files19:41
MrNumber3ismeI'm the only user, so I'm not worried about others reading my files19:41
veXxi would not leave it at 777 regardless19:42
=== miguel_ is now known as Guest53671
tgm4883MrNumber3isme: stuff could break, there isn't an exhaustive list (for obvious reasons). As I mentioned, I believe SSH doesn't work with that level of access19:43
emnzI just discovered "Cardapio" but it seems way outdated, pleeeease tell me is still around in another way?19:43
emnzit is still**19:43
=== unpro is now known as Guest48741
veXxthats why i gave him the default, 75519:43
emnzI have to have this!! http://cloud.addictivetips.com/wp-content/uploads/2011/06/Cardapio.jpg19:44
tgm4883veXx: 755 also breaks SSH. SSH requires some pretty limited permissions (I think 600)19:44
tgm4883veXx: my point simply being that there isn't a blanket level of permissions you can give to everything in /home and have it work19:45
bekksUsing chmod -R on /home/user breaks ssh permissions, usually.19:45
MonkeyDustemnz  http://www.webupd8.org/2011/09/cardapio-menu-gets-gnome-shell.html19:45
MrNumber3ismeMy machine is not networked to anything else, if that helps. unless I need SSH for something else19:45
tgm4883MrNumber3isme: I've already made my recommendation19:45
platzactually mupdf is pretty good now that i've found the keyboard shortcuts - only thing i can't find is 'bookmarks' which is claimed on the site19:46
ioriaMrNumber3isme, new user ?19:46
MrNumber3ismeI'll probably just end up creating a new user.19:47
ubuntu637Hello all thank you for having me. Question - If I do a Hex Dump on Ubunutu 14 would the hex dump include every monitors firmware known to man as already installed?19:50
daftykinswhat exactly do you mean when you say hex dump? :P19:51
akikubuntu637: you need to get your hacker's license somewhere else19:53
ubuntu637On Ubuntu when I do  man hexdump and get all the readouts, it shows firmware for every known computer screen monitor during the output. Is this normal?19:54
tyler_dubuntu637: you mean it shows all of the 'supported' monitors19:55
daftykinsthat's reading a manual page, it's not doing anything like that :P19:55
tyler_dubuntu637: it's not 'All' of the monitors.... and furthermore, what daftykins said19:55
test12345looks like a normal manpage to me19:56
ubuntu637ok cool, let me go look that up. Thanks for the help19:56
akik:)19:56
MonkeyDustmakes me think of "that's no bug, it's an option"19:57
EriC^^it's just an undocumented feature19:57
jhutchinsubuntu637: Hex dump of what?19:57
Polywizevery time i try to install ubuntu via a live SD card, it tries to install grub to the SD card. is this normal behavior?19:58
lotuspsychjePolywiz: wich device are you installing to?19:59
EriC^^Polywiz: yup19:59
Polywizto clarify, the expected bahavoir is to install it on the same medium that i am install ubuntu on (my hard drive)19:59
EriC^^Polywiz: i mean, no19:59
ubuntu637I'll be baaa-k19:59
EriC^^Polywiz: why do you think it's installing grub to your sd card?19:59
curiousxlel, like Terminator :D19:59
=== g3kk3r_ is now known as g3kk3r
dodo_Hello, where can I find the boot parameters list for the LiveCD?20:01
jhutchinsdodo_: Which boot parameters are you looking for?20:01
dodo_jhutchins: I want to set language and locale if those parameters exists20:02
cuddylierIs it possible for the /etc/security/limits.conf  to take affect without a reboot?20:03
sanderWhen I try to do apt-get upgrade. I get: linux-image-extra-3.13.0-57-generic: depends: linux-image 3.13.0-57-generic but is not going to be installed.20:04
=== flipsidecreation is now known as ToolbarTom
jhutchinsdodo_: I've never seen those paramaters set at boot, but it might be possible.20:05
daftykinssander: show "sudo apt update" and "sudo apt upgrade" and "sudo apt-get -f install" in a pastebin20:05
=== pax2you1 is now known as pax2you
jhutchinsdodo_: Looks like it is: https://help.ubuntu.com/community/BootOptions20:06
k1l_sander: make sure "linux-generic" is installed. that should pull all the needed stuff. and run a "apt-get update" first to get a new package list from the servers20:06
dodo_jhutchins, yes, I went to that page, and at the end, it says: This list is not comprehensive but it contains some common boot options which may be added to the end of the boot command.20:07
sanderk1l_, /boot is full. I have 6 kernels installed..20:07
dodo_i will keep searching20:07
MonkeyDustsander  what's the output of   uname -r20:07
k1l_sander: well, then remove the old kernel packages first: "dpkg -l | grep linux-image" and then see what packages do have a "ii" in front.20:07
TLoFPhi, I am mounting an NFS share (windows server) and I can only access it via the root user, how can I mount it in a manner that the ordinary user has access to it?20:08
k1l_sander: then remove the packages with "sudo apt-get remove linux-image-..."20:08
sanderk1l_, Can I put ubuntu to automaticly delete old kernels when I install a new one?20:08
jhutchinssander: Sounds like you need to fix your system first, then try the upgrade.  A cleanup is always a good preliminary step for an upgrade.20:09
k1l_sander: that should be doing it automatic.20:09
k1l_sander: but that depends on you having the right meta-package. so make the cleanup first and then we can fix the other issue20:09
goddardhow do you sign PDF documents in linux?20:10
jhutchinsgoddard: It depends on how the document was originally prepared.20:13
sanderk1l_, Ok. I ended up removing some initrd's.. as everything was fucked up becouse of full disk.20:13
k1l_sander: :/20:13
sanderI wasnt even able to apt-get remove20:14
sanderThat failed20:14
goddardjhutchins: i just want to be able to write on any PDF document20:14
k1l_sander: please pastebin a "dpkg -l | grep linux-image"20:14
goddardjhutchins: that isn't locked or what ever20:14
sanderk1l_, ok.20:14
jhutchinsgoddard: PDF is designed to have you modify the source document then generate a PDF.  It's not meant to be an editable format, although people have kludged it to work in some cases.20:15
jhutchinsgoddard: Depending on how the PDF was created, there are various editors in Linux, but not all editors will work witl all documents.20:16
=== roberto is now known as Guest30856
Guest30856!list20:17
ubottuGuest30856: 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 ».20:17
OerHeksGuest30856, torrents are all here http://torrent.ubuntu.com:6969/ LoLz20:18
sanderk1l_, http://paste.ubuntu-com/1241181220:18
bpromptgoddard:     you'd want to "write" on pdf, what does that mean?   just takes notes? or write dribbles on it? or remainders? highlights?20:19
k1l_sander: what is "uname -a" now?20:19
sanderk1l_, 3.13.0-5220:20
=== med_ is now known as Guest47766
=== mfisch is now known as Guest15777
k1l_sander: "sudo apt-get remove linux-image-3.13.0-24-generic linux-image-3.13.0-46-generic linux-image-3.13.0-49-generic linux-image-3.13.0-51-generic"20:21
=== Guest47766 is now known as medberry
sanderk1l_, Looks like that works :-)20:23
christhawkins /nick christhawkins20:24
k1l_sander: after that make sure  to have "linux-generic" installed.20:24
k1l_sander: then do a "sudo apt-get autoremove" which should remove older packages that are not needed anymore20:25
sanderlinux-generic was already installed20:26
sanderk1l_, autoremove already done20:26
sanderk1l_, What happens over and over again.. is that kernels is installed without reboot. And fills up disk.. so.. they should only have 2 max 3 kernels at the same time.20:27
bekkssander: Take a look here: https://help.ubuntu.com/community/Lubuntu/Documentation/RemoveOldKernels20:28
changnesiaHey guys, I want to create a bootable usb using dd. Is this the correct command?20:43
changnesiadd if=/path/to/the/iso of=/dev/sdb20:43
changnesiasdb being the mounted usb drive20:44
k1l_changnesia: yes. but the iso needs to be a hybrid iso, which the ubuntu ones are.20:44
changnesiaHm. It's debian what I want to write actually20:44
changnesiaThe minimal install version20:45
bpromptchangnesia:    yes, is fine20:45
changnesiabprompt: thank you!20:45
bpromptnp20:45
Neogreetings everyone!20:47
Neohow do I set the console framebuffer resolution?20:47
Neopreferably during kernel start20:47
changnesiabtw. how do I know it's done? It says 259 MB copied, can I umount now?20:48
bpromptchangnesia:     when the prompt returns :), how big is the iso?  is the stick usb 1.1 or 2.0?20:49
changnesiabprompt: It came up almost instantly. I think it's 3.0, it's not mine so I didn't really check.20:50
bpromptchangnesia:    well... for the usb3.0 speed to work, the usb stick has to be usb3.0 type and the port has to also be usb3.0 port, if either is not, the speed goes as low as the lower one of either20:51
Neowell if it's usb 3.0 the tongues of the usb 3.0 will be blue20:51
Neoy20:51
Neoerr20:51
bpromptchangnesia:     but say... an iso of 1gb over usb 2.0, would take around 5-7mins to write20:51
Slugs_hi20:51
changnesiabprompt: Yes i know. All my ports are 3.0. And the iso is 250 MB20:51
changnesiaNeo: I don't know if I can remove it, it's hard to check with it plugged in. But it's 3.0, I turned my light on and it's written on the drive20:52
bpromptchangnesia:   ok... well, your ports maybe 3.0, doesn't mean the usb stick is though, if the stick is usb 1.1, it'd take much longer, but 250mbs is peanuts, thus it came back so fast20:52
Neofbset returns "open /dev/fb0: No such file or directory"20:52
Slugs_is this a good place to dicuss openstack preinstalled on 15.04?20:53
changnesiabprompt: I know, I know. It's not my pendirve, so I can't be too sure, haha. But it does say 3.0 on it20:53
bpromptSlugs_:   I'd think not, since that'd be an app specific matter, as opposed to OS specific20:53
Slugs_ok thank you20:54
changnesiaMy usb stick is 2.0, so I don't really know how fast 3.0 is in reality.20:54
changnesiamy personal one, not the one I'm using20:55
OerHeksSlugs_, openstack is an install option in ubuntu-server.20:55
bpromptchangnesia:  yeap, if the stick is 2.0, then the port is using 2.0 backward compatibility speed, not 3.020:55
OerHeksSlugs_, http://i.stack.imgur.com/WGJlN.jpg20:55
changnesiabprompt: That's why I was asking, I've never seen 3.0 in action, so I didn't want to umount in the middle of writing20:56
Slugs_OerHeks: I was looking for this!20:56
Slugs_OerHeks: I don’t see it in 15.04 LTS20:56
Slugs_OerHeks: I must have downloded the incorrect iso20:57
bpromptchangnesia:    but as aforementioned, 250mbs is peanuts, on a 2.0 stick I'd think it'd take less than 2mins20:57
OerHeksSlugs_, 15.04 lts SERVER ?20:57
changnesiabprompt: Exactly. And now it came up almost instantly. Scared me a little, haha.20:58
Slugs_OerHeks: https://software.intel.com/en-us/blogs/2015/05/26/ubuntu-1504-provides-openstack-kilo-preinstalled-for-easier-deployments-on-onp20:58
SCHAAP137gonna do 15.04 -> 15.10 now20:59
OerHeksSlugs_, they talk about Ubuntu 15.04 (Vivid Vervet) Server20:59
Slugs_OerHeks: yes, correct21:00
MonkeyDustSlugs_  thing is, 15.04 is not lts21:01
Slugs_MonkeyDust: i see21:01
Slugs_I’m fine with it not being LTS im sorry i said that21:02
Slugs_i jsut want the open to install openstack just like the pic you sent OerHeks21:02
Slugs_*option21:02
Slugs_what do i need to download specifiically to get that?21:02
Slugs_“By just installing Ubuntu 15.04 you have a working copy of Openstack Kilo and all you have to do is point your favorite browser to Horizon to get going."21:03
OerHeksSlugs_, i thin you are on 15.04 DESKTOP, not server, and only 64 bit server got this option, i think21:04
Slugs_DISTRIB_ID=Ubuntu21:06
Slugs_DISTRIB_RELEASE=15.0421:06
Slugs_DISTRIB_CODENAME=vivid21:06
Slugs_DISTRIB_DESCRIPTION="Ubuntu 15.04"21:06
Slugs_i installed the server verision21:08
Slugs_ubuntu-15.04-server-amd64.iso21:08
Slugs_this is the iso i downloaded21:08
OerHeksSlugs_, just checked with virtualbox, standard 15.04 server does not have kilo. i guess this must be a special iso..21:11
Slugs_OerHeks: thank you very much21:12
Slugs_OerHeks: I have the same results21:12
Slugs_OerHeks: I will check into this further, thank you for looking though21:12
OerHeksSlugs_, you might want to check out #ubuntu-server too.21:13
=== oxagast is now known as smoker141
Slugs_will do, thank you21:13
=== Guest15777 is now known as mfisch
josue_hi, some know how to solve libGL error: failed to load driver: vboxvideo error?21:14
=== nullsign is now known as OS-17344
scottderanyone here good with nfs issues....21:23
daftykinsjust ask21:23
scottderI can't mount nfs home dirs, and see this in the logs:21:23
scottderSep 14 17:16:19 qa0 rpc.gssd[18883]: ERROR: unable to resolve 172.19.0.109 to hostname: Name or service not known21:23
k1l_i am very good at nfs issues. i produce them a lot ;p21:24
scottderheh21:24
tomodachihow come http://kernel.ubuntu.com/~kernel-ppa/mainline/ doesnt contain anything fresher than  v4.221:24
scottderthis same said nfs server is working just fine for other hosts21:24
tomodachiscottder: thats a weird error, why would NFS care about resolv?21:24
daftykinsscottder: any hardcoded hosts file entries help? differing DNS?21:24
k1l_tomodachi: they seem to be working on 4.2 to make that ready for 15.1021:25
=== Bray90820_ is now known as Bray90820
tomodachik1l_: ah , that could explain it thnx :)21:25
josue_some can run android emulator in vbox ubuntu virtual machine?21:26
jodanpotasuhello can i ask u for something?21:26
jodanpotasui have problem with cron (basic)21:27
josue_ some know how to solve libGL error: failed to load driver: vboxvideo error?21:27
k1l_tomodachi: well, that is my guess. but #ubuntu-kernel could get a better answer21:27
tgm4883jodanpotasu: just ask21:27
curiousxjosue_: there is a native android sdk for ubuntu21:27
curiousxjosue_: http://developer.android.com/sdk/index.html21:28
josue_a error about opengl vbox driver show with glxinfo | grep OpenGL21:29
josue_I'm already installed android sdk, but when I'll run a emulator show those bug21:29
curiousxjosue_: run the emulator from the terminal and paste those bugs21:31
hizzcan anyone help me get bluetooth working on my ubuntu??21:31
OerHekstomodachi, 'newer' than 4.2? https://www.kernel.org/  4.3rc1 is just out, be patient.21:32
lapinozzcan i use the xlib to close a window i didnt craete?21:32
jhutchinsIf an nfs server was set to export to a domain instead of an IP it might have problems with an unresolvable host.21:33
josue_libGL error: core dri or dri2 extension not found21:33
josue_libGL error: failed to load driver: vboxvideo21:33
josue_( Some know which ports are available over irc.hispano.org network diferent to 6667 )21:38
curiousxjosue_: what is your ubuntu version ?21:43
linuxnewbie22I uninstalled a program from my account, and I'm the administrator. However it's on other user's accounts still. How do I remove the program from their account as well?21:43
william__Hi, I'm new to using Ubuntu and want to learn terminal prompts. Where's the best place to start?21:44
josue_curiousx 15.0421:44
linuxnewbie22william: ss64.com/bash/21:45
william__thxs21:45
curiousxjosue_: to fix virtualbox try this: sudo apt-get install virtualbox-guest-additions-iso21:46
josue_already did21:46
linuxnewbie22william: Type 'ls /bash' into the terminal without the quotes.21:47
josue_same bug, with diferent versions21:47
acethebasshello21:47
linuxnewbie22william: I mean 'ls /bin'21:47
acethebasshow can i control my computer fan speed21:48
linuxnewbie22william__: Also, type man before a command to get info on it.21:48
william__Good to know21:48
acethebasshow can i control my computer fan speed21:49
curiousxjosue_: it is a confirmed bug: https://www.virtualbox.org/ticket/12941  but some guys manage to fix get 3d accel workin' with vbox addition, some other not :p21:49
linuxnewbie22acethebass: http://askubuntu.com/questions/22108/how-to-control-fan-speed21:50
josue_it depend of video card?21:50
OerHeksjosue_, does the host have a videodriver installed, or running on the opendriver?21:51
josue_host is windows 7 with all drivers ok... how can I check a driver loaded for driver video in ubuntu?21:52
josue_may be are a propietary vbox driver option to select21:52
OerHeksjosue_, oke, then i think you need to go into the settings of the vm, give more ram to vbox, or other 3d setting.21:53
OerHeks* more ram to video in vbox21:53
josue_ah21:53
josue_ok I'll try21:53
linuxnewbie22josue_: Before you can change the settings you have to shut down virtual machine you're running.21:54
josue_yes, otherwise can't21:55
josue_I'll back later21:55
josue_fail, not working gl21:59
josue_I can downgrade a OpenGL lib - mesa version?21:59
linuxnewbie22josue_: Sure there's documentation for installing and uninstalling on here: http://www.mesa3d.org/22:03
acethebassi have a ipaq compaq pc how can i control fan spee22:04
acethebassd22:04
linuxnewbie22josue_: I'm not sure if there's documentation for uninstalling, actually. But yes for installing.22:04
linuxnewbie22acethebass: sudo apt-get install lm-sensors fancontrol22:05
linuxnewbie22acethebass: Have you looked at this website? http://askubuntu.com/questions/22108/how-to-control-fan-speed22:06
acethebassyes22:06
acethebassnothing worked22:06
acethebassthe cpu fan runs full speed and the fan one plug changes22:07
linuxnewbie22acethebass: Which version of Ubuntu do you have?22:08
linuxnewbie22acethebass: If lm-sensors and fancontrol doesn't work for you, it could potentially be because of the kernel or hardware.22:12
linuxnewbie22acethebass: lm-sensors changes the fan speed when the temperature rises, and slows down the fans when the temperature is between a range of degrees Celsius, or whatever you set it at.22:14
acethebassi know its just that my pentium 3 generates little heat22:15
rumpy1hello22:15
rumpy1im trying to update the bios on my lenovo b5400, only .exe file is provided by lenovo. i tried to extract it to get the image, but it doesnt seem to contain an .iso or .img file? can anyone tell me what choices do i have in order to update the bios with having only ubuntu installation?22:17
daftykinsrumpy1: typically Lenovo provide bootable ISOs in another download, if not contact them. Bad idea trying to hack your way to performing such a serious task.22:17
rumpy1http://support.lenovo.com/in/hi/downloads/ds10269522:18
rumpy1it says bootable cd, but i can only see an .exe file. am i missing something?22:18
linuxnewbie22rumpy1: Here are your options: Windows System Repair Disc, USB Recovery Drive, FreeDOS, flashrom, and WINE.22:19
linuxnewbie22rumpy1: Go to this website. https://help.ubuntu.com/community/BIOSUpdate22:21
linuxnewbie22rumpy1: It also lists option for Lenovo.22:21
rumpy1even the readme says that there should be an iso file.. bleh22:25
OerHeksrumpy1, that exe is just an unpacker, and delivers an iso22:26
rumpy1no, i unpacked it and theres no .iso or .img22:26
daftykinsi ran it and got no ISO :(22:26
rumpy1bunch of .exes and .pat files22:27
=== MrElendig is now known as FBI
linuxnewbie22rumpy1: On the website it says exe. "BIOS Update (Bootable CD) exe"22:27
daftykinsjust because it says that doesn't change the fact that it does not provide one :P22:27
rumpy1ill try to contact lenovo then22:28
daftykinssounds like a plan22:28
linuxnewbie22rumpy1: Why not unpack the exe on a friends windows computer to get the iso or go to this website for the documentation for doing it on Ubuntu? https://help.ubuntu.com/community/BIOSUpdate22:29
=== kpease_ is now known as kpease
daftykinslinuxnewbie22: you. do not. get. an ISO. get it? :)22:29
rumpy1linuxnewbie22: the .exe provided does not contain an image22:30
linuxnewbie22daftykins: you. can. use. wine. to run the exe. get it?22:30
rumpy1i tried wine and innoextract, no difference22:31
=== OS-17344 is now known as nullsign
daftykinslinuxnewbie22: no, i'm telling you i just ran it on Windows and it doesn't make an ISO - please stop guessing and passing it off as help.22:31
linuxnewbie22daftykins: Well, you didn't say that you tried that. I'm just saying it's a possibility.22:32
daftykinswell don't guess in future22:32
daftykinsa BIOS update is not something you want to trifle with22:32
darius93why dont ubuntu sticks with an lts kernel for their lts edition instead of upgrading it to versions thats going eol or already is eol?22:32
=== kpease is now known as kpease_
rumpy1anyway, ill try contacting lenovo and ask for an .iso22:34
rumpy1fingers crossed22:34
k1ldarius93: because it supports the version with own manpower22:34
daftykinsdarius93: those kernels stay supported, (HWEs is their real name)22:34
emnzwhats the best image viewer in your opinion? I used irfanview in windows22:36
jpdsemnz: eog ?22:37
k1lemnz: i dont have special needs and use what unity ships for me. eog (eye of gnome) iirc22:37
linuxnewbie22rumpy1: There's an iso that supports Lenovo B5400 here: http://support.lenovo.com/us/en/downloads/ds02544822:37
bpromptemnz:    I use Gwenview, is kinda close to Picasa, then again, many folks also like Picasa, and you can install that too22:38
rumpy1linuxnewbie22: erm, but thats not the bios upgrade .iso ..?22:39
darius93daftykins, yea but HWE are supported by the ubuntu team during the lifetime of the LTS. For example iirc in the HWE they skipped 3.14 and went to 3.16 and soon to skip 3.18 and goto 3.19. If thats the case they shouldve went to 4.x and no im not going to manually install 4.x before someone suggest it too -_-22:40
Doinkyanyone have a minimal chopped down iso for T begalbone embedded device22:40
emnzk1l rumpy1 ty22:41
k1ldarius93: 4.0 was not released when 14.04 was in feature freeze22:42
jpastorehi is there an ubuntuphone channel?22:42
k1ldarius93: and the HWEs are the backported kernels from 14.10, 15.04 and 15.1022:42
Doinkytry /list22:42
k1l!phone | jpastore22:42
ubottujpastore: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch22:42
jpastorethanks22:42
uRockIs there a line in one of the .mozill files I can edit to get it's dictionary to stop reverting to EN-GB?22:43
uRockI've tried this line, but still goes back; {code}user_pref("spellchecker.dictionary", "en-US");{/code}22:43
bpromptuRock:    checked -> about:config <- lists yet? maybe you're missing a boolean, though I don't see one22:44
daftykinsuRock: ask in mozilla's channels perhaps22:47
OerHeksDoinky, ask in #ubuntu-arm, as that beagle thing is AM3358 ARM® Cortex™-A8 = Arm22:48
NGC3982After stopping and starting motion my webcam simply wont show anything but a grey image. What can i do? Motion does not give any error messages. I have checked lsusb, and re-plugged the USB webcam.22:50
NGC3982Also, i can't seem to find anyone that has a relatable issue. Most grey screens seem to also show the "Can't locate video signal" error message.22:50
Doinkythanksa22:51
NGC3982http://pastebin.com/EKJq2ncL22:53
NGC3982That is the motion start output22:53
NectarI have this application called PacketTracer. I can launch it from terminal by typing 'packettracer' , but how do i make a icon to lauch it?22:56
NectarHow do I add an icon to the gnome dock?22:59
mcphailNectar: you'd need to create a .desktop file23:01
kostkonNectar, http://askubuntu.com/q/281293/165123:01
NectarI have a desktop file now and it works. Do you know how to add it to the gnome dock?23:01
mcphailNectar: I don't use gnome, but does it show if you move the .desktop file to ~/.local/share/applications/ ?23:05
uRockbprompt and daftykins , thanks23:05
Nectarmcphail: its in the menu system now. not the dock though23:07
mcphailNectar: I don't know how the gnome dock works. On Unity, you can just drag the icon into the dock23:08
=== liny01 is now known as lsyoyom
Nectarmcphail: ah. Show applications and then you can drag them on.23:10
RevertToTypeso I'm trying to manage what folders a user "sees" in an x filemanager... is there any guide or help concerning say making it so a user can only see removable media?23:11
RevertToTypespecifically just a xorg session without a wm/de23:11
uRockNGC3982, how are you viewing motion? I have an HTML script I use to view it.23:19
uRock#Firefox has proven to not be helpful at all, but I tried.23:26
Aqui1aHey.. I've got another problem o.o I had this on my previous install, I didn't think it'd happen again. No sound devices are listed for either Output or Input... Also there's no sound.23:32
lotuspsychje!sound | Aqui1a23:32
ubottuAqui1a: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.23:32
=== michael__ is now known as Guest69942
=== clay_ is now known as Hadron2

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